Inability to pattern match a datatype from a remote contract #471
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?
The above code fails with the following error message:
This issue is realted to the commit
5adeb6c93e
that banned using contracts as namespaces.Created by: marc0olo
I am now also using a namespace as "workaround" as suggested by @radrow and @hanssv.
I think this is the core issue I ran into which I didn't dig into too deep. because of this issue I used a "solution" which was obviously a bug that has recently been fixed with https://gitlab.com/gajumaristas/aesophia/-/merge_requests/469.
IMO this issue should be prioritized if there is nothing more "urgent" on the list.