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

feat: Spawn a proc-macro-srv instance per workspace #12856

Merged
merged 2 commits into from
Jul 25, 2022

Conversation

Veykril
Copy link
Member

@Veykril Veykril commented Jul 23, 2022

cc #12855

The idea is to have each server be spawned with the appropriate toolchain, that way workspaces with differing toolchains shouldn't suffer from proc-macro abi mismatches.

@Veykril Veykril marked this pull request as ready for review July 24, 2022 09:56
@Veykril
Copy link
Member Author

Veykril commented Jul 24, 2022

This should also have the benefit that if one server dies, proc-macros keep working in the other workspaces. Will merge this after monday's release to see if this causes problems, I don't think it should.

@Veykril
Copy link
Member Author

Veykril commented Jul 25, 2022

@bors r+

@bors
Copy link
Contributor

bors commented Jul 25, 2022

📌 Commit 50b27e5 has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Jul 25, 2022

⌛ Testing commit 50b27e5 with merge ac86b8e...

@bors
Copy link
Contributor

bors commented Jul 25, 2022

☀️ Test successful - checks-actions
Approved by: Veykril
Pushing ac86b8e to master...

@bors bors merged commit ac86b8e into rust-lang:master Jul 25, 2022
@Veykril Veykril deleted the multi-proc-srv branch October 28, 2022 18:52
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.

2 participants