🦋 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 rakudo: MasterDuke17++ created pull request #5292:
Don't need to use _I version of nqp::radix...
03:44
Geth rakudo/main: efa78db6e6 | MasterDuke17++ (committed using GitHub Web editor) | src/core.c/CompUnit/PrecompilationRepository.pm6
Don't need to use _I version of nqp::radix...

just to check that the given string is composed of hex characters.
08:40
Geth rakudo/main: d3821c8218 | (Elizabeth Mattijsen)++ | 2 files
Fix some Format copy-pastos + add some doc

Found while writing tests for .fmt(Format:D)
10:34
roast: eb5fbf79c0 | (Elizabeth Mattijsen)++ | S32-str/format.t
Add .fmt(Format:D) tests
Geth rakudo/main: 5a7a2e5f95 | (Elizabeth Mattijsen)++ | src/core.e/Formatter.pm6
Add Format.raku method, to distinguish from Str.raku
16:00
rakudo/main: e95c45a5ec | (Elizabeth Mattijsen)++ | 2 files
RakuAST: introduce the q:o/%10s/ quote type

  - taken "o" to indicate the quote type, as "f" is already used
  - long version is "format", so q:format/%10s/
  - if the given string is known at compile time, should create the
   entire Format object and its code at compile time. But sadly,
   something is amiss with that, so run the Format creation logic
   at run-time for now
Geth rakudo/main: 60a10f8a0f | (Elizabeth Mattijsen)++ | src/Raku/ast/literals.rakumod
RakuAST: fix format quote with variable strings

Was a flub in the creation of the WVal for the Format class
16:19