[perl #125733] [BUG] X::Dynamic::Postdeclaration s/CALLER::/CALLERS::/

2015-08-13 Thread Christian Bartolomaeus via RT
On Thu Aug 13 22:04:56 2015, lloyd.fo...@gmail.com wrote: > Yep I was simply making a comment about the wording. Looks like it has > been fixed :) Great. I'm closing this ticket as 'resolved'.

[perl #125791] Ranges can be modified through .bounds in Rakudo; supposed to be immutable

2015-08-13 Thread Christian Bartolomaeus via RT
I adjusted the test with commit 17d9681 so that it passes on JVM as well. I'm closing this ticket as 'resolved'. [Please note: The change to the test was needed because X::Assignment::RO didn't get the typename right on JVM. That has nothing to do with .bounds as shown here: $ perl6-m -e '2 =

[perl #125733] [BUG] X::Dynamic::Postdeclaration s/CALLER::/CALLERS::/

2015-08-13 Thread Christian Bartolomaeus via RT
On Sat Aug 01 05:24:56 2015, lloyd.fo...@gmail.com wrote: > https://github.com/rakudo/rakudo/blob/nom/src/core/Exception.pm > > "Illegal post-declaration of dynamic variable '$.symbol';\n" ~ > "earlier access must be written as CALLER::<$.symbol>\n" ~ > "if that's what you meant" > > This message

[perl #114402] Grammar::Debugger likes PMCNULL Containers

2015-08-13 Thread Christian Bartolomaeus via RT
On Sat Aug 08 04:11:12 2015, Faye wrote: > Bug invalid now that parrot is no longer with us. Additionally this > appears at first glance to have been an issue with the module instead > of rakudo. That's what I thought, too. I'm closing this ticket as 'rejected'.

[perl #120646] [BUG] LTA error message when trying to declare a class over a role in Rakudo

2015-08-13 Thread Christian Bartolomaeus via RT
On Sun Aug 09 14:05:27 2015, b...@abrij.org wrote: > This seems to be fixed now, and tests are added in S14-roles/basic.t > > 1..3 > ok 1 - 'role RR { }; class RR { };' died > ok 2 - right exception type (X::Redeclaration) > ok 3 - .symbol matches RR > ok 37 - did we throws-like X:

[perl #125784] Negative overflow in Str.index $startpos

2015-08-13 Thread Christian Bartolomaeus via RT
On Tue Aug 11 01:15:38 2015, elizabeth wrote: > Fixed with 14939e39d24541cc29fd12, tests added with e29df31, closable Great, ticket closed.

[perl #124561] Roast rakudo skip/todo test:./S02-literals/radix.t line:148 reason: Some question of what this form should actually do

2015-08-13 Thread Christian Bartolomaeus via RT
On Thu Aug 13 03:08:44 2015, Faye wrote: > Seems to refer to > https://github.com/perl6/roast/blob/2f3f43e90e8cc8390913e11d9979b20a9c6d0e0e/S02- > literals/radix.t#L148 , which has since been decided upon (judging by > the file as it stands now, which tests these things without any > doubtful comme

Re: .perl method: any plans for allowing output format changes?

2015-08-13 Thread Tom Browder
On Thu, Aug 13, 2015 at 8:59 AM, Steve Mynott wrote: > On Thu, Aug 13, 2015 at 3:51 AM, Steve Mynott wrote: >>On 13 August 2015 at 11:36, Tom Browder wrote: >>> The closest to Perl 5 Data::Dumper is Perl6 Data::Dump. >>> >>> Note also .perl will hang on many data structures. >>> >>> I find using

[perl6/specs] 3febe4: Added nothenthen

2015-08-13 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 3febe4c97ce0df02c7e7d0c3829480df7283154e https://github.com/perl6/specs/commit/3febe4c97ce0df02c7e7d0c3829480df7283154e Author: Kamil Kułaga Date: 2015-08-13 (Thu, 13 Aug 2015) Changed paths: M S03-o

Re: .perl method: any plans for allowing output format changes?

2015-08-13 Thread Tom Browder
On Thu, Aug 13, 2015 at 3:51 AM, Steve Mynott wrote: > The closest to Perl 5 Data::Dumper is Perl6 Data::Dump. > > Note also .perl will hang on many data structures. > > I find using YML dump also useful. Is that YAML dump? -Tom

[perl #125800] :radix[] form allows too-large place values

2015-08-13 Thread via RT
# New Ticket Created by Faye # Please include the string: [perl #125800] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125800 > m: say :16[16] rakudo-moar 98df93: OUTPUT«16␤» m: say :16[1, 16] rakudo-moar 98df93: OUTPUT«3

Re: .perl method: any plans for allowing output format changes?

2015-08-13 Thread Steve Mynott
The closest to Perl 5 Data::Dumper is Perl6 Data::Dump. Note also .perl will hang on many data structures. I find using YML dump also useful. S On 11 August 2015 at 14:09, Tom Browder wrote: > I don't see any way to change the output format of the .perl method > without a home-grown filter o