You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sourcepath: don't create a new run for outline parsing
The previous commit broke compilation of the standard library, because
we ended up calling `runContext` before the first context is set, when
it's still `null`. But we don't really need a new run just for creating
the symbol: the completer we set will call Run#lateCompile which will
take care of creating a new run anyway.
0 commit comments