🦋 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: vrurg++ created pull request #5350:
Provide a workaround for macOS Security Integrity Protection
02:33
MasterDuke i have a new moarvm branch that implements the new stat syscalls more like the original op (i.e., pass in a `nqp::const::STAT_*` flag). it's too late now, but hopefully tomorrow i'll push it and a new rakudo pr that uses it. then we can compare the two pairs of prs 04:08
Geth rakudo/main: 5ef70c6ada | (Elizabeth Mattijsen)++ | src/Raku/Grammar.nqp
RakuAST: Streamline comp-unit token

  - get rid of empty tokens just being there to call action methods,
   call the action methods directly to reduce grammar clutter
  - some changes in order of occurence of regexes
  - many more comments
08:25
Geth rakudo/main: 0ad03b5ee1 | (Elizabeth Mattijsen)++ | src/Raku/Grammar.nqp
RakuAST: make statement-control prote more readable
09:39
rakudo/main: cb8d2a1255 | (Elizabeth Mattijsen)++ | 72 files
Remove 'use v6' where possible

If there is no specific version needed, it shouldn't be specified. And by this time, there's no way this can get confused with Perl tests.
10:37
lizmat vrurg: looks like "use v6.x" is not working on RakuAST :-( 11:04
m: use v6.*; say $*RAKU; say "nano".EVAL; 11:26
camelia Raku (6.e)
1692358000804228217
lizmat wiith RAKUDO_RAKUAST=1:
Raku (6.e.PREVIEW) 11:27
===SORRY!=== Error while compiling
Undeclared routine:
nano used at line -1. Did you mean ''?
[Coke] lizmat: docs mention a bunch of subtypes of Pod::Block, but using rakudoc, I see more actual Pod::Block's with types. 15:07
s/more/only/ 15:10
finanalyst .tell @coke @coleman to look at raku-doc 15:21
tellable6 finanalyst, I cannot recognize this command. See wiki for some examples: github.com/Raku/whateverable/wiki/Tellable
finanalyst .tell @coke please look at #raku-doc
tellable6 finanalyst, I cannot recognize this command. See wiki for some examples: github.com/Raku/whateverable/wiki/Tellable
finanalyst .tell @coleman please look at #raku-doc
tellable6 finanalyst, I cannot recognize this command. See wiki for some examples: github.com/Raku/whateverable/wiki/Tellable
[Coke] finanalyst: I'm [Coke] here, btw. 15:24
finanalyst [Coke] I am still quite unfamiliar with IRC 15:27
My current internet connection is fairly unstable 15:28
[Coke] lizmat: your fix yesterday got me through to complete a PR, thanks. 16:30
Geth rakudo/main: 866099aa20 | (Elizabeth Mattijsen)++ | src/core.c/Code.pm6
Fix signatures in some Code methods

These were incorrectly limited to Block:D, but should Code:D
Fixes #5351
18:11