samcv wonders if i can compile perl6 for my router :P 00:04
it's mipsel
timotimo did you mispel that? 00:05
jnthn groans 00:09
geekosaur dispels that 01:14
samcv going to be adding a new decoderconfigure op that will let us configure the decoder with a replacement 04:56
interestingly we have two encoders one for replacement and one without. i wonder if it may make sense to turn those two into the same class 04:57
hmm since it has a config hash i may be able to just use that 05:03
Geth MoarVM: 2269518cf0 | (Samantha McVey)++ | src/strings/unicode_ops.c
Fix typo in comment of unicode_ops.c
05:15
samcv where are tc->instance->str_consts setup? 05:17
Geth MoarVM: samcv++ created pull request #815:
Add proper support for replacements in decodestream for windows1252/1
07:22
FROGGS_ samcv: MoarVM/src/core/instance.h:35 and MoarVM/src/6model/bootstrap.c:532 07:36
samcv thanks :) 07:42
FROGGS_ timotimo: damn, a bunch of tests hang forever on my mipsel machine... both for nqp and rakudo 08:04
FROGGS_ tries again with TEST_JOBS set to 1 08:07
FROGGS_ hmmm, hangs again 08:10
I believe that run/Proc-stuff is busted
I'll build 2018.01 to see if it behaves the same 08:16
Geth MoarVM/maybe_fix_big_endian_oldmoar: c883fb7769 | (Timo Paulssen)++ (committed by Aleks-Daniel Jakimenko-Aleksejev) | src/core/validation.c
perhaps this will fix moar on big endian machines
11:51
AlexDaniel timotimo: hey 16:30
timotimo: can you finalize the big endian branch and merge it into master? 16:31
timotimo: according to dod38fr++ your tweak actually fixes the build: github.com/rakudo/rakudo/issues/12...-372117450
now that doesn't guarantee that there are no other issues… 16:32
because it basically fixed the build on 2017.06 16:34
but I guess we'll know eventually if there are any other issues 16:35
timotimo i don't know what it needs to be finalized? 16:54
AlexDaniel releasable6: status 22:05
releasable6 AlexDaniel, Next release in 5 days and ≈20 hours. Blockers: github.com/rakudo/rakudo/issues?q=...%9A%A0%22. Changelog for this release was not started yet
jnthn AlexDaniel: I'll try and get at least #1573 looked at this week 22:08
AlexDaniel ok! Thanks! 22:09
Geth MoarVM: 25677aeeb3 | (Ben Davies)++ | src/core/nativecall_dyncall.c
Panic when Dyncall fails to allocate native callbacks
22:10
MoarVM: b8debb70df | (Jonathan Worthington)++ (committed using GitHub Web editor) | src/core/nativecall_dyncall.c
Merge pull request #810 from Kaiepi/dyncall

Panic when Dyncall fails to allocate native callbacks