Re: what am I doing wrong here?

2017-09-14 Thread Todd Chester
On 09/14/2017 09:10 AM, Timo Paulssen wrote: You're reaching deep into rakudo's internals here, reaching an object that doesn't know about pretty much any methods you might want to have, and there's also no support for them in things like the ~~ operator, for example. You're getting the

Re: what am I doing wrong here?

2017-09-14 Thread Timo Paulssen
You're reaching deep into rakudo's internals here, reaching an object that doesn't know about pretty much any methods you might want to have, and there's also no support for them in things like the ~~ operator, for example. You're getting the error because you're calling ~~ with the NQPRoutine