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

[Feature]: Read and write schema language version at top of namespace YAML #1247

Open
rly opened this issue Feb 8, 2025 · 0 comments
Open
Assignees
Labels
category: enhancement improvements of code or code behavior priority: low alternative solution already working and/or relevant to only specific user(s)
Milestone

Comments

@rly
Copy link
Contributor

rly commented Feb 8, 2025

What would you like to see added to HDMF?

In preparation for supporting an update to the hdmf schema language, the language docs says that for the namespace file:

The beginning of the file must begin with a comment that starts with ‘hdmf-schema-language’ followed by a space and the version string of the specification language used by this namespace, e.g., hdmf-schema-language 2.2.0. Files without this comment are assumed to be defined using hdmf-schema-language 2.0.2.

We need to implement that to handle versioning correctly.

What solution would you like?

Write the version when writing spec YAML files. Read and store the version when reading spec YAML files.

Do you have any interest in helping implement the feature?

Yes.

@rly rly added the category: enhancement improvements of code or code behavior label Feb 8, 2025
@rly rly self-assigned this Feb 8, 2025
@rly rly added this to the Future milestone Feb 8, 2025
@rly rly added the priority: low alternative solution already working and/or relevant to only specific user(s) label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: enhancement improvements of code or code behavior priority: low alternative solution already working and/or relevant to only specific user(s)
Projects
None yet
Development

No branches or pull requests

1 participant