[perl #126828] [BUG] .narrow now fails on a Complex with a zero real part.

2015-12-05 Thread via RT
# New Ticket Created by Steve Schulze # Please include the string: [perl #126828] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126828 > Complex.narrow fails when the real part is zero. $ perl6 -e' say 0+1i.narrow '

[perl #126827] [BUG] Class declaration from one module not visible if another module is loaded after it with a very similar class declaration in Rakudo

2015-12-05 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #126827] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126827 > $ perl6 --version This is rakudo version 2015.11-379-gfdec627 built on MoarVM version 201

[perl #126826] [BUG] Numeric precision not arbitrary

2015-12-05 Thread via RT
# New Ticket Created by Justin DeVuyst # Please include the string: [perl #126826] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126826 > [jdv@wieldy ~]$ perl6 -e 'say 0.99 < 1' True [jdv@wieldy ~]$ perl6

Re: [perl #126825] [BUG]Ambiguous duplicate signature conflict on Complex.round

2015-12-05 Thread Elizabeth Mattijsen
Fixed with fdec6278bf3dbcfa850a688, tests are still needed > On 05 Dec 2015, at 22:21, Steve Schulze (via RT) > wrote: > > # New Ticket Created by Steve Schulze > # Please include the string: [perl #126825] > # in the subject line of all future correspondence about this issue. > # https://r

[perl #126825] [BUG]Ambiguous duplicate signature conflict on Complex.round

2015-12-05 Thread via RT
# New Ticket Created by Steve Schulze # Please include the string: [perl #126825] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126825 > The Complex.round method gets an ambiguous signature error when a scale is specified.

[perl #126824] await on a Supply .head .Promise never fires (but Supplier.head.Promise does)

2015-12-05 Thread Brian S. Julin
# New Ticket Created by "Brian S. Julin" # Please include the string: [perl #126824] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126824 > 16:18 skids I think the Supply work may have made $fh.watch.Promise not fire an

Re: [perl #126823] Failing test in S32-array/adverbs.t and S32-hash/adverbs.t: Code does not die as expected with 'use Test'

2015-12-05 Thread Elizabeth Mattijsen
> On 05 Dec 2015, at 19:36, Christian Bartolomaeus (via RT) > wrote: > > # New Ticket Created by Christian Bartolomaeus > # Please include the string: [perl #126823] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=126823 >

[perl #126823] Failing test in S32-array/adverbs.t and S32-hash/adverbs.t: Code does not die as expected with 'use Test'

2015-12-05 Thread via RT
# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #126823] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126823 > There are two failing tests (one in S32-array/adverbs.t, one in S32-hash/adver

[perl #123519] earliest { ... } uses busy waiting when used with more than one channel, drives CPU usage up to 100%

2015-12-05 Thread jn...@jnthn.net via RT
On Tue Jul 07 13:44:33 2015, voegelas wrote: > On Mon Dec 29 10:32:42 2014, r...@hoelz.ro wrote: > > See also https://rt.perl.org/Ticket/Display.html?id=123515 > > The attached script demonstrates the busy waiting. The script also > leaks memory. In the output of top(1) the CPU is always at 100% a

[perl #126819] Push versus append decision needed for feed taps

2015-12-05 Thread Brian S. Julin
# New Ticket Created by "Brian S. Julin" # Please include the string: [perl #126819] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126819 > Feeds recently got changed so the arrow operators follow GLR one-arg semantics. The

[perl #126816] require ::("DBDish::mysql") dies with "Cannot find method 'find_symbol'

2015-12-05 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #126816] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126816 > moritz@hack:~/p6/DBIish$ perl6-m -Ilib -e 'require ::("DBDish::mysql")' Cannot find meth