Tison github.com/rakudo/rakudo/blob/148d...m6#L56-L75 04:11
why is the code snippet sometimes use @a sometimes use \a? 04:12
I think we can change it all to `\a`, right? 04:13
Geth nqp/W4anD0eR96-patch-2: eadb8045d9 | 陈梓立++ (committed using GitHub Web editor) | README.pod
Update README.pod
05:37
nqp: W4anD0eR96++ created pull request #458:
Update README.pod
05:38
Geth nqp: 959a774401 | 陈梓立++ (committed using GitHub Web editor) | t/serialization/02-types.t
Remove useless `skip`
07:43
[TuxCM] Rakudo version 2018.05-54-g148d7c56a - MoarVM version 2018.05-59-g2052888eb
csv-ip5xs0.834 - 0.854
csv-ip5xs-208.262 - 8.323
csv-parser23.792 - 24.095
csv-test-xs-200.442 - 0.449
test8.723 - 8.726
test-t2.251 - 2.251
test-t --race0.959 - 0.973
test-t-2040.809 - 41.122
test-t-20 --race14.157 - 14.162
07:48
2018-06-02 16:49:39 test-t 2.290
2018-05-08 09:54:19 test-t 2.268
2018-06-06 09:41:06 test-t 2.251
2018-06-06 09:37:28 test-t 2.251
2018-05-07 18:35:13 test-t 2.227
samcv :) 08:37
Tison Can anyone take a look at these lines? I try to use *@ARGS with MoarVM backend, but when `make`, it suddenly exec REPL 08:41
github.com/perl6/nqp/blob/959a7744...qp#L43-L52
The first task it exec REPL is: github.com/perl6/nqp/blob/master/t...#L189-L193 08:43
brrt no idea Tison 09:00
dogbert17 ZOFFLOP: t/spec/S17-supply/syntax-nonblocking-await.t 12:22
Geth nqp: d743c0f88d | Tison++ | 24 files
Use faster nqp::elems instead of + on QAST nodes

This will close #459
Cherry pick from rakudo/rakudo@0dc4f73
However, it is better if there is a benchmark to prove it does speed up.
12:52
synopsebot NQP#459 [open]: github.com/perl6/nqp/issues/459 Cherry pick rakudo speed up
Geth geth: b0cc76b79a | (Zoffix Znet)++ (committed using GitHub Web editor) | lib/Geth/Plugin/GitHub.pm6
Do not bolden URLs

Workaround against web logs on colabti inserting a rogue `</b>` at the end of URLs
16:24
Geth geth: fdc889de02 | (Zoffix Znet)++ (committed using GitHub Web editor) | README.md
Fix poor wording
16:26
Geth nqp: efd1107b43 | 陈梓立++ (committed using GitHub Web editor) | src/NQP/Actions.nqp
Replace manual code with nqpop

This will close #460
17:37
synopsebot NQP#460 [open]: github.com/perl6/nqp/issues/460 Replace manual code with nqpop
Kaiepi dumb question but what do REPR mean? 20:39
as well as SPESH
hoelzro representation (iirc) 20:42
SPESH == specialization
Kaiepi ahh 20:43
ok thate explains a lot
thanks
hoelzro np!
Kaiepi btw i have a quick question for people who own debian 20:44
could you test a bug in Net::LibIDN2?
i can't reproduce it on any of my systems
or any of my vms 20:45
ubuntu's also works 20:46
robertle Kaiepi: I can try, what's the question? 21:16
Kaiepi ok so i have a travis build that fails over something that looks like a MoarVM bug 21:18
lemme get the code
actually
git clonse [email@hidden.address] and run zef test 21:19
it *should * pass all tests, but i haven't been able to replicate
maybe a buf in MoarVM?
the error i was getting was VMExcception has no REPL data or something along those line 21:20
robertle Missing serialize REPR function for REPR VMException (BOOTException)
Kaiepi that's what you get?
robertle yeah
Kaiepi wtf
it works on openbsd, freebsd, alpine linus 21:21
robertle I'll look into it, but I need to got to bed now. on the
Kaiepi i'll post an issue aboutit
robertle systems that you have and where it works, what version of libidn do you have>
I have 0.16 21:22
Kaiepi 2.0.0 21:23
also since distro maintainers are annoying they mess with the versioning 21:24
i had to make a hacky test to check if the version lower was below when sertain features were implemented 21:25
robertle what does that test look like?
upstream does not appear to have 2.0.0 *or* 0.16... ftp.gnu.org/gnu/libidn/ 21:26
ftp://alpha.gnu.org/gnu/libidn/ looks more like it 21:27
Kaiepi i've looked thorugh the nm dumsp of the library 21:28
on ubuntu it's v0.90 or something time
s/time/dump
v0.9.0 iirc? 21:29
robertle I really need to go to bed now, but I'll do more investigation tomorrow
Kaiepi aight
thanks for the help btw
robertle o worries 21:30
AlexDaniel releasable6: status 21:37
releasable6 AlexDaniel, Next release in ≈9 days and ≈21 hours. 4 blockers. 0 out of 54 commits logged
AlexDaniel, Details: gist.github.com/2de503d32ba3e5bb47...3b8b1f117c
MasterDuke i have an idea for a grant proposal. i don't have time to do it, but i'll put it out there if anyone wants to give it a go 22:41
i'm thinking CI related. get the toaster better automated and tied in to travis/appveyor
and add in a bunch of performance benchmarks (e.g., Tux's, perl6-bench, Matt Oates') 22:43
timotimo i think CI for performance benchmarks is likely a bad idea 22:47
i'd assume measurements to be noisy beyond recognition
MasterDuke well, it doesn't have to run on travis/appveyor 22:49
timotimo that's fair 22:50
Kaiepi benchmarks yes please
MasterDuke i really just mean automated and tied in the repos somehow
Kaiepi ah 22:51
MasterDuke i've been playing around with japhb's perl6-bench
Kaiepi maybe i should write a script to do basic benchmarks and stresstests
oh damn someeone thought it first
MasterDuke and it builds the commits it tests. was thinking maybe try to modify it to pull them from the whateverable server. should be much faster 22:52
Kaiepi is there a unit test suite available yet?
MasterDuke Kaiepi: it's pretty old. you could do a lot of cleanup/enhancing
github.com/japhb/perl6-bench if you're interested
Kaiepi i'll take a look 22:54