The code examples from this ticket work now:
$ perl6-j -e 'say <0x01/0x02>'
0.5
$ perl6-j -e 'say <0b01/0b10>'
0.5
There are passing tests in S02-literals/numeric.t
I'm closing this ticket as 'resolved'.
On Wed Oct 14 09:46:18 2015, larry wrote:
> 09:39 < TimToady> HLL::Compiler is very confused about what is the language
> name/version vs compiler name/version, and this shows up in both -v and -V
> 09:40 < TimToady> "This is perl6 version 2015.09-373-g254c1a8"
> 09:42 < TimToady> should be more l
# New Ticket Created by Larry Wall
# Please include the string: [perl #126359]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126359 >
09:39 < TimToady> HLL::Compiler is very confused about what is the language
name/version vs
On Mon Oct 12 21:21:48 2015, tokuhirom wrote:
> Here is a code that throws exception.
> ```
> #!/bin/bash
>
> mkdir lib/
>
> cat > lib/Child.pm6 < use v6;
> use Parent;
>
> unit class Child is Parent;
> EOF
>
> cat > lib/Parent.pm6 < use v6;
> unit class Parent;
>
> ::?CLASS.^add_method: 'x',
On Tue, Oct 13, 2015 at 09:20:54AM -0700, Shoichi Kaji wrote:
> + perl6-m -Ilib -MA -e B.bar
> test.sh: line 19: 31493 Segmentation fault perl6-m -Ilib -MA -e 'B.bar'
> ```
$ ./perl6-m -Ilib -MA -e 'B.bar'
ASAN:SIGSEGV
=
==27416
# New Ticket Created by Shoichi Kaji
# Please include the string: [perl #126350]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126350 >
The following script exits with segmentation fault.
(code is also available at
https://gi
# New Ticket Created by gfw blackcat
# Please include the string: [perl #126349]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126349 >
perl6 --version:
This is perl6 version 2015.09 built on MoarVM version 2015.09
source co