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

Accidental config mutating bug #52

Merged
merged 1 commit into from
Jul 4, 2016

Conversation

Flimm
Copy link
Contributor

@Flimm Flimm commented Feb 12, 2016

The decorators would accidentally mutate config, causing future requests against other views to return the wrong policy.

This fixes that, and it includes tests. This builds upon code in pull request #51 , so merging this will merge both.

@Flimm Flimm mentioned this pull request Feb 12, 2016
@EnTeQuAk
Copy link
Contributor

EnTeQuAk commented Apr 21, 2016

@Flimm Hey, I just merged #51 - can you maybe rebase this PR so that we can review and merge this cleanly?

@Flimm Flimm force-pushed the accidental-config-mutating-bug branch 2 times, most recently from bef5b74 to c6d49e8 Compare May 1, 2016 15:45
The decorators would accidentally mutate config, causing future requests
against other views to return the wrong policy.

This fixes that.
@Flimm Flimm force-pushed the accidental-config-mutating-bug branch from c6d49e8 to 4673929 Compare May 1, 2016 15:48
@Flimm
Copy link
Contributor Author

Flimm commented May 1, 2016

There you go. I rebased on master and force pushed to this branch.

@EnTeQuAk EnTeQuAk merged commit 1b33baf into mozilla:master Jul 4, 2016
@EnTeQuAk
Copy link
Contributor

EnTeQuAk commented Jul 4, 2016

Thanks a lot for the rebase and update! 🍰 🌟

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.

None yet

2 participants