🦋 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=1353, Tests=117175, 303 wallclock secs (36.15 usr 10.00 sys + 4245.09 cusr 344.19 csys = 4635.43 CPU) 05:57
Geth rakudo: 19c3bd1809 | (Elizabeth Mattijsen)++ | 2 files
Hopefully unbreak the JVM build
06:47
lizmat notable6: weekly 10:55
notable6 lizmat, 1 note: 2022-05-17T13:35:06Z <uzl[m]>: old.reddit.com/r/ruby/comments/bew...s/el9ox9w/
lizmat notable6: weekly reset 10:56
notable6 lizmat, Moved existing notes to “weekly_2022-05-23T10:56:04Z”
lizmat hmmm. I seem to be drawing a blank: 11:10
m: use experimental; dd EXPORT::<will-complain>.HOW.^name
camelia "Perl6::Metamodel::ClassHOW"
lizmat m: use experimental; dd EXPORT::<will-complain>.HOW.^name 11:11
camelia "Perl6::Metamodel::ClassHOW"
lizmat that's weird: locally I get Perl6::Metamodel::PackageHOW ?
m: dd Compiler.new.version 11:12
camelia v2022.03.80.g.530.e.17848
lizmat aha... looks like camelia is stuck
that should be v2022.04.74.g.1.c.4680544 11:13
nine ^^ ??
nine /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: ./libmoar.so: undefined reference to `uv__cloexec_ioctl' 11:14
AlexDaniel m: say 42 11:34
camelia 42
AlexDaniel e: say 42
evalable6 42
nine m: dd Compiler.new.version 11:42
camelia v2022.04.75.g.19.c.3.bd.180
nine Ha! Even surpassed the requested specifications ;)
lizmat hehe 11:58
hmmm.. weird, I'm still seeing 74 locally? 11:59
MasterDuke 75 here 12:01
lizmat ok after a Configure 12:02
m: use experimental; dd EXPORT::<will-complain>.HOW.^name
camelia "Perl6::Metamodel::PackageHOW"
lizmat right
in order to get around what I describe in github.com/rakudo/rakudo/issues/4933
I was thinking of manually importing symbols from the EXPORT::<will-complain> package 12:03
but I appear to be drawing a blank on how to get to that trait_mod:<will> in there
vrurg m: require experimental; say ::("EXPORT").WHO.keys; 13:21
camelia (macros will-complain pack cached smallnatives)
vrurg m: require experimental; say ::("EXPORT").WHO<will-complain>.WHO.pairs;
camelia (&trait_mod:<will> => &trait_mod:<will>)
vrurg lizmat: ^ perhaps this would help?
lizmat vrurg++ :-) 13:22
vrurg lizmat: You could also look into Test::Async. I was fixing it just yesterdays to get rid of %REQUIRE_SYMBOLS.
lizmat will do, finishing up the Weekly atm 13:23
[Coke] lizmat: the meeting this weekend went fine, got at least one new volunteer, we'll set up a once a month meeting for the short term, scheduled TBA. 13:57
(for docs) 13:58
(4 people on the call)
in the meantime, have folks come to #raku-doc if they want to learn more/help out
who do we talk to about making raku-doc an official channel?
lizmat has no idea how that actually works 14:17
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2022/05/23/2022-21-math-like/ 14:22
releasable6 Next release in ≈4 days and ≈3 hours. 1 blocker. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 15:00
|Tux| Rakudo v2022.04-75-g19c3bd180 (v6.d) on MoarVM 2022.04-3-ga9fcd5a74
csv-ip5xs0.808 - 0.809
csv-ip5xs-205.399 - 5.737
csv-parser3.850 - 3.936
csv-test-xs-200.392 - 0.406
test6.182 - 6.397
test-t1.407 - 1.536
test-t --race0.936 - 0.982
test-t-2021.327 - 21.327
test-t-20 --race6.494 - 6.503
15:21
[Coke] I asked in #libera for help - there's a raku group contact, they will have them reach out to me.
ggoebel coke: I believe mst has historically wrangled the irc admin cats for raku channels, etc. 18:27
[Coke] that was pre-libera 18:28
I'm all set, the contact already reached out.
and now they *know* they're the contact, so it should go smoother next time. :)
Xliff_ P6-GLib suite timing statistics for Raku 2022.04.70.g.73.b.43.e.5.f.9 22:50
Total number of projects: 32
Total non-parallel compile times: 9295.010 (290.469 avg)
Total parallel compile times: 2106.555 (65.830 avg) 4.412x speedup
Noting a 105% increase in regular and an 800 second increase in parallel compile times.
This last in relation to 2022.04.44.g.1.f.37.c.1.c.7.b 22:51