00:35 johnny5_ joined 00:39 johnny5_ joined 01:37 johnny5_ joined 01:41 benabik joined 01:45 eternaleye joined 01:46 johnny5_ joined 01:53 johnny5_ joined 01:58 johnny5_ joined 02:39 FROGGS joined 02:56 FROGGS joined 03:52 FROGGS joined 04:53 FROGGS joined 04:55 cognominal joined 05:04 benabik joined 05:08 krunen joined 05:11 johnny5_ joined 05:13 tokuhirom joined 07:56 cognominal joined 08:18 FROGGS joined 09:43 cognominal joined 10:05 cognominal joined 13:10 cognominal joined 13:49 rjbs joined 15:31 ggoebel15 joined 17:07 benabik joined 17:14 cognominal joined 17:52 ssutch joined 20:19 colomon joined
dalek arVM: 0909d9a | jnthn++ | src/core/interp.c:
Implement captureposprimspec.
21:21
jnthn "Cannot call trait_mod:<is>; no signatures match" 21:23
Progress, of a sort...
FROGGS *g* 21:24
cool
okay, on windows we get the full path: 22:03
C:\rakudo>C:\nqp\install\bin\nqp-m.bat --target=mbc --output=blib/Perl6/Metamodel.moarvm --encoding=utf8 src/gen/m-Metamodel.nqp
filename = C:\nqp\install\languages\nqp\lib\nqp.moarvm
filename = C:\nqp\install\languages\nqp\lib/ModuleLoader.moarvm
22:04 lue joined
FROGGS ahh, maybe a relativ --prefix is busting it? 22:04
jnthn Oh...maybe? 22:07
FROGGS hmmm 22:08
no, the ModuleLoader thing was just my fault... 22:09
but it gives me an exit code 1 now without an error message :/ 22:10
dalek arVM: 7c2561f | jnthn++ | src/ (3 files):
Prepare for more complete istype handling.
FROGGS only valgrind does output something, but not sure if that is helpful: gist.github.com/FROGGS/aa0e679d876fb59379d7 22:15
FROGGS-- # this introduces it: e9b79b0... fix printfh/sayfh bug (segfault on linux) 22:22
dalek arVM: 9eb6c53 | (Tobias Leich)++ | src/6model/reprs/MVMOSHandle.c:
unbreak rakudo build

Now it will explode again during shutdown on some machines after printing to std-handles.
22:42
arVM: 202755e | jnthn++ | src/ (3 files):
First pass at more complete istype implementation.
22:45
22:45 colomon joined
FROGGS This type does not support elems 22:47
trait_mod:<is>
I am happy :o)
jnthn Wonder where that's coming from...
FROGGS jnthn: seems to be a signature like: multi trait_mod:<is>(Routine:D $r, |c ) { 23:13
jnthn: it is the trait in traits.pm line 86-97 23:15
jnthn Well, wiht the latest we get:
This type does not support elems at <unknown>:1 (blib/Perl6/World.moarvm:trait_mod:<is>:4294967295)
FROGGS if you comment line 86 to 97, you get: Cannot call trait_mod:<is>; no signatures match 23:16
jnthn Thing is, it's not actually giving that error inside of the binding stuff 23:17
FROGGS so it might be something in Perl6::World method apply_trait? 23:24
jnthn I think it may be in the thunk... 23:27
23:27 cognominal joined
jnthn
.oO( what the thunk... )
23:30
FROGGS: Oh, innerestin... 23:32
FROGGS: It's coming from flatten_args
FROGGS the I wonder why nqp did not hit that 23:34
jnthn oh, I wonder if it's a usecapture/savecapture distinction... 23:36
I'll bet it is... 23:37