-
Notifications
You must be signed in to change notification settings - Fork 216
Open
Labels
type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
The same source currently ends up getting parsed to CompilationUnit
more than once
- analyzer and deps analysis parse separately; deps analysis doesn't ever cache, not sure if the analyzer does
- the new triggers Add "triggers" to quickly decide when to not run builders. #4084 can do parsing
check how expensive this is, and if it's useful, cache the results.
Metadata
Metadata
Assignees
Labels
type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)