[perl #126787] [CONC] Promises that are not awaited or .then'd will swallow exceptions.

2016-12-13 Thread Zoffix Znet via RT
On Wed, 02 Dec 2015 13:52:24 -0800, timo wrote: > just about an exception in a > Promise that nobody is interested in (no await, no .then, ...) are > silently nommed: This version has a `.then` but doesn't explode. Is it meant to then? use v6; my $foo; my $promise = Promise.new; $

[perl #130342] [CONC] supply tap: No such method 'phasers' for invocant of type 'Code'

2016-12-13 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #130342] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130342 > The error is LTA (and maybe a bug?) 17:52 b2gills m: (supply loop { emit Bool.p

[perl #130338] perl6 changes breaking code

2016-12-13 Thread Zoffix Znet via RT
On Tue, 13 Dec 2016 02:11:12 -0800, mt1...@gmail.com wrote: > Hi, > > Recently after pulling the newest rakudo/moarvm (2016.11-238-g2f502b4 > built on MoarVM version 2016.11-41-gd2139b5 implementing Perl 6.c) I > saw > errors in my code which compiled ok before. This is difficult to golf > down be

[perl #130339] make install failure on rakudo star 2016.11

2016-12-13 Thread Zoffix Znet via RT
On Tue, 13 Dec 2016 04:59:08 -0800, alt.mcar...@gmail.com wrote: > $perl6 --version > This is Rakudo version 2016.11 built on MoarVM version 2016.11 > implementing Perl 6.c. > > make install seems to have problems building panda. It is reliant on > File::Find, which is failing a test: > > Unhand

[perl #128887] [BUG] `eager` on a Range constructed with Range math operators spills guts

2016-12-13 Thread Zoffix Znet via RT
On Wed, 10 Aug 2016 06:54:27 -0700, c...@zoffix.com wrote: > m: say eager (2.5..^7.5) > rakudo-moar e829a9: OUTPUT«(2.5 3.5 4.5 5.5 6.5)␤» > > m: say eager (^10+5)/2 > rakudo-moar e829a9: OUTPUT«P6opaque: get_boxed_ref could not unbox for > the representation '20' of type Rat␤ in block at line

[perl #130211] [LTA] missing overloaded methods don't tell what role needs them

2016-12-13 Thread Zoffix Znet via RT
On Tue, 29 Nov 2016 03:36:09 -0800, gfldex wrote: > EVAL 'role R { method overload-this(){...} }; class A does R {}; '; > CATCH { default { say .^name, .Str } } > > # OUTPUT«X::Comp::AdHocMethod 'overload-this' must be implemented by A > # because it is required by a role␤» > > # expected > # OUT

[perl #130338] perl6 changes breaking code

2016-12-13 Thread via RT
# New Ticket Created by mt1957 # Please include the string: [perl #130338] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130338 > Hi, Recently after pulling the newest rakudo/moarvm (2016.11-238-g2f502b4 built on MoarVM ver