matteoolivi

Results 10 comments of matteoolivi

If there's consensus from the project maintainers me and @pleic would like to open a PR to add this, since we have code that needs it. If there's not immediate...

PR opened: https://github.com/kubernetes-sigs/controller-runtime/pull/2025

> Maybe it makes sense to provide a detailed guide on usage patterns in combination with other tools. That'd be great. > E.g. We were using the plugin with [ArgoCD](https://argo-cd.readthedocs.io/en/stable/getting_started/)....

IMO "Optimize" is too optimistic, it implies that performance improved. There could be changes that led to performance regressions, and should also be listed. Although I see that if a...

> @matteoolivi I think the changelog is about summarizing change intent, not results. > > Many changes could result in performance improvements or regressions, but that isn't their intent, so...

I have the exact same use case: diffing K8s API objects and not wanting symmetry. Moreover, I'd like to specify this rule in a generic way, because the objects can...

> The symmetric nature of cmp.Equal is a property I don't think we should give up @dsnet I see that a non-symmetric equal would be confusing. OTOH, it might make...

Hi @fg-j , thanks for the prompt answer, and sorry for my belated reply. Thanks for the pointer, I wasn't aware that the semantics of the version in `go.mod` is...

@ryanmoran what about making the semantics I described a configuration option? i.e. keep the existing behavior, but allow providing a special value for the go version to use that loyally...

Thanks a lot for being open to consider this. Yes, what you proposed would work. An alternative would be to use a special value for the `BP_GO_VERSION` variable, such as...