🦋 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 roast: 146a0aa940 | (Elizabeth Mattijsen)++ | 2 files
Workaround an apparant issue with slicing on $=pod in RakuAST
13:12
lizmat @$=pod[5,6] appears to retuirn @$pod[4,5] 13:13
Geth rakudo/main: 242f309828 | (Elizabeth Mattijsen)++ | 2 files
RakuAST: properly handle C< <+> >

In other words, you may use the same opener inside markup, as long as it's balanced. This is achieved by making <+> a dummy Markup object (without letter), that flattens out in legacy podification.
This also adds support for « » openers/closers
16:17
lizmat 806!
nine: any idea why --doc CLI argument is ignored with RakuAST? 16:26
ah, it looks like my $doc := %*COMPILING<%?OPTIONS><doc>; is not checked in Raku/Actions 16:27
will take that on as the next thing, it's needed for t/spec/S26-documentation/02-paragraph.t 16:28