After upgrading from v0.17.0 to v0.18.1, when trying to convert an integer JSONValue to an int, it causes an AssertError "Cannot cast a integer value to int" that seems to be coming from within taggedalgebraic.
The issue is easily reproducible with the following code:
After upgrading from v0.17.0 to v0.18.1, when trying to convert an integer JSONValue to an int, it causes an AssertError "Cannot cast a integer value to int" that seems to be coming from within taggedalgebraic.
The issue is easily reproducible with the following code: