-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
Tonel export of class trait can be wrong #16345
Comments
Here is an example: c23a2fe |
Probably related to this merged PR: https://github.com/pharo-project/pharo/pull/15833/files As it says this other issue: #16014 In your example, the I understand that
|
is this still happening ? |
I've not seen any fix for this integrated so I think it's probably still happening |
Since a few weeks/months in Pharo 12 it happens that the Tonel export of some code generates wrong class trait. It will be
#classTraits : '{} + TraitedClass'
.This prevents the code from loading afterward and is not easy to catch.
This should be fixed before the release of P12.
The text was updated successfully, but these errors were encountered: