This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 646
binary op not implemented: Pow #36
Comments
https://github.com/MirkoDziadzka/grumpy/commit/9ad4a5ad148ca7b356750b15a114ba710d6739f8 solved my immediate problem. But the implementation is neither complete, nor necessary correct or tested |
Thanks, I had same problem and your patched helped. Let's hope we will see it in upstream version soon. |
Please note that this
So it is by no means a fix for the problem, only a hot-fix for some cases which solved my needs. |
@MirkoDziadzka Thanks for the PR. I commented on it. I'm fine with an incomplete implementation but I just want to make sure we fail hard when we encounter an overflow situation rather than silently giving bad results. |
Closed
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
how to reproduce
try to compile
expected result
it compiles
actual result
The text was updated successfully, but these errors were encountered: