🦋 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: ... | log inspection situation still under development | For MoarVM see #moarvm
Set by lizmat on 22 May 2021.
@lizmat MasterDuke55: thanks for the spot, no idea how that got there... 08:25
Geth problem-solving: a830d70241 | (Elizabeth Mattijsen)++ | solutions/meta/move-repo-to-raku.md
Suggest moving to "raku" organisation

Note, this is only part of solving issue #280.
09:55
problem-solving: 72008265ff | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | solutions/meta/move-repo-to-raku.md
Merge pull request #281 from Raku/move-repo-to-raku

Suggest moving IRC logs to "raku" organisation
Geth rakudo: 4183cdaf37 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | 11 files
Add a `repl` sub to enter the repl from within a program (#4325)

This adds a "repl" sub to Rakudo, that will enter the REPL at the point it is called. Typing "exit" will then just leave the REPL and continue with the program. One could consider this functionality like a mini-debugger, as it can inspect any variable / object within its lexical scope.
10:25
raydiak ^ hey, that's pretty cool! 10:56
leont It is! 11:13
@lizmat sadly, ctrl-d will not allow you to enter the repl again 11:17
we currently don't have a way to reset the error flag on a low level handle
@lizmat LizBot now running on 2021.05 13:03
Altai-man_ releasable6, status 13:16
releasable6 Altai-man_, Next release in ≈25 days and ≈5 hours. GitHub is down. There are no known blockers. Changelog for this release was not started yet
Geth rakudo/rakuast: 8fcd6628e6 | (Jonathan Worthington)++ | 2 files
Tweak name of AST node for <?{...}>

Since the previous name would also work for <{...}>. Also fix the description, which was copy-pasta.
16:19
rakudo/rakuast: ac2f1b892c | (Jonathan Worthington)++ | 3 files
Correctly set scopes of routine-y things
rakudo/rakuast: 27a5f69055 | (Jonathan Worthington)++ | 3 files
RakuAST node for `<{$some-regex-code}>` in regex
Geth rakudo/rakuast: fd7e4724b0 | (Jonathan Worthington)++ | 3 files
RakuAST node for /<$rx-code-to-interpolate>/
17:09
Geth rakudo/rakuast: ab46e80dc4 | (Jonathan Worthington)++ | src/Raku/Actions.nqp
Fix a handful of uses of `make` over `attach`
20:21
rakudo/rakuast: a5402ef7da | (Jonathan Worthington)++ | 2 files
RakuAST node for `<&foo>` style assertions