[perl #126495] [JVM] This type does not support positional operations

2015-10-29 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #126495] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126495 > Failing tests in S32-io/spurt.t -- Will "Coke" Coleda

Re: [perl #126487] $*IN.words doesn't return unless there is a newline at the end

2015-10-29 Thread Elizabeth Mattijsen
Fixed with 3b212a0f717e79b3547ea , tests needed > On 29 Oct 2015, at 15:40, Brad Gilbert (via RT) > wrote: > > # New Ticket Created by Brad Gilbert > # Please include the string: [perl #126487] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ti

[perl #126493] [JVM] [GLR] expected Positional but got Seq

2015-10-29 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #126493] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126493 > Several tests in t/spec/S32-list/produce.t fail only on the JVM with this error message.

[perl #126492] native str attributes need initialization to prevent segfault

2015-10-29 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #126492] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126492 > [21:38:17] m: use nqp; class A { has str $!a; method BUILD() { nqp::chars($!

[perl #126491] [JVM] 42 but False

2015-10-29 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #126491] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126491 > This test from integration/advent2010-day19.t works on moar, but not on the JVM. 16:33 <

Re: [perl #126490] [BUG] Control exception handling is inconsistent and broken across backends. (SEGV on moar, CX unrecognized on jvm)

2015-10-29 Thread Nicholas Clark
On Thu, Oct 29, 2015 at 09:22:30AM -0700, Pepe Schwarz wrote: > The same code on R-M segfaults: > > 16:15 m: A: for 1 { for 1 { last A }; CONTROL { when CX::Last { say > "last" }; default { .perl.say } } } > 16:15 rakudo-moar 3cc195: OUTPUT«(signal SEGV)» $ ./perl6-m -Ilib -e 'A: for 1 { for

Re: Missing documentation

2015-10-29 Thread Parrot Raiser
Great, that works now. I was going to try to hunt it down and supply a fix, but Moritz beat me to it.

[perl #126485] Rat becomes Num

2015-10-29 Thread Will Coleda via RT
On Thu Oct 29 06:16:17 2015, colomon wrote: > Timo Paulssen wrote: > > > > Can you give us the .perl of $!total_interest, $interests and > > $interests.Rat? (perhaps even the .nude, too?) > > > > On 29/10/15 10:31, Kamil Kułaga (via RT) wrote: > > > # New Ticket Created by "Kamil Kułaga" > > > #

[perl #126490] [BUG] Control exception handling is inconsistent and broken across backends. (SEGV on moar, CX unrecognized on jvm)

2015-10-29 Thread via RT
# New Ticket Created by Pepe Schwarz # Please include the string: [perl #126490] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126490 > R-J currently fails in about five files in roast with "control exception without handler

[perl6/specs] d9d22e: added missing semicollon

2015-10-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: d9d22e67c2751cbcfd2518ad577293098e81aa4f https://github.com/perl6/specs/commit/d9d22e67c2751cbcfd2518ad577293098e81aa4f Author: Kamil Kułaga Date: 2015-10-29 (Thu, 29 Oct 2015) Changed paths: M S26-d

[perl6/specs] e1a1af: minor typo fix

2015-10-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: e1a1afee5a13886a9209f8c9dc0668e367e1973d https://github.com/perl6/specs/commit/e1a1afee5a13886a9209f8c9dc0668e367e1973d Author: Steve Mynott Date: 2015-10-28 (Wed, 28 Oct 2015) Changed paths: M S06-r

[perl #126487] $*IN.words doesn't return unless there is a newline at the end

2015-10-29 Thread via RT
# New Ticket Created by Brad Gilbert # Please include the string: [perl #126487] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126487 > I tried to test the code I wrote http://codegolf.stackexchange.com/a/62097/1147 for

Re: Missing documentation

2015-10-29 Thread Moritz Lenz
On 10/29/2015 09:14 AM, Steve Mynott wrote: > I renamed it to 5to6-nutshell.html. ... and I created a redirect from 5to6 to 5to6-nutshell: https://github.com/perl6/doc/commit/df1b189dec Cheers, Moritz

Re: [perl #126485] Rat becomes Num

2015-10-29 Thread Sol Foster
Timo Paulssen wrote: > > Can you give us the .perl of $!total_interest, $interests and > $interests.Rat? (perhaps even the .nude, too?) > > On 29/10/15 10:31, Kamil Kułaga (via RT) wrote: > > # New Ticket Created by "Kamil Kułaga" > > # Please include the string: [perl #126485] > > # in the

Re: [perl #126485] Rat becomes Num

2015-10-29 Thread Timo Paulssen
Can you give us the .perl of $!total_interest, $interests and $interests.Rat? (perhaps even the .nude, too?) On 29/10/15 10:31, Kamil Kułaga (via RT) wrote: # New Ticket Created by "Kamil Kułaga" # Please include the string: [perl #126485] # in the subject line of all future correspondence ab

[perl #126485] Rat becomes Num

2015-10-29 Thread Kamil Kułaga
# New Ticket Created by "Kamil Kułaga" # Please include the string: [perl #126485] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126485 > I've tried to substitute numeric with Rat (and the switch to FatRat) but found some is

Re: Missing documentation

2015-10-29 Thread Steve Mynott
I renamed it to 5to6-nutshell.html. Which places do you mean? Are these links within the *.perl6.org sites themselves or links external to it? On 28 October 2015 at 19:31, Parrot Raiser <1parr...@gmail.com> wrote: > This Perl 5 to 6 Translation guide http://doc.perl6.org/language/5to6 > is menti