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

Make sure comparison operators treated properly on proxied types #1314

Closed
Jooseppi12 opened this issue Jan 12, 2023 · 0 comments
Closed

Make sure comparison operators treated properly on proxied types #1314

Jooseppi12 opened this issue Jan 12, 2023 · 0 comments
Assignees

Comments

@Jooseppi12
Copy link
Member

Currently even if the necessary op_* functions are defined, they are translated to Unchecked.compare. We are changing this logic, so that if the needed op_* function is proxied, we are using that and only treating Unchecked.compare as a fallback method

@Jooseppi12 Jooseppi12 added the bug label Jan 12, 2023
@Jooseppi12 Jooseppi12 self-assigned this Jan 12, 2023
Jooseppi12 added a commit that referenced this issue Jan 12, 2023
Jand42 pushed a commit that referenced this issue Jan 12, 2023
* #1314 #1315 Decimal updates

* Negative test, cleanup
@Jand42 Jand42 closed this as completed Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants