scheinerman / Permutations.jl

Permutations class for Julia.
Other
51 stars 14 forks source link

Test suite: skip the `hash(p) == hash(p.data)` test if we are running a 32-bit build of Julia #20

Closed DilumAluthge closed 2 years ago

DilumAluthge commented 2 years ago

This test fails on 32-bit builds of Julia.

cc: @scheinerman

DilumAluthge commented 2 years ago

Thank you! Would you mind registering a new release of the package?

scheinerman commented 2 years ago

Thank you! Just submitted the update to Julia Hub.

DilumAluthge commented 2 years ago

https://github.com/JuliaRegistries/General/pull/47865

DilumAluthge commented 2 years ago

Awesome, thank you!