Skip to content
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

4454-TraitedMetaClassisRejectedMethod-rejects-too-many-methods #5283

Conversation

MarcusDenker
Copy link
Member

  • change #isRejectedMethod: to never reject methods that are in the trait composition
  • inline the comments into the code (easier to understand)

Traits tests are green

fixes #4454 (I hope)

…rait composition

- inline the comments into the code (easier to understand)

Traits tests are green

fixes pharo-project#4454 (I hope)
Copy link
Contributor

@VincentBlondeau VincentBlondeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we add a test in a subclass of T2AbstractTest so we are sure that the bug we will raise again?
Thanks!

@MarcusDenker
Copy link
Member Author

yes! we should really add a test for this

Copy link
Contributor

@VincentBlondeau VincentBlondeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Marcus!

@MarcusDenker
Copy link
Member Author

all tests green

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TraitedMetaClass>>isRejectedMethod: rejects too many methods
2 participants