-
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
Passing a string that looks like an integer fails to match MAIN(Str) #3194
Comments
From @hoelzroIf I define a MAIN sub with a Str parameter and pass an integer |
From @hoelzrouse v6; sub MAIN(Str $value) { # output when I run perl6 main-str-int-argument.p6 10: |
From @cokeOn Wed Jul 24 01:04:23 2013, rob@hoelz.ro wrote:
This now works. Closable with tests. -- |
The RT System itself - Status changed from 'new' to 'open' |
From @usev6I added a test to S06-other/main-usage.t with commit Raku/roast@f5a77ba56d I'm closing this ticket as 'resolved'. |
1 similar comment
From @usev6I added a test to S06-other/main-usage.t with commit Raku/roast@f5a77ba56d I'm closing this ticket as 'resolved'. |
@usev6 - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#119001 (status was 'resolved')
Searchable as RT119001$
The text was updated successfully, but these errors were encountered: