IronLanguages / main

Work for this repo has moved to https://github.com/IronLanguages/ironpython2
1.16k stars 347 forks source link

Repeated hashing doesn't work properly with .NET Core #1638

Closed slozier closed 7 years ago

slozier commented 7 years ago

Because of the different implementation of hashing in .NET Core CloneHasher doesn't work as expected and doesn't actually create a clone. This causes test failures with repeated hashing.

slide commented 7 years ago

This issue was moved to IronLanguages/ironpython2#30