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
- Fixed 'Method too large' error that was blocking pack.t at line 1428
- Resolved merge conflict by keeping @_ parameter passing (fixes known bug)
- Added control flow safety check to prevent unsafe block refactoring
- Blocks containing next/last/redo/goto are not refactored to preserve correctness
This merge unblocks potentially thousands of tests in pack.t and ensures
the block refactoring optimization is safe.
0 commit comments