[Coke] I took out the specific memory limitation setting. Box has 32 gigs, 32 cores, and 40GB swap 00:01
so it is possible to get some variance where something gets OOMd one run but not the next.
(which is a great reason to automate the redos)
ugexe does that mean github.com/coke/raku-blin-release-...ve_0.0.1_0 was oom killed at 2G? 00:12
[Coke] +the swap, but yes. 00:16
ok, reran. the redo has 3 failures, all of which are "what module, there's no module" 00:18
all 3 were 'No candidates found matching identity:' 00:19
trying just those 3...
Actually, can you give me the zef command to download the tar for, e.g. "AI::NLP" ? 00:20
00:33 lucs left, lucs joined
ugexe zef fetch AI::NLP --debug although that also does the extraction step 01:26
if it isnt finding any candidates though that would mean the index file itself is missing them 01:35
it doesnt even know where to download the .tar.gz file until it finds them in a index
[Coke] ok, redo of redo of the 3 "can't find this module" all worked. 01:40
so, yes, some transient error. :| 01:41
01:42 guifa left, disbot left, disbot joined
Geth rakudo: ugexe++ created pull request #6583:
Key precompilation stores to the setting they bind to
01:44
01:47 guifa joined 02:09 guifa left 02:33 guifa joined
Geth rakudo: ugexe++ created pull request #6584:
RakuAST: set the read only mask on produced signatures
02:52
03:10 guifa left 03:30 guifa joined
Geth rakudo/main: 68129a9ac5 | (Nick Logan)++ (committed using GitHub Web editor) | 2 files
Answer reductions over a Range of Ints from its endpoints (#6582)

Previously the reductions of +, min and max took an answer from a Range's endpoints only for a Range that goes on producing values, so a finite one reified and folded every value it holds. A Range producing a run of Ints describes that run completely with its endpoints. The reduction of + over one now takes the answer Range.sum computes from them, where folding a ... (11 more lines)
03:56
rakudo/main: 9b19ab39e5 | (Nick Logan)++ (committed using GitHub Web editor) | 3 files
RakuAST: set the read only mask on produced signatures (#6584)

Previously the signature meta-objects this frontend produced left the read only bit mask at zero. The invocation dispatcher reads that mask to pass read only object arguments outside their Scalar containers, so every call on contained arguments recorded a dispatch program that passed the container, with an extra value guard and a second container ... (8 more lines)
04:48 summerisle left, summerisle joined 04:53 guifa left 05:01 guifa joined 05:37 guifa left 05:49 guifa joined 06:06 rba left 06:07 rba joined 06:12 kurahaupo left 06:28 [Coke] left, [Coke] joined 07:40 ShimmerFairy left, ShimmerFairy joined 07:43 guifa left
Geth rakudo/main: 754d3dcf09 | (Nick Logan)++ (committed using GitHub Web editor) | src/core.c/Compiler.rakumod
Key precompilation stores to the setting they bind to

Previously the compilation id keying a precompilation store derived from the compiler's sources and the frontend compiling the modules, while the setting a precompilation binds to also varies by the frontend that compiled it and by the version string it bakes in. Rebuilding the setting with the other frontend, or after a commit ... (9 more lines)
08:23
08:50 kurahaupo joined 09:27 gfldex left, gfldex joined
lizmat notable6: weekly 10:13
notable6 lizmat, 2 notes: 2026-08-20T13:45:38Z <melezhik.>: news.ycombinator.com/item?id=49374503 ; 2026-08-23T04:25:14Z <melezhik.>: github.com/ash/rakupp/tree/main/live , sparrow is added to the rakupp live
10:53 kurahaupo left 10:54 kurahaupo joined 10:58 kurahaupo left 10:59 kurahaupo joined 11:20 lizmat left, lizmat_ joined
lizmat_ notable6: weekly reset 11:30
notable6 lizmat_, Moved existing notes to “weekly_2026-08-25T11:30:18Z”
11:30 lizmat_ left, lizmat joined
lizmat And yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2026/08/25/2026-...r-by-coke/ 11:31
12:01 lizmat left, lizmat_ joined 12:08 lizmat_ left, lizmat joined
Geth rakudo/lizmat-33: 8984552b65 | (Elizabeth Mattijsen)++ | src/Raku/ast/code.rakumod
RakuAST: fix issue with m:p/foo/ codegenning

It appears that is was conflating the functionality of
   m:p/foo/
with
   m:p(2)/foo/
Fix this by only taking the special "to" codegenning path if the specified adverb represents True.
13:04
rakudo: lizmat++ created pull request #6585:
RakuAST: fix issue with m:p/foo/ codegenning
13:05
patrickb o/ 13:59
Building moar on an ancient ubuntu fails with paste.sr.ht/~patrickb/d00f1d426bab...a21480e47f
That's probably gcc 5.3.1 14:00
Aw. Wrong chat..
Geth rakudo/main: d1abb79bbf | (Will Coleda)++ | 2 files
Ensure new announcements use correct donation link

  - update most recent announcement link as well.
14:22
rakudo/lizmat-33: 803c4061a5 | (Elizabeth Mattijsen)++ | src/Raku/ast/code.rakumod
RakuAST: apply same fix for s:p/foo/bar/
14:37
16:22 Guest18 joined 16:23 Guest18 left
Geth rakudo/main: 0cb1dd6c49 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | src/Raku/ast/code.rakumod
RakuAST: fix issue with m:p/foo/ and s:p/foo/bar/ codegenning

It appears that is was conflating the functionality of
   m:p/foo/
with
   m:p(2)/foo/
Fix this by only taking the special "to" codegenning paths if the specified adverb represents True.
17:36
rakudo: ugexe++ created pull request #6586:
RakuAST: report variable trait errors when the argument needs a thunk
18:01
rakudo/coke/donations: 682fbc6bff | (Will Coleda)++ | README.md
Mention donations on the README

Near the top but not at the top
18:19
rakudo: coke++ created pull request #6587:
Mention donations on the README
18:20
rakudo/main: 682fbc6bff | (Will Coleda)++ | README.md
Mention donations on the README

Near the top but not at the top
18:32
rakudo/main: 79c849db00 | (Will Coleda)++ (committed using GitHub Web editor) | README.md
Merge pull request #6587 from rakudo/coke/donations

Mention donations on the README
19:14 RakuIRCLogger left 19:37 Pixi` joined 19:40 Pixi left 19:50 finanalyst joined
Geth rakudo: ugexe++ created pull request #6588:
RakuAST: attach doc blocks to the statement that follows them
20:04
20:17 finanalyst left
Geth rakudo/main: e8a0c68807 | (Nick Logan)++ (committed using GitHub Web editor) | 5 files
RakuAST: attach doc blocks to the statement that follows them

  * RakuAST: attach doc blocks to the statement that follows them
Previously a parsed doc block was claimed by the first statement action to run after it. Statement actions run innermost first, so a doc block preceding a package declaration was claimed by the first statement ... (31 more lines)
20:51
21:06 tbrowder left, tbrowder joined
ab5tract ugexe: have you considered taking care of this as part of your 6.e work? github.com/rakudo/rakudo/issues/12...2940073109 21:31
It’s causing issues with the Kotlin port
So it would be cool to nuke this anti-pattern ASAp 21:32
lizmat ab5tract: that would be 6.f stuff, I'd say 22:03
ab5tract I don’t know 22:06
Unless 6.f. Is scoped as a 12-18 month mop up
22:16 coleman left, coleman joined
lizmat well, I would love to see a yearly language level cycle after 6.e :-) 22:22
ab5tract that's a nice idea 22:46