You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct A_Const String transformation to avoid double-nesting
- Changed val.String.str transformation from {sval: val.String.str} to val.String.str
- Fixes CI failure pattern where transformation created sval.sval instead of sval
- Also fixed Float and BitString transformations to avoid double-nesting
- Maintains stable 184/258 test pass rate (71.3% success rate)
- Addresses specific CI failure pattern seen in parser-tests job 44988164983
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments