We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since merging PR #67 four unit tests now fail @adamsitnik I'll have a quick look myself too
Seems all 4 fails are caused by something that broke that now incorrectly unpickles into an arraylist where it had to be a hashset.
I think
Pyrolite/dotnet/Razorvine.Pyrolite/Tests/Pickle/PicklerTests.cs
Line 175 in 8fcb517
See https://travis-ci.org/irmen/Pyrolite/jobs/532987059
edit: actually managed to get the Travis CI build running with BOTH Java AND Dotnet unit tests this time (was only doing Java before)
The text was updated successfully, but these errors were encountered:
d97aa7b
Merge pull request #69 from adamsitnik/bugFix
3e715b6
make sure hash sets are handled properly, fixes #68
No branches or pull requests
Since merging PR #67 four unit tests now fail @adamsitnik I'll have a quick look myself too
Seems all 4 fails are caused by something that broke that now incorrectly unpickles into an arraylist where it had to be a hashset.
I think
Pyrolite/dotnet/Razorvine.Pyrolite/Tests/Pickle/PicklerTests.cs
Line 175 in 8fcb517
See https://travis-ci.org/irmen/Pyrolite/jobs/532987059
edit: actually managed to get the Travis CI build running with BOTH Java AND Dotnet unit tests this time (was only doing Java before)
The text was updated successfully, but these errors were encountered: