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

Add parsing of version 0 configuration #50

Closed
mattldawson opened this issue Jan 13, 2025 · 0 comments · Fixed by #54
Closed

Add parsing of version 0 configuration #50

mattldawson opened this issue Jan 13, 2025 · 0 comments · Fixed by #54
Labels
enhancement New feature or request

Comments

@mattldawson
Copy link
Contributor

Add to the parser the ability to read the original MICM configuration format.

Acceptance Criteria

  • Mechanism data without a specified version is read as the original MICM format
  • Mechanisms with version 1.x.x are read with the new OpenAtmos format

Ideas

  • Figure out a way to associate parser elements with specific ranges of versions to prepare for future updates to the configuration format.
  • Put structs in a namespace that includes the version number
@mattldawson mattldawson added the enhancement New feature or request label Jan 13, 2025
@K20shores K20shores linked a pull request Jan 30, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant