Namespace overlap error is missing filename/location #378
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: dincho
Compiling of the contract:
leads to the following error
which reports wrong namespace location obviously
Created by: dincho
Perhaps the compiler annotation is not considered ? 🤔
Created by: dincho
Nah, same error (location) with:
Created by: hanssv
It is line 1, column 11 in
BLS12_381.aes
, right?Created by: dincho
Sure, but then the file/where (BLS12_381.aes, ) is missing ?
Created by: dincho
For example the buildin namespace error makes much more sense:
So I'd expect:
Created by: dincho
Not very helpful with user defined namespaces as well:
Created by: hanssv
@ghallak is this something that could be improved?