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

2019-12-15 Thread Vadim Belman
} > > > # File: test.pl6 > --- > use lib ; > use A; > > my A $x .= new; > $x.test; > > > % ./test.pl6 > Cannot invoke this object (REPR: Null; VMNull) > in block at /git-repos/test/lib/Loader.pm6 (Loader) line 31 >

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

2019-12-14 Thread Simon Proctor
> }; > > method test { > $!pre-compiled.perl.say; > } > } > > > # File: test.pl6 > ------- > use lib ; > use A; > > my A $x .= new; > $x.test; > > > % ./test.pl6 > Cannot invoke

Cannot invoke this object (REPR: Null; VMNull)

2019-12-14 Thread Paul Procacci
mpiled.perl.say; } } # File: test.pl6 --- use lib ; use A; my A $x .= new; $x.test; % ./test.pl6 Cannot invoke this object (REPR: Null; VMNull) in block at /git-repos/test/lib/Loader.pm6 (Loader) line 31 in method test at /git-repos/test/lib/Loader.pm6