-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Change SCC int/int64 types #6850
Comments
need to make sure that the strategies that have options of int64 datatype are being squashed in conversion. I don't think there are any ints left |
@php-coder can you do a quick sweep to make sure that all strategies use int64 now? (they should, just need confirmation) |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
Because of issues with int overflow, upstream has changed int->int32, and squashed int64 to int32 in conversion. SCC types need to be updated to match this.
The text was updated successfully, but these errors were encountered: