-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
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
Different defrecords with same fields are equal #735
Comments
Related: #727 |
Working on a fix by adding a field
We probably need to move on to a custom record implementation to make this work properly... |
Got all tests passing now in branch with a custom record implementation, at least in the |
+1 |
version
platform
problem
Different defrecords with same fields are equal. Causes this schema unit test to fail, since the schema implementation defines:
repro
expected behavior
The text was updated successfully, but these errors were encountered: