-
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
Allow pre configure plugin to access compat mode info in cylc install. #5582
Merged
MetRonnie
merged 3 commits into
cylc:8.1.x
from
wxtim:fix.make_compat_mode_info_available_before_pre_config_plugins
Jun 15, 2023
Merged
Allow pre configure plugin to access compat mode info in cylc install. #5582
MetRonnie
merged 3 commits into
cylc:8.1.x
from
wxtim:fix.make_compat_mode_info_available_before_pre_config_plugins
Jun 15, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wxtim
force-pushed
the
fix.make_compat_mode_info_available_before_pre_config_plugins
branch
from
June 13, 2023 12:42
979999b
to
a813c05
Compare
Show "real" args used by Cylc Play in VIP
wxtim
force-pushed
the
fix.make_compat_mode_info_available_before_pre_config_plugins
branch
from
June 13, 2023 12:44
a813c05
to
040e0f4
Compare
wxtim
commented
Jun 13, 2023
@@ -111,5 113,5 @@ def main(parser: COP, options: 'Values', workflow_id: Optional[str] = None): | |||
) | |||
|
|||
set_timestamps(LOG, options.log_timestamp) | |||
log_subcommand('play', workflow_id) | |||
log_subcommand(*sys.argv[1:]) |
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.
Technically off-topic, but it's a very small enhancement.
8 tasks
oliver-sanders
approved these changes
Jun 14, 2023
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-rose#231, all good.
MetRonnie
reviewed
Jun 14, 2023
Co-authored-by: Ronnie Dutta <61982285 [email protected]>
Co-authored-by: Ronnie Dutta <61982285 [email protected]>
MetRonnie
approved these changes
Jun 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(Show "real" args used by Cylc Play in VIP)
Part fixes a bug spotted by a user and not documented as a separate ticket: Cylc install behaviour was inconsistent between
cylc install
andcylc vip
in the example described in cylc/cylc-rose#230 becausecylc install
did not set thecylc7_compat_mode
until after the pre_configure plugin ran.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.