We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should a tuple-like immuntable sequence be added to the ASDF standard?
See:
The text was updated successfully, but these errors were encountered:
To provide a few points for discussion.
If we see ASDF as fancy yaml, it appears that the default behavior for pyyaml and ruyaml is to convert tuples to lists (using their 'SafeDumper's).
Are there other common python yaml libraries?
FWIW: json also converts tuples to lists
Is there any concept of mutability in YAML?
We are aware of IDL ASDF support. Does IDL have an immutable sequence type (perhaps STRUCTURE?)?
Sorry, something went wrong.
No branches or pull requests
Should a tuple-like immuntable sequence be added to the ASDF standard?
See:
The text was updated successfully, but these errors were encountered: