Files
swift-mirror/test/SourceKit/Sema/sema_symlink.swift.response
Argyrios Kyrtzidis cf65b8f952 Disable typo-correction by default until we can make it work within acceptable performance bounds
Typo-correction can be so expensive that it can slow down typechecking over 10x.
It can be a significant productivity drain for developing on large projects.

Unfortunately it is best that we disable it until we can dedicate the time to address its performance issues
and we are certain it works within acceptable performance bounds.

rdar://51966070
2019-06-22 17:02:03 -07:00

25 lines
453 B
Plaintext

[
{
key.kind: source.lang.swift.ref.struct,
key.offset: 9,
key.length: 3,
key.is_system: 1
}
]
[
{
key.line: 1,
key.column: 16,
key.filepath: real.swift,
key.severity: source.diagnostic.severity.error,
key.description: "use of unresolved identifier 'goo'",
key.diagnostic_stage: source.diagnostic.stage.swift.sema,
key.ranges: [
{
key.offset: 15,
key.length: 3
}
]
}
]