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
[Build] Use a separate scope while constructing a build plan (#7865)
### Motivation:
We need to use a separate inner scope to capture any problems during
build plan construction and make a decision to stop based on that. The
current logic checks the scope that is passed in which tracks errors
emitted elsewhere.
### Modifications:
- Passes an child scope called "Planning" to the `computeDestinations`
functions that is used to construct the plan.
### Result:
sourcekit-lsp no longer fails if there is no Package.resolved -
swiftlang/sourcekit-lsp#1618
0 commit comments