Invalid URI created when parsing io library #1736
Labels
closed-as-intended
Closed as the reported issue is expected behavior
legacy-area-analyzer
Use area-devexp instead.
Milestone
If I parse and resolve the dart:io library, then ask the LibraryUnit for its units, ask each unit for its source (unit.getSource()) and ask each source for it's name (source.getName()), I get back an invalid URI of the form "dart://io/io.dart/chunked_stream.dart" (note the insertion of "io.dart" in the path). We had this problem once before and it was fixed, but appears to be back again. I'll be happy to help debug this in any way, but don't know where to start.
The text was updated successfully, but these errors were encountered: