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
The purpose of this issue is to gather feedback from migrating projects to difflicious.
ghostbuster91/pgn-parser#2 - .assertNoDiff has to be called on the differ instance. For more complex types it is cumbersome. It would be better to write it in a way where the type can be inferred from the passed arguments.
The text was updated successfully, but these errors were encountered:
Yes me too. I just gave a try to the library but gave up when I realized what I have to do something like Diff[Seq[Player]].assert... . I think something like Diff.assertNoDiff(a1,a2) that infers the type would be a lot simpler.
The purpose of this issue is to gather feedback from migrating projects to difflicious.
ghostbuster91/pgn-parser#2 -
.assertNoDiff
has to be called on the differ instance. For more complex types it is cumbersome. It would be better to write it in a way where the type can be inferred from the passed arguments.The text was updated successfully, but these errors were encountered: