[perl #124559] [JVM] Test for rational literals with hexadecimal numbers fails with "Attempt to divide by zero using div"

2015-10-14 Thread Christian Bartolomaeus via RT
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'.

[perl #126359] [BUG] deconfuse language name and compiler in -v and -V

2015-10-14 Thread Larry Wall via RT
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

[perl #126359] [BUG] deconfuse language name and compiler in -v and -V

2015-10-14 Thread via RT
# 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

[perl #126341] STable conflict error isn't very informative

2015-10-14 Thread jn...@jnthn.net via RT
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',

Re: [perl #126350] [BUG] segmentation fault with precompile + add_method

2015-10-14 Thread Nicholas Clark
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

[perl #126350] [BUG] segmentation fault with precompile + add_method

2015-10-14 Thread via RT
# 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

[perl #126349] [BUG]

2015-10-14 Thread via RT
# 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