Skip to content
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

MAIN named parameter generates warnings. #2592

Closed
p6rt opened this issue Dec 29, 2011 · 3 comments
Closed

MAIN named parameter generates warnings. #2592

p6rt opened this issue Dec 29, 2011 · 3 comments

Comments

@p6rt
Copy link

p6rt commented Dec 29, 2011

Migrated from rt.perl.org#107244 (status was 'resolved')

Searchable as RT107244$

@p6rt
Copy link
Author

p6rt commented Dec 29, 2011

From @coke

$ more foo
sub MAIN($a, :$b) {
  say "$a, $b";
}
$ perl6 foo -b=3 4
use of uninitialized value of type Any in string context
use of uninitialized value of type Any in string context
4, 3
$ perl6 --version
This is perl6 version 2011.12-1-geb6c4be built on parrot 3.11.0
revision RELEASE_3_11_0

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Jan 7, 2012

From @japhb

Fixed in nom yesterday.

@p6rt
Copy link
Author

p6rt commented Jan 7, 2012

@japhb - Status changed from 'new' to 'resolved'

@p6rt p6rt closed this as completed Jan 7, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant