Skip to content

Comments

feat: Derive Eq, PartialEq where possible#865

Draft
appellation wants to merge 2 commits intoarlyon:masterfrom
appellation:will/derive-eq
Draft

feat: Derive Eq, PartialEq where possible#865
appellation wants to merge 2 commits intoarlyon:masterfrom
appellation:will/derive-eq

Conversation

@appellation
Copy link

Summary

Fixes #727

This diff is unfortunately very unwieldy since quite a few structs now implement Eq and PartialEq. The best way to review this is by looking at the first commit only. (Side note, would it be reasonable to mark Rust files in generated/ as generated files so that GitHub hides their diffs by default?)

Checklist

@vercel
Copy link

vercel bot commented Feb 17, 2026

@appellation is attempting to deploy a commit to the arlyon Team on Vercel.

A member of the Team first needs to authorize it.

@arlyon
Copy link
Owner

arlyon commented Feb 18, 2026

Great idea, I have added the appropriate linguist directives. Learned something new about GH today. CI approved, TY!

You may need to rebase to have them applied to your diff.

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.

CustomUnitAmount doesn't derive Eq, PartialEq

2 participants