Commit 77f3f4a
Fix parameter mode conversion: convert ALL FUNC_PARAM_IN to FUNC_PARAM_DEFAULT
Major improvement in 13-14 transformer test pass rate:
- Before: 35 failed, 223 passed (86.4%)
- After: 17 failed, 241 passed (93.4%)
- Reduced failing tests by nearly 50%
Fixed parameter mode conversion logic to match V14 parser behavior:
- V14 parser converts ALL FUNC_PARAM_IN parameters to FUNC_PARAM_DEFAULT
- Both named and unnamed parameters are converted consistently
- Remaining failures are mostly syntax errors and context-specific edge cases
Co-Authored-By: Dan Lynch <[email protected]>1 parent 83cbd1e commit 77f3f4a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3194 | 3194 | | |
3195 | 3195 | | |
3196 | 3196 | | |
3197 | | - | |
| 3197 | + | |
3198 | 3198 | | |
3199 | 3199 | | |
3200 | 3200 | | |
| |||
0 commit comments