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

Allow dynamic linking on ios. #95847

Closed
wants to merge 1 commit into from
Closed

Conversation

dvc94ch
Copy link
Contributor

@dvc94ch dvc94ch commented Apr 9, 2022

dynamic linking is supported on ios. this was enabled previously but then reverted due to backwards compatibility concerns. now that cargo rustc has a --crate-type flag these concerns aren't warrented any more, with new evidence presented in [0]. Given this new evidence I'm reenabling dynamic linking on ios.

@rustbot rustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Apr 9, 2022
@rust-highfive
Copy link
Collaborator

r? @Mark-Simulacrum

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive
Copy link
Collaborator

⚠️ Warning ⚠️

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 9, 2022
@bjorn3 bjorn3 added the O-ios Operating system: iOS label Apr 9, 2022
@Mark-Simulacrum
Copy link
Member

r? @wesleywiser since it sounds like you've dug into this in the past and maybe can more quickly page back into cache

@wesleywiser wesleywiser added the I-compiler-nominated Nominated for discussion during a compiler team meeting. label Apr 12, 2022
@wesleywiser
Copy link
Member

Nominating for discussion in this week's compiler team meeting.

@wesleywiser
Copy link
Member

We discussed this at today's compiler team meeting and the general consensus was that we felt this will need to go through the Major Change Proposal process. One thing in particular to highlight in the proposal is what the anticipated changes will need to be on downstream crates to resolve the breakage that occurred last time we changed this.

@apiraino apiraino removed the I-compiler-nominated Nominated for discussion during a compiler team meeting. label Apr 20, 2022
@wesleywiser wesleywiser added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 23, 2022
@dvc94ch
Copy link
Contributor Author

dvc94ch commented Apr 29, 2022

sorry, have way to much stuff to do at the moment. will close it for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-ios Operating system: iOS S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants