[go-nuts] x/text Missing maintenance

2024-05-08 Thread mr....@gmail.com
I submitted CL to x/text, but no one seems to have any to review it at the moment. I also checked the recent CL for x/text. again, no one is taking care of it. text has a several year old problem that has been resolved by the corresponding CL, but has not been merged. I'd like to support if text

[go-nuts] Bad code contribution experience

2024-01-29 Thread mr....@gmail.com
I want to vent my frustration. The experience of contributing has been unpleasant for me. I have noticed that similar fixes are prioritized and merged faster, while I spent time resolving the issue and reporting it, but it did not receive an effective merge. Although it was during the freeze pe

Re: [go-nuts] Re: Replace reference path

2022-10-31 Thread mr....@gmail.com
ble to access > > > https://github.com/kubernetes/apimachinery/blob/master/pkg/util/diff/diff.go#L57 > > This is his path to realization > 在2022年11月1日星期二 UTC+8 12:41:22 写道: > >> On Mon, Oct 31, 2022 at 8:27 PM mr@gmail.com >> wrote: >> >>> Yes, it is

Re: [go-nuts] Re: Replace reference path

2022-10-31 Thread mr....@gmail.com
gomvpkg tool is >>> meant to solve a more common problem that does happen with some regularity. >>> Namely, changing the paths of packages private to a particular project as >>> that project evolves. Which is why that tool "doesn't get the job d

Re: [go-nuts] Re: Replace reference path

2022-10-31 Thread mr....@gmail.com
ne" for > your situation. > > On Sun, Oct 30, 2022 at 7:22 PM mr@gmail.com wrote: > >> He doesn't get the job done. >> >> 在2022年10月22日星期六 UTC+8 06:20:53 写道: >> >>> try https://pkg.go.dev/golang.org/x/tools/cmd/gomvpkg >>> &g

[go-nuts] Re: Replace reference path

2022-10-30 Thread mr....@gmail.com
He doesn't get the job done. 在2022年10月22日星期六 UTC+8 06:20:53 写道: > try https://pkg.go.dev/golang.org/x/tools/cmd/gomvpkg > > > On Friday, 21 October 2022 at 16:58:57 UTC+1 mr@gmail.com wrote: > >> I'm looking for a tool like this, I've searched google and

[go-nuts] Replace reference path

2022-10-21 Thread mr....@gmail.com
I'm looking for a tool like this, I've searched google and github and can't find one, have you guys used such a tool? I use a method like this in my code k8s.io/apimachinery/pkg/util/diff.ObjectReflectDiff k8s.io/apimachinery/pkg/util/diff is his import path, later I want to switch to another