08:34 shareable6 left 08:35 benchable6 left, unicodable6 left, bisectable6 left, evalable6 left, nativecallable6 left, committable6 left, linkable6 left, sourceable6 left, quotable6 left, notable6 left, releasable6 left, tellable6 left, greppable6 left 08:38 evalable6 joined, nativecallable6 joined, unicodable6 joined, coverable6 joined, notable6 joined 08:39 bisectable6 joined, benchable6 joined, sourceable6 joined, greppable6 joined, shareable6 joined 08:40 committable6 joined, quotable6 joined, linkable6 joined, bloatable6 joined, releasable6 joined 08:41 tellable6 joined
releasable6 Next release in ≈4 days and ≈3 hours. There are no known blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 15:00
15:59 japhb joined 17:33 japhb left
[Coke] releasable6: next 17:45
releasable6 [Coke], Next release in ≈4 days and ≈1 hour. There are no known blockers. 0 out of 20 commits logged
[Coke], Details: gist.github.com/02747f513fe3dadc45...5f1b73ad5e
[Coke] releasable6: next 17:51
releasable6 [Coke], Next release in ≈4 days and ≈1 hour. There are no known blockers. 2 out of 20 commits logged
[Coke], Details: gist.github.com/7794038b2edc77e5ea...5d79db200c
[Coke] patrickb: which "latest moarvm tweaks" are in 4fbv9c0dc?
ah, found the two moarvm commits it's probably referring to 17:57
42cb359
42cb359
a4bac8e 17:58
lizmat m: BEGIN dd COMPILING::^name 18:41
camelia ===SORRY!=== Error while compiling <tmp>
Undeclared routine:
name used at line 1
lizmat m: BEGIN dd COMPILING::.^name
camelia "Stash"
lizmat so it looks like we have a COMPILING:: Stash
docs.raku.org/language/packages#in...G(package) says: 18:45
Lexical symbols in the scope being compiled
m: my $a; BEGIN dd COMPILING::.keys 18:46
camelia ().Seq
lizmat however, that does not appear to be the case ?
there appear to be some todo-ed tests 18:47
in t/spec/S04-declarations/constant.t
github.com/Raku/old-design-docs/bl...udopackage is an interesting read 18:52
m: COMPILING::<$?FOO> = 45; dd COMPILING:: # apparently you can just do things with it 18:54
camelia {"\$?FOO" => 45}
lizmat still it feels like an artefact / half implemented feature that could possibly be removed
afaics there is no mention of COMPILING:: in the ecosystem 19:01
[Coke] Or in the docs. :wink: 20:01
lizmat :-) 20:14