[perl #125319] localization bug in Test module

2015-06-05 Thread Christian Bartolomaeus via RT
I'm closing this ticket as 'resolved'. If you think, we should have a test for this, please reopen the ticket.

[perl #124813] Roast rakudo skip/todo test:./S32-num/sign.t line:49 reason: Nom does not yet have a NaN framework in place

2015-06-05 Thread Christian Bartolomaeus via RT
The tests was unfudged with commit https://github.com/perl6/roast/commit/de3372559d. I'm closing this ticket now.

[perl #125338] Installing Rakudo via rakudo-brew/panda

2015-06-05 Thread Andy Bach
# New Ticket Created by "Andy Bach" # Please include the string: [perl #125338] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125338 > Following the steps from: http://rakudo.org/how-to-get-rakudo/ All went well through: git

[perl #125339] More Than Ugly error message: "take without gather"

2015-06-05 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125339] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125339 > Code: take 1; Result: take without gather Yes, that's it – "take without gather". No

Re: [perl #125337] AutoReply: NaN in sequences – weirdness and the lack of laziness

2015-06-05 Thread Alex Jakimenko
Doing binding instead of assignment does *not* work as well (liz suggested to add that to the ticket): my @a := 1...NaN; my @a := 1...-Inf; my @a := NaN...1; my @a := Inf...0; my @a := -Inf...0; On Fri, Jun 5, 2015 at 8:29 PM, perl6 via RT wrote: > Greetings, > > This message has been automatic

[perl #125337] NaN in sequences – weirdness and the lack of laziness

2015-06-05 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125337] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125337 > This is just weird: Code: .say for 1...NaN; Result: 1 0 -1 -2 -3 -4 ... and so on ...

Re: [perl #125336] AutoReply: Weird infinite ranges: Inf..0, -Inf..0 and NaN..0

2015-06-05 Thread Alex Jakimenko
A little correction for 「.say for NaN..0」 -- it prints 1024 NaNs, not -Infs. Code: .say for NaN..0 Result: NaN NaN NaN NaN ... and so on exactly 1024 times, but then suddenly: -9223372036854775808 -9223372036854775808 -9223372036854775808 -9223372036854775808 ... and so on (infinitely) ... Also,

[perl #125336] Weird infinite ranges: Inf..0, -Inf..0 and NaN..0

2015-06-05 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125336] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125336 > Code: .say for Inf..0 Result: -9223372036854775808 -9223372036854775808 -9223372036854

Re: [perl #125333] LTA warning "Redeclaration of symbol" (no line number of the first declaration)

2015-06-05 Thread Parrot Raiser
I can see that as being tricky too implement. If you get the error message, it's easy enough to ask most editors for all occurrences of the string. On 6/5/15, Alex Jakimenko wrote: > # New Ticket Created by Alex Jakimenko > # Please include the string: [perl #125333] > # in the subject line of

[perl #125335] \b should be quoted in error messages

2015-06-05 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125335] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125335 > Code: say +("\b" x 70); Result (in my terminal): Cannot convert stri' (indicated by ⏏)

[perl #125334] min(+'a', +'a').say prints Inf but should produce an error

2015-06-05 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125334] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125334 > Code: min(+'a', +'a').say Result: Inf Normally such conversion throws an error: Code

[perl #125333] LTA warning "Redeclaration of symbol" (no line number of the first declaration)

2015-06-05 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125333] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125333 > Code: #!/usr/bin/env perl6 my $foo; my $foo; Result: Potential difficulties: Red

[perl #125331] Match on undefined value returns twodifferent warning messages

2015-06-05 Thread via RT
# New Ticket Created by Pawel Pabian # Please include the string: [perl #125331] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125331 > $ perl6 -e 'loop { $_ ~~ /.+/ }' While it runs two different error messages are returned

[perl6/specs] 415fa4: Revert "S17: sub start is deprecated"

2015-06-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 415fa4cc4d404a0681199f79f4f164161b823395 https://github.com/perl6/specs/commit/415fa4cc4d404a0681199f79f4f164161b823395 Author: Elizabeth Mattijsen Date: 2015-06-04 (Thu, 04 Jun 2015) Changed paths: