-
Notifications
You must be signed in to change notification settings - Fork 63
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
merge latest #1565
merge latest #1565
Conversation
…t completely there.
…ator, but it does its job :P)
…presenter (if any) fixes pharo-project/pharo#16792
…ause just clicking is too restrictive)
hey @jecisc can you take a look at this? |
I'm debugging in an image and it seems that we indeed have a bug between traits and protocols.. Protocols should not be nil |
This one is really not easy to debug :/ |
It happens currently that some methods copied from traits are not well categorized with their protocols. This happens because we add the Traits methods in the class we are compiling before we copy the old protocols of the class. I'm fixing the problem be copying the old protocols sooner and I'm adding a regression test that was failing before and is now passing. This should fix the CI failures of pharo-spec/Spec#1565 and pharo-spec/Spec#1573
Revert "Merge pull request #1565 from pharo-spec/dev-3.0"
No description provided.