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

Allow copies across boolean types #651

Merged
merged 1 commit into from
Jun 28, 2023
Merged

Allow copies across boolean types #651

merged 1 commit into from
Jun 28, 2023

Conversation

gselzer
Copy link
Contributor

@gselzer gselzer commented Jun 5, 2023

Currently, Ops can only copy between the same RealType implementations. This is because the set/get methods only work on values of the same type. We could copy across different BooleanType implementations, though, as their set/get methods work on boolean. This PR does just that.

@hinerm hinerm merged commit 7c6c029 into master Jun 28, 2023
@hinerm hinerm deleted the copy-boolean-types branch June 28, 2023 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants