Commit 6a9bda9
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]>1 parent d38ede7 commit 6a9bda9
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
578 | | - | |
| 578 | + | |
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
584 | | - | |
| 584 | + | |
585 | 585 | | |
586 | 586 | | |
587 | | - | |
| 587 | + | |
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
| |||
0 commit comments