Skip to content
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

Fix large literals type inference on 32 bits #293

Merged
merged 1 commit into from Aug 22, 2022

Commits on Jun 7, 2022

  1. Fix large literals type inference on 32 bits

    Some tests are failing because some large literal integers are meant to
    be stored on 64 bits, but are stored on 32 on 32 bits architectures.
    This causes the value to overflow.
    
    This commit fixes this issue by using explicit int64 typing.
    
    Signed-off-by: Julien Rische <jrische@redhat.com>
    jrisc committed Jun 7, 2022
    Copy the full SHA
    66e8faa View commit details
    Browse the repository at this point in the history