🦋 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 Files=1352, Tests=117184, 292 wallclock secs (35.75 usr 10.20 sys + 4066.99 cusr 336.10 csys = 4449.04 CPU) 06:24
[Tux] Rakudo v2022.03-202-g8a1e77887 (v6.d) on MoarVM 2022.03-17-g794e1d589
csv-ip5xs0.760 - 0.774
csv-ip5xs-205.192 - 5.371
csv-parser3.656 - 3.826
csv-test-xs-200.403 - 0.567
test6.574 - 6.682
test-t1.424 - 1.699
test-t --race0.947 - 0.955
test-t-2020.637 - 21.359
test-t-20 --race6.411 - 6.506
07:33
Geth rakudo: cbc0db7367 | (Elizabeth Mattijsen)++ | src/core.c/CompUnit/Repository/Locally.pm6
Streamline CUR::Locally role

  - make cache setup lazy
  - make cache lookup faster, do less for cache hits
  - add path-spec as an attribute (it is always needed)
  - add some documentation
  - tighten up signatures
09:27
Geth rakudo: 77b6a84a31 | (Elizabeth Mattijsen)++ | src/core.c/CompUnit/Repository/Locally.pm6
Make sure $!prefix is set before TWEAK is called

This changed with cbc0db7367 and shouldn't have.
12:22
Geth rakudo: 167588f909 | (Elizabeth Mattijsen)++ | src/core.c/CompUnit/Repository/Locally.pm6
Fix race condition, spotted by ugexe++

That sadly also means we have at least 2 more object creations at each startup.
18:46
Geth rakudo/lizmat-Distribution-Hash: 7d2f5e28ea | (Elizabeth Mattijsen)++ | 2 files
Streamline Distribution::Hash a bit

  - use "is built(:bind)" to bind, rather than an empty BUILD method
  - rename positional in new for easier blessing
  - lose explicit meta method (now auto-generated)
  - don't use scopes in .raku creation
19:27
rakudo: lizmat++ created pull request #4865:
Streamline Distribution::Hash a bit