05:27 vrurg_ joined 05:29 vrurg left
Geth setup-raku/dependabot/npm_and_yarn/undici-6.24.0: a83d64ce98 | dependabot[bot]++ (committed using GitHub Web editor) | package-lock.json
Bump undici from 6.23.0 to 6.24.0

Bumps [undici](github.com/nodejs/undici) from 6.23.0 to 6.24.0.
  - [Release notes](github.com/nodejs/undici/releases)
  - [Commits](github.com/nodejs/undici/compare/v.....v6.24.0)
  ---
... (7 more lines)
08:16
setup-raku: dependabot[bot]++ created pull request #48:
Bump undici from 6.23.0 to 6.24.0
08:44 finanalyst joined 08:49 finanalyst left, finanalyst joined
Geth setup-raku/dependabot/npm_and_yarn/undici-6.24.1: 257637b17e | dependabot[bot]++ (committed using GitHub Web editor) | package-lock.json
Bump undici from 6.23.0 to 6.24.1

Bumps [undici](github.com/nodejs/undici) from 6.23.0 to 6.24.1.
  - [Release notes](github.com/nodejs/undici/releases)
  - [Commits](github.com/nodejs/undici/compare/v.....v6.24.1)
  ---
... (7 more lines)
09:04
setup-raku: dependabot[bot]++ created pull request #49:
Bump undici from 6.23.0 to 6.24.1
09:34 finanalyst left
Geth rakudo/main: 1cd333d857 | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Deparse.rakumod
RakuAST: ::Regex::Statement doesn't need an additional ;

As spotted by dwarring++. Fixes #5991
11:03
nqp/main: b57fc88bbe | (Daniel Green)++ | tools/templates/MOAR_REVISION
Bump MoarVM for mimalloc v2.2.7
12:20
rakudo/main: 7ab770784b | (Daniel Green)++ | tools/templates/NQP_REVISION
Bump NQP for mimalloc v2.2.7
12:23
setup-raku: bf91c48a33 | dependabot[bot]++ (committed using GitHub Web editor) | package-lock.json
Bump undici from 6.23.0 to 6.24.1 (#49)

Bumps [undici](github.com/nodejs/undici) from 6.23.0 to 6.24.1.
  - [Release notes](github.com/nodejs/undici/releases)
  - [Commits](github.com/nodejs/undici/compare/v.....v6.24.1)
  ---
... (8 more lines)
12:31
13:43 coleman left 13:44 coleman joined
Geth rakudo/main: d76960baa4 | (Elizabeth Mattijsen)++ | src/Raku/ast/statementprefixes.rakumod
RakuAST: make sure non-blocks are sunk in start

  github.com/rakudo/rakudo/issues/5976 originally was about
a perceived weird behaviour of `start loop { say "hello"; sleep 1 }` not running at all.
This commit fixes that particular WAT by settint the "sink" flag on whatever the `start` prefix has if it is *not* a Block
14:31
[Coke] m: 3.perl 16:31
camelia ( no output )
[Coke] m: 3.perl.say
camelia 3
[Coke] m: Perl.new.say
camelia Raku (6.d)
[Coke] I think we just made the former issue a deprecation warning, yes? Should also the latter? 16:32
lizmat m: say Compiler.new.version 17:08
camelia v2026.02.29.gd.76960.baa
lizmat m: dd %*ENV<RAKUDO_NO_DEPRECATIONS> 17:13
camelia IntStr.new(1, "1")
lizmat camelia doesn't show deprecations 17:14
[Coke] ^^
m: BEGIN %*ENV<RAKUDO_NO_DEPRECATIONS>:delete; 3.perl
camelia Saw 1 occurrence of deprecated code.
================================================================================
Method perl (from Mu) seen at:
<tmp>, line 1
Please use raku instead.
---------------------------------------------------…
[Coke] Does Perl.new show one? I know .perl has it already, that's why I asked about Perl 17:19
17:26 librasteve_ joined
lizmat it does now... I guess I'll add one 17:39
Geth rakudo/main: baed60715f | (Elizabeth Mattijsen)++ | src/core.c/Raku.rakumod
Deprecate Perl.new

Actually, it goes a bit further. Before, the Perl class was a subclass of the Raku class. After this commit the Perl class is made uninstantiable, and its new method sets up a Deprecation message, and returns an instantiated Raku object.
18:10
rakudo/main: 2efcd85522 | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Deparse.rakumod
RakuAST: tweak deparsing of ::Regex::Statement

Apparently 1cd333d857736f23e broke some cases of deparsing in the test suite
18:21
rakudo/lizmat-grammar-sanity: 705a0e06ad | (Elizabeth Mattijsen)++ | src/core.c/Grammar.rakumod
Add some sanity checking on Grammar.parse

  irclogs.raku.org/raku/2026-03-14.html#14:22 noted an LTA
error message for:
   $ raku -e 'grammar { method TOP { <.asdfwqef> } }.new.parse("asdf")'
   P6opaque: no such attribute '$!pos' on type Match in a Str when
... (8 more lines)
18:59
rakudo: lizmat++ created pull request #6088:
Add some sanity checking on Grammar.parse
19:00
20:15 vrurg joined, vrurg_ left
[Coke] lizmat++ 20:41
21:06 librasteve_ left