[perl6/specs] 701141: A few visual formatting changes for the last commi...

2016-12-18 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 70114176707be219903144530296345bdbbac497 https://github.com/perl6/specs/commit/70114176707be219903144530296345bdbbac497 Author: Samantha McVey Date: 2016-12-16 (Fri, 16 Dec 2016) Changed paths: M v6d

[perl6/specs] 61e3e6: Add proposal to codify rules on matching brackets

2016-12-18 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 61e3e6c6fa44f4702ccdc91e43aca20996912f47 https://github.com/perl6/specs/commit/61e3e6c6fa44f4702ccdc91e43aca20996912f47 Author: Samantha McVey Date: 2016-12-16 (Fri, 16 Dec 2016) Changed paths: M v6d

[perl #130364] [BUG] Cannot use type parameter to constrain return value

2016-12-18 Thread via RT
# New Ticket Created by Timothy Bollman # Please include the string: [perl #130364] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130364 > You cannot use the type provided in a parametric role to constrain the return value o

[perl6/specs] 37f0ed: Update S15 so as not to include references to a un...

2016-12-18 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 37f0ed60628b27f800302530cb82672bc0df101c https://github.com/perl6/specs/commit/37f0ed60628b27f800302530cb82672bc0df101c Author: Samantha McVey Date: 2016-12-13 (Tue, 13 Dec 2016) Changed paths: M S15

[perl #130355] S/// within map doesn't work

2016-12-18 Thread via RT
# New Ticket Created by Brian Duggan # Please include the string: [perl #130355] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130355 > This code: say .map({S/a/x/}).perl returns this: ("x3", "x3", "x3").Seq instead o

[perl #130362] [BUG] is-deeply not using custom eqv operators

2016-12-18 Thread via RT
# New Ticket Created by Timothy Bollman # Please include the string: [perl #130362] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130362 > The is-deeply operator does not appear to pick up custom infix eqv variants. I can s

[perl #127869] [BUG] if my $match is True and False

2016-12-18 Thread Zoffix Znet via RT
On Sun, 10 Apr 2016 07:56:38 -0700, mar...@senfdax.de wrote: > Hi there, > > following code dies in this line: > > if my $match = $r.match($meth, $uri) { die "What?!" unless $match } > > this happens on both moar-2015.12 and moar-2016.03 > > > > > > class Abc { > has Str $.method; >

[perl #128586] [BUG] andthen doesn't return undefined LHS

2016-12-18 Thread Zoffix Znet via RT
On Sat, 09 Jul 2016 11:03:04 -0700, pmichaud wrote: > Per S03, &infix: should return the first argument indicating > failure (undefined). On current Rakudo: > > 18:00 m: say (Int andthen 3) > 18:00 rakudo-moar 959cd3: OUTPUT«()␤» > 18:00 m: say (Int andthen 3).WHAT > 18:00 rakudo-moar 959cd

[perl #128880] [BUG] Dead code in HyperWhatever, 「.new」 is not supposed to work but it does (HyperWhatever.new)

2016-12-18 Thread Zoffix Znet via RT
On Tue, 09 Aug 2016 15:25:11 -0700, alex.jakime...@gmail.com wrote: > Let's look at the code in Rakudo! From src/core/Whatever.pm > > my class HyperWhatever { > multi method new(HyperWhatever:) { X::Cannot::New.new(class => > self).throw } > … > } > > So it seems like it should throw a warning if

[perl #129002] [RFC] === confused by subclassed NaN

2016-12-18 Thread Zoffix Znet via RT
On Fri, 19 Aug 2016 15:40:36 -0700, zef...@fysh.org wrote: > I can vacuously subclass Num and instantiate my new class with > specific > floating-point values, and this generally works. The subclassed > numbers > correctly compare == and !=== to the base Num of the same floating- > point > value:

[perl #130371] [REGRESSION] return in block does not return from sub that is parameterised with that block

2016-12-18 Thread Zoffix Znet via RT
On Sun, 18 Dec 2016 08:44:31 -0800, moritz wrote: > Hi, > > On 18.12.2016 15:35, Wenzel Peppmeyer (via RT) wrote: > > # New Ticket Created by Wenzel Peppmeyer > > # Please include the string: [perl #130371] > > # in the subject line of all future correspondence about this issue. > > # https://rt

Re: [perl #130371] [REGRESSION] return in block does not return from sub that is parameterised with that block

2016-12-18 Thread Moritz Lenz
Hi, On 18.12.2016 15:35, Wenzel Peppmeyer (via RT) wrote: > # New Ticket Created by Wenzel Peppmeyer > # Please include the string: [perl #130371] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=130371 > > > > my &block =

[perl #130371] [REGRESSION] return in block does not return from sub that is parameterised with that block

2016-12-18 Thread via RT
# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #130371] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130371 > my &block = { say 'returning from &block'; return }; sub returned-from(&code) { say '

[perl #130370] [CONC] Tapping on a very active .out of Proc::Async wrecks the work queue

2016-12-18 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #130370] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130370 > This is probably best demonstrated by a code snippet. Code: my $out

[perl #130369] [REGRESSION] Large negative exponents no longer cause a numeric overflow exception (2**-999999)

2016-12-18 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #130369] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130369 > Code: say 2**-99 Result (2015.12 .. 2016.11): Numeric overflow