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
Implement renaming of named parameters in Rakudo #699
Comments
From @masak$ perl6 -e 'sub formalize($text, :case($case), :justify($justify)) {...}' Example straight out of S06:721. |
From @masak<masak> rakudo: sub formalize($text, :case($case), :justify($justify)) {...} |
From @masak<jnthn> masak: (signature one) It's not a bug. We have a ticket saying |
|
@masak - Status changed from 'new' to 'open' |
From @masak<masak> jnthn: um, to be fair, I might have simply been confused about |
From @jnthnOn Sat Feb 14 03:58:06 2009, masak wrote:
Implemented in git 703b36e plus added tests because I couldn't find any Thanks, Jonathan |
|
The RT System itself - Status changed from 'new' to 'open' |
|
@jnthn - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#63230 (status was 'resolved')
Searchable as RT63230$
The text was updated successfully, but these errors were encountered: