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.
00:06 pamplemousse joined
Geth rakudo/master: 25 commits pushed by (Vadim Belman)++
review: github.com/rakudo/rakudo/compare/f...af07bf13fa
01:58
roast/master: 8 commits pushed by (Vadim Belman)++ 01:59
02:45 pamplemousse left
Geth ¦ rakudo: tbrowder self-assigned Diagnostic or definition problem? github.com/rakudo/rakudo/issues/3036 04:13
04:26 AlexDaniel left 04:55 pamplemousse joined, pamplemousse left
[Tux] Rakudo version 2019.03.1-712-g56af07bf1 - MoarVM version 2019.07-5-gdefe0a959
csv-ip5xs0.695 - 0.781
csv-ip5xs-205.312 - 5.410
csv-parser21.972 - 25.397
csv-test-xs-200.443 - 0.533
test6.338 - 6.549
test-t1.752 - 1.766
test-t --race0.802 - 1.043
test-t-2029.620 - 30.672
test-t-20 --race9.730 - 10.299
09:32
13:21 lucasb joined 15:08 AlexDaniel joined
dogbert17 releasable: next 15:32
releasable6 dogbert17, Next release will happen when it's ready. R6 is down. At least 0 blockers. 666 out of 712 commits logged
dogbert17, Details: gist.github.com/86ce1180c90bdd1106...cb835a0116
18:23 ufobat joined 18:27 moritz left
nine Finally! After 2 1/2 months of agonizing over this memory leak issue, I have a fix that passes all tests 18:32
jnthn nine++ # wow, that'd dedication 18:35
timotimo ooooh 18:38
nine I just hope that it doesn't tank performance too much. It involves creating a new reference (also an object) every time I pass an object of a wrapped Perl 5 class to Perl 5 code. And a destructor resurrecting the referenced object when the reference goes away 18:40
18:45 moritz joined
timotimo well, at least i remember the problem :S 18:46
19:42 patrickb joined 20:06 ufobat left 20:30 lucasb left 20:59 lucasb joined
Geth nqp: fd8a7e5f92 | (Timo Paulssen)++ | src/vm/moar/HLL/Backend.nqp
fix profiling gc/deallocations bug swapping thread/seqnum
22:41
timotimo i thought i'd pushed this already 22:43
22:56 patrickb left
AlexDaniel soooo… I still didn't get an answer about this one 23:27
6c: say Int < 0
committable6 AlexDaniel, gist.github.com/eaa77b6c023d8f6850...05b48dd214 23:28
AlexDaniel you all are ok with that change?
Blin didn't find any module that depended on the previous behavior, so that's good
but it's still freaking scary to me :)
is my fear unjustified? :) 23:29
anyone? 23:30
23:50 lucasb left
timotimo well, Int normally behaves as 0 + that warning 23:50
i'm okay with it