Re: Cannot invoke this object (REPR: Null; VMNull)

2019-12-15 Thread Vadim Belman
What rakudo compiler version do you use? Try 2019.11. Best regards, Vadim Belman > On Dec 14, 2019, at 5:31 PM, Paul Procacci wrote: > > Ladies/Gents, > > I'm perplexed by the error message as stated in the subject. > It's quite possible I'm doing it wrong. > What I'm attempting to do is creat

Re: Cannot invoke this object (REPR: Null; VMNull)

2019-12-14 Thread Simon Proctor
I saw this issue when I was building Trait::Env, the closest I got to figuring it out was closure's in phasers in modules seem to get lost in the compilation process. But I never figured out a solution I'm afraid. On Sat, 14 Dec 2019, 22:35 Paul Procacci, wrote: > Ladies/Gents, > > I'm perplexe