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

Add sync module to rustc_data_structures #46709

Merged
merged 1 commit into from
Dec 17, 2017
Merged

Conversation

Zoxc
Copy link
Contributor

@Zoxc Zoxc commented Dec 13, 2017

This PR is split out from #45912, since github apparently can't handle such large PRs.

r? @arielb1

@@ -15,7 +15,7 @@ fmt_macros = { path = "../libfmt_macros" }
graphviz = { path = "../libgraphviz" }
jobserver = "0.1"
log = "0.3"
owning_ref = "0.3.3"
owning_ref = { git = "https://github.com/Zoxc/owning-ref-rs.git" }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the rustc build process shouldn't depend on random git repos - that's just too fragile. We want to keep things building in N years.

@arielb1
Copy link
Contributor

arielb1 commented Dec 13, 2017

r=me if you (temporarily) vendor your version of owning_ref into the rustc repo

@kennytm kennytm added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Dec 13, 2017
@Zoxc
Copy link
Contributor Author

Zoxc commented Dec 14, 2017

I added my owning_ref fork to a rustc_data_structures module.

@bors
Copy link
Contributor

bors commented Dec 14, 2017

☔ The latest upstream changes (presumably #45002) made this pull request unmergeable. Please resolve the merge conflicts.

@arielb1
Copy link
Contributor

arielb1 commented Dec 14, 2017

@bors r+

@bors
Copy link
Contributor

bors commented Dec 14, 2017

📌 Commit a52f7f5 has been approved by arielb1

@bors
Copy link
Contributor

bors commented Dec 15, 2017

☔ The latest upstream changes (presumably #46740) made this pull request unmergeable. Please resolve the merge conflicts.

@Zoxc
Copy link
Contributor Author

Zoxc commented Dec 15, 2017

@bors r=arielb1

@bors
Copy link
Contributor

bors commented Dec 15, 2017

📌 Commit aa8ae60 has been approved by arielb1

@bors
Copy link
Contributor

bors commented Dec 16, 2017

🔒 Merge conflict

@Zoxc
Copy link
Contributor Author

Zoxc commented Dec 16, 2017

@bors r=arielb1

@bors
Copy link
Contributor

bors commented Dec 16, 2017

📌 Commit cce4358 has been approved by arielb1

@bors
Copy link
Contributor

bors commented Dec 16, 2017

⌛ Testing commit cce43587ea99c1bea5d589fb2aabb1f101de4f1b with merge 3e5953b93d6c67645174e6f5bed9374f796b5707...

@bors
Copy link
Contributor

bors commented Dec 16, 2017

💔 Test failed - status-travis

@Zoxc
Copy link
Contributor Author

Zoxc commented Dec 16, 2017

@bors r=arielb1

@bors
Copy link
Contributor

bors commented Dec 16, 2017

📌 Commit 0521aa8 has been approved by arielb1

@kennytm kennytm added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Dec 16, 2017
@bors
Copy link
Contributor

bors commented Dec 16, 2017

⌛ Testing commit 0521aa8518225e1859a2c3a45e803a9a8d957444 with merge 8d41516c6f5c1ad1b6205e2cb7fa26233b352ad3...

@bors
Copy link
Contributor

bors commented Dec 16, 2017

💔 Test failed - status-travis

@Zoxc
Copy link
Contributor Author

Zoxc commented Dec 16, 2017

@bors r=arielb1

@bors
Copy link
Contributor

bors commented Dec 16, 2017

📌 Commit c1e2814 has been approved by arielb1

@bors
Copy link
Contributor

bors commented Dec 16, 2017

⌛ Testing commit c1e2814aceca0c2cc67c03744824cfa538255d77 with merge d7fb84e2fedf2c2f2901e07cdefabe18026ffc42...

@bors
Copy link
Contributor

bors commented Dec 16, 2017

💔 Test failed - status-travis

@kennytm
Copy link
Member

kennytm commented Dec 17, 2017

Please rebase on latest master to pick up the newest toolstate.

(BTW I don't think you need to update Cargo.lock)

@kennytm kennytm added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Dec 17, 2017
@Zoxc
Copy link
Contributor Author

Zoxc commented Dec 17, 2017

@bors r=arielb1

@bors
Copy link
Contributor

bors commented Dec 17, 2017

📌 Commit 970c613 has been approved by arielb1

@bors
Copy link
Contributor

bors commented Dec 17, 2017

⌛ Testing commit 970c613 with merge af57ace...

bors added a commit that referenced this pull request Dec 17, 2017
Add sync module to rustc_data_structures

This PR is split out from #45912, since github apparently can't handle such large PRs.

r? @arielb1
@bors
Copy link
Contributor

bors commented Dec 17, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: arielb1
Pushing af57ace to master...

@bors bors merged commit 970c613 into rust-lang:master Dec 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants