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 to SpiderMonkey 67 #465

Merged
merged 3 commits into from Jun 26, 2019
Merged

Upgrade to SpiderMonkey 67 #465

merged 3 commits into from Jun 26, 2019

Conversation

@jdm
Copy link
Member

jdm commented Jun 17, 2019

Depends on servo/mozjs#186.


This change is Reviewable

Copy link
Member

asajeffrey left a comment

Mostly this looks good, the functions which MOZ_ASSERT aren't lovely, not that I have any better ideas.

}

virtual void runJobs(JSContext* cx) {
MOZ_ASSERT("runJobs should not be invoked");

This comment has been minimized.

@asajeffrey

asajeffrey Jun 21, 2019

Member

Hmm, this is a bit annoying, I can imagine it being triggered in future versions of SM/Servo.

private:
virtual js::UniquePtr<SavedJobQueue> saveJobQueue(JSContext* cx) {
MOZ_ASSERT("saveJobQueue should not be invoked");
return nullptr;

This comment has been minimized.

@jdm jdm force-pushed the jdm:smup67 branch 2 times, most recently from 8deb99d to 7ee9ecf Jun 26, 2019
@jdm jdm force-pushed the jdm:smup67 branch from 7ee9ecf to 68a83c3 Jun 26, 2019
@jdm
Copy link
Member Author

jdm commented Jun 26, 2019

@bors-servo r=asajeffrey

@bors-servo
Copy link
Contributor

bors-servo commented Jun 26, 2019

📌 Commit 68a83c3 has been approved by asajeffrey

@bors-servo
Copy link
Contributor

bors-servo commented Jun 26, 2019

Testing commit 68a83c3 with merge 124e524...

bors-servo added a commit that referenced this pull request Jun 26, 2019
Upgrade to SpiderMonkey 67

Depends on servo/mozjs#186.

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

bors-servo commented Jun 26, 2019

💔 Test failed - checks-travis

@jdm
Copy link
Member Author

jdm commented Jun 26, 2019

Retrying the single failed job.

@bors-servo
Copy link
Contributor

bors-servo commented Jun 26, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: asajeffrey
Pushing 124e524 to master...

@bors-servo bors-servo merged commit 68a83c3 into servo:master Jun 26, 2019
3 checks passed
3 checks passed
Travis CI - Pull Request Build Passed
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.