github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
MasterDuke nqp: say(nqp::cancelnotify(0, 0, 0) 13:02
camelia Confused at line 2, near "say(nqp::c"
at gen/moar/stage2/NQPHLL.nqp:1026 (/home/camelia/rakudo-m-inst-1/share/nqp/lib/NQPHLL.moarvm:panic)
from gen/moar/stage2/NQP.nqp:924 (/home/camelia/rakudo-m-inst-1/share/nqp/lib/nqp.moarvm:comp_unit)
from gen/m…
MasterDuke nqp: say(nqp::cancelnotify(0, 0, 0)
camelia Confused at line 2, near "say(nqp::c"
at gen/moar/stage2/NQPHLL.nqp:1026 (/home/camelia/rakudo-m-inst-1/share/nqp/lib/NQPHLL.moarvm:panic)
from gen/moar/stage2/NQP.nqp:924 (/home/camelia/rakudo-m-inst-1/share/nqp/lib/nqp.moarvm:comp_unit)
from gen/m…
MasterDuke nqp: say(nqp::cancelnotify(0, 0, 0))
camelia Can only cancel an AsyncTask handle
at <tmp>:1 (<ephemeral file>:<mainline>)
from gen/moar/stage2/NQPHLL.nqp:1913 (/home/camelia/rakudo-m-inst-1/share/nqp/lib/NQPHLL.moarvm:eval)
from gen/moar/stage2/NQPHLL.nqp:2118 (/home/camelia/rakudo-m-inst-1/s…
MasterDuke but it's no longer in interp.c
wait, it is 13:03
huh. i must have accidentally backed out that change when looking at the blame of interp.c on github 13:04
nwc10 camelia++ # an excellent teddybear 13:05
lizmat rubberduck? 13:12
I think teddybearing has a different connotation from rubberducking ? 13:13
nwc10 I thought that they were the same, but maybe I'm sweet and innocent. Or just ignorant :-) 13:17
sena_kun Maybe one sleeps with a plush camelia at night, we should consider this option as well. :) 13:25
lizmat :-) 13:27
timotimo put a camelia plushie next to your pillow when you sleep, she'll teach you raku while you dream 13:29
i'm already - or still - super tired, but at least my minimal prototype of hyperop code-gen is working and is rather quick, too 13:31
MasterDuke nice 13:32
timotimo the code looks absolutely dreadful 13:34
it's got some stuff in the wrong place, which bloated it quite a bit
dogbert17 hmm, valgrind gets a bit upset when profiling an application 14:48
MasterDuke in what way? 16:07
dogbert17 MasterDuke: like this: gist.github.com/dogbert17/3ed5d8da...2724d1b674 but when I tried again it vanished, sigh 16:22
I suspect you'll recognize the program being run 16:23
MasterDuke the name seems familiar for some reason... 16:59
but i don't know the contents
dogbert17 M#680 17:07
linkable6 M#680 [open]: github.com/MoarVM/MoarVM/issues/680 Large memory leak with Proc::Async
MasterDuke ah, haven't looked at that one in a while 17:39
behavior the same?