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

Remove BigInt casting from 132 compat and add new compat dir #2588

Closed
bmcdonald3 opened this issue Jul 18, 2023 · 0 comments · Fixed by #2589
Closed

Remove BigInt casting from 132 compat and add new compat dir #2588

bmcdonald3 opened this issue Jul 18, 2023 · 0 comments · Fixed by #2589
Assignees

Comments

@bmcdonald3
Copy link
Contributor

Since the bool to bigint casting was added to both the Chapel
side and the Arkouda side, there was a disambiguation error
being hit when the compiler was trying to distinguish between
those two identical signatures. To solve this, compat modules
were added for 1.32, removing the double reference to the
casting method.

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

Successfully merging a pull request may close this issue.

1 participant