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

Fix typos #613

Merged
merged 1 commit into from
Dec 22, 2024
Merged

Fix typos #613

merged 1 commit into from
Dec 22, 2024

Conversation

jayvdb
Copy link
Contributor

@jayvdb jayvdb commented Dec 11, 2024

No description provided.

@Enet4 Enet4 added A-lib Area: library A-tool Area: tooling C-object Crate: dicom-object C-storescp Crate: dicom-storescp labels Dec 12, 2024
@@ -103,7 +103,7 @@ impl<D, T> OpenFileOptions<D, T> {
}

/// Set the transfer syntax index to use when reading the file.
pub fn tranfer_syntax_index<Tr>(self, ts_index: Tr) -> OpenFileOptions<D, Tr>
pub fn transfer_syntax_index<Tr>(self, ts_index: Tr) -> OpenFileOptions<D, Tr>
Copy link
Owner

Choose a reason for hiding this comment

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

Changing the name of this public function would be a breaking change now. We can 1) postpone this change until the time we aim for 0.9, or 2) re-add tranfer_syntax_index as a deprecated function which calls transfer_syntax_index underneath.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will re-add as deprecated. I should have thought of that!

object/src/file.rs Outdated Show resolved Hide resolved
Copy link
Owner

@Enet4 Enet4 left a comment

Choose a reason for hiding this comment

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

👍 Thanks.

@Enet4 Enet4 merged commit 4787c42 into Enet4:master Dec 22, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lib Area: library A-tool Area: tooling C-object Crate: dicom-object C-storescp Crate: dicom-storescp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants