Skip to content

remove clone subtree from ide-ssr#22485

Open
Shourya742 wants to merge 1 commit into
rust-lang:masterfrom
Shourya742:2026-05-29-remove-clone-subtree-from-ide-ssr
Open

remove clone subtree from ide-ssr#22485
Shourya742 wants to merge 1 commit into
rust-lang:masterfrom
Shourya742:2026-05-29-remove-clone-subtree-from-ide-ssr

Conversation

@Shourya742
Copy link
Copy Markdown
Member

part of #15710 and #18285

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 29, 2026
@Shourya742
Copy link
Copy Markdown
Member Author

For some reason, I don’t like how we handle template replacement in SSR. We could have done this cleanly using just make. The only reason we construct a string and then parse it back is because make cannot work directly with a string. All of this should instead be built from AST bits and pieces rather than relying on string-parsing shenanigans.

@Shourya742 Shourya742 force-pushed the 2026-05-29-remove-clone-subtree-from-ide-ssr branch from dd87932 to 4f0c28a Compare May 29, 2026 06:56
@Shourya742 Shourya742 force-pushed the 2026-05-29-remove-clone-subtree-from-ide-ssr branch from 4f0c28a to 0dfc9a4 Compare June 1, 2026 07:27
@Shourya742 Shourya742 force-pushed the 2026-05-29-remove-clone-subtree-from-ide-ssr branch from 0dfc9a4 to 48b851f Compare June 1, 2026 07:35
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented Jun 1, 2026

This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed.

Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.

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.

2 participants