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

force YAML 1.1 syntax when dumping yaml files with ruamel #4295

Closed
wants to merge 1 commit into from

Conversation

dtrifiro
Copy link
Contributor

workaround for #4281

Copy link
Member

@skshetry skshetry left a comment

Choose a reason for hiding this comment

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

Sorry @dtrifiro for taking it so long. PR looks good, that might be enough, but looks like some tests are failing.
Let me see and get back to you on this. And, thanks for the PR and bug report. 👍

@skshetry
Copy link
Member

skshetry commented Aug 6, 2020

Tests are failing because this workaround adds "% YAML 1.1` which is a yaml version directive to the start of the YAML files.

We need to find some way to avoid this (but still dump in 1.1 version).

@skshetry
Copy link
Member

skshetry commented Aug 7, 2020

just did a simple benchmarking for ruamel. It's twice as slow as pyyaml for example-get-started's dvc.yaml load.

@dtrifiro
Copy link
Contributor Author

Development moved to #4380

@dtrifiro dtrifiro closed this Aug 14, 2020
@dtrifiro dtrifiro deleted the fix-lockfile-dumper branch January 10, 2022 14:31
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