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
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
# 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
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
# 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
# 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
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;
>
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
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
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:
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
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 =
# 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 '
# 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
# 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
15 matches
Mail list logo