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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

JamesWrigley
Copy link

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.

Base.catch_stack() was deprecated in 1.7.
In v1.9, Base.cumulative_compile_time_ns() was changed to return a tuple of
`(compile_time, recompile_time)`. We now use the sum of the two to show the
total compilation time.
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.
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.

None yet

1 participant