-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if my $match is True and False #5228
Comments
From martin@senfdax.deHi 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 { method match (Str $method, Str $path) { my @routes = ( sub foo($meth, $uri) { my @hex = ('A'..'F', 'a'..'f', 0..9).flat; |
From @zoffixznetStill present in 2016.06-154-g55c359e built on MoarVM version 2016.06-9-g8fc21d5 Attempted to golf it, but failed. |
From @bdugganI was able to reproduce it with this: sub match ($str, $flip) { for 0..104 { |
From @zoffixznetOn Sun, 10 Apr 2016 07:56:38 -0700, martin@senfdax.de wrote:
Unable to reproduce this on This is Rakudo version 2016.12-10-g7a642f8 built on MoarVM version 2016.12 |
The RT System itself - Status changed from 'new' to 'open' |
From @dogbert17On Sun, 18 Dec 2016 15:36:31 -0800, cpan@zoffix.com wrote:
Fixed with commit rakudo/rakudo@25e9fd7 For reference: |
From @moritzTest added in rakudo/rakudo@ee5150e424 |
@moritz - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#127869 (status was 'resolved')
Searchable as RT127869$
The text was updated successfully, but these errors were encountered: