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

Update h5dump's --lformat option to set the format for long double _Complex numbers #5056

Open
jhendersonHDF opened this issue Oct 31, 2024 · 0 comments
Assignees
Labels
Component - Tools Command-line tools like h5dump, includes high-level tools Priority - 3. Low 🔽 Code cleanup, small feature change requests, etc. Type - Improvement Improvements that don't add a new feature or functionality
Milestone

Comments

@jhendersonHDF
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
h5dump currently has no method for specifying the printing format for long double _Complex data, unless the size of long double _Complex matches the size of double _Complex (mostly on Windows).

Describe the solution you'd like
h5dump was recently updated in #5025 with a new --lformat command-line option to specify the printing format for long double data. In #4630, h5dump was updated so that its --format option specifies the printing format for float _Complex and double _Complex data, as well as long double _Complex if it's the same size as double _Complex. h5dump's new --lformat should be updated to cover setting the printing format for long double _Complex data in the case where sizeof(long double _Complex) != sizeof(double _Complex).

@jhendersonHDF jhendersonHDF self-assigned this Oct 31, 2024
@jhendersonHDF jhendersonHDF added Priority - 3. Low 🔽 Code cleanup, small feature change requests, etc. Component - Tools Command-line tools like h5dump, includes high-level tools Type - Improvement Improvements that don't add a new feature or functionality labels Oct 31, 2024
@derobins derobins added this to the 2.0.0 milestone Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Tools Command-line tools like h5dump, includes high-level tools Priority - 3. Low 🔽 Code cleanup, small feature change requests, etc. Type - Improvement Improvements that don't add a new feature or functionality
Projects
None yet
Development

No branches or pull requests

2 participants