github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
nwc10 good *, #moarvm 07:15
Nicholas good *, #moarvm 07:16
brrt good * Nicholas (nwc10?) 07:19
Nicholas Well, the hostname matches. I don't know who registered "Nicholas" on freenode, bceause they don't even show up on whowas 07:22
so I pounced.
*I* thought that there were only 3 user accounts on this host, but I checked and there are 11. So I claim that it's a 1 in 11 chance that it's me. 07:24
jnthn o/ 09:08
tellable6 hey jnthn, you have a message: gist.github.com/a207c21ebc02885d57...bed6370457
nwc10 \o 09:12
jnthn .tell MasterDuke Well, in RakuAST, make the For statement node be a RakuAST::CheckTime, and implement PERFORM-CHECK, then grab the block, see if it's pointy, grab its signature, and see if its empty (note it'd be done on AST nodes, not meta-objects) 09:23
tellable6 jnthn, I'll pass your message to MasterDuke
leont Congrats on getting the nick here :-) 11:05
ggoebel join #raku-dev 11:22
[Coke] I had no luck with "Coke", so well done. :) 14:39
[Coke] 03:38 -!- patrickb19 is now known as patrickb 14:42
oops
dogbert17 oops, a SEGV, they're getting quite rare 17:51
#0 MVM_spesh_arg_guard_run (tc=tc@entry=0x562e656865e0, ag=0x562e61b4e850, cs=cs@entry=0x7f0e8aed87a0 <two_args_callsite>, args=args@entry=0x562e61d4e3c8, certain=certain@entry=0x0) at src/spesh/arg_guard.c:496 17:54
#1 0x00007f0e8a8ebdb5 in MVM_frame_invoke (tc=0x562e656865e0, static_frame=<optimized out>, callsite=0x7f0e8aed87a0 <two_args_callsite>, args=0x562e61d4e3c8, outer=<optimized out>, code_ref=<optimized out>,
spesh_cand=-1) at src/core/frame.c:493
#2 0x00007f0e8a943664 in invoke_handler (tc=<optimized out>, invokee=<optimized out>, callsite=<optimized out>, args=<optimized out>) at src/6model/reprs/MVMCode.c:10
dogbert17 it's test #63 (CLOSE phaser sees correct outer scope) in t/spec/S17-supply/syntax.t 18:07
nine dogbert17: so what's it segfaulting on? 18:52
dogbert17 I'm trying to figure that out, when compiling with --no-optimize the SEGV gets elusive 19:09
perhaps I'm misunderstanding your question 19:10
turn on opts again I now I got - MoarVM panic: non-AsyncTask fetched from eventloop active work list 19:24
nine: it seems as if the variable test is NULL on line 496 19:31
I should also mention that I'm running with a tiny nursery (8k) 19:40