mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
There was a recent change to error early if the stdlib couldn't be loaded when semantic functionality is required. Since `ide::initCompilerInvocation` was ignoring the given `Action` and just setting to `Typecheck` instead, this would cause an error even if semantic functionality *wasn't* required. Resolves rdar://88968608.
7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
source.edit.kind.active:
|
|
8:9-8:10 "foo"
|
|
source.edit.kind.inactive:
|
|
10:16-10:17 "foo"
|
|
source.edit.kind.inactive:
|
|
12:16-12:17 "foo"
|