You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These two defy the expectation of the hash functions for Set and Dict objects. We should probably use https://github.com/cjdoris/PackageExtensionCompat.jl to implement a hash_method for these types that respects the ordering of elements.
The text was updated successfully, but these errors were encountered:
Alternative, wait until Julia 1.10 is LTS, and use the extension feature. Probably best to implement for StableHashTraits 2.0 in that case (thus 1.* can be compatible with ≥ 1.6 and 2.0 with 1.10 and onwards).
These two defy the expectation of the hash functions for
Set
andDict
objects. We should probably use https://github.com/cjdoris/PackageExtensionCompat.jl to implement ahash_method
for these types that respects the ordering of elements.The text was updated successfully, but these errors were encountered: