-
Notifications
You must be signed in to change notification settings - Fork 94
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
Modernise 'cylc dump -t' print format. #6440
Conversation
31a52b9
to
a3632f4
Compare
I think this is fine (especially as you've added a legacy format option). If we're preserving the old format long-term we might want to call it |
a3632f4
to
bb0ac14
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.. We adding a legacy format to avoid changing all the tests?
I guess someone might like it (or use it) 😆
Not so much adding it, but keeping it just in case anyone is relying on it. (Not trying to avoid changing the tests, honest!) |
I don't know how the patch coverage has been calculated? I wouldn't have thought there would be many indirect losses from this change... |
To turn those yellow lines green we need a test that makes the |
At first glance I thought it was odd because those |
bfac49a
to
68cc546
Compare
Patch coverage now 100% 🎉 |
This has been annoying me forever.
Master 🤮:
This branch:
QUESTION: is it OK to make the new format the default?
(As I have done, with
-l/--legacy
to generate the old format)Check List
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
(andconda-environment.yml
if present).?.?.x
branch.