🦋 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: c2e4734b62 | (Vadim Belman)++ | 2 files
Make better message about unused JSON keys

Add target type name to it.
02:09
JSON-Unmarshal/main: 9d8e9eeee6 | (Vadim Belman)++ | 2 files
0.13
MasterDuke ugexe: right. the different error comes from moarvm, in MVM_file_open_fh 02:20
Geth rakudo/main: 24aa02299b | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Literalize.pm6
RakuAST: add literalization support for 4² and 4⁻²
09:38
rakudo/main: d15d6d7dff | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Literalize.pm6
RakuAST: reduce bytecode for failure to literalize
09:51
Geth rakudo/main: 6a9e9963a7 | (Elizabeth Mattijsen)++ | 2 files
RakuAST: separate decimal value from rational values

The Literals.intern-rat was expecting a whole.fraction value, rather than a numerator / denominator. Added a Literals.intern-decimal method that expects whole.fraction values, and a similar "build-decimal" method. And adapted calls to these where appropriate.
15:38
rakudo/main: 51ebbe8065 | (Elizabeth Mattijsen)++ | 7 files
RakuAST: introducing vulgar fractions: 4²/₃ and 4⅔ (aka <14/3>)

  - add "vulgar" token taking ⅔ code point, or ²/₃ sequences
  - add "postfix:<+>" token for handling what we consider "vulgar"
  - in case of ²/₃, the numerator may *not* exceed the denominator
  - add base class ::Postfix::Literal
  - made ::Postfix::Power a client of ::Postfix::Literal
  - add class ::Postfix::Vulgar with handling, deparsing, .raku,
   literaliztion support and test (currently disabled as it bombs
   in the legacy grammar)
16:38
lizmat as speculated upon in github.com/rakudo/rakudo/wiki/save...om-ASCII#3 16:46
Geth rakudo/main: c002940c8a | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Fixups.pm6
RakuAST: generalize searching for ":allow" config setting

One step closer to making =config actually work
18:59