Skip to content

Conversation

mdbooth
Copy link
Contributor

@mdbooth mdbooth commented Jul 31, 2023

These both have a type of pointer to slice, which is:

  • Redundant in Go
  • Is marshalled identically in the CRD to a slice with no pointer

To verify the latter, note that there are no changes to the CRD despite the type change.

Also note that the values are unused.

The reason for fixing these types is that Semantic.DeepEqual can't compare them correctly so they break the fuzzer tests.

/hold

These both have a type of pointer to slice, which is:
* Redundant in Go
* Is marshalled identically in the CRD

To verify the latter, note that there are no changes to the CRD despite
the type change.

Also note that the values are unused.

The reason for fixing these types is that Semantic.DeepEqual can't
compare them correctly so they break the fuzzer tests.
@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 31, 2023
@netlify
Copy link

netlify bot commented Jul 31, 2023

Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!

Name Link
🔨 Latest commit d600384
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-cluster-api-openstack/deploys/64c7d366c69cf80007bb632f
😎 Deploy Preview https://deploy-preview-1625--kubernetes-sigs-cluster-api-openstack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mdbooth

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot requested review from dulek and jichenjc July 31, 2023 15:29
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jul 31, 2023
@dulek
Copy link
Contributor

dulek commented Jul 31, 2023

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 31, 2023
@JoelSpeed
Copy link

/lgtm

@mdbooth
Copy link
Contributor Author

mdbooth commented Jul 31, 2023

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 31, 2023
@jichenjc
Copy link
Contributor

jichenjc commented Aug 1, 2023

um.. why the PR hold for CLA ? guess something wrong with github pipeline check now?
I can force merge if problem still exist

@jichenjc
Copy link
Contributor

jichenjc commented Aug 1, 2023

/easycla

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 1, 2023
@k8s-ci-robot k8s-ci-robot merged commit d6ffef3 into kubernetes-sigs:main Aug 1, 2023
@mdbooth mdbooth deleted the slicepointer branch August 1, 2023 08:34
@mdbooth
Copy link
Contributor Author

mdbooth commented Aug 1, 2023

um.. why the PR hold for CLA ? guess something wrong with github pipeline check now? I can force merge if problem still exist

I noticed this too and asked about it in Slack: https://kubernetes.slack.com/archives/C1TU9EB9S/p1690819437052009

TL;DR probably a blip, fixed in exactly the way you fixed it 😀 Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants