Skip to content

[Merged by Bors] - Added config::merge::chainable_merge() #397

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

Closed
wants to merge 4 commits into from

Conversation

razvan
Copy link
Member

@razvan razvan commented May 6, 2022

No description provided.

@razvan razvan requested a review from a team May 6, 2022 12:36
Copy link
Member

@nightkr nightkr left a comment

Choose a reason for hiding this comment

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

Did you upload your branch where you use this in the operator?

@@ -391,4 +418,24 @@ mod tests {
BTreeMap::from([("a", Acc(4)), ("b", Acc(2)), ("c", Acc(5))])
);
}

#[test]
fn test_chainable_merge() {
Copy link
Member

Choose a reason for hiding this comment

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

No need to keep the same test case as both a regular unit test and a doctest

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

@maltesander maltesander left a comment

Choose a reason for hiding this comment

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

LGTM.

@razvan
Copy link
Member Author

razvan commented May 10, 2022

bors merge

bors bot pushed a commit that referenced this pull request May 10, 2022
@bors
Copy link
Contributor

bors bot commented May 10, 2022

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Added config::merge::chainable_merge() [Merged by Bors] - Added config::merge::chainable_merge() May 10, 2022
@bors bors bot closed this May 10, 2022
@bors bors bot deleted the feat/composable-merge branch May 10, 2022 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants