[Tux] This is Rakudo version 2016.04-208-ge39ce3d built on MoarVM version 2016.04-134-g9879233 07:02
test 20.071
test-t 12.934
csv-parser 34.747
RabidGravy :)
[Tux] whishlist: 1. utf8-c8, 2. performance 07:03
jnthn morning, #perl6-dev
[Tux] !gr jnthn
jnthn Hm, wasn't utf8-c8 already fixed, or is there still something wrong with it? 07:04
Guess RT will tell :)
[Tux] wishes jnthn goede morgen, good morning, guten Morgen, bonjour, buenos días, bom dia, god morgen, bună dimineaţa, καλημέρα, dzień dobry, hyvää huomenta, bonan matenon, buon giorno, ohayo gozaimasu, gott daginn, zao shang hăo, dobré ráno, Günaydin!
# expected: Buf.new(61,66,81,96,55,1,182,110,104,28,177,243,208,190,76,236,180,107,32,114,214)
# got: Buf.new(61,66,81,96,55,1,182,110,104,28,177,243,208,190,76,236,180,107,32,114,214,0)
May 15 13:16:25 <[Tux]> # expected: Buf.new(61,147,135,8,82,78,208,66,205,164,204,162,140,97,175,37,108,194,27,192,119) 07:05
May 15 13:16:25 <[Tux]> # got: Buf.new(61,147,135,8,82,78,208,66,204,162,205,164,140,97,175,37,108,194,27,192,119)
that last one is an interesting one: it swaps two pairs 07:06
205,164,204,162 => 204,162,205,164
I use www.xs4all.nl/~hmbrand/88.t to verify 07:07
nine Is it worrysome that I dreamed most of the night about QASTs and debug output? 07:16
JimmyZ you must lost some vervy very good code somewhere ;) 07:17
jnthn nine: Well, you're not the only one it's happened to, at least... :P 07:18
nine Comforting thought :) 07:19
timotimo right, we're still reading past the end of the input buffer in that one case in utf8-c8 08:08
dalek p: 784bd85 | (Pawel Murias)++ | src/vm/js/ (2 files):
[js] Implement nqp::getlexcaller.
09:54
p: 929d750 | (Pawel Murias)++ | t/nqp/021-contextual.t:
Test nqp::getlexcaller.
psch bartolin: spectest looks rather bad, compared to the last time i ran it at least 15:25
gist.github.com/peschwa/db0e2c2cdf...81a3b08369 15:26
bartolin psch: oh! I pasted my results as a comment to your gist: gist.github.com/peschwa/db0e2c2cdf...nt-1780888 18:14
ooc, did you build with --gen-nqp=master, too? 18:15
my spectest run from this morning looks pretty good ...
psch bartolin: no, i changed NQP_REVISION to the version i mentioned yesterday, 2016.04-108-g6010bd6
that's 2 commits behind current HEAD, fwiw 18:16
bartolin psch: hmm, that's the same commit I have for nqp
s/have/had/ # spectest run this morning 18:17
psch that's a bit weird, honestly
i mean, the big difference in spectest result
well, my rakudo tree has two debug note calls 18:18
but i'd hope those don't throw that much of a wrench into things... vOv
bartolin agreed. did you run with -j X?
(I did not)
psch same
just straight 'make spectest' 18:19
no TEST_JOBS, nothing
bartolin weird, indeed
ugexe something in the last 8 days has pushed the zef ci test suite on windows appveyor from 45min to 60min and not even being finished 18:47
i dont know if its precomp or something else because RAKUDO_MODULE_DEBUG=1 freezes on windows when using it 18:48
test times on travis-ci linux and osx remain the same 18:49
if it could finish i suspect it would be around +25-30 minutes from 8 days ago 18:52
[Coke] hoelzro: 125182 is closed - does it have tests? 19:32
RT #125182 19:33
... ENOTBOT
I'm going to reject RT #128162 unless someone agress with alex.jakimenko 19:44
psch [Coke]: +1 from me 19:49
m: say "".succ
aww 19:50
no camelia :/
19:49 <psch> m: say "".succ
19:49 <camelia> rakudo-moar e39ce3: OUTPUT«␤»
so yeah, fits
[Coke] kk
done 19:54
hankache m: say "welcome camelia" 20:00
camelia rakudo-moar e39ce3: OUTPUT«welcome camelia␤» 20:01
[Coke] m: say "moritz++" for ^6 20:14
camelia rakudo-moar e39ce3: OUTPUT«moritz++␤moritz++␤moritz++␤moritz++␤moritz++␤moritz++␤»
tomboy65 better? :D 20:28
timotimo what is?
b2gills notified of chatroom change 20:29
timotimo oh, ok
hoelzro [Coke]: yes - github.com/perl6/roast/blob/master...buf.t#L111 20:57
[Coke] danke. 20:58
…I didn't even think to search for the RT #, I'm slipping. :|
btw, rakudo.org has an image that is actually hosted on rakudoperl.org - this means that it's under a different web security policy - I can't see it from work without going to rakudoperl.org first and approving it for this session. 21:07
(we should host all the content on the same site.)
hoelzro [Coke]: if it's any consolation, I dug through git logs to find that out, only to discover that it was tagged with the ticket =/ 21:08
and I'm the one who added the test, haha
[Coke] heh. whoops
hoelzro ¯_(ツ)_/¯
[Coke] I see the first run of the .msi on windows is slow. wonder if we can do more precomp in the next version. 21:09
psch [Coke]: i think what nine++ did recently should allow us to package everything precomp'd 21:17
especially for star, considering we expect exactly one set of dependencies
MadcapJake that could also help travis build times too, I assume. 22:46
(well, outside of rakudo/rakudo, I suppose)