-
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
Incorrect useless use warning when WhateverCode is passed as arg to Callable #6319
Comments
From @zoffixznetThe warning lies; this use isn't useless: <Zoffix__> m: -> +@foo { say @foo.head.(41) }(* == 42) Appears to only happen when the Callable is invoked right away; this version is fine: <Zoffix__> m: sub foo (+@foo) { say @foo.head.(42) }; foo(* == 42) |
From @zoffixznetOops. Long day. I meant WhateverCode is passed, not Junction. |
From @skidsOn Sat, 03 Jun 2017 12:08:50 -0700, cpan@zoffix.com wrote:
Fudged tests preemptively added to S02-types/whatever.t in roast commit 4b2fef409. |
The RT System itself - Status changed from 'new' to 'open' |
From @zoffixznetOn Sat, 03 Jun 2017 12:07:37 -0700, cpan@zoffix.com wrote:
Thank you for the report. This is now fixed. Fix: rakudo/rakudo@fa136be2ca |
@zoffixznet - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#131502 (status was 'resolved')
Searchable as RT131502$
The text was updated successfully, but these errors were encountered: