🦋 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.
releasable6 Next release in ≈1 day and ≈15 hours. 1 blocker. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 03:00
lizmat Files=1351, Tests=117094, 282 wallclock secs (35.17 usr 9.72 sys + 3903.30 cusr 320.02 csys = 4268.21 CPU) 10:17
jdv nine: do you guess the uint stuff will be release ready by 2/18? 14:51
nine That's 2022-02-18? 14:55
jdv yes 15:01
nine yes 15:04
jdv you're doing too much work already. i don't want to cause any extra work for you. i'm fine with skipping this release if that helps.
jdv Ok, then. The Jan release is off. Thanks for your service and have a good vacation! 15:05
nine Thanks!
Geth rakudo: 28f8dddcd2 | (Justin DeVuyst)++ | docs/release_guide.pod
Skip 2022.01 release for the benefit of the uint (re)work.
15:18
nine Good news! Rakudo JVM built successfully on fix_unsigned_for_merge 16:21
MasterDuke nice 16:23
[Coke] nine++ 16:38
ni[cn]e++ ?
lizmat nine++
nine make test is now looking good as well. The hang in t/08-performance/99-misc.t seems to be a preexisting issue. 17:15
Geth roast: 00c53ab767 | (Elizabeth Mattijsen)++ | 6 files
Make unique/repeated/squish tests less specific

They will be too specific in the near future :-)
18:26
rakudo: bc8c286fc3 | (Elizabeth Mattijsen)++ | 2 files
Add .unique to native arrays

Makes them about 3x as fast.
18:49
rakudo: 369093c837 | (Elizabeth Mattijsen)++ | 2 files
Add .repeated to native arrays

Makes them about 3x as fast.
19:02
Geth rakudo: 284b56232e | (Elizabeth Mattijsen)++ | 2 files
Add .squish to native arrays

Makes them about 3x as fast.
19:16
[Tux] Rakudo v2021.12-126-g284b56232 (v6.d) on MoarVM 2021.12-73-gf884085c1
csv-ip5xs0.848 - 0.852
csv-ip5xs-205.293 - 5.383
csv-parser3.902 - 4.946
csv-test-xs-200.403 - 0.414
test6.833 - 6.900
test-t1.617 - 1.654
test-t --race0.906 - 1.168
test-t-2023.498 - 26.383
test-t-20 --race7.336 - 10.276
21:03
MasterDuke ugh, figuring out the right conditions for this ternary warning is annoying. not only do precedence.pm6 and Grammar.nqp not have all the same entries for the different kinds, they don't always agree 21:42
`my %concatenation   := nqp::hash('prec', 'r=', 'assoc', 'left', 'dba', 'concatenation');` vs `my Mu $concatenation    := nqp::hash('prec', 'r=', 'assoc', 'list');`. note that 'assoc' is 'left' in one and 'list' in the other
maybe it should just be reverted until after rakuast 21:50
patrickb \q 22:43
releasable6 Next release in ≈28 days and ≈19 hours. 1 blocker. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 23:00