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

fix(globals): do not share globals between skate versions #494

Merged
merged 10 commits into from
Mar 2, 2016

Conversation

joscha
Copy link
Contributor

@joscha joscha commented Mar 2, 2016

This fixes #493 for 0.13.x

refs #495

@treshugart @jpnelson @seancurtis PTAL

@joscha
Copy link
Contributor Author

joscha commented Mar 2, 2016

tests are actually green - only karma dies afterwards, probably a build dep problem.

@joscha
Copy link
Contributor Author

joscha commented Mar 2, 2016

build fail was due to karma-runner/karma#1782 - updated karma in order to get this green.

@jpnelson
Copy link
Contributor

jpnelson commented Mar 2, 2016

lgtm

@chrisdarroch
Copy link
Contributor

I'm not terribly familiar with this part of the code, but... is the implication that skate will cease to create a window global? Or is it that a shared mutable state has been removed, and a window.skate global will still continue to exist once installing the library?

@joscha
Copy link
Contributor Author

joscha commented Mar 2, 2016

@chrisdarroch window.skate is not touched, only window.__skate which always has been internal.

@seancurtis
Copy link

LGTM

joscha added a commit that referenced this pull request Mar 2, 2016
fix(globals): do not share globals between skate versions
@joscha joscha merged commit 048d440 into 0.13.x Mar 2, 2016
@joscha joscha deleted the 493-fix-shared-registry branch March 2, 2016 06:53
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.

4 participants