Skip to content

Bump salsa #19923

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Bump salsa #19923

wants to merge 1 commit into from

Conversation

Veykril
Copy link
Member

@Veykril Veykril commented Jun 4, 2025

Just a quick experiment, this is using some of the things incorrectly. Mainly concerned with the memory impact of some upstream changes (ID has been changed from u32 to u64 which I believe has big implications)

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 4, 2025
@Veykril Veykril marked this pull request as draft June 4, 2025 11:39
@Veykril
Copy link
Member Author

Veykril commented Jun 4, 2025

Oh ... we can't actually bump this because it would need SyntaxContext to change to a u64 I think which is a breaking change for the proc-macro RPC API

@ChayimFriedman2
Copy link
Contributor

Yeah there is also a problem with placeholders which are u32 but need to be transmuted into salsa::Id.

@Veykril
Copy link
Member Author

Veykril commented Jun 5, 2025

Actual, syntax context isnt really an issue, as we can (and already are) fall back to the TokenId server model.

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.

3 participants