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 CI regression: remove ival-specific checks in isVariadicParameterType
- Replace ival === -1 check with generic Integer check in v13-to-v14 transformer
- Restore v14-to-v15 transformer to convert ival: -1 to empty Integer objects in DefineStmt args
- Prevents conflicts with downstream transformers that expect empty Integer objects
- Fixes 104 failing test suites in CI while maintaining 238/258 passing 13-14 tests
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments