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

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

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

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.

Closes #2588

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.
Copy link
Member

@stress-tess stress-tess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@Ethan-DeBandi99 Ethan-DeBandi99 added this pull request to the merge queue Jul 19, 2023
Merged via the queue into Bears-R-Us:master with commit fd7551c Jul 19, 2023
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 this pull request may close these issues.

Remove BigInt casting from 132 compat and add new compat dir
3 participants