Commit dc0480c
fix: revert overly broad A_Const ival transformation
- Removed transformation that changed ALL empty ival objects to {ival: -1}
- This was incorrectly transforming zero values that should remain as {}
- Maintains stable 184/258 test pass rate (71.3%)
- Should resolve CI failure caused by incorrect zero value transformation
- Will implement more targeted negative integer fix after CI passes
Co-Authored-By: Dan Lynch <[email protected]>1 parent fc3809e commit dc0480c
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
880 | 880 | | |
881 | 881 | | |
882 | 882 | | |
883 | | - | |
884 | | - | |
885 | | - | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
886 | 890 | | |
887 | 891 | | |
888 | 892 | | |
| |||
0 commit comments