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

Remove spurious JS_Init call. #11553

Merged
merged 1 commit into from
Jun 2, 2016
Merged

Remove spurious JS_Init call. #11553

merged 1 commit into from
Jun 2, 2016

Conversation

Ms2ger
Copy link
Contributor

@Ms2ger Ms2ger commented Jun 2, 2016

  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • We don't run debug-mozjs tests

Runtime::new() will call JS_Init a second time, leading to an assertion.


This change is Reviewable

Runtime::new() will call JS_Init a second time, leading to an assertion.
@highfive
Copy link

highfive commented Jun 2, 2016

Heads up! This PR modifies the following files:

@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Jun 2, 2016
@highfive
Copy link

highfive commented Jun 2, 2016

warning Warning warning

  • These commits modify script code, but no tests are modified. Please consider adding a test!

@nox
Copy link
Contributor

nox commented Jun 2, 2016

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit 1da1b62 has been approved by nox

@highfive highfive assigned nox and unassigned jdm Jun 2, 2016
@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels Jun 2, 2016
@bors-servo
Copy link
Contributor

⌛ Testing commit 1da1b62 with merge d191a47...

bors-servo pushed a commit that referenced this pull request Jun 2, 2016
Remove spurious JS_Init call.

- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] We don't run debug-mozjs tests

Runtime::new() will call JS_Init a second time, leading to an assertion.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11553)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

☀️ Test successful - android, arm32, arm64, linux-dev, linux-rel, mac-dev-unit, mac-rel-css, mac-rel-wpt, windows

@bors-servo bors-servo merged commit 1da1b62 into servo:master Jun 2, 2016
@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Jun 2, 2016
@Ms2ger Ms2ger deleted the init branch June 5, 2016 09:29
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.

5 participants