Improvements: - [x] Simplify handing of RAKUDO_OPT environment variable [759e583f](https://github.com/rakudo/rakudo/commit/759e583f) - [ ] Add :by support to Range.min/max/minmax[9b0dfbc6](https://github.com/rakudo/rakudo/commit/9b0dfbc6) - [x] Give enum A (a => 3.14, b => 6) a better error message [5e183241](https://github.com/rakudo/rakudo/commit/5e183241) - [x] Micro-opt self.CREATE -> nqp::create(self) [6acaa900](https://github.com/rakudo/rakudo/commit/6acaa900) - [ ] Suggest NFC, NFD, NFKC, NFKD when trying to do "foo".Uni [35428451](https://github.com/rakudo/rakudo/commit/35428451) - [ ] Make some only method raku multi on instantiated invocant [7f39c4bb](https://github.com/rakudo/rakudo/commit/7f39c4bb) Fixes: - [ ] fix Windows MSI build [ff829b87](https://github.com/rakudo/rakudo/commit/ff829b87) - [ ] Enforce deprecation of .perl [33f68d2c](https://github.com/rakudo/rakudo/commit/33f68d2c) - [ ] Give Mu.does a return type constraint [85871dc9](https://github.com/rakudo/rakudo/commit/85871dc9) - [ ] Make error reporting more resilient wrt warnings [eeb97aca](https://github.com/rakudo/rakudo/commit/eeb97aca) Additions: RakuAST: - [ ] Revert/Cleanup some previous RakuAST commits: [6e474f82](https://github.com/rakudo/rakudo/commit/)[d71d63d5](https://github.com/rakudo/rakudo/commit/6e474f82) - [ ] give enum A (a => 3.14, b => 6) a better error message [b7a4e1a9](https://github.com/rakudo/rakudo/commit/b7a4e1a9) - [ ] fix for "add bare dd CHECK functionality (4fad427)" [1d155e52](https://github.com/rakudo/rakudo/commit/1d155e52) - [ ] Default unnamed packages to `anon` scope instead of `our` [47d8befa](https://github.com/rakudo/rakudo/commit/47d8befa)
Improvements:
Fixes:
Additions:
RakuAST:
anonscope instead ofour47d8befa