[perl #127201] sprintf() float precision cannot go beyond 15[efg]

2016-01-07 Thread via RT
# New Ticket Created by Dan Kogai # Please include the string: [perl #127201] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127201 > This is possibly related to https://rt.perl.org/Ticket/Display.html?id=127184 . Run the code

[perl #127203] [BUG] &?ROUTINE cannot be used in subroutine's signature

2016-01-07 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127203] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127203 > As can be seen below, using &?ROUTINE in the signature does not give the correct thing an

[perl #127204] for $fh.read(1024) -> $blob

2016-01-07 Thread via RT
# New Ticket Created by Paul Marquess # Please include the string: [perl #127204] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127204 > Given this can be used to walk though a file for $fh.lines -> $line I assumed I wo

[perl #127205] [LTA ERROR] Incorrectly places '{' in signature incorrectly reports block gobbling

2016-01-07 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127205] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127205 > The error in the code is that '{' for the $y parameter is BEFORE the 'where' instead of a

[perl #127206] [BUG] Missing warning: assignment from constant RHS in conditional.

2016-01-07 Thread via RT
# New Ticket Created by Bruce Gray # Please include the string: [perl #127206] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127206 > Summary: The useful warning in Perl 5: Found = in conditional, should be == at ... is a

[perl #127207] [LTA ERROR] (or maybe a bug)

2016-01-07 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127207] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127207 > Trying to assign an Inf/NaN to an Int type gives an LTA error. Also, I don't know if it s

[perl #127210] uint behaves like signed int in CUnion

2016-01-07 Thread via RT
# New Ticket Created by Juerd Waalboer # Please include the string: [perl #127210] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127210 > Got: > my $c = Overlap.new(u32 => 1234567); Overlap.new(u32 => 1234567, u16 =>

[perl #127209] Bad error message on constraint violation

2016-01-07 Thread via RT
# New Ticket Created by curtis_ovid_...@yahoo.com # Please include the string: [perl #127209] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127209 > This code:     class Foo { subset Limit of Rat where -10 .. 10; has Limit $.

[perl #127208] Non-deterministic segfaults in parallel code

2016-01-07 Thread via RT
# New Ticket Created by curtis_ovid_...@yahoo.com # Please include the string: [perl #127208] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127208 > This code sometimes segfaults, sometimes tells me it's a malloc error:     m