Perl 6 language and compiler development | Logs at colabti.org/irclogger/irclogger_log/perl6-dev | For toolchain/installation stuff see #perl6-toolchain | For MoarVM see #moarvm
Set by Zoffix on 27 July 2018.
Geth rakudo: 43ff9f1ceb | (Nick Logan)++ (committed using GitHub Web editor) | src/core/Rakudo/Internals/JSON.pm6
Add comment about relation to JSON::Fast
00:13
travis-ci Rakudo build failed. Elizabeth Mattijsen 'Remove proto: it breaks stuff 00:28
travis-ci.org/rakudo/rakudo/builds/500941430 github.com/rakudo/rakudo/compare/4...318fb8ab7a
MasterDuke timotimo: you around? travis failure above is in t/04-nativecall/06-struct.t, `moar(12380,0x7fffb3ce5340) malloc: *** error for object 0x7ffc7ff071d4: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug` 01:09
not sure if that's new or not
timotimo was a test added there recently? 01:23
that's the problem where we don't track if a struct owns the pointer to its body or not
well, it'd really be a CArray that causes the problem, since CStruct just never attempts to free its pointer, but CArray does 01:27
MasterDuke timotimo: some more info here github.com/MoarVM/MoarVM/issues/1062 01:32
last commit to that file was august 2018, f8b79306cc1900b7991490eef822480f304a56d9 01:33
timotimo potentially floppy? just didn't get triggered before? 01:34
an asan run or valgrind should have caught it since forever, unless of course that test is so late in the file that it doesn't gc before finishing 01:35
MasterDuke yeah, it took a bunch of repetitions and a spectest running in the background
i'm still in gdb, any other info to collect? 01:36
AlexDaniel holy shit we just got a fast json parser in rakudo 01:54
IIRC that's going to help Blin a lot
vrurg How do I map a type capture into it's actual type in terms of core/nqp? 02:11
MasterDuke vrurg: 02:21
"map a type capture"?
vrurg m: sub f (::T) { my T $i; say $i.WHAT }; f(Str) 02:24
camelia (Str)
vrurg MasterDuke: looking for a clean way to actually determine what is in T at runtime. 02:25
MasterDuke vrurg: other than `T.WHAT`? 02:29
vrurg MasterDuke: Yes, but .WHAT is a good starting point, actually. Basically, I need GenericHOW.instantiate_generic() as it seems. Now looking at how to get current type environment. 02:32
MasterDuke vrurg: good luck. don't think i've ever looked at that stuff before, so i wouldn't be any help 02:40
vrurg MasterDuke: thanks! 02:41
timotimo 24.11user 0.22system 0:19.86elapsed 122%CPU (0avgtext+0avgdata 252612maxresident)k 09:59
15.35user 0.20system 0:11.07elapsed 140%CPU (0avgtext+0avgdata 241444maxresident)k
^- removing "int" from the breadth-first search in moar-heapanalyzer 10:00
makes it a lot faster
dogbert17 test failures in t/spec/S04-exceptions/exceptions-alternatives.t, possibly json related 11:27
Geth rakudo: a8cd286a49 | (Nick Logan)++ (committed using GitHub Web editor) | src/core/Rakudo/Internals/JSON.pm6
Special case exception handling in R:I:JSON
15:58
Geth star: 4f62a5549c | (Mike Clarke)++ | 5 files
Update TAP::Harness and add App::Prove6

Closes #132
22:34
star: 766e3c2fcc | (Mike Clarke)++ | 5 files
Merge branch 'app-prove'

  * app-prove:
   Update TAP::Harness and add App::Prove6