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 nqp/truffle: ff0844245b | (Paweł Murias)++ | 2 files
[truffle] Add num to int coercion
09:25
nqp/truffle: 1451384959 | (Paweł Murias)++ | 27 files
[truffle] Add nqp::list_{n,i,s} and a whole bunch of ops that operate on them
nqp/truffle: c0231bcad9 | (Paweł Murias)++ | tools/build/Makefile-JVM.in
[truffle] Add a t-setting to compile the setting to .truffle6 bytecode
Geth nqp: db1508fec8 | (Elizabeth Mattijsen)++ | tools/build/MOAR_REVISION
Bump MoarVM to get new template compiler
10:56
¦ nqp: version bump brought these changes: github.com/MoarVM/MoarVM/compare/2...9-g3a0934f
rakudo: 2f85fa3756 | (Elizabeth Mattijsen)++ | tools/build/NQP_REVISION
Bump NQP to get new MoarVM template compiler
11:11
¦ rakudo: version bump brought these changes: github.com/perl6/nqp/compare/2018....0-gdb1508f
nqp: 9c0a7c34cf | (Paweł Murias)++ | src/vm/js/nqp-runtime/coercions.js
[js] Fix conversion of numbers with unicode minus sign
11:19
nqp: eb0c5c0092 | (Paweł Murias)++ | t/nqp/109-coercions.t
Test conversion of numbers with unicode minus sign
nqp: b5db8058c7 | (Paweł Murias)++ | src/vm/js/nqp-runtime/package.json
[js] Update bigint-is-prime dep to a more correct version
nqp: ec437ae7f1 | (Elizabeth Mattijsen)++ | tools/build/MOAR_REVISION
Bump MOARVM for the latest goodies
12:07
nqp: version bump brought these changes: github.com/MoarVM/MoarVM/compare/2...0-ge4b75b8
8846ec31fb | (Elizabeth Mattijsen)++ | tools/build/MOAR_REVISION
travis-ci NQP build failed. Elizabeth Mattijsen 'Bump MOARVM for the latest goodies' 12:25
travis-ci.org/perl6/nqp/builds/424299739 github.com/perl6/nqp/compare/b5db8...437ae7f16a
|Tux| Oops: 12:43
install/include/libuv/uv.h:48:22: fatal error: uv/errno.h: No such file or directory
#include "uv/errno.h"
^
compilation terminated.
Makefile:444: recipe for target 'dynext/libperl6_ops_moar.so' failed
lizmat [Tux]: yeah, known issue 12:44
brrt o.O 13:33
lizmat brrt: see #moarvm 13:34
¦ nqp: version bump brought these changes: github.com/MoarVM/MoarVM/compare/2...1-gccc315f
rakudo: 5b34f6962f | (Elizabeth Mattijsen)++ | tools/build/NQP_REVISION
Bump NQP to get the latest MoarVM goodies
14:37
rakudo: version bump brought these changes: github.com/perl6/nqp/compare/2018....5-g8846ec3
b8f37bfce0 | (Elizabeth Mattijsen)++ | src/core/Str.pm6

  - lose the return
  - bind to the final result instead of copying the result
  - lose a scope
lizmat [Tux]: go your gang! :-) 14:38
travis-ci NQP build passed. Elizabeth Mattijsen 'Bump MoarVM to get uvlib update fix' 14:42
travis-ci.org/perl6/nqp/builds/424358807 github.com/perl6/nqp/compare/ec437...46ec31fb3d
AlexDani` jnthn: Are you sure about this proposal being for v6.d and not v6.e? github.com/perl6/6.d-prep/issues/10 17:38
jdv79 my use case at least didn't get markedly slower with the new opts. just a hair faster. 18:55
AlexDaniel: can you run that comp bot? 18:56
AlexDaniel hmmmm comp bot? 18:57
you mean [Tux]? :)
colabti.org/irclogger/irclogger_log...09-04#l108
so no data points from csv benchmark yet 18:58
jdv79 no
AlexDaniel ok, then what are you trying to do? Pretty sure I have a bot for that, but what exactly are you looking for? 19:00
jdv79 github.com/rakudo/rakudo/issues/21...-409032994
AlexDaniel aaah I see
c: 2018.06,5cf0afc^,5cf0afc,HEAD gist.github.com/AlexDaniel/7102bb2...2a41ea121f 19:01
committable6 AlexDaniel, gist.github.com/0218ae3b55568de3d4...a02a36a8f4
AlexDaniel c: 2018.06,2018.06,2018.06,HEAD,HEAD,HEAD gist.github.com/AlexDaniel/7102bb2...2a41ea121f 19:02
committable6 AlexDaniel, gist.github.com/0f73ac0f7af1c19dd5...92d3c8e99f
jdv79 three heads?
AlexDaniel jdv79: just to run it three times to see how noisy it is 19:03
jdv79 seems fairly stable
thanks
AlexDaniel yeah so it's ≈2.74s on HEAD and like ≈2.70 on 2018.06, still worse than it was 19:04
it's very close though
.tell El_Che Not sure what's going on in M#951 but can I have arm arch configured for the canary repo? :) 19:09
yoleaux AlexDaniel: I'll pass your message to El_Che.
synopsebot M#951 [open]: github.com/MoarVM/MoarVM/issues/951 [⚠ blocker ⚠] Problem running programs on RPi with 2018.08
AlexDaniel damn 19:10
releasable6: status
releasable6 AlexDaniel, Next release in ≈10 days and ≈23 hours. 0 blockers. 0 out of 31 commits logged
AlexDaniel, Details: gist.github.com/0533feed55a5159ab0...034b82c5ff
AlexDaniel well, whatever it is, I guess with 10 days to the next release we won't need a point release… 19:11
.tell El_Che and if it's possible, then I guess arm64 won't hurt also?
yoleaux AlexDaniel: I'll pass your message to El_Che.
Geth rakudo: 3dd09be33f | (Elizabeth Mattijsen)++ | src/core/Str.pm6
Make for Str.lines { } about 2x as fast

  - lose the return
  - bind to the final result instead of copying the result
  - lose a scope
19:22