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 how properties are passed during dataset creation #142

Merged
merged 1 commit into from
Sep 4, 2020

Conversation

jmert
Copy link
Contributor

@jmert jmert commented Sep 1, 2020

JuliaIO/HDF5.jl#631 fixed a method ambiguity that is recognized in Julia v1.3+, but the fix caused the usage here to break. This duplicates the property creation/passing method used in the next m_writearray method.

Note that there are other breaking changes on recent HDF5.jl, which will require a pending PR (JuliaIO/HDF5.jl#655) to add in backwards-compatibility deprecations.

@jmert
Copy link
Contributor Author

jmert commented Sep 1, 2020

I think this is also the fix for the problem mentioned in #141 (comment).

JuliaIO/HDF5.jl#631 fixed a method ambiguity that is recognized in
Julia v1.3+, but the fix caused the usage here to break. This fixes
the situation on HDF5.jl v0.13.4+.
@jmert
Copy link
Contributor Author

jmert commented Sep 2, 2020

A new HDF5.jl v0.13.6 has been tagged which introduces a deprecation for the method that #141 fixes, and this PR is the remaining fix necessary due to an ambiguity fix in HDF5's d_create methods.

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