00:37 rnddim is now known as ShimmerFairy 01:45 kurahaupo joined
releasable6 Next release in ≈6 days and ≈15 hours. There are no known blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 03:00
07:09 ShimmerFairy left 07:10 ShimmerFairy joined
Geth rakudo/main: 9a8b94dfeb | (Nick Logan)++ (committed using GitHub Web editor) | src/Raku/ast/statements.rakumod
RakuAST: Fix module loading with class shadowing a core type (#6120)

When importing a module that defines a class with the same name as a core class (e.g. `class Date { }`), the RakuAST frontend erroneously threw `X::Redeclaration`.
  `IMPL-IMPORT-ONE` used `$resolver.resolve-lexical-constant`
... (12 more lines)
17:23
[Coke] Are we going to try to merge in ugexe's run of PRs before the release? 21:58
If we do it by noon Eastern tomorrow, I can get a blin run started, etc. 21:59
lizmat Let's at least try to get the non-RakuAST ones in before then 22:26
[Coke] sounds good. maybe we can test out all the raku ast in one pile on a branch, also 22:28
Geth rakudo/main: 00a4188114 | (Nick Logan)++ (committed using GitHub Web editor) | 2 files
Fix silent no-op for `$.foo = ...` on non-rw attributes (#6118)

  `$.foo` compiles to `self.foo.item` (and `@.foo`/`%.foo` use
  `.list`/`.hash`). For non-rw accessors, the accessor returns a bare
value, and `Mu.item` wraps it in a fresh mutable Scalar via
  `(my $ = item)`. Assigning to `$.foo` then silently stores into that
throwaway container with no effect on the attribute, instead of ... (23 more lines)
22:43
rakudo/main: 4 commits pushed by (Nick Logan)++, (Elizabeth Mattijsen)++ 22:46
lizmat These are all the non-RakuAST ones, I've closed #6117 as it did not offer a complete solution (and I'm working on a complete solution) 22:50
[Coke] ^^
sleep now&
releasable6 Next release in ≈5 days and ≈19 hours. There are no known blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 23:00
[Coke] c: 4ee541b5c 2.say 23:25
committable6 [Coke], ¦4ee541b: «2␤»
[Coke] kicking off a blin run 23:28