-
Notifications
You must be signed in to change notification settings - Fork 56
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
uint64 #89
Comments
Do you have an example for me to use during debugging/testing? |
will isolate the case |
This fails //go:generate go-enum -f=$GOFILE --ptr --marshal --nocamel --noprefix --prefix Enum64bit_ enum64bit.go
resulting only in enum64bit_enum.go
On go 1.18 ubuntu 21.04 |
This of course works
But also fails when you add the E2P31 for 2^31 These are constants actually representing a bitset, for which we're using go-enum, because it's so convenient |
Hello,
it appears v0.311 silently fails and generates no output at all with
type uint64
constant values > maxint32
The text was updated successfully, but these errors were encountered: