-
Notifications
You must be signed in to change notification settings - Fork 11
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
Suggested change to warning text re integers starting with a zero #255
Conversation
… found in the cylc workflow definition.
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 to me, one tweak to the wording suggested. (However, I'm not a fully-fledged Rose developer).
' Rose will extend support until a future version.' | ||
'\nPlease amend your Rose configuration files e.g:' | ||
'\nPlease amend your Rose configuration files, | ||
' which currently contain:' |
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.
👍
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.
You need to terminate your strings - I've given you some suggestions - this is my only objection, if the tests build I'm happy for @MetRonnie to whack merge without further review from me.
Co-authored-by: Tim Pillinger <[email protected]>
MetRonnie or MetOllie? |
Either will Do |
…lc#255) * Suggested change to warning text when integers with leading zeros are found in the cylc workflow definition. * Apply suggestions from code review Co-authored-by: Tim Pillinger <[email protected]> --------- Co-authored-by: Oliver Sanders <[email protected]> Co-authored-by: Tim Pillinger <[email protected]>
…lc#255) * Suggested change to warning text when integers with leading zeros are found in the cylc workflow definition. * Apply suggestions from code review Co-authored-by: Tim Pillinger <[email protected]> --------- Co-authored-by: Oliver Sanders <[email protected]> Co-authored-by: Tim Pillinger <[email protected]>
Suggested change to warning text when integers with leading zeros are encountered.
This PR addresses issue #254
Tests not needed because only warning text is changed.
Check List
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
(andconda-environment.yml
if present).CHANGES.md
entry included if this is a change that can affect users?.?.x
branch.