🦋 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/fix-5818: d0eb6c6f18 | (Elizabeth Mattijsen)++ | src/Perl6/Metamodel/EnumHOW.nqp
Allow subroutines as values in enums (part 1)

The problem described in github.com/Raku/old-issue-tracker/issues/5818 was caused by trying to stringify the value of the enum to be used as a key in the reverse lookup of enums. Now checks if the .WHICH method can be called on the value, and then uses that as the key.
... (5 more lines)
10:21
Geth rakudo/main: 267edeb1f7 | (Elizabeth Mattijsen)++ | lib/RakuAST/Deparse/Highlight.rakumod
RakuAST: add color based highlighting functionality

  - also a lot more documentation
  - added subs "color-mapper" and "hsyn-key2color" subroutines
16:56
rakudo/main: c50e477c2e | (Elizabeth Mattijsen)++ | lib/RakuAST/Deparse/Highlight/HTML.rakumod
RakuAST: simplify HTML highlighting

By making it use RakuAST::Deparse::Highlight's functionality
16:59
Geth rakudo/main: 7a0c0e3f2f | (Elizabeth Mattijsen)++ | 2 files
RakuAST: introducing ::Deparse::Highlight::Text

Provide syntax highlighting using ANSI escape codes: now accessible with:
   use RakuAST::Deparse::Highlight; say highlight("say 'hello world'", "Text")
17:37
rakudo/main: b984ddfbbe | (Elizabeth Mattijsen)++ | lib/RakuAST/Deparse/Highlight.rakumod
RakuAST: fix issue with highlighting oneliners
18:32
Geth rakudo/main: 1534733de5 | (Elizabeth Mattijsen)++ | 3 files
RakuAST: fix highlighting issue for -> and -->
18:57
coleman finanalyst: I have forked your repo into the Raku org so that I can work on a container build github.com/Raku/rakuast-rakudoc-render 21:20
I will submit a PR back to the repo you own when I am done
Here you go. github.com/finanalyst/rakuast-raku...der/pull/1 This doesn't yet work on your test PR 22:11