Geth rakudo/hyper_codegen: d24b93f6d0 | (Timo Paulssen)++ | src/Perl6/Optimizer.nqp
fix which argument gets extended by dwimmy ops
01:11
rakudo/hyper_codegen: b89dde9aaa | (Timo Paulssen)++ | src/Perl6/Optimizer.nqp
support for dwimming single int or num values
timotimo github.com/rakudo/rakudo/blob/mast...y.pm6#L478 - could perhaps try to use other methods of iterators than pull-one 01:31
Geth rakudo: softmoth++ created pull request #3668:
Fix .comb(Str) to ensure non-overlapping results
05:47
roast: softmoth++ created pull request #639:
Test "aaaa".comb("aa") gives non-overlapping results
05:49
Geth ¦ problem-solving: JJ assigned to jnthn Issue Should we make short-id2class accessible? github.com/Raku/problem-solving/issues/189 08:34
[Tux] Rakudo version 2020.05-45-gef90599e2 - MoarVM version 2020.05-2-g60b567089
csv-ip5xs0.819 - 0.858
csv-ip5xs-207.611 - 7.820
csv-parser24.603 - 30.057
csv-test-xs-200.397 - 0.404
test7.455 - 7.581
test-t2.005 - 2.006
test-t --race0.906 - 0.928
test-t-2031.353 - 32.272
test-t-20 --race9.580 - 9.912
09:32
jjmerelo I'm going to be moving Pod-To-Cached from the perl6 org to Raku, if no one minds. 10:03
jjmerelo On second thoughts, maybe I'll just leave it there, deprecate it and start a new one in Raku that does the same thing better 11:13
lizmat Files=1305, Tests=111245, 213 wallclock secs (28.46 usr 8.37 sys + 3005.25 cusr 274.45 csys = 3316.53 CPU) 11:50
Geth ¦ rakudo: Altai-man assigned to patrickbkr Issue Relocatability seems to be broken on Windows github.com/rakudo/rakudo/issues/3669 14:08
Geth ¦ problem-solving: vrurg assigned to jnthn Issue .? behavior on signature mismatch github.com/Raku/problem-solving/issues/190 14:56
nine If you ever find yourself in need of bisecting rakudo, this may give you a head start: gist.github.com/niner/3059e4fe8284...504cbb00b3 15:16
Using that with git bisect run and it contains workarounds for various changes in our build system last year
AlexDaniel nine: alternatively just use Blin 16:12
nine: something like 16:13
PERL6LIB=lib bin/blin.p6 --old=2018.06 --new=2018.09 --custom-script=testsomethinghere.p6
obviously doesn't work on windows and other platform, but at least you don't need to wait for rakudo to build :) 16:14
nine: also this way you can also specify module dependencies and it'll install them and test them too
but your script is nice too, +1 for 125-ing correctly :) 16:16
AlexDaniel maybe a good idea to add `perl6 -e 'say 42'` as a test too 16:16
Geth roast: e073870ba1 | (Vadim Belman)++ | S12-methods/calling_sets.t
Fix test messages

Old copy/paste resulted in messages reporting `.*` instead of correct
  `.+`.
19:58