21 Apr 2026
[Coke] lib/Testo/Test.rakumod has that, and then other classes and items inside the unit package. 13:42
will require some detangling.
github.com/raku-community-modules/.../issues/27 13:46
Geth rakudo/main: 4 commits pushed by (Nick Logan)++ 13:48
[Coke] MoarVM::Profiler in the source build now warns, btw. 13:52
ok, Testo is working again at HEAD. let me see what's left in that blin run. 14:13
ok, I have issues installing Text::Markdown::Discount (missing library), and GraphQL - bad dependency? 14:23
hurm. depends on Text::Wrap:auth<github:jkramer> which is old, but is still findable on rea. 14:26
but neither of those seems to be rakudo's problem.
shutting own the blin machine. :) 14:27
timo \o/ 14:51
good work [Coke]
releasable6 Next release in ≈4 days and ≈3 hours. There are no known blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 15:00
coleman thanks again [Coke] 15:55
[Coke] eh, I'm just doing the easy bits. 17:08
but you're welcome!
librasteve_ rakudoweekly.blog/2026/04/21/2026-...framework/ 18:35
lizmat librasteve_++ 19:13
Geth rakudo: ugexe++ created pull request #6130:
Extend same-name-as-enclosing deprecation to cover package outers
22:04
rakudo: ugexe++ created pull request #6131:
MoarVM::Profiler: use unit class to silence deprecation worry
22:05
22 Apr 2026
rakudo: ugexe++ created pull request #6132:
Fix "Missing infix inside R" when using RZ/RX infix form
03:52
rakudo/main: dfaf7c8bb4 | (Nick Logan)++ (committed using GitHub Web editor) | lib/MoarVM/Profiler.rakumod
MoarVM::Profiler: use unit class to silence deprecation worry (#6131)

  `MoarVM::Profiler.rakumod` was declared as `unit module MoarVM::Profiler`
with a nested `class MoarVM::Profiler { ... }` of the same name, which triggers a deprecation worry on 6.d. Collapse the wrapper into
  `unit class MoarVM::Profiler;` with the attribute declarations at
file scope. The nested helper classes and the exported subs keep their public addresses and behavior, so external consumers are unaffected, and the file now works the same way under 6.e where the old pattern would install the class as a nested package.
10:06
rakudo/main: b7f77781be | (Elizabeth Mattijsen)++ | lib/MoarVM/Profiler.rakumod
Some additional whitespace changes

dfaf7c8bb4 fixed the warning, but left the code in a bit of a confusing whitespace state re the MoarVM::Profiler class
10:09
rakudo/main: 6e6cd5e639 | (Nick Logan)++ (committed using GitHub Web editor) | 4 files
Extend same-name-as-enclosing deprecation to cover package outers (#6130)

  * Extend same-name-as-enclosing deprecation to cover package outers
The worry added in the original deprecation commit only detected an enclosing ModuleHOW (i.e. `unit module Foo::Bar; class Foo::Bar {}`). Ecosystem modules also use `unit package Foo::Bar; role Foo::Bar {}` ... (31 more lines)
10:10
releasable6 Next release in ≈3 days and ≈7 hours. There are no known blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 11:00
[Coke]_ we probably want to consider 6130 for inclusion this release. 12:43
[Coke] ... oh, it's already merged! 12:49
so much happens before I wake up. :) 12:50