dalek p: d751661 | (Daniel Green)++ | src/vm/jvm/runtime/org/perl6/nqp/runtime/Ops.java:
Make nqp::nextfiledir have the same output on the jvm as on moar
01:51
p: 62d0dba | lizmat++ | src/vm/jvm/runtime/org/perl6/nqp/runtime/Ops.java:
Merge pull request #287 from MasterDuke17/master

Make nqp::nextfiledir have the same output on the jvm as on moar
kudo/nom: 2fe7762 | lizmat++ | src/core/Failure.pm:
Mark sub fail|die as --> Nil where possible

Since they never return, hopefully this will be used by optimizer in the future.
02:11
kudo/nom: 947ed63 | lizmat++ | src/core/Num.pm:
Remove dead code
02:12
kudo/nom: 1f3ca64 | lizmat++ | src/core/ (2 files):
Make Inf|-Inf|NaN.Rat.Num round-trippable

  - Inf.Rat gives 1/0
  - -Inf.Rat gives -1/0
  - NaN.Rat gives 0/0
  - (1/0).Num gives Inf
  - (-1/0).Num gives -Inf
  - (0/0).Num gives NaN
As proposed at irclog.perlgeek.de/perl6-dev/2016-0...i_12521558
02:45
ast: 0a1da1a | (Aleks-Daniel Jakimenko-Aleksejev)++ | S32-exceptions/misc.t:
Add missing P5 variables

Error messages for these are present in rakudo, but some of them are not actually printed.
03:50
kudo/nom: 7a4ca4d | lizmat++ | src/core/Rational.pm:
Make sure Ratified Inf|-Inf|NaN stringify ok

This also handles .gist and .perl on these. Causes some spectest fallout that will need to be addressed.
As proposed at irclog.perlgeek.de/perl6-dev/2016-0...i_12521558
07:10
lizmat good night, #perl6-dev
[Tux] Yesterday (I had to run before I could post) 09:16
This is Rakudo version 2016.05 built on MoarVM version 2016.05
test 19.712
test-t 12.838
csv-parser 33.923
Today:
This is Rakudo version 2016.05-4-g7a4ca4d built on MoarVM version 2016.05
test 19.758
test-t 12.922
csv-parser 33.684
RabidGravy better than the 14 or so the other week :) 09:17
[Tux] indeed 09:18
RabidGravy If anyone has a work-around for rt.perl.org/Ticket/Display.html?id=128211 I'd be very happy 12:43
timotimo RabidGravy: the BUILDPLAN generator grabs the exact submethod; perhaps it doesn't understand multi submethods and ends up taking one of the candidates instead of the multi, and that screws things up badly? 12:45
RabidGravy it's fine if the class BUILD doesn't have any parameters I think 12:48
actually no, it doesn't make any difference 13:17
AlexDaniel [Coke]: what's the right way to delete spam on RT? It looks like just deleting the ticket is not what should be done 16:12
[Coke]: or that's what this 「S」 button is for? 16:13
[Coke]: I am talking about #128212 btw
bartolin AlexDaniel: I don't "delete" spam tickets, but click on that "S" button instead. If you reload the page afterwards, you see that the ticket is also deleted. 16:19
AlexDaniel /o\
I've just clicked the S button and it reopened the ticket /o\
/o\ 16:20
and now I cannot delete it /o\
bartolin hmm, can you mark it as [S]pam again? 16:21
AlexDaniel unmarked, marked again, and yeah! It worked
bartolin: thanks! OK, I'll use the 「S」 button next time. 16:22
bartolin yw
[Coke] AlexDaniel: yes, press the big red S. 16:54
bartolin++ AlexDaniel++
AlexDaniel what's the right way to run the whole test suite? I have a bunch of fudged files, now what? 19:21
timotimo usually you'll just "env TEST_JOBS=4 make m-spectest"
AlexDaniel timotimo: what is m-spectest? 19:23
timotimo spec tests for the moar rakudo
AlexDaniel timotimo: ah, that's what you are supposed to run from rakudo itself, right? 19:24
timotimo there's also just spectest
yeah
AlexDaniel um, I have a local modified version of roast, how can I tell it to use that?
timotimo just have it inside t/spec 19:28
AlexDaniel timotimo: ok, I'll try that. Thank you 19:56
I have a patch that removes all trailing whitespace in roast (except for cases when trailing whitespace is part of the test). Does anybody have anything against it? 21:33
because it touches almost every file in roast 22:42
by the way, travis-ci is screaming its lungs out on #p6dev 22:50
[Coke] hoelzro++ for getting the release out 23:40