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

Reduce usages of go-cmp/cmp in production code #47290

Merged
merged 5 commits into from
Oct 8, 2024
Merged

Conversation

rosstimothy
Copy link
Contributor

Removes some comparisons using github.com/google/go-cmp/cmp in production code. The library is meant for tests and is liable to panic at any time.

@rosstimothy rosstimothy added backport/branch/v14 no-changelog Indicates that a PR does not require a changelog entry backport/branch/v15 backport/branch/v16 labels Oct 8, 2024
@rosstimothy rosstimothy marked this pull request as ready for review October 8, 2024 14:12
@rosstimothy rosstimothy requested a review from zmb3 October 8, 2024 14:54
@rosstimothy rosstimothy enabled auto-merge October 8, 2024 17:14
@rosstimothy rosstimothy added this pull request to the merge queue Oct 8, 2024
@public-teleport-github-review-bot public-teleport-github-review-bot bot removed the request for review from fspmarshall October 8, 2024 17:22
Merged via the queue into master with commit d78921b Oct 8, 2024
40 checks passed
@rosstimothy rosstimothy deleted the tross/gocmp branch October 8, 2024 17:46
@public-teleport-github-review-bot

@rosstimothy See the table below for backport results.

Branch Result
branch/v14 Failed
branch/v15 Failed
branch/v16 Create PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants