Skip to content
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

Operator != doesn't do what it should #35

Closed
vbfox opened this issue Sep 21, 2015 · 2 comments
Closed

Operator != doesn't do what it should #35

vbfox opened this issue Sep 21, 2015 · 2 comments
Assignees

Comments

@vbfox
Copy link
Owner

vbfox commented Sep 21, 2015

Seen by @julienadam in internal code, need to investigate.

@vbfox vbfox self-assigned this Sep 21, 2015
@vbfox
Copy link
Owner Author

vbfox commented Sep 21, 2015

The problem seem to exits for int underlyings but not string ones (As is tested in the existing unit tests). Code generation for value types might be broken.

@vbfox
Copy link
Owner Author

vbfox commented Sep 21, 2015

The bug affected all classes that don't have an == or != operator and `int``doesn't.

Make me think that for intrictic types (int, long, ...) we should still use the operator even if it isn't user-defined. I'll create an issue for that too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant