[perl #125686] DateTime overflows – month 7017915 is out of range

2015-07-24 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125686] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125686 > Code: say DateTime.new('1994-05-03T12:00:00Z').later(days => 536106030).perl; # OK say

[perl #125684] LTA error message when using invalid characters in number literals

2015-07-24 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125684] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125684 > Code: say 0b000l01; Result: ===SORRY!=== Error while compiling ./test.pl Confused at .

[perl #125683] No timezone validation – 1994-05-03T00:00:00+100:39

2015-07-24 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125683] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125683 > Code: say DateTime.new('1994-05-03T00:00:00+99:99'); say DateTime.new('1994-05-03T00:00

Announce: Rakudo Perl 6 compiler, Development Release #90 ("Prague")

2015-07-24 Thread Carl Mäsak
On behalf of the Rakudo development team, I'm happy to announce the July 2015 release of Rakudo Perl 6 #90 "Prague". Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1] and the Java Virtual Machine. The tarball for this release is available from

[perl #125682] Date overflows – 1999--14035828--4570789517646521952

2015-07-24 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125682] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125682 > Code: say Date.new("2000-01-01") + 1; # OK say Date.new("2000-01-01") + 100

[perl #125681] -001-12-31 is not a good way to represent a date

2015-07-24 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125681] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125681 > Code: say Date.new("-01-01").truncated-to('week'); say Date.new("-01-01").pred(

[perl #125680] "..." produces a low-level backtrace; running code from file and with -e is different

2015-07-24 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125680] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125680 > Code: ... Result: Unhandled exception: Stub code executed at :1 (/home/alex/git/rak

[perl #125677] [BUG] Argument to .rotate insufficiently Cool in Rakudo

2015-07-24 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #125677] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125677 > my $key = prompt('> '); @letters.rotate($key) Why should I convert $key to Int ? Begi:

[perl #125675] LTA error message when doing (1, 2, 3).map(True)

2015-07-24 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125675] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125675 > Code: (1, 2, 3).map(True) Error: Unhandled exception: Method 'count' not found for inv

[perl #125674] LTA error message prints wrong eject position: if True if { };

2015-07-24 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125674] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125674 > Code: if True if { }; ===SORRY!=== Error while compiling ./test.pl Missing block at ./