You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just finished running some golang tests after the autogeneration, I found one function where int8_t is getting turned into a byte instead of int8. How do you specify in the yml to make int8_t to int8, I read the docs but I couldn't understand how to do it. Or is this another custom header type of issue?
Just finished running some golang tests after the autogeneration, I found one function where int8_t is getting turned into a byte instead of int8. How do you specify in the yml to make int8_t to int8, I read the docs but I couldn't understand how to do it. Or is this another custom header type of issue?
Here if I change byte to int8 on GetInt8 return, and SetInt8 val, then the tests pass.
The text was updated successfully, but these errors were encountered: