mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
That way, when the request gets truncated by os_log in sourcekit-lsp, we see most of the request. Most likely the sourcetext and the compiler args wouldn't have made it into the log message completely anyway. rdar://121322828
35 lines
1.0 KiB
Groff
35 lines
1.0 KiB
Groff
{
|
|
key.typename: "S<T>",
|
|
key.typeusr: "$s8MyModule1SVyxGD",
|
|
key.members: [
|
|
{
|
|
key.name: "methodForProto1(x:)",
|
|
key.description: "methodForProto1(x: T)",
|
|
key.typename: "ConcreteProto",
|
|
key.typeusr: "$s8MyModule13ConcreteProtoVD",
|
|
key.sourcetext: "methodForProto1(x: <#T##T#>)"
|
|
},
|
|
{
|
|
key.name: "methodForProto2(x:)",
|
|
key.description: "methodForProto2(x: U)",
|
|
key.typename: "ConcreteProtoGen<U>",
|
|
key.typeusr: "$s8MyModule16ConcreteProtoGenVyqd__GD",
|
|
key.sourcetext: "methodForProto2(x: <#T##U#>)"
|
|
},
|
|
{
|
|
key.name: "methodForProto3(x:)",
|
|
key.description: "methodForProto3(x: S<T>)",
|
|
key.typename: "ConcreteProtoGen<T>",
|
|
key.typeusr: "$s8MyModule16ConcreteProtoGenVyxGD",
|
|
key.sourcetext: "methodForProto3(x: <#T##S<T>#>)"
|
|
},
|
|
{
|
|
key.name: "methodForProto4()",
|
|
key.description: "methodForProto4()",
|
|
key.typename: "S<T>",
|
|
key.typeusr: "$s8MyModule1SVyxGD",
|
|
key.sourcetext: "methodForProto4()"
|
|
}
|
|
]
|
|
}
|