rusty icon indicating copy to clipboard operation
rusty copied to clipboard

Move variables to ELF sections with mangled names

Open CohenArthur opened this issue 1 year ago • 3 comments

Add the same logic as #1160 but for global variables

CohenArthur avatar Apr 10 '24 09:04 CohenArthur

The CI test failure is extremely weird!

fatal runtime error: failed to initiate panic, error 5
error: test failed, to rerun pass `-p iec61131std --test string_function_tests`

I can't reproduce it locally when running the workflow's command (./scripts/build.sh --test). I think it might just be a github actions blurp and it just needs a rerun?

CohenArthur avatar Apr 18 '24 11:04 CohenArthur

I can't reproduce it locally when running the workflow's command (./scripts/build.sh --test). I think it might just be a github actions blurp and it just needs a rerun?

Yup, for some reason this happens occasionally. I've triggered a re-run which should hopefully fix the issue.

volsa avatar Apr 18 '24 11:04 volsa

thanks @volsa ! it did :D

CohenArthur avatar Apr 18 '24 11:04 CohenArthur

Rebased and updated the test snapshots

CohenArthur avatar Jun 11 '24 10:06 CohenArthur