-
Notifications
You must be signed in to change notification settings - Fork 148
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
resultspace: Fixing environment cache checking #353
Conversation
…environment if there are no env hooks in the resultspace (fixes #350)
Hmm, I'm still seeing the issue with my toy example.
Results:
|
…unless otherwise specified
…th different base environments
@mikepurvis Ok, it should work now, see the last two commits for more detail. I still want to track down why this worked on 0.3.1 and not 0.4.0. |
Ok, the regression was introduced here: 6b8f9d6#diff-ef773b0a1c77b266490fec7730c173b4 |
Looks good now. |
@wjwwood This should be good to merge, it makes the environment caching more robust and returns the base-environment behavior to how it works on 0.3.1. |
lgtm |
Currently, it could blow away environment if there are no env hooks in the resultspace (fixes #350)
@mikepurvis Give this branch a shot.