🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
MasterDuke bartolin++, always happy to see jvm fixes 00:30
MasterDuke i rebased github.com/rakudo/rakudo/pull/5242 and now it nets -2 tests. oops 01:58
gfldex Does Roast got tests for warnings? 07:19
lizmat I think so 07:45
Geth rakudo/main: 61097bd131 | (Elizabeth Mattijsen)++ | src/Raku/ast/operator-properties.rakumod
RakuAST: add associativity to default properties

  - for infix, prefix and postfix
10:03
rakudo/main: 74cd925bf7 | (Elizabeth Mattijsen)++ | src/Raku/Grammar.nqp
RakuAST: first stage of streamlining add-categorical

  - use OperatorProperties for reserved operator checking
  - use OperatorProperties for %prec initialization
  - move argument checking up, shirt-circuit earlier if possible
  - move the core setting canary up, improve error message
  - more DRY mixing in
dogbert17 lizmat: 'RAKUDO_RAKUAST=1 make test' suddenly shows plenty of failures. Is that due to work in progress or should we be worried? 13:10
dogbert17 nine: can anything useful be gleaned from the gdb output here? github.com/MoarVM/MoarVM/issues/1750 14:58
lizmat dogbert17: I'm at 111 tests in make test now 18:26
we've had a regression after an INIT was added to NativeCall
all but one of the regressions is in NativeCall caused by that 18:27
and there was one regression caused by nine afaik
dogbert17 aha, so these are known problems then 18:34
lizmat well, since this is begin / init time related, and jnthn is working on some significant changes there, I postponed looking into it 19:04
there's plenty of other stuff to look into :-)
Geth rakudo/main: 3777e2db32 | (Elizabeth Mattijsen)++ | 2 files
RakuAST: allow OperatorProperties.xxxfix to be called without params

To get the default setting
19:24
rakudo: ab5tract++ created pull request #5370:
RakuAST: Implement the 'handles' trait
20:42
ab5tract +4 more spectests 20:46
Geth rakudo/main: 4c3d0ede44 | ab5tract++ (committed using GitHub Web editor) | 3 files
RakuAST: Implement the 'handles' trait (#5370)
21:29
lizmat 946 +4 ! 22:31