forked from pharo-project/pharo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in protocol management of Traits
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
- Loading branch information
Showing
2 changed files
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters