🦋 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.
gfldex should a gather/take block form a closure over a dynvar? 13:47
lizmat dynvars are not part of closures? they're purely dynamic 14:34
m: say "foo";last 15:29
camelia foo
===SORRY!===
last without loop construct
lizmat is surprised that this is a SORRY, which would imply a compile time error, when it clearly isn't ?
ugexe github.com/rakudo/rakudo/blob/14fb...#L562-L565 16:00
probably from that
lizmat so I guess the question: why doesn't it have a backtrace and/or why isn;t $e.backtrace.is-runtime true 16:04
I mean running it --ll-exception *does* show a usable backtrace 16:06
Xliff P6-GLib suite timing statistics for Raku 2022.07.77.ga.98.f.1.cabe 16:47
Total number of projects: 33 (484061 loc)
Total non-parallel compile times: 8563.980 (259.515 avg)
Total parallel compile times: 1351.238 (40.947 avg) 6.338x speedup
Analysis: This week has the third best parallel time on record. 16:52
lizmat nice! 17:19
Geth roast: 95f383e8bb | (Christian Bartolomäus)++ | 8 files
[JVM] Update some todo reasons, refer to GH issues
20:06