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
We don't actually use const i64 internally (the only instance of it I can find is here which obviously doesn't hit this bug). This looks pretty clearly broken though, so feel free to submit a pull request if you have a fix. Otherwise I will see if someone here has time to take a look next week.
I have
in my Thrift and get the following when I compile:
It seems like just having Spindle output
10000000000L
instead of10000000000
would fix the problem.The text was updated successfully, but these errors were encountered: