This PR migrates most remaining tests to the new test suite. It also completes the migration of directories like `tests/lean/run`, meaning that PRs trying to add tests to those old directories will now fail.
78 lines
2.4 KiB
Text
78 lines
2.4 KiB
Text
{"textDocument": {"uri": "file:///completionFallback.lean"},
|
|
"position": {"line": 14, "character": 14}}
|
|
{"items":
|
|
[{"label": "up",
|
|
"kind": 4,
|
|
"data": ["file:///completionFallback.lean", 14, 14, 0, "cDirection.up"]},
|
|
{"label": "noConfusionType",
|
|
"kind": 3,
|
|
"data":
|
|
["file:///completionFallback.lean",
|
|
14,
|
|
14,
|
|
0,
|
|
"cDirection.noConfusionType"]},
|
|
{"label": "left",
|
|
"kind": 4,
|
|
"data": ["file:///completionFallback.lean", 14, 14, 0, "cDirection.left"]},
|
|
{"label": "down",
|
|
"kind": 4,
|
|
"data": ["file:///completionFallback.lean", 14, 14, 0, "cDirection.down"]},
|
|
{"label": "right",
|
|
"kind": 4,
|
|
"data": ["file:///completionFallback.lean", 14, 14, 0, "cDirection.right"]}],
|
|
"isIncomplete": true}
|
|
Resolution of up:
|
|
{"label": "up",
|
|
"kind": 4,
|
|
"detail": "Direction",
|
|
"data": ["file:///completionFallback.lean", 14, 14, 0, "cDirection.up"]}
|
|
Resolution of noConfusionType:
|
|
{"label": "noConfusionType",
|
|
"kind": 3,
|
|
"detail": "Sort v✝ → Direction → Direction → Sort v✝",
|
|
"data":
|
|
["file:///completionFallback.lean", 14, 14, 0, "cDirection.noConfusionType"]}
|
|
Resolution of left:
|
|
{"label": "left",
|
|
"kind": 4,
|
|
"detail": "Direction",
|
|
"data": ["file:///completionFallback.lean", 14, 14, 0, "cDirection.left"]}
|
|
Resolution of down:
|
|
{"label": "down",
|
|
"kind": 4,
|
|
"detail": "Direction",
|
|
"data": ["file:///completionFallback.lean", 14, 14, 0, "cDirection.down"]}
|
|
Resolution of right:
|
|
{"label": "right",
|
|
"kind": 4,
|
|
"detail": "Direction",
|
|
"data": ["file:///completionFallback.lean", 14, 14, 0, "cDirection.right"]}
|
|
{"textDocument": {"uri": "file:///completionFallback.lean"},
|
|
"position": {"line": 28, "character": 30}}
|
|
{"items":
|
|
[{"label": "mk",
|
|
"kind": 4,
|
|
"data": ["file:///completionFallback.lean", 28, 30, 0, "cCustomAnd.mk"]},
|
|
{"label": "ha",
|
|
"kind": 23,
|
|
"data": ["file:///completionFallback.lean", 28, 30, 0, "cCustomAnd.ha"]},
|
|
{"label": "hb",
|
|
"kind": 23,
|
|
"data": ["file:///completionFallback.lean", 28, 30, 0, "cCustomAnd.hb"]}],
|
|
"isIncomplete": false}
|
|
Resolution of mk:
|
|
{"label": "mk",
|
|
"kind": 4,
|
|
"detail": "a → b → CustomAnd a b",
|
|
"data": ["file:///completionFallback.lean", 28, 30, 0, "cCustomAnd.mk"]}
|
|
Resolution of ha:
|
|
{"label": "ha",
|
|
"kind": 23,
|
|
"detail": "CustomAnd a b → a",
|
|
"data": ["file:///completionFallback.lean", 28, 30, 0, "cCustomAnd.ha"]}
|
|
Resolution of hb:
|
|
{"label": "hb",
|
|
"kind": 23,
|
|
"detail": "CustomAnd a b → b",
|
|
"data": ["file:///completionFallback.lean", 28, 30, 0, "cCustomAnd.hb"]}
|