09:48 finanalyst joined 09:53 finanalyst left 13:07 AntonOks joined
AntonOks Dear Rakudo dev's... there are now some pre-build Rakudo-Star packages and also a "relocatable" tar archive available at github.com/AntonOks/rakudo-star-pkg/releases 13:19
Could you please try them out and share your feedback, if possible via "issues" in that respective GitHub repo?!?
Please note.... this repo is "temporary available". Do not link it in other tools or even documentations as of now. It may disappear later, and the binary packages may be made available on github.com/rakudo/star after some (YOUR ;) ) tests!
Geth rakudo/main: 400c61b95e | (Elizabeth Mattijsen)++ | src/Raku/Actions.nqp
RakuAST: minor opt in defining pacakge

DRY: Reduce number of dynvar lookups and method calls
13:22
13:30 AntonOks left 17:39 librasteve_ joined 17:47 AntonOks joined 17:51 AntonOks left 18:29 [Coke]_ joined 18:32 [Coke] left
Geth rakudo/main: d13b7ab6b8 | (Elizabeth Mattijsen)++ | 2 files
RakuAST: add ::Node.fileline method

To easily obtain the file:line of any RakuAST node, if available
19:31
rakudo/main: 7a61872f73 | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Fixups.rakumod
RakuAST: add grammar sanity check

Inspired by ugexe++'s comment at:
   irclogs.raku.org/raku/2026-03-14.html#21:52
This commit adds CHECK phaser support to RakuAST::Grammar that will attempt to call a "check-sanity" method on the invocant ... (18 more lines)
19:42
lizmat m: Q|grammar A { regex foo { <bar> <baz> } }|.AST 19:46
camelia ( no output )
lizmat meh.. too early
19:49 librasteve_ left 19:59 finanalyst joined 20:30 finanalyst left
lizmat m: Q|grammar A { regex foo { <bar> <baz> } }|.AST 22:58
camelia ===SORRY!===
Unresolved references found in grammar A:
in regex foo (at EVAL_0:1): bar baz