github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
nwc10 good *, brrt 14:36
brrt good * #moarvm 14:51
sena_kun nine++ for latest stability fixes, the release process is so much better with flappers being addressed, thank you very much! 17:52
[Coke] nine++ sena_kun++ 17:55
MasterDuke ++s all around 17:56
lizmat meh: 19:17
raku(24711,0x70000cf76000) malloc: *** error for object 0x7f8af0a79320: pointer being freed was not allocated
raku(24711,0x70000cf76000) malloc: *** set a breakpoint in malloc_error_break to debug
Abort trap: 6
using .hyper on a Seq of IO::Path objects 19:18
basically: for ".".IO.dir.map({.dir.Slip if .d}).hyper(:1batch).map: *.Str 19:23
more accurately: my %h = ".".IO.dir.map({.dir.Slip if .d}).hyper(:1batch).map: { .basename => $_ }
with the last .map being a little more involved 19:24
FWIW, this is on 2021.04 19:27
MasterDuke happens all the time? i haven't been able to repro yet 20:48
lizmat it needs some large datasets, apparently 21:01
I hope to have everything on Github soon, for people to reproduce