Skip to content

fix(sync-service): Fix bug with logical operators with 3 or more argu… #1038

fix(sync-service): Fix bug with logical operators with 3 or more argu…

fix(sync-service): Fix bug with logical operators with 3 or more argu… #1038

Triggered via push January 13, 2025 19:04
Status Success
Total duration 2m 19s
Artifacts
Build and test
2m 9s
Build and test
Check formatting
14s
Check formatting
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Check formatting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and test
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Build and test
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead