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 32 bit support #55

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Conversation

JamesWrigley
Copy link
Member

Previously running ReTest.jl on 32 bit machines would fail because the id variable would have type Int32 (because it's initialized with a literal) but the function it was getting passed to (resolve!()) expected a Int64. Also added a 32 bit test to the CI matrix.

This is based on top of #54 so that the CI passes, once that's merged I'll rebase this branch.

Copy link
Member

@oxinabox oxinabox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM as long as #54 is merged first

Previously running ReTest.jl on 32 bit machines would fail because the `id`
variable would have type Int32 (because it's initialized with a literal) but the
function it was getting passed to (`resolve!()`) expected a Int64.

Also added a 32 bit test to the CI matrix.
@JamesWrigley JamesWrigley merged commit ae40377 into JuliaTesting:master Sep 9, 2024
13 checks passed
@JamesWrigley JamesWrigley deleted the 32bit-support branch September 9, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants