Skip to content

Add Eq and PartialEq to UnresolvedPackageGroup and its dependencies#2458

Merged
dicej merged 1 commit intobytecodealliance:mainfrom
PhoebeSzmucer:UnresolvedPackageGroup-Eq
Mar 9, 2026
Merged

Add Eq and PartialEq to UnresolvedPackageGroup and its dependencies#2458
dicej merged 1 commit intobytecodealliance:mainfrom
PhoebeSzmucer:UnresolvedPackageGroup-Eq

Conversation

@PhoebeSzmucer
Copy link
Contributor

UnresolvedPackageGroup and the types it transitively contains are plain data types, but some of them don't derive Eq and PartialEq. This makes it unnecessarily difficult to consume them in downstream crates that need to compare or cache the results.

This PR adds Eq and PartialEq to these structs.

@PhoebeSzmucer PhoebeSzmucer requested a review from a team as a code owner March 8, 2026 18:37
@PhoebeSzmucer PhoebeSzmucer requested review from dicej and removed request for a team March 8, 2026 18:37
Copy link
Collaborator

@dicej dicej left a comment

Choose a reason for hiding this comment

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

Thanks!

@dicej dicej added this pull request to the merge queue Mar 9, 2026
Merged via the queue into bytecodealliance:main with commit b646b64 Mar 9, 2026
36 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