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

Remove duplicate classes #884

Merged
merged 2 commits into from
Apr 20, 2021
Merged

Remove duplicate classes #884

merged 2 commits into from
Apr 20, 2021

Conversation

hcoles
Copy link
Owner

@hcoles hcoles commented Apr 19, 2021

At some point classes have been duplicated between pitest and pitest-entry. The PR removes duplicate classes, however some issues remain.

Code used only within the pitest-entry module is defined withint the pitest module, this is due to issues with the shading of the ASM library. Common utility code defiined in the pitest module cannot be used outside of it as the package of the asm library is modified at build time.

@hcoles hcoles force-pushed the duplicate_classes branch from e8ada55 to b937ba0 Compare April 20, 2021 09:23
@hcoles hcoles merged commit 4e6bb87 into master Apr 20, 2021
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.

1 participant