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 attributes.nim #72

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Update attributes.nim #72

merged 1 commit into from
Mar 11, 2024

Conversation

arkanoid87
Copy link
Contributor

move contains declaration before let attr_exists = name in h5attr because declaration order matters when calling h5f.attrs["foo", T] from inside a generic procedure

move `contains` declaration before `let attr_exists = name in h5attr` because declaration order matters when calling ` h5f.attrs["foo", T]` from inside a generic procedure
@Vindaar
Copy link
Owner

Vindaar commented Mar 11, 2024

Thanks!

The next release (later today) includes a refactor of the attributes data writing. Part of that is support for more complex attribute types. Just mentioning it, because maybe you stumbled over certain types not being supported as attributes.

@Vindaar Vindaar merged commit 05b422d into Vindaar:master Mar 11, 2024
3 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