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: 0a35cf3823 | (Samantha McVey)++ | tools/build/MOAR_REVISION
Bump MoarVM

Changes: 2018.08-21-gccc315f..2018.08-27-ge17a53b87 f06c695a3 [UNI] Make Block name lookup work for unassigned cp's e0eed2b18 Add operator to die message and fix error about... cb89b7416 Add missing whitespace to die output 62946ae64 Fix sprintf formatting for the debugserver port
02:36
¦ nqp: version bump brought these changes: github.com/MoarVM/MoarVM/compare/2...ge17a53b87
lizmat Files=1248, Tests=76076, 334 wallclock secs (15.39 usr 5.07 sys + 2351.93 cusr 210.80 csys = 2583.19 CPU) 06:40
[Tux] $ wc -l /tmp/hello.csv 07:15
10000 /tmp/hello.csv
$ head -50 /tmp/hello.csv | p6 csv-ip5pp.pl
250
$ head -500 /tmp/hello.csv | p6 csv-ip5pp.pl
Segmentation fault (core dumped)
Inline::Perl5 broken on more input ^^^^^
lizmat, Text::CSV/examples updated 07:35
lizmat [Tux]++
Geth rakudo: ca1124c81d | (Elizabeth Mattijsen)++ | tools/build/NQP_REVISION
Bump NQP to get latest MoarVM goodies
07:36
rakudo: version bump brought these changes: github.com/perl6/nqp/compare/2018....4-g0a35cf3
5d1d792acd | (Elizabeth Mattijsen)++ | src/core/Str.pm6

By simplifying bounds checking and moving the Failure generation out into a separate private method. This then apparently caused the method to get below the inline limit, reducing much overhead.
[Tux] IIRC lizmat said something about optimized :lines in one of the weekly's. Can that be the cause for the coredump in Inline::Perl5 for larger input sets? 07:59
:lines → lines :eager
FWIW the call to $csv.parse inside the loop is essential to get the core dump 08:02
Rakudo version 2018.08-39-gca1124c81 - MoarVM version 2018.08-27-ge17a53b87
csv-parser25.692 - 26.939
csv-test-xs-200.440 - 0.461
test8.294 - 9.468
test-t2.048 - 2.176
test-t --race0.907 - 0.924
test-t-2037.665 - 38.560
test-t-20 --race13.391 - 13.789
AlexDaniel [Tux]: please create a ticket 08:09
[Tux] github.com/niner/Inline-Perl5/issues/122 08:15
lizmat commute to Bern&
patrickb Good * everyone! 09:16
patrickb What needs to happen to make TPF / Rakudo / MoarVM participate in GSOC 2019? I figure this might be a good time to ask about this, there is still quite some time left... 09:17
brrt \o
ohai patrickb
patrickb Hi there!
(I am not a student anymore alas...)
brrt I'm actually not sure what is necessary for something to act as a mentoring organization 09:18
But I'd be interested in helping out there 09:20
as I joined moarvm myself as a GSoC student
[Tux] Rakudo version 2018.08-40-g5d1d792ac - MoarVM version 2018.08-27-ge17a53b87
csv-parser24.875 - 25.304
csv-test-xs-200.425 - 0.488
test9.400 - 9.550
test-t2.078 - 2.148
test-t --race0.907 - 0.915
test-t-2036.249 - 36.842
test-t-20 --race12.583 - 12.841
09:21
patrickb I think Coke might be knowledgeable about the TPF side of things. 09:27
.tell [Coke] What needs to happen to make TPF / Rakudo / MoarVM participate in GSOC 2019? I figure this might be a good time to ask about this, there is still quite some time left...
yoleaux patrickb: I'll pass your message to [Coke].
Geth rakudo: e436f4e53a | (Paweł Murias)++ | src/Perl6/Optimizer.nqp
Fix a bug in the optimer where to optimalization where improperly combining

This was causing problems on the js and jvm backend. When optimizing $var += ... into nqp::assign_i($var, $var + ...) $var was being used twice. When optimizing $var + ... and turning $var from lexicalref to lexical $var use in nqp::assign_i($var, ...) was also affected.
10:09
[Coke] patrickb: I believe we'd have to have TPF be the participating org, as rakudo/moarvm are "just" standalone projects. TPF participated many years ago, and after several years of getting rejected by GSOC, I'm pretty our list of volunteers to organize the process went away. I'm sure both p5 & p6 would be happy to see it happen again, if someone wanted to volunteer to go through the legwork. If you're 13:45
yoleaux 09:27Z <patrickb> [Coke]: What needs to happen to make TPF / Rakudo / MoarVM participate in GSOC 2019? I figure this might be a good time to ask about this, there is still quite some time left...
[Coke] asking specifically what that legwork is, I don't know.
patrickb [Coke]: According to developers.google.com/open-source/...ganization the requirements to participate as a mentoring organization are quite open. 15:13
[Coke]: I'm wondering whether it might be less hassle to try to apply perl6/moarvm/rakudo (only one of the three) as the organisation instead of TPF because of the officialness of the TPF. 15:21
[Coke] You're welcome to try 15:22
From the community standpoint, whichever "level" of org applies, need someone who can volunteer the time to coordinate, and ensure that there is community interest in mentoring, coming up with suggested projects, etc. 15:24
patrickb commutes 15:26
Geth rakudo: tbrowder self-assigned pod_configuration is made too early github.com/rakudo/rakudo/issues/2251
Kaiepi++ created pull request #2253: Actually set initialized flag after running p6init
17:38
Kaiepi does java have an equivalent to sendto/recvfrom from c? 19:22
Geth rakudo: 54bd7ce8fb | (Ben Davies)++ | src/vm/moar/ops/perl6_ops.c
Actually set initialized flag after running p6init

Fixes #2252
synopsebot RAKUDO#2252 [closed]: github.com/rakudo/rakudo/issues/2252 Segfault when launching perl6
Geth rakudo: 9b297074fb | niner++ (committed using GitHub Web editor) | src/vm/moar/ops/perl6_ops.c
Merge pull request #2253 from Kaiepi/bootstrap

Actually set initialized flag after running p6init
Kaiepi oh it does, perfect 19:25
Geth roast: 43bfb01c86 | (Samantha McVey)++ | S15-unicode-information/uniprop.t
Add uniprop('Block') tests for reserved codepoints

These are tests for MoarVM/MoarVM#924
19:27
jdv79 has hte "post release opti" stuff been merged? 20:51
MasterDuke jdv79: no. as i understand, there are still some segfaults in it, and jnthn needs some time to find them (and likely won't have that time before the next release) 21:06
jdv79 ok 21:08