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
Line 24 in sample_gen.go attempts to force a conversion that throws an error during compilation. And just 2 lines above an else is missing in the generated code.
The text was updated successfully, but these errors were encountered:
I'm having issues where the code being generated is rather error-filled. Missing elses and forced conversions when shimming are the primary issues.
As an example:
https://gist.github.com/ColtonProvias/c5a020bb8ba42942689d114488568354
Line 24 in sample_gen.go attempts to force a conversion that throws an error during compilation. And just 2 lines above an else is missing in the generated code.
The text was updated successfully, but these errors were encountered: