Perl 6 language and compiler development | Logs at colabti.org/irclogger/irclogger_log/perl6-dev | For toolchain/installation stuff see #perl6-toolchain | For MoarVM see #moarvm
Set by Zoffix on 27 July 2018.
lizmat Files=1262, Tests=107941, 412 wallclock secs (30.25 usr 7.41 sys + 2922.60 cusr 261.88 csys = 3222.14 CPU) 05:54
jmerelo You've seen this? github.com/features/package-regist...1557516528 Could we try and prepare a PR for Perl 6? 06:36
Although I'm not sure they will open it to other package registries... For the time being there are only 5. 06:37
Will be interesting to get into the beta and keep an eye on it. 06:48
[Tux] Rakudo version 2019.03.1-317-gb2e72d6d7 - MoarVM version 2019.05-3-gf3aeae67c
csv-ip5xs0.713 - 0.736
csv-ip5xs-205.973 - 6.152
csv-parser23.944 - 25.403
csv-test-xs-200.423 - 0.474
test6.966 - 7.224
test-t1.655 - 1.687
test-t --race0.802 - 0.826
test-t-2029.086 - 29.174
test-t-20 --race9.002 - 9.846
11:09
lizmat .tell vrurg installing Async::Workers failed for me twice, with different error modes 12:40
yoleaux lizmat: I'll pass your message to vrurg.
dogbert17 lizmat: what happens if you run 'perl6 --ll-exception -e 'my @a = (^10000)>>.Str' on your Mac? 15:04
lizmat: sorry I meant 'perl6 --profile -e 'my @a = (^10000)>>.Str' 15:06
lizmat dogbert17: creates a profile fine
should I look at the profile?
dogbert17 lizmat: I guess you should. My goal is to add a comment to RT#131813 15:09
synopsebot RT#131813 [open]: rt.perl.org/Ticket/Display.html?id=131813 Segfault with --profile
dogbert17 AlexDaniel wanted someone with a Mac to test it before adding a testneeded label 15:10
Huh, it has a testneeded label, am I going insane? 15:14
dogbert17 does anyone know if the following line is unnecessary? github.com/rakudo/rakudo/blob/ebb0...y.pm#L1399 15:34
bartolin dogbert17: if I don't misunderstand git, that variable was removed lizmat++ in github.com/rakudo/rakudo/commit/d6a9edacf2 16:10
dogbert17 bartolin: I seem to be behind the times :) thanks for clearing that up 16:17
bartolin yw :)