-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fix: replace class side API implementation #63
Conversation
Pull Request Test Coverage Report for Build 7491128361
💛 - Coveralls |
Indeed I forgot to replace the class side API, thanks ! |
Auch, true! It only works in Pharo 12! I'll fix it :) |
Maybe if we use |
That will rewrite users. We need a version that works for all Pharo versions.
|
Now, since this is for a little method, I'm for option 2 :) If we had incompatibilities in the compiler or some more complex stuff, or in something we use a lot then I would have a different opinion maybe. |
Actually, there is |
Ok nice ! |
Well tests are green, in the CI, and in my machine in P12. |
And some incompatible with Pharo12