[perl #126990] Inf in Int, LTA error message, Inf.Range (-Inf..Inf vs -Inf^..^Inf)

2015-12-22 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #126990] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126990 > Let's start with this: Code: my Int $x = Inf Result: ===SORRY!=== Cannot find method

[perl #126992] [BUG] t\spec\S17-supply\throttle.t hangs on Windows 10

2015-12-22 Thread via RT
# New Ticket Created by A. Sinan Unur # Please include the string: [perl #126992] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126992 > This is from a fresh clone. There is no perl6 on the %PATH%. First, no options. Killed

[perl #126959] unhelpful error - Cannot find method 'has_compile_time_value'

2015-12-22 Thread Tobias Leich via RT
Patches: https://github.com/rakudo/rakudo/commit/2e4238fbe4 https://github.com/rakudo/rakudo/commit/0d5372fe43 Tests: https://github.com/perl6/roast/commit/94ee230558 Closing ticket as resolved.

Re: [perl #126990] AutoReply: Inf in Int, LTA error message, Inf.Range (-Inf..Inf vs -Inf^..^Inf)

2015-12-22 Thread Aleks-Daniel Jakimenko-Aleksejev
By the way, same LTA error is shown for Rat, Complex and possibly some other types. On Tue, Dec 22, 2015 at 5:04 PM, perl6 via RT wrote: > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: >

[perl #126990] Inf in Int, LTA error message, Inf.Range (-Inf..Inf vs -Inf^..^Inf)

2015-12-22 Thread Will Coleda via RT
On Tue Dec 22 07:04:38 2015, alex.jakime...@gmail.com wrote: > Let's start with this: > > Code: > my Int $x = Inf > > Result: > ===SORRY!=== > Cannot find method 'value' > > LTA for sure (meaningless description, no line number). > > According to S02

[perl #126987] LTA error message when trying to use parens to declare enums (enum Animal (Cat, Dog))

2015-12-22 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #126987] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126987 > Code: enum Animal (Cat, Dog) Result: ===SORRY!=== Cannot invoke this object Well,