-
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
Cannot augment class Hash #1876
Comments
From @supernovus<supernovus> rakudo: use MONKEY_TYPING; augment class Hash { method hi { say This seems to be similar to the bugs noted in issue # 75114. This time it's not even reporting back a classname in the error message. |
@coke - Status changed from 'new' to 'open' |
From @cokeOn Fri Jun 25 14:35:36 2010, supernovus wrote:
In rakudo-latest: $ ./perl6 -e "use MONKEY_TYPING; augment class Hash { method hi { say Closable with tests. -- |
From @moritznow tested in S12-class/augment-supersede.t. |
@moritz - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#76104 (status was 'resolved')
Searchable as RT76104$
The text was updated successfully, but these errors were encountered: