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

chore: Remove salsa dependency from proc-macro server again #19457

Merged
merged 1 commit into from
Mar 27, 2025

Conversation

Veykril
Copy link
Member

@Veykril Veykril commented Mar 26, 2025

No description provided.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 26, 2025
Comment on lines 73 to 77
- run: |
if cargo tree -p proc-macro-srv-cli | grep -q 'salsa'; then
echo "The proc-macro server may not depend on salsa"
exit 1
fi
Copy link
Member Author

Choose a reason for hiding this comment

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

can this be done more concisely?

Copy link
Member

Choose a reason for hiding this comment

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

! (cargo tree -p proc-macro-srv-cli | grep -q salsa) maybe?

@Veykril Veykril force-pushed the push-xpmluxlzprpy branch 2 times, most recently from 3a681d2 to a1c3895 Compare March 26, 2025 18:46
@Veykril Veykril force-pushed the push-xpmluxlzprpy branch 2 times, most recently from b23d99a to 9a5a513 Compare March 27, 2025 06:24
@Veykril Veykril force-pushed the push-xpmluxlzprpy branch from 9a5a513 to 7b9e091 Compare March 27, 2025 06:28
@Veykril Veykril added this pull request to the merge queue Mar 27, 2025
Merged via the queue into rust-lang:master with commit d6b9261 Mar 27, 2025
10 checks passed
@Veykril Veykril deleted the push-xpmluxlzprpy branch March 27, 2025 07:45
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.

4 participants