[perl #77638] [BUG] prefix:<-> numifies a Str in Rakudo, prefixes a '-' in Perl 5

2010-09-01 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77638] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77638 > rakudo: my $x = 'aaa'; print ++$x, ' : '; print -$x, ' : '; say ++$x; rakudo d75c61: O

[perl #77636] [BUG] Can't push to a non-existent hash value in Rakudo

2010-09-01 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77636] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77636 > rakudo: my %hash; push(%hash, 'Cooking for Geeks'); rakudo d75c61: OUTPUT«Method '!fil

Re: Pragma to change presentation of numbers in Perl 6.

2010-09-01 Thread Darren Duncan
Matthew wrote: Today I propose a pragma that changes how numbers are presented in Perl 6. The idea arises from a discussion on the freenode channel #perl6, available here: http://irclog.perlgeek.de/perl6/2010-09-01#i_2773432 I only see this pragma as being useful within limited circumstances,

Yapsi 2010.09 Released!

2010-09-01 Thread Carl Mäsak
It is with a peevish exultation of spirit that I announce on behalf of the Yapsi development team the September 2010 release of Yapsi -- soon to be a major motion picture -- a Perl 6 compiler written in Perl 6. You can download it here (or, if you happen to be on an avian-carrier-based network, yo

Pragma to change presentation of numbers in Perl 6.

2010-09-01 Thread Matthew
Today I propose a pragma that changes how numbers are presented in Perl 6. The idea arises from a discussion on the freenode channel #perl6, available here: http://irclog.perlgeek.de/perl6/2010-09-01#i_2773432 The most important thing to remember is that the presentation of numbers in Perl 6 i

[perl #77604] tests available

2010-09-01 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S03-junctions/boolean-context.t commit 47cf1b0a7a3249aa2c8c703f699e90df63a9eef6 Author: moritz Date: Wed Sep 1 19:13:44 2010 + [t/spec] unfudge tests for RT #77604 git-svn-id: http://

Re: [perl #77626] [BUG] LTA error message when too high a digit occurs in base conversion in Rakudo

2010-09-01 Thread Patrick R. Michaud
On Wed, Sep 01, 2010 at 10:19:21AM -0700, Carl Mäsak wrote: > rakudo: say :2(:16<10>) > rakudo dc9900: OUTPUT«DON'T PANIC! Invalid character (6)! > > My preferred error message would be something on the order of "The > number contains a 6 but you're interpreting it as a base-2 number." Not only

[perl #77626] [BUG] LTA error message when too high a digit occurs in base conversion in Rakudo

2010-09-01 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77626] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77626 > rakudo: say :10(:16<10>) rakudo dc9900: OUTPUT«16␤» rakudo: say :2(:16<10>) rakudo d

[perl #77624] [BUG] Base conversion of Str containing base conversion doesn't work in Rakudo

2010-09-01 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77624] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77624 > rakudo: say :10(':16') rakudo dc9900: OUTPUT«DON'T PANIC! Invalid character (:)! Pleas

[perl #77620] *%x routine and *%X name accepted in Rakudo but fails in STD

2010-09-01 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #77620] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77620 > $ perl6 -e '*%X; say "alive"' alive $ perl6 -e '*%x; say "alive"' alive [18:10] std:

[perl #77618] Rakudo accepts "01" silently but STD displays warning about new octal syntax

2010-09-01 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #77618] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77618 > [18:05] std: 01 [18:05] std 32123: OUTPUT«Potential difficulties:␤ Leading 0 does no

[perl #77616] ~ operator in regexp reverts capture order, but it should not

2010-09-01 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #77616] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77616 > [17:29] rakudo: say so "abc" ~~ /a ~ (c) (b)/; say $0 [17:29] rakudo dc9900: OUTPUT«1␤