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 $
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.
Just a note: This seems to be a specific problem with Moar:
$ ./perl6-j
[...]
> my int8 $i = 0x78;
120
> my int8 $j = 0x78;
120
>
I'm going to tag this ticket with [MoarVM]. Or should the ticket be moved to
the Github repo for MoarVM?
# New Ticket Created by mt1957
# Please include the string: [perl #128973]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=128973 >
Hi,
Found a bug in newest rakudo version 2016.07.1-217-gd6abf8b built on
MoarVM version 2016.
# New Ticket Created by mt1957
# Please include the string: [perl #127933]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127933 >
Hi,
Found a strange bug in REPL;
> my int8 $i = 0x78;
120
> my int8 $j = 0x78;