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

Continue refactoring MIR drop generation #64225

Closed

Conversation

matthewjasper
Copy link
Contributor

Split out from #61430

@rust-highfive
Copy link
Collaborator

r? @zackmdavis

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 6, 2019
@bors
Copy link
Contributor

bors commented Sep 13, 2019

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

The logic for finding the correct unwind scopes is going to become more
complicated, so we want to limit the amount of code that can directly
access the fields of `Scope`.
Passing around a separate type is unnecessary and error-prone.
@bors
Copy link
Contributor

bors commented Sep 20, 2019

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

@JohnCSimon
Copy link
Member

Ping from triage
@matthewjasper Can you please address the merge conflict?
@zackmdavis Can you please review this PR?

Thank you!

@matthewjasper
Copy link
Contributor Author

I've moved some of the smaller changes back into #61430, and abandoned the rest, since they weren't necessary and were quite complicated.

@matthewjasper matthewjasper deleted the more-drop-refactor branch September 29, 2019 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants