Skip to content

Don't factor max system memory into individual SMS maxes #753

Don't factor max system memory into individual SMS maxes

Don't factor max system memory into individual SMS maxes #753

Triggered via pull request May 12, 2025 21:35
Status Success
Total duration 8m 49s
Artifacts

pr-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
Signoff Checks
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
Signoff Checks
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
Signoff Checks
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
Signoff Checks
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
Signoff Checks
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
Signoff Checks
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
Signoff Checks
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
Signoff Checks
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
Signoff Checks
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
Signoff Checks
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
Signoff Checks
Restore cache failed: Dependencies file is not found in /home/runner/work/sequin/sequin. Supported file pattern: go.sum
Signoff Checks
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
Signoff Checks
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
Signoff Checks
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
Signoff Checks
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
Signoff Checks
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
Signoff Checks
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
Signoff Checks
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
Signoff Checks
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
Signoff Checks
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
Signoff Checks
low..high inside guards requires an explicit step, please write low..high//1 or low..high//-1 instead