🦋 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.
Geth JSON-Unmarshal/main: 0ddb98a188 | (Vadim Belman)++ | 2 files
Fix a bug with incorrect setting of $!error-mode of parameters

Explicit use of `:!throw`/`:!die` causes it to be set to `False` instead of an enum value.
02:29
ugexe what I meant was the error i posted comes from the main branch. and that error is different from what you posted 11:38
Geth rakudo/main: 632a2ecc8b | (Elizabeth Mattijsen)++ | 2 files
RakuAST: generalize handling of superscript ints

As in 42², in preparation for more features
18:45
rakudo/main: 862e38741e | (Elizabeth Mattijsen)++ | src/Raku/Actions.nqp
RakuAST: streamline <numish> handling

  - only one self.attach: $/ ... instead of many
  - no double hash lookups
  - add examples of numeric values being handled
  - abstract handling of unicode property values
No functional changes, just changes in clarity of code and preparation of more functionality
19:16