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

Move code to highlevel.jl #1002

Merged
merged 4 commits into from
Aug 8, 2022
Merged

Conversation

mkitti
Copy link
Member

@mkitti mkitti commented Aug 6, 2022

  • Moves high-level interface and property manipulation to highlevel.jl

@@ -0,0 +1,7 @@
### Property manipulation ###
Copy link
Member

Choose a reason for hiding this comment

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

Can't these live in the highlevel file? I don't think it's helpful to have these in a separate file.

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure, why not?

@mkitti mkitti changed the title Move code to highlevel.jl, properties.jl Move code to highlevel.jl Aug 6, 2022
write(parent, path, val; pv...)
end

### Property manipulation ###
Copy link
Member

Choose a reason for hiding this comment

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

On second thought why not at the end of https://github.com/JuliaIO/HDF5.jl/blob/master/src/properties.jl ? Seems more appropriate especially since that's where the *Properties types are defined?

Copy link
Member Author

Choose a reason for hiding this comment

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

I tried that. It does not work. We would need to move the property types up into types.

Copy link
Member

Choose a reason for hiding this comment

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

ahh

@musm musm merged commit e3252af into JuliaIO:master Aug 8, 2022
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