[00:37] *** rnddim is now known as ShimmerFairy

[01:45] *** kurahaupo joined
[03:00] <releasable6> Next release in ≈6 days and ≈15 hours. There are no known blockers. Please log your changes in the ChangeLog: https://github.com/rakudo/rakudo/wiki/ChangeLog-Draft

[07:09] *** ShimmerFairy left
[07:10] *** ShimmerFairy joined
[17:23] <Geth> ¦ rakudo/main: 9a8b94dfeb | (Nick Logan)++ (committed using GitHub Web editor) | src/Raku/ast/statements.rakumod

[17:23] <Geth> ¦ rakudo/main: RakuAST: Fix module loading with class shadowing a core type (#6120)

[17:23] <Geth> ¦ rakudo/main: 

[17:23] <Geth> ¦ rakudo/main: When importing a module that defines a class with the same

[17:23] <Geth> ¦ rakudo/main: name as a core class (e.g. `class Date { }`), the RakuAST

[17:23] <Geth> ¦ rakudo/main: frontend erroneously threw `X::Redeclaration`.

[17:23] <Geth> ¦ rakudo/main: 

[17:23] <Geth> ¦ rakudo/main: `IMPL-IMPORT-ONE` used `$resolver.resolve-lexical-constant`

[17:23] <Geth> ¦ rakudo/main: <…commit message has 12 more lines…>

[17:23] <Geth> ¦ rakudo/main: review: https://github.com/rakudo/rakudo/commit/9a8b94dfeb

[21:58] <[Coke]> Are we going to try to merge in ugexe's run of PRs before the release?

[21:59] <[Coke]> If we do it by noon Eastern tomorrow, I can get a blin run started, etc.

[22:26] <lizmat> Let's at least try to get the non-RakuAST ones in before then

[22:28] <[Coke]> sounds good. maybe we can test out all the raku ast in one pile on a branch, also

[22:43] <Geth> ¦ rakudo/main: 00a4188114 | (Nick Logan)++ (committed using GitHub Web editor) | 2 files

[22:43] <Geth> ¦ rakudo/main: Fix silent no-op for `$.foo = ...` on non-rw attributes (#6118)

[22:43] <Geth> ¦ rakudo/main: 

[22:43] <Geth> ¦ rakudo/main: `$.foo` compiles to `self.foo.item` (and `@.foo`/`%.foo` use

[22:43] <Geth> ¦ rakudo/main: `.list`/`.hash`). For non-rw accessors, the accessor returns a bare

[22:43] <Geth> ¦ rakudo/main: value, and `Mu.item` wraps it in a fresh mutable Scalar via

[22:43] <Geth> ¦ rakudo/main: `(my $ = item)`. Assigning to `$.foo` then silently stores into that

[22:43] <Geth> ¦ rakudo/main: throwaway container with no effect on the attribute, instead of

[22:43] <Geth> ¦ rakudo/main: <…commit message has 23 more lines…>

[22:43] <Geth> ¦ rakudo/main: review: https://github.com/rakudo/rakudo/commit/00a4188114

[22:46] <Geth> ¦ rakudo/main: 4 commits pushed by (Nick Logan)++, (Elizabeth Mattijsen)++

[22:46] <Geth> ¦ rakudo/main: cfe7e433d0 | RakuAST: Fix Module.default-how returning KnowHOW instead of ModuleHOW

[22:46] <Geth> ¦ rakudo/main: a21eeb1ba5 | RakuAST: Fix nested multi-part package name collision with enclosing package

[22:46] <Geth> ¦ rakudo/main: dc5e9452e0 | Fix nested multi-part package name collision in traditional grammar

[22:46] <Geth> ¦ rakudo/main: 4ee541b5c2 | Merge pull request #6122 from ugexe/ugexe/issue-5854

[22:46] <Geth> ¦ rakudo/main: review: https://github.com/rakudo/rakudo/compare/00a4188114fa...4ee541b5c23d

[22:50] <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] <lizmat> [Coke] ^^

[22:50] <lizmat> sleep now&

[23:00] <releasable6> Next release in ≈5 days and ≈19 hours. There are no known blockers. Please log your changes in the ChangeLog: https://github.com/rakudo/rakudo/wiki/ChangeLog-Draft

[23:25] <[Coke]> c: 4ee541b5c 2.say

[23:25] <committable6> [Coke], ¦4ee541b: «2␤»

[23:28] <[Coke]> kicking off a blin run

