disbot2 <librasteve> programming.dev 06:49
07:52 finanalyst joined 08:03 tellable6__ joined, linkable6__ joined 08:05 sourceable6__ joined, coverable6__ joined, benchable6__ joined 08:06 refactus_ joined, refactus_ left, refactus_ joined 08:09 linkable6 left, tellable6 left, sourceable6 left, coverable6 left, benchable6 left 08:10 refactus left 08:24 coleman_ joined 08:25 leont_ joined 08:31 coleman left, leont left, coleman_ is now known as coleman, leont_ is now known as leont 08:47 refactus_ is now known as refactus 10:42 finanalyst left
Geth rakudo/main: fbe5a50b9f | (Elizabeth Mattijsen)++ | 3 files
RakuAST: RakuDoc directives may not have levels

Provide a better error message when one tries to use a RakuDoc directive with a level, such as =finish2, =begin2, =place2, etc.
Inspired by github.com/rakudo/rakudo/issues/6090
11:08
12:38 finanalyst joined 13:45 finanalyst left 15:18 Pixi left 15:26 Pixi joined 15:55 [Coke] left 17:49 [Coke] joined 19:54 finanalyst joined 21:16 finanalyst left 22:04 librasteve_ left
Geth rakudo/main: 107ed65b0c | (Elizabeth Mattijsen)++ | src/Raku/ast/call.rakumod
RakuAST: make >>.WHAT and friends work

As described in github.com/rakudo/rakudo/issues/6084 .
This fixes that case because the codegenning is smart enough to codegen calls to the associated methods. So:
   [1,2,3]>>.WHAT
is basically codegenned as:
   [1,2,3]>>."WHAT"()
and as such just DTRT
22:32
rakudo: patrickbkr++ created pull request #6091:
Legacy Raku: introduce $?SOURCE and $?CHECKSUM analogous to RakuAST
22:39
rakudo/main: 2c9345e844 | (Patrick Böker)++ (committed using GitHub Web editor) | src/Perl6/Actions.nqp
Legacy Raku: introduce $?SOURCE and $?CHECKSUM analogous to RakuAST (#6091)

See
  - a7453b1dce375221d9c1783ee3dca9e7fd32ec4e
  - ab0231a00255cba71adf54fec43e67188284cebf
for reference.
22:47
rakudo/main: fe2e46e3f7 | (Elizabeth Mattijsen)++ | 7 files
Satisfy core entity tests

  github.com/rakudo/rakudo/commit/2c9345e844 introduced the
compile time variables $?SOURCE and $?CHECKSUM in the legacy grammar.
Which in turn tripped testing. This commit satisfies those tests.
22:55