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

Remove unneeded PartialEq impls for Tag #389

Merged
merged 2 commits into from
Jul 10, 2023
Merged

Remove unneeded PartialEq impls for Tag #389

merged 2 commits into from
Jul 10, 2023

Conversation

Enet4
Copy link
Owner

@Enet4 Enet4 commented Jul 10, 2023

  • Removed From<(u16, u16)> and From<[u16; 2]>. They weren't that useful and could bring ambiguities. Prefer converting to a tag first.

Also some minor improvements:

  • Add test for Tag order impl
  • Tweak documentation of Tag

-  `From<(u16, u16)>` and `From<[u16; 2]>`
- They weren't that useful and could bring ambiguities.
  Prefer converting to a tag first.
- Add test for Tag order impl
- Tweak documentation of Tag
@Enet4 Enet4 added breaking change Hint that this may require a major version bump on release A-lib Area: library C-core Crate: dicom-core labels Jul 10, 2023
@Enet4 Enet4 merged commit bbc5ed9 into master Jul 10, 2023
@Enet4 Enet4 deleted the change/core/tag-eq branch July 10, 2023 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lib Area: library breaking change Hint that this may require a major version bump on release C-core Crate: dicom-core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant