Skip to content

Instantly share code, notes, and snippets.

@ghais
Created December 22, 2020 18:43
Show Gist options
  • Save ghais/b26aeb7f4d26434aec4d7ae8b54be791 to your computer and use it in GitHub Desktop.
Save ghais/b26aeb7f4d26434aec4d7ae8b54be791 to your computer and use it in GitHub Desktop.
[Trace - 10:42:02 AM] Sending request 'textDocument/codeAction - (71)'.
Params: {
"textDocument": {
"uri": "file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
},
"range": {
"start": {
"line": 24,
"character": 49
},
"end": {
"line": 24,
"character": 49
}
},
"context": {
"diagnostics": []
}
}
[Trace - 10:42:02 AM] Sending request 'textDocument/hover - (72)'.
Params: {
"textDocument": {
"uri": "file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
},
"position": {
"line": 24,
"character": 49
}
}
[Trace - 10:42:02 AM] Received response 'textDocument/hover - (72)' in 14ms.
Result: {
"range": {
"end": {
"character": 49,
"line": 24
},
"start": {
"character": 47,
"line": 24
}
},
"contents": {
"value": "\n```haskell\ndf :: DF\n```\n\n*Defined at /home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs:23:7*\n",
"kind": "markdown"
}
}
[Trace - 10:42:02 AM] Received response 'textDocument/codeAction - (71)' in 20ms.
Result: [
{
"title": "Apply all hints",
"kind": "quickfix",
"command": {
"title": "Apply all hints",
"arguments": [
"file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
],
"command": "199412:hlint:applyAll"
}
}
]
[Trace - 10:42:06 AM] Sending request 'textDocument/codeAction - (73)'.
Params: {
"textDocument": {
"uri": "file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
},
"range": {
"start": {
"line": 24,
"character": 49
},
"end": {
"line": 24,
"character": 49
}
},
"context": {
"diagnostics": []
}
}
[Trace - 10:42:06 AM] Sending request 'textDocument/hover - (74)'.
Params: {
"textDocument": {
"uri": "file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
},
"position": {
"line": 24,
"character": 49
}
}
[Trace - 10:42:06 AM] Received response 'textDocument/hover - (74)' in 13ms.
Result: {
"range": {
"end": {
"character": 49,
"line": 24
},
"start": {
"character": 47,
"line": 24
}
},
"contents": {
"value": "\n```haskell\ndf :: DF\n```\n\n*Defined at /home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs:23:7*\n",
"kind": "markdown"
}
}
[Trace - 10:42:06 AM] Received response 'textDocument/codeAction - (73)' in 19ms.
Result: [
{
"title": "Apply all hints",
"kind": "quickfix",
"command": {
"title": "Apply all hints",
"arguments": [
"file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
],
"command": "199412:hlint:applyAll"
}
}
]
[Trace - 10:42:12 AM] Sending request 'textDocument/codeAction - (75)'.
Params: {
"textDocument": {
"uri": "file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
},
"range": {
"start": {
"line": 24,
"character": 49
},
"end": {
"line": 24,
"character": 49
}
},
"context": {
"diagnostics": []
}
}
[Trace - 10:42:12 AM] Received response 'textDocument/codeAction - (75)' in 28ms.
Result: [
{
"title": "Apply all hints",
"kind": "quickfix",
"command": {
"title": "Apply all hints",
"arguments": [
"file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
],
"command": "199412:hlint:applyAll"
}
}
]
[Trace - 10:42:25 AM] Sending request 'textDocument/codeAction - (76)'.
Params: {
"textDocument": {
"uri": "file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
},
"range": {
"start": {
"line": 18,
"character": 22
},
"end": {
"line": 18,
"character": 22
}
},
"context": {
"diagnostics": []
}
}
[Trace - 10:42:25 AM] Sending request 'textDocument/hover - (77)'.
Params: {
"textDocument": {
"uri": "file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
},
"position": {
"line": 18,
"character": 22
}
}
[Trace - 10:42:25 AM] Received response 'textDocument/hover - (77)' in 16ms.
Result: {
"range": {
"end": {
"character": 26,
"line": 18
},
"start": {
"character": 17,
"line": 18
}
},
"contents": {
"value": "\n```haskell\nBachelier\n```\n\n*Defined in ‘Q.Bachelier’*\n\n\n\n",
"kind": "markdown"
}
}
[Trace - 10:42:25 AM] Received response 'textDocument/codeAction - (76)' in 21ms.
Result: [
{
"title": "Apply all hints",
"kind": "quickfix",
"command": {
"title": "Apply all hints",
"arguments": [
"file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
],
"command": "199412:hlint:applyAll"
}
}
]
[Trace - 10:42:28 AM] Sending request 'textDocument/codeAction - (78)'.
Params: {
"textDocument": {
"uri": "file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
},
"range": {
"start": {
"line": 18,
"character": 22
},
"end": {
"line": 18,
"character": 22
}
},
"context": {
"diagnostics": []
}
}
[Trace - 10:42:28 AM] Received response 'textDocument/codeAction - (78)' in 29ms.
Result: [
{
"title": "Apply all hints",
"kind": "quickfix",
"command": {
"title": "Apply all hints",
"arguments": [
"file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
],
"command": "199412:hlint:applyAll"
}
}
]
[Trace - 10:42:28 AM] Sending request 'textDocument/codeAction - (79)'.
Params: {
"textDocument": {
"uri": "file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
},
"range": {
"start": {
"line": 18,
"character": 23
},
"end": {
"line": 18,
"character": 23
}
},
"context": {
"diagnostics": []
}
}
[Trace - 10:42:28 AM] Received response 'textDocument/codeAction - (79)' in 15ms.
Result: [
{
"title": "Apply all hints",
"kind": "quickfix",
"command": {
"title": "Apply all hints",
"arguments": [
"file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
],
"command": "199412:hlint:applyAll"
}
}
]
[Trace - 10:42:30 AM] Sending request 'textDocument/codeAction - (80)'.
Params: {
"textDocument": {
"uri": "file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
},
"range": {
"start": {
"line": 18,
"character": 23
},
"end": {
"line": 18,
"character": 23
}
},
"context": {
"diagnostics": []
}
}
[Trace - 10:42:30 AM] Received response 'textDocument/codeAction - (80)' in 16ms.
Result: [
{
"title": "Apply all hints",
"kind": "quickfix",
"command": {
"title": "Apply all hints",
"arguments": [
"file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
],
"command": "199412:hlint:applyAll"
}
}
]
[Trace - 10:42:32 AM] Sending request 'textDocument/codeAction - (81)'.
Params: {
"textDocument": {
"uri": "file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
},
"range": {
"start": {
"line": 18,
"character": 23
},
"end": {
"line": 18,
"character": 23
}
},
"context": {
"diagnostics": []
}
}
[Trace - 10:42:32 AM] Received response 'textDocument/codeAction - (81)' in 16ms.
Result: [
{
"title": "Apply all hints",
"kind": "quickfix",
"command": {
"title": "Apply all hints",
"arguments": [
"file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
],
"command": "199412:hlint:applyAll"
}
}
]
[Trace - 10:43:09 AM] Sending request 'textDocument/codeAction - (82)'.
Params: {
"textDocument": {
"uri": "file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
},
"range": {
"start": {
"line": 18,
"character": 21
},
"end": {
"line": 18,
"character": 21
}
},
"context": {
"diagnostics": []
}
}
[Trace - 10:43:09 AM] Received response 'textDocument/codeAction - (82)' in 12ms.
Result: [
{
"title": "Apply all hints",
"kind": "quickfix",
"command": {
"title": "Apply all hints",
"arguments": [
"file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
],
"command": "199412:hlint:applyAll"
}
}
]
[Trace - 10:43:10 AM] Sending request 'textDocument/codeAction - (83)'.
Params: {
"textDocument": {
"uri": "file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
},
"range": {
"start": {
"line": 18,
"character": 21
},
"end": {
"line": 18,
"character": 21
}
},
"context": {
"diagnostics": []
}
}
[Trace - 10:43:10 AM] Received response 'textDocument/codeAction - (83)' in 15ms.
Result: [
{
"title": "Apply all hints",
"kind": "quickfix",
"command": {
"title": "Apply all hints",
"arguments": [
"file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
],
"command": "199412:hlint:applyAll"
}
}
]
[Trace - 10:43:12 AM] Sending request 'textDocument/codeAction - (84)'.
Params: {
"textDocument": {
"uri": "file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
},
"range": {
"start": {
"line": 18,
"character": 21
},
"end": {
"line": 18,
"character": 21
}
},
"context": {
"diagnostics": []
}
}
[Trace - 10:43:12 AM] Received response 'textDocument/codeAction - (84)' in 15ms.
Result: [
{
"title": "Apply all hints",
"kind": "quickfix",
"command": {
"title": "Apply all hints",
"arguments": [
"file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
],
"command": "199412:hlint:applyAll"
}
}
]
[Trace - 10:43:25 AM] Sending request 'textDocument/codeAction - (85)'.
Params: {
"textDocument": {
"uri": "file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
},
"range": {
"start": {
"line": 18,
"character": 21
},
"end": {
"line": 18,
"character": 21
}
},
"context": {
"diagnostics": []
}
}
[Trace - 10:43:25 AM] Received response 'textDocument/codeAction - (85)' in 15ms.
Result: [
{
"title": "Apply all hints",
"kind": "quickfix",
"command": {
"title": "Apply all hints",
"arguments": [
"file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
],
"command": "199412:hlint:applyAll"
}
}
]
[Trace - 10:43:26 AM] Sending request 'textDocument/codeAction - (86)'.
Params: {
"textDocument": {
"uri": "file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
},
"range": {
"start": {
"line": 18,
"character": 21
},
"end": {
"line": 18,
"character": 21
}
},
"context": {
"diagnostics": []
}
}
[Trace - 10:43:26 AM] Received response 'textDocument/codeAction - (86)' in 18ms.
Result: [
{
"title": "Apply all hints",
"kind": "quickfix",
"command": {
"title": "Apply all hints",
"arguments": [
"file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
],
"command": "199412:hlint:applyAll"
}
}
]
[Trace - 10:43:26 AM] Sending request 'textDocument/codeAction - (87)'.
Params: {
"textDocument": {
"uri": "file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
},
"range": {
"start": {
"line": 18,
"character": 21
},
"end": {
"line": 18,
"character": 21
}
},
"context": {
"diagnostics": []
}
}
[Trace - 10:43:26 AM] Received response 'textDocument/codeAction - (87)' in 16ms.
Result: [
{
"title": "Apply all hints",
"kind": "quickfix",
"command": {
"title": "Apply all hints",
"arguments": [
"file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
],
"command": "199412:hlint:applyAll"
}
}
]
[Trace - 10:43:28 AM] Sending request 'textDocument/codeAction - (88)'.
Params: {
"textDocument": {
"uri": "file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
},
"range": {
"start": {
"line": 18,
"character": 21
},
"end": {
"line": 18,
"character": 21
}
},
"context": {
"diagnostics": []
}
}
[Trace - 10:43:28 AM] Received response 'textDocument/codeAction - (88)' in 32ms.
Result: [
{
"title": "Apply all hints",
"kind": "quickfix",
"command": {
"title": "Apply all hints",
"arguments": [
"file:///home/ghais/workspace/hq/test/normalimpliedvol/Spec.hs"
],
"command": "199412:hlint:applyAll"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment