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.
Geth rakudo: 92ebc333a6 | (Nick Logan)++ (committed using GitHub Web editor) | src/core/CompUnit/Repository/Installation.pm6
Use correct short names

Ensure we use the distribution short-name when referring to a distribution, and a module short-name when referring to a module.
00:33
AlexDaniel oh, maybe something about Bufs can be a good gsoc project 07:36
( colabti.org/irclogger/irclogger_lo...02-02#l162 ) 07:37
[Tux] Rakudo version 2018.12-279-g92ebc333a - MoarVM version 2018.12-45-ga9d02578a
csv-ip5xs0.768 - 0.769
csv-ip5xs-206.420 - 6.438
csv-parser22.233 - 22.406
csv-test-xs-200.435 - 0.436
test7.260 - 7.534
test-t1.803 - 1.891
test-t --race0.850 - 0.854
test-t-2031.640 - 31.691
test-t-20 --race9.813 - 10.181
09:53
gfldex IO.handle.read with :bytes > 2**16 seams to return only 2**16 bytes without error and warning. Is that intentional? 19:11
MasterDuke gfldex: what happens if you give a :bytes > 2147483647 ? 19:27
gfldex same thing
MasterDuke hm, my quick follow through the code paths seemed to suggest it would give an error in that case. so obviously i'm not looking at the right thing, probably need someone else to chime in 19:30
gfldex .eof on biggish binary reads doesn't work proerly either :-/ 19:58