Commit d1e21cf
committed
Fix support for 32 bit platforms
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.1 parent 351d0d8 commit d1e21cf
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1485 | 1485 | | |
1486 | 1486 | | |
1487 | 1487 | | |
1488 | | - | |
| 1488 | + | |
1489 | 1489 | | |
1490 | 1490 | | |
1491 | 1491 | | |
| |||
0 commit comments