This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
promote some file: references to package: self refs? #331
Open
Description
I saw this when running dev_compiler on it's own source:
severe: [AnalyzerMessage] The getter 'evaluationResult' is not defined for the class 'ElementAnnotation' (lib/src/utils.dart, line 344, col 31)
severe: [AnalyzerMessage] The getter 'evaluationResult' is not defined for the class 'ElementAnnotation' (package:dev_compiler/src/utils.dart, line 344, col 31)
Which is the same error for the same file, just in one case referenced from a file: path and the other a package: self-reference. dev_compier might need to add some logic from promote some file: refs to package: ones in order to avoid this issue. @stereotype441 has implemented this for the CLI analyzer.