-
Notifications
You must be signed in to change notification settings - Fork 45
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
generator: int & int64 & uint - not supported ? #180
Comments
Open
3 tasks
Can you share a repro of the struct that fails? |
What's also curious is that
looking more into it - I believe the issue is only showing up when struct fields start with capital letter (and have int or int64 or uint type):
|
I was able to reproduce it. There are two issues:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to use generator and encounter the following error(s):
int
int64
uint
It seems
uint64
works fine, is there a reason those 3 can't bessz
-encoded ?The text was updated successfully, but these errors were encountered: