Inability to pattern match a datatype from a remote contract #471
Reference in New Issue
Block a user
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 https://github.com/aeternity/aesophia/commit/5adeb6c93ee8a78feb6663578216021c4a61baef 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.