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

Analysis uses methods instead of classes & extension methods are ignored if not from package #116

Merged
merged 11 commits into from
May 3, 2024

Conversation

DurieuxPol
Copy link
Collaborator

Fixes #30
Refactored MTAnalysis and MTCoverageAnalysis to use methods instead of classes.
Also, extension methods are now not mutated when using classes (classesToMutate:) with MTAnalysis, but are when using packages (packagesToMutate:).

@DurieuxPol DurieuxPol requested a review from guillep April 17, 2024 15:02
Copy link
Contributor

@guillep guillep left a comment

Choose a reason for hiding this comment

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

Thanks :) the new API is cool

@guillep guillep merged commit e4e6ce8 into pharo-contributions:master May 3, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mutating extension methods
2 participants