-
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
Int.Capture is empty #5357
Comments
From @gfldexdd 10.Capture, 0.5.Capture; # this leads to odd behaviour for sub returns-different-things () { ((10,"ten"), 10).pick }; # OUTPUT«This should never happen» |
From @lizmat
I tried making Mu.Capture take self as a positional, but that causes all sorts of spectest breakage. *AND* it didn’t make the example work. I’m not sure what the best cause of action is. Liz |
The RT System itself - Status changed from 'new' to 'open' |
From @lizmat
Maybe it is ENOTABUG: sub returns-different-things () { ((10,"ten"), 10).pick }; gives the expected result. Liz |
From @gfldexOn Sun, 5 Jun 2016, Elizabeth Mattijsen via RT wrote:
Indeed. However, I am surprised by the following. dd 10 ~~ :(Int), (10,) ~~ :(Int) I can doc that there is a special case for matching against signature |
From @zoffixznetOn Sun, 05 Jun 2016 00:52:54 -0700, gfldex wrote: Thank you for the report. This ticket is now resolved. Impl: rakudo/rakudo@4ba12ff Spec: Raku/roast@ca27350 Docs: Raku/doc@88ef45e |
@zoffixznet - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#128321 (status was 'resolved')
Searchable as RT128321$
The text was updated successfully, but these errors were encountered: