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
[StructuralEquality(Ignore = name)] variant X { | A { name : string; other : int; } | B } def a1 = X.A("abc", 1); def a2 = X.A("abcd", 1); assert(a1 == a2);
Compiler still generates comparison for name field.
The text was updated successfully, but these errors were encountered:
Some workaround putting [StructuralEquality] on each variant option.
Sorry, something went wrong.
Commit changes from: http://rsdn.ru/forum/nemerle/5250770.1
38b06eb
Add test case for #503 DO NOT MERGE. The bug has not been solved !
8b426b9
Successfully merging a pull request may close this issue.
Compiler still generates comparison for name field.
The text was updated successfully, but these errors were encountered: