🦋 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.
releasable6 Next release in ≈2 days and ≈11 hours. There are no known blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 07:00
Geth ¦ problem-solving: jubilatious1 assigned to codesections Issue Feature Request: recognize "doubled" Unicode characters in Raku ternary operator (question mark and exclamation point). github.com/Raku/problem-solving/issues/433 09:41
¦ problem-solving: lizmat unassigned from codesections Issue Feature Request: recognize "doubled" Unicode characters in Raku ternary operator (question mark and exclamation point). github.com/Raku/problem-solving/issues/433 09:52
rakudo/lizmat-⁇‼: 959071e6b7 | (Elizabeth Mattijsen)++ | src/Raku/Grammar.nqp
RakuAST: initial stab at allowing ⁇ ‼

In light of github.com/Raku/problem-solving/issues/433
10:20
rakudo: lizmat++ created pull request #5608:
RakuAST: initial stab at allowing `⁇` `‼`
Geth rakudo/main: 16b059c0e3 | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Deparse.rakumod
RakuAST: fix thinko wih =defn

We already assumed that the paragraphs could be ::Doc::Blocks, so limiting to "str" is wrong
11:26
rakudo/main: 62e523a9c1 | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Fixups.rakumod
RakuAST: procedural tables allow markup
rakudo/main: 2992649f7c | (Elizabeth Mattijsen)++ | 3 files
RakuAST: don't add "\n" after abbreviated doc blocks

The number of newlines in the code should match what is produced in deparsing. This may result in faulty source code, but that's the responsibility of the creator of the manual RakuAST trees.
12:08
Geth rakudo/main: 088180b6d4 | (Elizabeth Mattijsen)++ | 3 files
RakuAST: fix quite a few issues with margins

in deparsing / highlighting. *phew*
14:43
rakudo/main: d7731e7d59 | (Elizabeth Mattijsen)++ | 2 files
RakuAST: change default color of config

From blue to red. Reason for this is really that blue gets very confusing for the shortened config of "#" (aka :numbered) because blue is also used for inline comments
15:36
rakudo/main: 1004a2ad3f | (Elizabeth Mattijsen)++ | 4 files
RakuAST: add support for visual table highlighting

And add tests for highlighting tables in general
17:34
lizmat and this hopefully concludes my tests for Raku syntax highlIghting based on the Raku grammar for the foreseeable future *phew* 17:35