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

Support yaml 1.2 files #15

Open
domna opened this issue Jan 9, 2024 · 1 comment
Open

Support yaml 1.2 files #15

domna opened this issue Jan 9, 2024 · 1 comment

Comments

@domna
Copy link
Collaborator

domna commented Jan 9, 2024

We currently use pyyaml, which only supports yaml 1.1 and it's in question if and when yaml 1.2 support will come, see yaml/pyyaml#116.

Using yaml 1.1 is problematic and unintuitive in some cases, e.g., yes and no get converted to boolean which can be problematic for some cases, see #12 (review) for an example.

We should see if there are better drop-in replacements for pyyaml which support yaml 1.2, too.

@domna
Copy link
Collaborator Author

domna commented Jan 9, 2024

Switchting to https://pypi.org/project/ruamel.yaml/ could be a solution

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

No branches or pull requests

1 participant