Open jth-0 opened 8 months ago
Awesome thanks so much :pray:
Is there a fork of this repo that is still actively developed?
I made my own fork with the above changes if anybody wants to use it: https://github.com/PotatoesFall/enumer
(I make no guarantees to keep this up until the end of time)
Is there a fork of this repo that is still actively developed?
I made my own fork with the above changes if anybody wants to use it: https://github.com/PotatoesFall/enumer
(I make no guarantees to keep this up until the end of time)
Thanks for the fork but I think I cannot get it:
> go get github.com/PotatoesFall/enumer
go: github.com/PotatoesFall/enumer@upgrade (v0.0.0-20240903120707-485752ab2f44) requires github.com/PotatoesFall/enumer@v0.0.0-20240903120707-485752ab2f44: parsing go.mod:
module declares its path as: github.com/alvaroloes/enumer
but was required as: github.com/PotatoesFall/enumer
Thanks for the fork but I think I cannot get it:
The command is go install github.com/PotatoesFall/enumer@latest
. But I also fixed the go.mod line to fix the error you got :)
the x/tools package used by enumer causes it to generate the following error when it is built with go 1.22.0 on Mac OSX silicon.
As you can see these errors come from x/tools not enumer
the workaround
per https://github.com/temporalio/sdk-go/issues/1382 we need to update x/tools in go mod to a later version
I edited enumer/go.mod to