🦋 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: patrickbkr++ created pull request #5013:
Improve flow of calling set-env.sh from a script
18:48
Geth rakudo/lizmat-END-dynvars: e1df4bc493 | (Elizabeth Mattijsen)++ | 3 files
Introducing $*EXIT and $*EXCEPTION dynvars

Main intent is that these will be used inside an END block to check whether the program is exiting through an exception or not.
  $*EXIT is set to the currently known exit() value, 1 if an exception
occurred, 0 if no exception occurred, N when an exit(N) was executed. ... (13 more lines)
19:40
rakudo: lizmat++ created pull request #5014:
Introducing $*EXIT and $*EXCEPTION dynvars
nine Very nice :) 20:41
vrurg nine: may I ask you to merge github.com/niner/Inline-Perl5/pull/177? github.com/rakudo/rakudo/pull/4993 depends on it. 20:55
nine Done. Though I have to say that I don't like the backwards incompatibility. 21:41
And I don't understand it. Either I'm blind, or you are not actually using that argument anywhere anyway. 21:44
vrurg Changes in the metamodel do use it. 22:12
Spectests fail unless it is there. 22:13
nine: Thanks!
Geth nqp: 6bbaf250ea | (Vadim Belman)++ | 6 files
Add optional positional parameter to archetypes method

It is needed to support some improvements in Raku land.
23:58
nqp: 4f4d4ef1f6 | (Vadim Belman)++ (committed using GitHub Web editor) | 6 files
Merge pull request #775 from vrurg/make-generics-better

Add optional positional parameter to archetypes method