Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Add in_sub_process_where_possible #178

Merged
merged 1 commit into from
Feb 10, 2015
Merged

Conversation

JonRowe
Copy link
Member

@JonRowe JonRowe commented Feb 10, 2015

For specs where we care about not poisoning our environment it'd be good to run
them in a subprocess, but these specs may be too important to skip on
platforms without fork, so we can just run normally instead.

@JonRowe
Copy link
Member Author

JonRowe commented Feb 10, 2015

/cc @myronmarston

@myronmarston
Copy link
Member

I think I'd prefer this was called in_sub_process_if_possible...it's more of a conditional thing than a location thing and "if" is shorter, which is nice :).

LGTM otherwise.

For specs where we care about not poisoning our environment it'd be good to run
them in a subprocess, but these specs may be too important to skip on
platforms without fork, so we can just run normally instead.
@JonRowe JonRowe force-pushed the in_sub_process_where_possible branch from 19ed6de to 805422b Compare February 10, 2015 05:24
@JonRowe
Copy link
Member Author

JonRowe commented Feb 10, 2015

Changed, always up for shorter ;)

@myronmarston
Copy link
Member

LGTM

JonRowe added a commit that referenced this pull request Feb 10, 2015
@JonRowe JonRowe merged commit 732245d into master Feb 10, 2015
@JonRowe JonRowe deleted the in_sub_process_where_possible branch February 10, 2015 22:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants