You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a work in progress @besSveta and me are working on changing modules system to allow overriding Rust arithmetics operators in a Python standard library.
Describe the bug
Previously (confirmed to work in 0.2.1) you could do:
The
-
sign would point to the python infix operator-
. However, in 0.2.3 for example, I get the following error:To Reproduce
Steps to reproduce the behavior:
pip install hyperon-0.2.3
then run the above script withmetta
Expected behavior
Expected result:
Actual behavior
The program crashes, the atoms are not evaluated. When used in a nested expression, for example
the rust exception will be obfuscated, while the program does not execute past the point of failure.
Additional context
The text was updated successfully, but these errors were encountered: