Multiple folders output by "pub list-package-dirs" can lead to analysis loop #22555
Labels
devexp-server
Issues related to some aspect of the analysis server
legacy-area-analyzer
Use area-devexp instead.
P1
A high priority bug; for example, a single project is unusable or has many test failures
Milestone
In circumstances where analysis server's execution of "pub list-package-dirs" yields a mapping from a single package name to multiple source directories (e.g. package "foo" maps to ["/foo1/lib", "/foo2/lib"], there is a risk of creating an analysis loop. The analysis loop occurs as follows:
I'm working on a fix for this issue.
The text was updated successfully, but these errors were encountered: