-
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
error message when using int parameters as subs #5709
Comments
From @zoffixznetIf you accidentally use an `int` variable as a Callable, you get a <Zoffix> m: my int $i; $i() However, that's not the case if the variable is a parameter: <Zoffix> m: sub (int $i) { $i() } Most heinous issue is the line number/file of the issue is missing |
From @jnthnOn Fri Sep 30 21:17:55 2016, cpan@zoffix.com wrote:
Now the second gives the same error as the first. Test added in S32-exceptions/misc.t. |
The RT System itself - Status changed from 'new' to 'open' |
@jnthn - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#129772 (status was 'resolved')
Searchable as RT129772$
The text was updated successfully, but these errors were encountered: