Strange error with "Instance of '_SimpleUri'" for malformed import. #59606
Labels
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
cfe-messages
Poor/undesirable messaging in errors/warnings emitted by the CFE.
This error message contains
Instance of '_SimpleUri'
Source file:
If I escape characters in the URI (e.g. replace
n
with%6E
), I can get an error message sayingInstance of '_Uri'
.Could
Error.toSafeString
trust a Uri?Or perhaps the front-end should format it, since it has the source file string, more like it reports an unparseable URI.
/cc @lrhn @johnniwinther
The text was updated successfully, but these errors were encountered: