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

Seperate main process code from code that share client classpath #318

Merged
merged 6 commits into from
Dec 8, 2016

Conversation

hcoles
Copy link
Owner

@hcoles hcoles commented Dec 8, 2016

The main pitest module currently contains a mix of code that runs in the main process and code that runs in the same JVM as the code under test.

Dependencies cannot be introduced to any of the code as it might clash with the classpath of the code under test. This restriction only needs to apply to the code in the child process.

This PR separates the two types of code out, with the code for the main process now living in pitest-entry.

@hcoles hcoles merged commit 8cb135d into master Dec 8, 2016
@hcoles hcoles deleted the split_parent_child branch May 29, 2017 12:38
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.

2 participants