-
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
Permitted warnings about root-dir for all versions of Cylc. #231
Permitted warnings about root-dir for all versions of Cylc. #231
Conversation
c3f7646
to
c1859f4
Compare
This is also broken on 1.2.x. https://github.com/cylc/cylc-rose/actions/runs/5266262439 |
for running Cylc installs.
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.
Tested with cylc/cylc-flow#5582, Rose warnings show as expected.
@@ -42,6 +42,8 @@ | |||
ROSE_ORIG_HOST_INSTALLED_OVERRIDE_STRING = ( | |||
' ROSE_ORIG_HOST set by cylc install.' | |||
) | |||
MESSAGE = 'message' |
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.
FYI, if you find yourself coding dictionary keys as constants, then named tuples are likely a better fit.
Merged. |
@wxtim, I made a mistake deconflicting this, with the diff in the comment above this should work. |
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.
I've sorted out the merge issue. Awaiting tests passing
…ow_--defines_no_equal * upstream/1.3.x: make RoseStemVersionException print the correct missing variable (cylc#252) Update tests/unit/test_rose_stem_units.py Allow top level settings in CLI Config (cylc#221) Prevent accidental manual setting of project name with -s= Fix flake8 Bump dev version Add missing dependency on ansimarkup Prepare release 1.3.0 Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 (cylc#236) Permitted warnings about root-dir for all versions of Cylc. (cylc#231) Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 (cylc#235) Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (cylc#228) 1.3.0 (cylc#219)
Pull request closing an issue documented here:
Issue
This issue (#230) describes a rose suite configuration which raises warnings when cylc compatibility mode is turned off. The warning that
root-dir
is no longer valid at Cylc 8 is valid whether or not compatibility mode is turned on and should be shown in either case.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.