Crash when printing error message #252
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: hanssv
Given the contract-stub:
The following call-result decoding fails:
The problem comes from trying to print an error message for a variant-type that case is missing since
aeso_pretty:type
isn't normally called directly, but into_sophia_value
it is.Created by: radrow
Btw, why doesn't the type definition contain the type name? Is there any reason to drop it down?
Created by: radrow
@hanssv #251 should fix it. Can you check?