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: Add refaliasing feature check and experimental::bitwise warning
- Check if 'refaliasing' feature is enabled before throwing error
- Allow tests using 'use feature refaliasing' to compile
- Add experimental::bitwise warning category to WarningFlags.java
- Add experimental::bitwise to warnings.pm mapping
This unblocks several op/ tests that were failing at compile time:
- t/op/aassign.t: now runs 64+ tests (was completely blocked)
- t/op/each.t: now runs tests (was completely blocked)
- t/op/bop.t: progresses past bitwise warning (was blocked)
Note: Reference aliasing implementation is incomplete (TODO added).
Tests now compile and run but may have runtime issues.
0 commit comments