DescriptionAdding a not explicit source makes it explicit.
When we add a new file in IDEA and open it in the editor, this causes
analysis.setSubscriptions to be send immediately, even before watcher
notices it. The server reacts by requesting the fully resolved unit, and
so causes creation of a not-explicit CacheEntry. So, when later we handle
applyChanges(), the entry already exists. In this case we still need to
mark it as explicit.
R=brianwilkerson@google.com
BUG=
Committed: https://github.com/dart-lang/sdk/commit/1bc7f930091ed6534d83526c6fd0d75c90e2ebb6
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|