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

API works with packages & removed deprecated API #90

Merged
merged 2 commits into from
Mar 14, 2024

Conversation

DurieuxPol
Copy link
Collaborator

@DurieuxPol DurieuxPol commented Feb 26, 2024

Fixes #87

You can now do something like this:

analysis := MTAnalysis new
	            packageToMutate: { 'Network-UUID' };
	            testPackages: { 'Network-Tests' }.
analysis run.

Also removed deprecated API on class side.

Copy link

@PalumboN PalumboN left a comment

Choose a reason for hiding this comment

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

Yeeeesssss 🤩

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.

Good!

@guillep guillep merged commit 503c672 into pharo-contributions:master Mar 14, 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.

Expand MTAnalysis API to be able to give packages
3 participants