-
Notifications
You must be signed in to change notification settings - Fork 139
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
Conversation
tests are actually green - only karma dies afterwards, probably a build dep problem. |
build fail was due to karma-runner/karma#1782 - updated karma in order to get this green. |
lgtm |
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 |
@chrisdarroch |
LGTM |
fix(globals): do not share globals between skate versions
This fixes #493 for 0.13.x
refs #495
@treshugart @jpnelson @seancurtis PTAL