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.
samcv AlexDaniel: also hopefully we release like sunday or monday since i'm at TPC-Glasgow 05:47
AlexDaniel samcv: as opposed to?
samcv saturday :) 05:48
AlexDaniel ah yeah, that's fine
releasable6 Next release in ≈2 days and ≈11 hours. 2 blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 07:00
yoleaux AlexDaniel: Mystery 09:00
Geth rakudo/js: 4 commits pushed by (Paweł Murias)++ 09:42
Geth rakudo/js: 9c68c550d1 | (Paweł Murias)++ | src/vm/js/perl6-runtime/runtime.js
[js] Update rakudo_scalar to the rescalar changes
09:46
rakudo/js: 46faa86d54 | (Paweł Murias)++ | src/vm/js/perl6-runtime/runtime.js
[js] Remove extra white space
Geth nqp: 2970f6a2b9 | (Paweł Murias)++ | src/vm/js/nqp-runtime/io.js
[js] Use ternary operator instead of an if in a IIFE
13:00
nqp: ca7e082fca | (Paweł Murias)++ | src/vm/js/nqp-runtime/io.js
[js] Fix nqp::getsignals to make it box stuff in the array it returns
nqp: 6ee956f41f | (Paweł Murias)++ | 2 files
[js] Compile qrusage correctly, it still needs to be fixed to use a working dependency
rakudo/js: ad16e53671 | (Paweł Murias)++ | tools/build/NQP_REVISION
[js] Bump NQP for js fixes
13:01
travis-ci NQP build failed. Paweł Murias '[js] Compile qrusage correctly, it still needs to be fixed to use a working dependency' 13:15
travis-ci.org/perl6/nqp/builds/416802717 github.com/perl6/nqp/compare/df48a...e956f41fb2
lizmat is it me or do other people have t/spec/S32-exceptions/misc.t , test 10 failing ? 14:41
jnthn Yes 14:46
Geth rakudo: 9726e64418 | (Elizabeth Mattijsen)++ | 2 files
Give native arrays their own ACCEPTS

So that you can actually sensibly smartmatch 2 native arrays of the same basic type.
14:47
jnthn But I saw some tikcet discussing an exception-related topic and so assumed maybe it's about that :)
timotimo i've put a comment about that test in the PR that caused the issue 15:30
github.com/rakudo/rakudo/pull/1868
travis-ci Rakudo build failed. Elizabeth Mattijsen 'Give native arrays their own ACCEPTS 15:32
travis-ci.org/rakudo/rakudo/builds/416851240 github.com/rakudo/rakudo/compare/9...26e6441897
buggable [travis build above] ☠ All failures are due to: failed make test (1 failure). Across all jobs, only t/04-nativecall/08-callbacks.t test file failed. 15:32
pmurias starts fixing lack of nqp::istype_nd on the jvm backend 19:10
[TuxCM] Rakudo version 2018.06-443-g9726e6441 - MoarVM version 2018.06-427-g86ba33728
csv-ip5xs0.953 - 0.984
csv-ip5xs-207.987 - 8.046
csv-parser23.045 - 23.180
csv-test-xs-200.437 - 0.451
test8.802 - 9.655
test-t2.118 - 2.287
test-t --race0.885 - 0.909
test-t-2038.042 - 38.596
test-t-20 --race11.712 - 11.767
19:34
Geth rakudo: 6a4813230a | (Elizabeth Mattijsen)++ | 2 files
Don't compare with itself always
19:53
MasterDuke those look like some new lows 19:54
lizmat m: say 2118 / 885 19:56
camelia 2.39322
lizmat m: say 38042 / 11712
camelia 3.248122
lizmat m: say 38042 / 2118 19:59
camelia 17.961284
lizmat m: my int @a = ^10; my Int @b = ^10; dd @a.ACCEPTS(@b) # shouldn't this be True ? 20:12
camelia Bool::False
Geth rakudo: 9531455d30 | (Elizabeth Mattijsen)++ | src/core/Buf.pm6
Give Buf/Blob their own ACCEPTS
20:14
MasterDuke m: my $time = DateTime.new(1534447684).utc + Duration.new(0.002); $time += Duration.new(2.rand) for ^100; say $time 20:32
camelia Type check failed in assignment to $!tai; expected Rat but got Num (1534447730.2838826e0)
in block <unit> at <tmp> line 1
MasterDuke ^^^ what robertle showed over in #perl6
Geth nqp: 47271b2d2f | (Paweł Murias)++ | 2 files
[jvm] Implement nqp::istype_nd
21:01
lizmat m: dd 2.rand.WHAT # MasterDuke 21:08
camelia Num
travis-ci Rakudo build passed. Elizabeth Mattijsen 'Give Buf/Blob their own ACCEPTS' 21:18
travis-ci.org/rakudo/rakudo/builds/416983323 github.com/rakudo/rakudo/compare/6...31455d302a
travis-ci NQP build passed. Paweł Murias '[jvm] Implement nqp::istype_nd' 21:20
travis-ci.org/perl6/nqp/builds/417001868 github.com/perl6/nqp/compare/6ee95...271b2d2ffb
MasterDuke lizmat: yeah, but Duration.new github.com/rakudo/rakudo/blob/mast....pm6#L5-L7 calls .Rat on the parameter `nqp::p6bindattrinvres(nqp::create(Duration),Duration,'$!tai',$tai.Rat.self)` 22:09
lizmat yeah, I think that Num.Rat doesn't always return a Rat 22:10
MasterDuke doesn't know what the quizzical face emoji is, but feels it is appropriate 22:12
lizmat FWIW, I seem to have a fix 22:20
spectesting now
lizmat alas, that breaks oodles of spectests 22:27
will look at this tomorrow (hopefully) 22:28