bug in REPL and REPL comment Was: Re: bug in REPL
On Thu, Nov 24, 2022 at 08:55:05PM -0800, ToddAndMargo via perl6-users wrote: > Fedora 36 > rakudo-pkg-2022.7.0-03.x86_64 > > > > use NativeCall > > > $j =6; $k = CArray[uint8].new(0xFF xx $j ); print $j ~ "\n"; > Cannot find method 'qast' on object of type NQPMu > > > REPL does not like the $
bug in REPL
Fedora 36 rakudo-pkg-2022.7.0-03.x86_64 > use NativeCall > $j =6; $k = CArray[uint8].new(0xFF xx $j ); print $j ~ "\n"; Cannot find method 'qast' on object of type NQPMu REPL does not like the $j.