Skip to content

Conversation

@sbillig
Copy link
Collaborator

@sbillig sbillig commented Feb 20, 2025

Bumping the salsa revision again to pick up the latest breaking changes

  • "coarse" tracked structs (struct fields aren't tracked as independent entities by default)
  • tracked fn return types must impl salsa::Update trait
  • derive(salsa::Supertype) allows us to avoid using salsa::interned wrapper structs around enums-of-salsa-ids (eg AdtRefId)

@sbillig sbillig marked this pull request as ready for review February 26, 2025 02:43
@sbillig sbillig requested a review from g-r-a-n-t February 26, 2025 02:44
@sbillig
Copy link
Collaborator Author

sbillig commented Feb 26, 2025

This has been updated to the latest salsa master, and is ready to merge.

Note that I had to replace IndexMap with OrderMap (because the latter implements the Hash trait), which is a light wrapper around IndexMap that changes some behavior to guarantee that the order remains consistent.

@g-r-a-n-t g-r-a-n-t merged commit 1c40071 into argotorg:master Feb 26, 2025
6 checks passed
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