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

Upgrade Steal to 1.x #34

Closed
wants to merge 2 commits into from
Closed

Upgrade Steal to 1.x #34

wants to merge 2 commits into from

Conversation

Bajix
Copy link
Contributor

@Bajix Bajix commented Dec 15, 2016

No description provided.

@matthewp
Copy link
Contributor

matthewp commented Dec 15, 2016

Hm, we need to figure out the test situation don't we. I know they are passing locally.

@Bajix
Copy link
Contributor Author

Bajix commented Dec 15, 2016

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;}
Copy link
Contributor Author

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?

Copy link
Contributor

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.

@Bajix
Copy link
Contributor Author

Bajix commented Dec 15, 2016

I can't make these tests fail locally

@matthewp
Copy link
Contributor

I can probably take a look tomorrow.

@matthewp matthewp self-assigned this Dec 16, 2016
@matthewp
Copy link
Contributor

Taking a look at this now.

@matthewp
Copy link
Contributor

Closing in favor of #36, which should pass soon.

@matthewp matthewp closed this Dec 16, 2016
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.

2 participants