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

Fixes #20017: generic method parameter name must not change between 6.2 and 7.0 #1314

Conversation

peckpeck
Copy link
Member

@peckpeck peckpeck added Trigger test Trigger jenkins build and removed Trigger test Trigger jenkins build labels Sep 28, 2021
@peckpeck
Copy link
Member Author

PR updated with a new commit

scope => "namespace";

methods:
"success" usebundle => _classes_success("${old_class_prefix}");
"success" usebundle => _classes_success("${class_prefix}");

"report" usebundle => _log_v3("Create the condition ${condition}_{true,false} from the existence of variable ${variable_name}", "${condition}", "${old_class_prefix}", "${class_prefix}", @{args});
"report" usebundle => _log_v3("Create the condition ${condition_prefix}_{true,false} from the existence of variable ${variable_name}", "${condition}", "${old_class_prefix}", "${class_prefix}", @{args});
Copy link
Member

Choose a reason for hiding this comment

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

only the first occurence in the line is modified

@peckpeck peckpeck added Trigger test Trigger jenkins build and removed Trigger test Trigger jenkins build labels Sep 29, 2021
@peckpeck
Copy link
Member Author

PR updated with a new commit

@peckpeck peckpeck added Trigger test Trigger jenkins build and removed Trigger test Trigger jenkins build labels Sep 30, 2021
@peckpeck peckpeck force-pushed the bug_20017/generic_method_parameter_name_must_not_change_between_6_2_and_7_0 branch from be45a9e to f987300 Compare September 30, 2021 09:21
@peckpeck peckpeck added Trigger test Trigger jenkins build and removed Trigger test Trigger jenkins build labels Sep 30, 2021
@peckpeck
Copy link
Member Author

PR updated with a new commit

@VinceMacBuche
Copy link
Member

OK, squash merging this PR

@VinceMacBuche VinceMacBuche force-pushed the bug_20017/generic_method_parameter_name_must_not_change_between_6_2_and_7_0 branch from 1fa7463 to 37f72f1 Compare September 30, 2021 10:12
@VinceMacBuche VinceMacBuche merged commit 37f72f1 into Normation:branches/rudder/7.0 Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Trigger test Trigger jenkins build
Projects
None yet
3 participants