-
Notifications
You must be signed in to change notification settings - Fork 7
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
Upgrade Steal to 1.x #34
Conversation
Hm, we need to figure out the test situation don't we. I know they are passing locally. |
Yea testing this has been quite awkward |
@@ -158,7 +158,7 @@ define(<%= imports %>, function(<%= args %>){ | |||
<%= ases %> | |||
}; | |||
var isNW = (function(){ | |||
try{var nr = System._nodeRequire; return nr && nr('nw.gui') !== 'undefined';}catch(e){return false;} | |||
try{var nr = steal._nodeRequire; return nr && nr('nw.gui') !== 'undefined';}catch(e){return false;} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@matthewp wasn't sure if this change was required for a Steal upgrade. Is this change potentially problematic?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah this shouldn't be changed. That's still System.
I can't make these tests fail locally |
I can probably take a look tomorrow. |
Taking a look at this now. |
Closing in favor of #36, which should pass soon. |
No description provided.