Last active
May 22, 2020 07:54
-
-
Save jneira/7d1048b47205c20eb4f73baea97be8f3 to your computer and use it in GitHub Desktop.
ghcide tests reults
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Build profile: -w ghc-8.8.3 -O1 | |
In order, the following will be built (use -v for more details): | |
- ghcide-0.1.0 (exe:ghcide-test-preprocessor) (configuration changed) | |
- shake-0.19 (lib) (configuration changed) | |
- ghcide-0.1.0 (lib) (configuration changed) | |
- ghcide-0.1.0 (exe:ghcide) (configuration changed) | |
- ghcide-0.1.0 (test:ghcide-tests) (configuration changed) | |
Configuring executable 'ghcide-test-preprocessor' for ghcide-0.1.0.. | |
Configuring library for shake-0.19.. | |
Preprocessing executable 'ghcide-test-preprocessor' for ghcide-0.1.0.. | |
Building executable 'ghcide-test-preprocessor' for ghcide-0.1.0.. | |
Preprocessing library for shake-0.19.. | |
Building library for shake-0.19.. | |
Configuring library for ghcide-0.1.0.. | |
Preprocessing library for ghcide-0.1.0.. | |
Building library for ghcide-0.1.0.. | |
Configuring executable 'ghcide' for ghcide-0.1.0.. | |
cabal : Warning: The package has an extraneous version range for a dependency on an | |
En línea: 1 Carácter: 1 | |
+ cabal test --test-options="-p completion.variable" > completion.varia ... | |
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+ CategoryInfo : NotSpecified: (Warning: The pa...ependency on an:String) [], RemoteException | |
+ FullyQualifiedErrorId : NativeCommandError | |
internal library: ghcide -any && ==0.1.0, ghcide -any && ==0.1.0. This version | |
range includes the current package but isn't needed as the current package's | |
library will always be used. | |
Preprocessing executable 'ghcide' for ghcide-0.1.0.. | |
Building executable 'ghcide' for ghcide-0.1.0.. | |
Configuring test suite 'ghcide-tests' for ghcide-0.1.0.. | |
Warning: The package has an extraneous version range for a dependency on an | |
internal library: ghcide -any && ==0.1.0, ghcide -any && ==0.1.0. This version | |
range includes the current package but isn't needed as the current package's | |
library will always be used. | |
Preprocessing test suite 'ghcide-tests' for ghcide-0.1.0.. | |
Building test suite 'ghcide-tests' for ghcide-0.1.0.. | |
Running 1 test suites... | |
Test suite ghcide-tests: RUNNING... | |
HIE | |
completion | |
variable: --> { | |
"jsonrpc": "2.0", | |
"params": { | |
"rootUri": "file:///D:/dev/ws/haskell/ghcide/temp/extra-dir-83162386973", | |
"processId": 1828, | |
"rootPath": "D:\\dev\\ws\\haskell\\ghcide\\temp\\extra-dir-83162386973", | |
"capabilities": { | |
"window": { | |
"workDoneProgress": true | |
}, | |
"workspace": { | |
"didChangeWatchedFiles": { | |
"dynamicRegistration": true | |
}, | |
"symbol": { | |
"symbolKind": { | |
"valueSet": [ | |
1, | |
2, | |
3, | |
4, | |
5, | |
6, | |
7, | |
8, | |
9, | |
10, | |
11, | |
12, | |
13, | |
14, | |
15, | |
16, | |
17, | |
18, | |
19, | |
20, | |
21, | |
22, | |
23, | |
24, | |
25, | |
26 | |
] | |
}, | |
"dynamicRegistration": true | |
}, | |
"workspaceEdit": { | |
"documentChanges": true | |
}, | |
"didChangeConfiguration": { | |
"dynamicRegistration": true | |
}, | |
"applyEdit": true, | |
"executeCommand": { | |
"dynamicRegistration": true | |
}, | |
"workspaceFolders": true, | |
"configuration": true | |
}, | |
"textDocument": { | |
"completion": { | |
"dynamicRegistration": true, | |
"contextSupport": true, | |
"completionItem": { | |
"tagSupport": { | |
"valueSet": [ | |
1 | |
] | |
}, | |
"preselectSupport": true, | |
"commitCharactersSupport": true, | |
"snippetSupport": true, | |
"deprecatedSupport": true, | |
"documentationFormat": [ | |
"plaintext", | |
"markdown" | |
] | |
}, | |
"completionItemKind": { | |
"valueSet": [ | |
1, | |
2, | |
3, | |
4, | |
5, | |
6, | |
7, | |
8, | |
9, | |
10, | |
11, | |
12, | |
13, | |
14, | |
15, | |
16, | |
17, | |
18, | |
19, | |
20, | |
21, | |
22, | |
23, | |
24, | |
25 | |
] | |
} | |
}, | |
"documentHighlight": { | |
"dynamicRegistration": true | |
}, | |
"synchronization": { | |
"dynamicRegistration": true, | |
"willSave": true, | |
"didSave": true, | |
"willSaveWaitUntil": true | |
}, | |
"definition": { | |
"dynamicRegistration": true | |
}, | |
"signatureHelp": { | |
"dynamicRegistration": true, | |
"signatureInformation": { | |
"ocumentationFormat": [ | |
"plaintext", | |
"markdown" | |
] | |
} | |
}, | |
"references": { | |
"dynamicRegistration": true | |
}, | |
"rangeFormatting": { | |
"dynamicRegistration": true | |
}, | |
"codeAction": { | |
"codeActionLiteralSupport": { | |
"codeActionKind": { | |
"valueSet": [ | |
"quickfix", | |
"refactor", | |
"refactor.extract", | |
"refactor.inline", | |
"refactor.rewrite", | |
"source", | |
"source.organizeImports" | |
] | |
} | |
}, | |
"dynamicRegistration": true | |
}, | |
"foldingRange": { | |
"lineFoldingOnly": false, | |
"dynamicRegistration": true | |
}, | |
"onTypeFormatting": { | |
"dynamicRegistration": true | |
}, | |
"codeLens": { | |
"dynamicRegistration": true | |
}, | |
"documentSymbol": { | |
"hierarchicalDocumentSymbolSupport": true, | |
"symbolKind": { | |
"valueSet": [ | |
1, | |
2, | |
3, | |
4, | |
5, | |
6, | |
7, | |
8, | |
9, | |
10, | |
11, | |
12, | |
13, | |
14, | |
15, | |
16, | |
17, | |
18, | |
19, | |
20, | |
21, | |
22, | |
23, | |
24, | |
25, | |
26 | |
] | |
}, | |
"dynamicRegistration": true | |
}, | |
"colorProvider": { | |
"dynamicRegistration": true | |
}, | |
"documentLink": { | |
"dynamicRegistration": true | |
}, | |
"formatting": { | |
"dynamicRegistration": true | |
}, | |
"implementation": { | |
"dynamicRegistration": true | |
}, | |
"typeDefinition": { | |
"dynamicRegistration": true | |
}, | |
"publishDiagnostics": { | |
"tagSupport": { | |
"valueSet": [ | |
1, | |
2 | |
] | |
}, | |
"relatedInformation": true | |
}, | |
"rename": { | |
"prepareSupport": true, | |
"dynamicRegistration": true | |
}, | |
"hover": { | |
"contentFormat": [ | |
"plaintext", | |
"markdown" | |
], | |
"dynamicRegistration": true | |
} | |
} | |
}, | |
"trace": "off" | |
}, | |
"method": "initialize", | |
"id": 0 | |
} | |
ghcide version: 0.1.0 (GHC: 8.8.3) (PATH: D:\dev\ws\haskell\ghcide\dist-newstyle\build\x86_64-windows\ghc-8.8.3\ghcide-0.1.0\x\ghcide\build\ghcide\ghcide.exe) (GIT hash: ) | |
Starting LSP server... | |
If you are seeing this in a terminal, you probably should have run ghcide WITHOUT the --lsp option! | |
Started LSP server in 0.01s | |
<-- { | |
"tag": "RspInitialize", | |
"contents": { | |
"result": { | |
"capabilities": { | |
"typeDefinitionProvider": true, | |
"foldingRangeProvider": false, | |
"textDocumentSync": { | |
"openClose": true, | |
"change": 2, | |
"save": {} | |
}, | |
"workspace": { | |
"workspaceFolders": { | |
"supported": true, | |
"changeNotifications": true | |
} | |
}, | |
"implementationProvider": true, | |
"documentHighlightProvider": true, | |
"executeCommandProvider": { | |
"commands": [ | |
"2324:ghcide:typesignature.add" | |
] | |
}, | |
"renameProvider": false, | |
"colorProvider": false, | |
"definitionProvider": true, | |
"hoverProvider": true, | |
"codeActionProvider": true, | |
"completionProvider": { | |
"triggerCharacters": [ | |
"." | |
], | |
"resolveProvider": false | |
}, | |
"codeLensProvider": {}, | |
"documentSymbolProvider": true | |
} | |
}, | |
"jsonrpc": "2.0", | |
"id": 0 | |
} | |
} | |
--> { | |
"jsonrpc": "2.0", | |
"params": {}, | |
"method": "initialized" | |
} | |
--> { | |
"jsonrpc": "2.0", | |
"params": { | |
"textDocument": { | |
"languageId": "haskell", | |
"text": "module A where\nf = hea\n", | |
"uri": "file:///D:/dev/ws/haskell/ghcide/temp/extra-dir-83162386973/A.hs", | |
"version": 0 | |
} | |
}, | |
"method": "textDocument/didOpen" | |
} | |
--> { | |
"jsonrpc": "2.0", | |
"params": { | |
"changes": [ | |
{ | |
"uri": "file:///D:/dev/ws/haskell/ghcide/temp/extra-dir-83162386973/A.hs", | |
"type": 1 | |
} | |
] | |
}, | |
"method": "workspace/didChangeWatchedFiles" | |
} | |
--> { | |
"jsonrpc": "2.0", | |
"params": { | |
"textDocument": { | |
"uri": "file:///D:/dev/ws/haskell/ghcide/temp/extra-dir-83162386973/A.hs" | |
}, | |
"position": { | |
"line": 1, | |
"character": 7 | |
} | |
}, | |
"method": "textDocument/completion", | |
"id": 1 | |
} | |
[INFO] Opened text document: file:///D:/dev/ws/haskell/ghcide/temp/extra-dir-83162386973/A.hs | |
[INFO] Files created or deleted: [(NormalizedFilePath "D:\\dev\\ws\\haskell\\ghcide\\temp\\extra-dir-83162386973\\A.hs",True)] | |
Consulting the cradle for "D:\\dev\\ws\\haskell\\ghcide\\temp\\extra-dir-83162386973\\A.hs" | |
Right (ComponentOptions {componentOptions = [], componentRoot = "D:\\dev\\ws\\haskell\\ghcide\\temp\\extra-dir-83162386973", componentDependencies = []}) | |
<-- { | |
"tag": "RspCompletion", | |
"contents": { | |
"result": [], | |
"jsonrpc": "2.0", | |
"id": 1 | |
} | |
} | |
--> { | |
"jsonrpc": "2.0", | |
"params": null, | |
"method": "shutdown", | |
"id": 0 | |
} | |
<-- { | |
"tag": "RspShutdown", | |
"contents": { | |
"result": null, | |
"jsonrpc": "2.0", | |
"id": 0 | |
} | |
} | |
--> { | |
"jsonrpc": "2.0", | |
"params": [], | |
"method": "exit" | |
} | |
FAIL (0.32s) | |
test\\exe\\Main.hs:1621: | |
expected: [CompletionItem {_label = "head", _kind = Just CiFunction, _tags = List [], _detail = Just ":: [a] -> a", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing}] | |
but got: [] | |
1 out of 1 tests failed (0.32s) | |
Test suite ghcide-tests: FAIL | |
Test suite logged to: | |
D:\dev\ws\haskell\ghcide\dist-newstyle\build\x86_64-windows\ghc-8.8.3\ghcide-0.1.0\t\ghcide-tests\test\ghcide-0.1.0-ghcide-tests.log | |
0 of 1 test suites (0 of 1 test cases) passed. | |
cabal.exe: Tests failed for test:ghcide-tests from ghcide-0.1.0. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-05-21T05:37:29.1923280Z HIE | |
2020-05-21T05:37:29.3321917Z open close: OK (0.13s) | |
2020-05-21T05:37:29.3345267Z initialize response capabilities | |
2020-05-21T05:37:29.3438774Z text doc sync: OK | |
2020-05-21T05:37:29.3441290Z hover: OK | |
2020-05-21T05:37:29.3443167Z completion: OK | |
2020-05-21T05:37:29.3445109Z NO signature help: OK | |
2020-05-21T05:37:29.3448645Z goto definition: OK | |
2020-05-21T05:37:29.3452234Z NO goto type definition: FAIL | |
2020-05-21T05:37:29.3452735Z test/exe/Main.hs:124: | |
2020-05-21T05:37:29.3453092Z expected: Just (GotoOptionsStatic False) | |
2020-05-21T05:37:29.3453495Z but got: Just (GotoOptionsStatic True) | |
2020-05-21T05:37:29.3453917Z NO goto implementation: FAIL | |
2020-05-21T05:37:29.3454328Z test/exe/Main.hs:124: | |
2020-05-21T05:37:29.3454721Z expected: Just (GotoOptionsStatic False) | |
2020-05-21T05:37:29.3455114Z but got: Just (GotoOptionsStatic True) | |
2020-05-21T05:37:29.3455536Z NO find references: OK | |
2020-05-21T05:37:29.3458095Z NO doc highlight: FAIL | |
2020-05-21T05:37:29.3458677Z test/exe/Main.hs:124: | |
2020-05-21T05:37:29.3459105Z expected: Nothing | |
2020-05-21T05:37:29.3459729Z but got: Just True | |
2020-05-21T05:37:29.3461610Z doc symbol: OK | |
2020-05-21T05:37:29.3464045Z NO workspace symbol: OK | |
2020-05-21T05:37:29.3464796Z code action: OK | |
2020-05-21T05:37:29.3467638Z code lens: OK | |
2020-05-21T05:37:29.3468177Z NO doc formatting: OK | |
2020-05-21T05:37:29.3477495Z NO doc range formatting: OK | |
2020-05-21T05:37:29.3477999Z NO doc formatting on typing: OK | |
2020-05-21T05:37:29.3478446Z NO renaming: OK | |
2020-05-21T05:37:29.3478890Z NO doc link: OK | |
2020-05-21T05:37:29.3479352Z NO color: OK | |
2020-05-21T05:37:29.3479797Z NO folding range: OK | |
2020-05-21T05:37:29.3480256Z execute command: OK | |
2020-05-21T05:37:29.3480715Z workspace: OK | |
2020-05-21T05:37:29.3481155Z NO experimental: OK | |
2020-05-21T05:37:29.3481520Z completion | |
2020-05-21T05:37:29.3652755Z variable: FAIL (0.02s) | |
2020-05-21T05:37:29.3654493Z test/exe/Main.hs:1621: | |
2020-05-21T05:37:29.3656302Z expected: [CompletionItem {_label = "head", _kind = Just CiFunction, _tags = List [], _detail = Just ":: [a] -> a", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing}] | |
2020-05-21T05:37:29.3657265Z but got: [] | |
2020-05-21T05:37:29.3798936Z constructor: FAIL (0.02s) | |
2020-05-21T05:37:29.3799505Z test/exe/Main.hs:1633: | |
2020-05-21T05:37:29.3802344Z expected: [CompletionItem {_label = "True", _kind = Just CiConstructor, _tags = List [], _detail = Just ":: Bool", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing},CompletionItem {_label = "truncate", _kind = Just CiFunction, _tags = List [], _detail = Just ":: (RealFrac a, Integral b) => a -> b", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing}] | |
2020-05-21T05:37:29.3804139Z but got: [] | |
2020-05-21T05:37:29.5348644Z type: FAIL (0.15s) | |
2020-05-21T05:37:29.5350022Z test/exe/Main.hs:1647: | |
2020-05-21T05:37:29.5353059Z expected: [CompletionItem {_label = "Bounded", _kind = Just CiClass, _tags = List [], _detail = Just ":: * -> Constraint", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing},CompletionItem {_label = "Bool", _kind = Just CiStruct, _tags = List [], _detail = Just ":: *", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing}] | |
2020-05-21T05:37:29.5355325Z but got: [] | |
2020-05-21T05:37:29.6959688Z qualified: FAIL (0.16s) | |
2020-05-21T05:37:29.6960483Z test/exe/Main.hs:1664: | |
2020-05-21T05:37:29.6962381Z expected: [CompletionItem {_label = "head", _kind = Just CiFunction, _tags = List [], _detail = Just ":: [a] -> a", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing}] | |
2020-05-21T05:37:29.6963373Z but got: [] | |
2020-05-21T05:37:29.7204468Z keyword: FAIL (0.02s) | |
2020-05-21T05:37:29.7209116Z test/exe/Main.hs:1676: | |
2020-05-21T05:37:29.7210671Z expected: [CompletionItem {_label = "newtype", _kind = Just CiKeyword, _tags = List [], _detail = Nothing, _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Nothing, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing}] | |
2020-05-21T05:37:29.7212034Z but got: [] | |
2020-05-21T05:37:29.8645033Z type context: FAIL (0.14s) | |
2020-05-21T05:37:29.8646414Z test/exe/Main.hs:1697: | |
2020-05-21T05:37:29.8647420Z expected: [CompletionItem {_label = "Integer", _kind = Just CiStruct, _tags = List [], _detail = Just ":: *", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing}] | |
2020-05-21T05:37:29.8648606Z but got: [] | |
2020-05-21T05:37:29.8649070Z cpp | |
2020-05-21T05:37:30.4880317Z cpp-error: OK (0.62s) | |
2020-05-21T05:37:31.1649427Z cpp-ghcide: OK (0.68s) | |
2020-05-21T05:37:31.1655979Z diagnostics | |
2020-05-21T05:37:31.9195405Z fix syntax error: OK (0.75s) | |
2020-05-21T05:37:32.5489160Z introduce syntax error: OK (0.63s) | |
2020-05-21T05:37:33.1983751Z variable not in scope: OK (0.65s) | |
2020-05-21T05:37:33.8637811Z type error: OK (0.66s) | |
2020-05-21T05:37:34.7036335Z typed hole: OK (0.84s) | |
2020-05-21T05:37:34.7037002Z deferral | |
2020-05-21T05:37:35.4557627Z type error: OK (0.76s) | |
2020-05-21T05:37:36.3354111Z typed hole: OK (0.88s) | |
2020-05-21T05:37:37.1317289Z out of scope var: OK (0.80s) | |
2020-05-21T05:37:37.8943540Z message shows error: OK (0.76s) | |
2020-05-21T05:37:38.6533570Z remove required module: OK (0.76s) | |
2020-05-21T05:37:39.5627048Z add missing module: OK (0.91s) | |
2020-05-21T05:37:40.3024746Z add missing module (non workspace): OK (0.74s) | |
2020-05-21T05:37:41.0420399Z cyclic module dependency: OK (0.74s) | |
2020-05-21T05:37:41.5560301Z cyclic module dependency with hs-boot: OK (0.51s) | |
2020-05-21T05:37:42.0796796Z correct reference used with hs-boot: OK (0.52s) | |
2020-05-21T05:37:42.8367816Z redundant import: OK (0.75s) | |
2020-05-21T05:37:42.9589563Z package imports: FAIL (0.12s) | |
2020-05-21T05:37:42.9590948Z test/src/Development/IDE/Test.hs:39: | |
2020-05-21T05:37:42.9593467Z Could not find (DsError,(6,9),"Not in scope: \8216ThisList.map\8217") in List [Diagnostic {_range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 100000, _character = 0}}, _severity = Just DsError, _code = Nothing, _source = Just "compiler", _message = "mkImportDirs: main\nCallStack (from HasCallStack):\n error, called at src/Development/IDE/Import/FindImports.hs:86:23 in ghcide-0.1.0-8T09YwLW03LBvesZEcXkK5:Development.IDE.Import.FindImports", _tags = Nothing, _relatedInformation = Nothing}] | |
2020-05-21T05:37:43.6566891Z unqualified warnings: OK (0.70s) | |
2020-05-21T05:37:44.4450430Z lower-case drive: FAIL (0.79s) | |
2020-05-21T05:37:44.4452649Z test/src/Development/IDE/Test.hs:67: | |
2020-05-21T05:37:44.4456766Z Got unexpected diagnostics for Uri {getUri = "file:///tmp/extra-dir-48648129194231/A/B.hs"} got List [Diagnostic {_range = Range {_start = Position {_line = 2, _character = 0}, _end = Position {_line = 2, _character = 16}}, _severity = Just DsWarning, _code = Nothing, _source = Just "typecheck", _message = "/tmp/extra-dir-48648129194231/A/B.hs:3:1: warning:\n The import of \8216Data.List\8217 is redundant\n except perhaps to import instances from \8216Data.List\8217\n To import instances alone, use: import Data.List()", _tags = Nothing, _relatedInformation = Nothing}] | |
2020-05-21T05:37:45.0649650Z haddock parse error: OK (0.62s) | |
2020-05-21T05:37:45.0655898Z code actions | |
2020-05-21T05:37:45.0657159Z rename actions | |
2020-05-21T05:37:48.8321404Z change to local variable name: OK (3.29s) | |
2020-05-21T05:37:51.6148297Z change to name of imported function: OK (3.26s) | |
2020-05-21T05:37:54.9192268Z suggest multiple local variable names: OK (3.31s) | |
2020-05-21T05:37:58.3425274Z change infix function: OK (3.42s) | |
2020-05-21T05:37:58.3431178Z type wildcard actions | |
2020-05-21T05:38:01.6830937Z global signature: OK (3.34s) | |
2020-05-21T05:38:05.0093332Z multi-line message: OK (3.33s) | |
2020-05-21T05:38:08.3595614Z local signature: OK (3.35s) | |
2020-05-21T05:38:08.3596886Z remove import actions | |
2020-05-21T05:38:11.7948997Z redundant: OK (3.44s) | |
2020-05-21T05:38:15.2555869Z qualified redundant: OK (3.46s) | |
2020-05-21T05:38:18.7387799Z redundant binding: OK (3.48s) | |
2020-05-21T05:38:22.1492750Z redundant operator: OK (3.41s) | |
2020-05-21T05:38:25.5676959Z redundant all import: OK (3.42s) | |
2020-05-21T05:38:28.9913197Z redundant constructor import: OK (3.42s) | |
2020-05-21T05:38:28.9914668Z extend import actions | |
2020-05-21T05:38:32.4489319Z extend single line import with value: OK (3.46s) | |
2020-05-21T05:38:35.9574552Z extend single line import with operator: OK (3.50s) | |
2020-05-21T05:38:39.4394598Z extend single line import with type: OK (3.48s) | |
2020-05-21T05:38:42.9620424Z extend single line import with constructor: FAIL (expected: known broken) (3.52s) | |
2020-05-21T05:38:42.9621918Z test/exe/Main.hs:937: | |
2020-05-21T05:38:42.9622498Z expected: "module ModuleB where\nimport ModuleA (A(Constructor))\nb :: A\nb = Constructor\n" | |
2020-05-21T05:38:42.9623385Z but got: "module ModuleB where\nimport ModuleA (Constructor, A)\nb :: A\nb = Constructor\n"(expected failure) | |
2020-05-21T05:38:46.4864159Z extend single line qualified import with value: OK (3.52s) | |
2020-05-21T05:38:50.0262922Z extend multi line import with value: OK (3.54s) | |
2020-05-21T05:38:50.0267818Z suggest import actions | |
2020-05-21T05:38:50.0268806Z Dont want suggestion | |
2020-05-21T05:38:50.4749525Z f = nonEmpty: OK (0.44s) | |
2020-05-21T05:38:50.8968475Z f = First: OK (0.43s) | |
2020-05-21T05:38:51.3167897Z f :: Typeable a => a: OK (0.42s) | |
2020-05-21T05:38:51.7549210Z f = quickCheck: OK (0.44s) | |
2020-05-21T05:38:51.7549884Z want suggestion | |
2020-05-21T05:38:52.1915026Z f = nonEmpty: OK (0.44s) | |
2020-05-21T05:38:52.6215914Z f = (:|): OK (0.43s) | |
2020-05-21T05:38:53.0279503Z f :: Natural: OK (0.40s) | |
2020-05-21T05:38:53.4428998Z f :: NonEmpty (): OK (0.42s) | |
2020-05-21T05:38:53.8843999Z f = First: OK (0.44s) | |
2020-05-21T05:38:54.3235258Z f = Endo: OK (0.44s) | |
2020-05-21T05:38:54.7596960Z f = Version: OK (0.44s) | |
2020-05-21T05:38:55.1833138Z f ExitSuccess = (): OK (0.42s) | |
2020-05-21T05:38:55.6179889Z f = AssertionFailed: OK (0.44s) | |
2020-05-21T05:38:56.0594704Z f = nonEmpty: OK (0.44s) | |
2020-05-21T05:38:56.4851750Z f :: Alternative f => f (): OK (0.43s) | |
2020-05-21T05:38:56.9294442Z f = empty: OK (0.44s) | |
2020-05-21T05:38:57.3660151Z f = (&): OK (0.44s) | |
2020-05-21T05:38:57.7950669Z f = NE.nonEmpty: OK (0.43s) | |
2020-05-21T05:38:58.2158462Z f :: Typeable a => a: OK (0.42s) | |
2020-05-21T05:38:58.6495552Z f = pack: OK (0.43s) | |
2020-05-21T05:38:59.0772918Z f :: Text: OK (0.43s) | |
2020-05-21T05:38:59.5252058Z f = [] & id: OK (0.45s) | |
2020-05-21T05:38:59.9783758Z f = (&) [] id: OK (0.45s) | |
2020-05-21T05:38:59.9785102Z add language extension actions | |
2020-05-21T05:39:03.3451807Z add NamedFieldPuns language extension: OK (3.37s) | |
2020-05-21T05:39:06.7276602Z add RecordWildCards language extension: OK (3.38s) | |
2020-05-21T05:39:06.7277814Z fix import actions | |
2020-05-21T05:39:10.3115170Z fix constructor import: OK (3.58s) | |
2020-05-21T05:39:10.3116582Z import rename actions | |
2020-05-21T05:39:13.6275986Z Data.Mape -> Data.Map: OK (3.32s) | |
2020-05-21T05:39:16.9124654Z Data.Mape -> Data.Maybe: OK (3.29s) | |
2020-05-21T05:39:16.9130761Z fill typed holes | |
2020-05-21T05:39:20.4064383Z replace hole `_` with show: OK (3.49s) | |
2020-05-21T05:39:23.8801463Z replace hole `_` with globalConvert: OK (3.47s) | |
2020-05-21T05:39:27.3772294Z replace hole `_convertme` with localConvert: OK (3.50s) | |
2020-05-21T05:39:31.0429306Z replace hole `_b` with globalInt: OK (3.66s) | |
2020-05-21T05:39:34.7166717Z replace hole `_c` with globalInt: OK (3.67s) | |
2020-05-21T05:39:38.3278896Z replace hole `_c` with parameterInt: OK (3.61s) | |
2020-05-21T05:39:38.3281409Z add signature | |
2020-05-21T05:39:41.6900462Z abc = True: OK (3.36s) | |
2020-05-21T05:39:45.0925257Z foo a b = a + b: OK (3.40s) | |
2020-05-21T05:39:48.5236018Z bar a b = show $ a + b: OK (3.43s) | |
2020-05-21T05:39:52.0841374Z (!!!) a b = a > b: OK (3.56s) | |
2020-05-21T05:39:55.4862371Z a >>>> b = a + b: OK (3.40s) | |
2020-05-21T05:39:58.8587228Z a `haha` b = a b: OK (3.37s) | |
2020-05-21T05:40:02.2275874Z pattern Some a = Just a: OK (3.36s) | |
2020-05-21T05:40:02.2276999Z insert new definition actions | |
2020-05-21T05:40:05.5390474Z insert new function definition: OK (3.32s) | |
2020-05-21T05:40:09.0852821Z define a hole: OK (3.55s) | |
2020-05-21T05:40:09.0857288Z code lenses | |
2020-05-21T05:40:09.0858100Z add signature | |
2020-05-21T05:40:09.0858526Z with warnings enabled | |
2020-05-21T05:40:09.1147172Z abc = True: FAIL | |
2020-05-21T05:40:09.1149721Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:40:09.1151765Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:40:09.1152442Z Last message received: | |
2020-05-21T05:40:09.1152894Z { | |
2020-05-21T05:40:09.1153420Z "tag": "RspCodeLens", | |
2020-05-21T05:40:09.1153912Z "contents": { | |
2020-05-21T05:40:09.1154375Z "result": [], | |
2020-05-21T05:40:09.1155067Z "jsonrpc": "2.0", | |
2020-05-21T05:40:09.1155553Z "id": 1 | |
2020-05-21T05:40:09.1155975Z } | |
2020-05-21T05:40:09.1156384Z } | |
2020-05-21T05:40:09.1333033Z foo a b = a + b: FAIL | |
2020-05-21T05:40:09.1334332Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:40:09.1335777Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:40:09.1336462Z Last message received: | |
2020-05-21T05:40:09.1336932Z { | |
2020-05-21T05:40:09.1337409Z "tag": "RspCodeLens", | |
2020-05-21T05:40:09.1337925Z "contents": { | |
2020-05-21T05:40:09.1338426Z "result": [], | |
2020-05-21T05:40:09.1338960Z "jsonrpc": "2.0", | |
2020-05-21T05:40:09.1339468Z "id": 1 | |
2020-05-21T05:40:09.1339918Z } | |
2020-05-21T05:40:09.1340352Z } | |
2020-05-21T05:40:09.1474306Z bar a b = show $ a + b: FAIL | |
2020-05-21T05:40:09.1478582Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:40:09.1480239Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:40:09.1481065Z Last message received: | |
2020-05-21T05:40:09.1481601Z { | |
2020-05-21T05:40:09.1482284Z "tag": "RspCodeLens", | |
2020-05-21T05:40:09.1482904Z "contents": { | |
2020-05-21T05:40:09.1483370Z "result": [], | |
2020-05-21T05:40:09.1506879Z "jsonrpc": "2.0", | |
2020-05-21T05:40:09.1507618Z "id": 1 | |
2020-05-21T05:40:09.1507946Z } | |
2020-05-21T05:40:09.1508205Z } | |
2020-05-21T05:40:09.1608625Z (!!!) a b = a > b: FAIL | |
2020-05-21T05:40:09.1610998Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:40:09.1612043Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:40:09.1612646Z Last message received: | |
2020-05-21T05:40:09.1612919Z { | |
2020-05-21T05:40:09.1613167Z "tag": "RspCodeLens", | |
2020-05-21T05:40:09.1613462Z "contents": { | |
2020-05-21T05:40:09.1613748Z "result": [], | |
2020-05-21T05:40:09.1614031Z "jsonrpc": "2.0", | |
2020-05-21T05:40:09.1614320Z "id": 1 | |
2020-05-21T05:40:09.1614559Z } | |
2020-05-21T05:40:09.1614789Z } | |
2020-05-21T05:40:09.1796730Z a >>>> b = a + b: FAIL | |
2020-05-21T05:40:09.1802743Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:40:09.1803999Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:40:09.1804515Z Last message received: | |
2020-05-21T05:40:09.1826670Z { | |
2020-05-21T05:40:09.1835757Z "tag": "RspCodeLens", | |
2020-05-21T05:40:09.1836225Z "contents": { | |
2020-05-21T05:40:09.1836537Z "result": [], | |
2020-05-21T05:40:09.1836847Z "jsonrpc": "2.0", | |
2020-05-21T05:40:09.1837128Z "id": 1 | |
2020-05-21T05:40:09.1837380Z } | |
2020-05-21T05:40:09.1837599Z } | |
2020-05-21T05:40:09.2028752Z a `haha` b = a b: FAIL | |
2020-05-21T05:40:09.2029479Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:40:09.2030591Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:40:09.2031014Z Last message received: | |
2020-05-21T05:40:09.2031281Z { | |
2020-05-21T05:40:09.2031525Z "tag": "RspCodeLens", | |
2020-05-21T05:40:09.2031827Z "contents": { | |
2020-05-21T05:40:09.2032122Z "result": [], | |
2020-05-21T05:40:09.2032411Z "jsonrpc": "2.0", | |
2020-05-21T05:40:09.2032877Z "id": 1 | |
2020-05-21T05:40:09.2033143Z } | |
2020-05-21T05:40:09.2033350Z } | |
2020-05-21T05:40:09.2200574Z pattern Some a = Just a: FAIL | |
2020-05-21T05:40:09.2204560Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:40:09.2205989Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:40:09.2206502Z Last message received: | |
2020-05-21T05:40:09.2206836Z { | |
2020-05-21T05:40:09.2207083Z "tag": "RspCodeLens", | |
2020-05-21T05:40:09.2207439Z "contents": { | |
2020-05-21T05:40:09.2207775Z "result": [], | |
2020-05-21T05:40:09.2210046Z "jsonrpc": "2.0", | |
2020-05-21T05:40:09.2210442Z "id": 1 | |
2020-05-21T05:40:09.2210740Z } | |
2020-05-21T05:40:09.2211017Z } | |
2020-05-21T05:40:09.2211290Z with warnings disabled | |
2020-05-21T05:40:09.2329414Z abc = True: FAIL | |
2020-05-21T05:40:09.2330400Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:40:09.2331462Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:40:09.2332005Z Last message received: | |
2020-05-21T05:40:09.2332311Z { | |
2020-05-21T05:40:09.2332592Z "tag": "RspCodeLens", | |
2020-05-21T05:40:09.2332919Z "contents": { | |
2020-05-21T05:40:09.2333227Z "result": [], | |
2020-05-21T05:40:09.2333562Z "jsonrpc": "2.0", | |
2020-05-21T05:40:09.2333890Z "id": 1 | |
2020-05-21T05:40:09.2334161Z } | |
2020-05-21T05:40:09.2334416Z } | |
2020-05-21T05:40:09.2587901Z foo a b = a + b: FAIL | |
2020-05-21T05:40:09.2591958Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:40:09.2593096Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:40:09.2593683Z Last message received: | |
2020-05-21T05:40:09.2593918Z { | |
2020-05-21T05:40:09.2594160Z "tag": "RspCodeLens", | |
2020-05-21T05:40:09.2594421Z "contents": { | |
2020-05-21T05:40:09.2594694Z "result": [], | |
2020-05-21T05:40:09.2594977Z "jsonrpc": "2.0", | |
2020-05-21T05:40:09.2595236Z "id": 1 | |
2020-05-21T05:40:09.2595472Z } | |
2020-05-21T05:40:09.2595662Z } | |
2020-05-21T05:40:09.2724685Z bar a b = show $ a + b: FAIL | |
2020-05-21T05:40:09.2725615Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:40:09.2727089Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:40:09.2727876Z Last message received: | |
2020-05-21T05:40:09.2728395Z { | |
2020-05-21T05:40:09.2728777Z "tag": "RspCodeLens", | |
2020-05-21T05:40:09.2729386Z "contents": { | |
2020-05-21T05:40:09.2729945Z "result": [], | |
2020-05-21T05:40:09.2730269Z "jsonrpc": "2.0", | |
2020-05-21T05:40:09.2730570Z "id": 1 | |
2020-05-21T05:40:09.2730826Z } | |
2020-05-21T05:40:09.2731031Z } | |
2020-05-21T05:40:09.2908064Z (!!!) a b = a > b: FAIL | |
2020-05-21T05:40:09.2911118Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:40:09.2912206Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:40:09.2912653Z Last message received: | |
2020-05-21T05:40:09.2913148Z { | |
2020-05-21T05:40:09.2913418Z "tag": "RspCodeLens", | |
2020-05-21T05:40:09.2913721Z "contents": { | |
2020-05-21T05:40:09.2914032Z "result": [], | |
2020-05-21T05:40:09.2914498Z "jsonrpc": "2.0", | |
2020-05-21T05:40:09.2914890Z "id": 1 | |
2020-05-21T05:40:09.2915115Z } | |
2020-05-21T05:40:09.2915320Z } | |
2020-05-21T05:40:09.3152584Z a >>>> b = a + b: FAIL | |
2020-05-21T05:40:09.3153847Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:40:09.3155195Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:40:09.3156002Z Last message received: | |
2020-05-21T05:40:09.3156493Z { | |
2020-05-21T05:40:09.3156999Z "tag": "RspCodeLens", | |
2020-05-21T05:40:09.3157532Z "contents": { | |
2020-05-21T05:40:09.3158054Z "result": [], | |
2020-05-21T05:40:09.3158622Z "jsonrpc": "2.0", | |
2020-05-21T05:40:09.3160336Z "id": 1 | |
2020-05-21T05:40:09.3161360Z } | |
2020-05-21T05:40:09.3161626Z } | |
2020-05-21T05:40:09.3342922Z a `haha` b = a b: FAIL | |
2020-05-21T05:40:09.3347564Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:40:09.3349392Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:40:09.3350147Z Last message received: | |
2020-05-21T05:40:09.3350607Z { | |
2020-05-21T05:40:09.3351060Z "tag": "RspCodeLens", | |
2020-05-21T05:40:09.3351544Z "contents": { | |
2020-05-21T05:40:09.3352020Z "result": [], | |
2020-05-21T05:40:09.3352503Z "jsonrpc": "2.0", | |
2020-05-21T05:40:09.3352982Z "id": 1 | |
2020-05-21T05:40:09.3353408Z } | |
2020-05-21T05:40:09.3353816Z } | |
2020-05-21T05:40:09.3492034Z pattern Some a = Just a: FAIL | |
2020-05-21T05:40:09.3493017Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:40:09.3496690Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:40:09.3497676Z Last message received: | |
2020-05-21T05:40:09.3498075Z { | |
2020-05-21T05:40:09.3498480Z "tag": "RspCodeLens", | |
2020-05-21T05:40:09.3499118Z "contents": { | |
2020-05-21T05:40:09.3499579Z "result": [], | |
2020-05-21T05:40:09.3500061Z "jsonrpc": "2.0", | |
2020-05-21T05:40:09.3500539Z "id": 1 | |
2020-05-21T05:40:09.3501063Z } | |
2020-05-21T05:40:09.3501479Z } | |
2020-05-21T05:40:09.3501851Z outline | |
2020-05-21T05:40:09.3710723Z type class: FAIL (0.02s) | |
2020-05-21T05:40:09.3712107Z test/exe/Main.hs:1753: | |
2020-05-21T05:40:09.3718824Z expected: Left [DocumentSymbol {_name = "A", _detail = Nothing, _kind = SkFile, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 9223372036854775807, _character = 0}}, _selectionRange = Range {_start = Position {_line = 0, _character = 7}, _end = Position {_line = 0, _character = 8}}, _children = Just (List [DocumentSymbol {_name = "A a", _detail = Just "class", _kind = SkClass, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 30}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 30}}, _children = Just (List [DocumentSymbol {_name = "a", _detail = Nothing, _kind = SkMethod, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 16}, _end = Position {_line = 1, _character = 30}}, _selectionRange = Range {_start = Position {_line = 1, _character = 16}, _end = Position {_line = 1, _character = 17}}, _children = Nothing}])}])}] | |
2020-05-21T05:40:09.3722251Z but got: Left [] | |
2020-05-21T05:40:09.3888410Z type class instance : FAIL (0.02s) | |
2020-05-21T05:40:09.3889368Z test/exe/Main.hs:1766: | |
2020-05-21T05:40:09.3890856Z expected: Left [DocumentSymbol {_name = "A a", _detail = Just "class", _kind = SkClass, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 15}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 15}}, _children = Just (List [])},DocumentSymbol {_name = "A ()", _detail = Nothing, _kind = SkInterface, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 19}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 19}}, _children = Nothing}] | |
2020-05-21T05:40:09.3892366Z but got: Left [] | |
2020-05-21T05:40:09.4089668Z type family: FAIL (0.02s) | |
2020-05-21T05:40:09.4096118Z test/exe/Main.hs:1774: | |
2020-05-21T05:40:09.4097392Z expected: Left [DocumentSymbol {_name = "A", _detail = Just "type family", _kind = SkClass, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 13}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 13}}, _children = Nothing}] | |
2020-05-21T05:40:09.4098487Z but got: Left [] | |
2020-05-21T05:40:09.4286300Z type family instance : FAIL (0.02s) | |
2020-05-21T05:40:09.4287221Z test/exe/Main.hs:1783: | |
2020-05-21T05:40:09.4288807Z expected: Left [DocumentSymbol {_name = "A a", _detail = Just "type family", _kind = SkClass, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 15}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 15}}, _children = Nothing},DocumentSymbol {_name = "A ()", _detail = Nothing, _kind = SkInterface, _deprecated = Nothing, _range = Range {_start = Position {_line = 2, _character = 0}, _end = Position {_line = 2, _character = 23}}, _selectionRange = Range {_start = Position {_line = 2, _character = 0}, _end = Position {_line = 2, _character = 23}}, _children = Nothing}] | |
2020-05-21T05:40:09.4290703Z but got: Left [] | |
2020-05-21T05:40:09.4469588Z data family: FAIL (0.01s) | |
2020-05-21T05:40:09.4470513Z test/exe/Main.hs:1791: | |
2020-05-21T05:40:09.4471653Z expected: Left [DocumentSymbol {_name = "A", _detail = Just "data family", _kind = SkClass, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 11}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 11}}, _children = Nothing}] | |
2020-05-21T05:40:09.4472745Z but got: Left [] | |
2020-05-21T05:40:09.4611891Z data family instance : FAIL (0.01s) | |
2020-05-21T05:40:09.4613041Z test/exe/Main.hs:1800: | |
2020-05-21T05:40:09.4614527Z expected: Left [DocumentSymbol {_name = "A a", _detail = Just "data family", _kind = SkClass, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 11}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 11}}, _children = Nothing},DocumentSymbol {_name = "A ()", _detail = Nothing, _kind = SkInterface, _deprecated = Nothing, _range = Range {_start = Position {_line = 2, _character = 0}, _end = Position {_line = 2, _character = 25}}, _selectionRange = Range {_start = Position {_line = 2, _character = 0}, _end = Position {_line = 2, _character = 25}}, _children = Nothing}] | |
2020-05-21T05:40:09.4616143Z but got: Left [] | |
2020-05-21T05:40:09.4773532Z constant: FAIL (0.02s) | |
2020-05-21T05:40:09.4774873Z test/exe/Main.hs:1808: | |
2020-05-21T05:40:09.4775930Z expected: Left [DocumentSymbol {_name = "a", _detail = Nothing, _kind = SkFunction, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 6}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 6}}, _children = Nothing}] | |
2020-05-21T05:40:09.4776918Z but got: Left [] | |
2020-05-21T05:40:09.4970488Z pattern: FAIL (0.02s) | |
2020-05-21T05:40:09.4973265Z test/exe/Main.hs:1814: | |
2020-05-21T05:40:09.4974296Z expected: Left [DocumentSymbol {_name = "Just foo", _detail = Nothing, _kind = SkFunction, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 18}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 18}}, _children = Nothing}] | |
2020-05-21T05:40:09.4975273Z but got: Left [] | |
2020-05-21T05:40:09.5117269Z pattern with type signature: FAIL (0.01s) | |
2020-05-21T05:40:09.5118078Z test/exe/Main.hs:1820: | |
2020-05-21T05:40:09.5119014Z expected: Left [DocumentSymbol {_name = "a :: ()", _detail = Nothing, _kind = SkFunction, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 12}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 12}}, _children = Nothing}] | |
2020-05-21T05:40:09.5119960Z but got: Left [] | |
2020-05-21T05:40:09.5302481Z function: FAIL (0.02s) | |
2020-05-21T05:40:09.5304758Z test/exe/Main.hs:1826: | |
2020-05-21T05:40:09.5305581Z expected: Left [DocumentSymbol {_name = "a", _detail = Nothing, _kind = SkFunction, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 8}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 8}}, _children = Nothing}] | |
2020-05-21T05:40:09.5306735Z but got: Left [] | |
2020-05-21T05:40:09.5437032Z type synonym: FAIL (0.01s) | |
2020-05-21T05:40:09.5437888Z test/exe/Main.hs:1831: | |
2020-05-21T05:40:09.5443123Z expected: Left [DocumentSymbol {_name = "A", _detail = Nothing, _kind = SkTypeParameter, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 13}}, _selectionRange = Range {_start = Position {_line = 0, _character = 5}, _end = Position {_line = 0, _character = 6}}, _children = Nothing}] | |
2020-05-21T05:40:09.5444444Z but got: Left [] | |
2020-05-21T05:40:09.5590159Z datatype: FAIL (0.01s) | |
2020-05-21T05:40:09.5590962Z test/exe/Main.hs:1837: | |
2020-05-21T05:40:09.5592438Z expected: Left [DocumentSymbol {_name = "A", _detail = Nothing, _kind = SkStruct, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 10}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 10}}, _children = Just (List [DocumentSymbol {_name = "C", _detail = Nothing, _kind = SkConstructor, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 9}, _end = Position {_line = 0, _character = 10}}, _selectionRange = Range {_start = Position {_line = 0, _character = 9}, _end = Position {_line = 0, _character = 10}}, _children = Nothing}])}] | |
2020-05-21T05:40:09.5594069Z but got: Left [] | |
2020-05-21T05:40:09.5887307Z import: FAIL (0.03s) | |
2020-05-21T05:40:09.5888563Z test/exe/Main.hs:1847: | |
2020-05-21T05:40:09.5895429Z expected: Left [DocumentSymbol {_name = "imports", _detail = Nothing, _kind = SkModule, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 17}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 17}}, _children = Just (List [DocumentSymbol {_name = "import Data.Maybe", _detail = Nothing, _kind = SkModule, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 17}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 17}}, _children = Nothing}])}] | |
2020-05-21T05:40:09.5897162Z but got: Left [] | |
2020-05-21T05:40:09.6033236Z multiple import: FAIL (0.01s) | |
2020-05-21T05:40:09.6033770Z test/exe/Main.hs:1858: | |
2020-05-21T05:40:09.6035876Z expected: Left [DocumentSymbol {_name = "imports", _detail = Nothing, _kind = SkModule, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 3, _character = 24}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 3, _character = 24}}, _children = Just (List [DocumentSymbol {_name = "import Data.Maybe", _detail = Nothing, _kind = SkModule, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 17}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 17}}, _children = Nothing},DocumentSymbol {_name = "import Control.Exception", _detail = Nothing, _kind = SkModule, _deprecated = Nothing, _range = Range {_start = Position {_line = 3, _character = 0}, _end = Position {_line = 3, _character = 24}}, _selectionRange = Range {_start = Position {_line = 3, _character = 0}, _end = Position {_line = 3, _character = 24}}, _children = Nothing}])}] | |
2020-05-21T05:40:09.6038104Z but got: Left [] | |
2020-05-21T05:40:09.6244644Z foreign import: FAIL (0.02s) | |
2020-05-21T05:40:09.6245360Z test/exe/Main.hs:1873: | |
2020-05-21T05:40:09.6246033Z expected: Left [DocumentSymbol {_name = "a", _detail = Just "import", _kind = SkObject, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 33}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 33}}, _children = Nothing}] | |
2020-05-21T05:40:09.6246715Z but got: Left [] | |
2020-05-21T05:40:09.6413652Z foreign export: FAIL (0.02s) | |
2020-05-21T05:40:09.6414296Z test/exe/Main.hs:1881: | |
2020-05-21T05:40:09.6415081Z expected: Left [DocumentSymbol {_name = "odd", _detail = Just "export", _kind = SkObject, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 39}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 39}}, _children = Nothing}] | |
2020-05-21T05:40:09.6415877Z but got: Left [] | |
2020-05-21T05:40:09.6416093Z get | |
2020-05-21T05:40:09.6416291Z definition | |
2020-05-21T05:40:09.6561176Z field in record definition: FAIL (0.01s) | |
2020-05-21T05:40:09.6561812Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:09.6562103Z number of definitions | |
2020-05-21T05:40:09.6562370Z expected: 1 | |
2020-05-21T05:40:09.6562732Z but got: 0 | |
2020-05-21T05:40:09.6699749Z field in record construction #71: FAIL (expected: known broken) (0.01s) | |
2020-05-21T05:40:09.6702472Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:09.6702894Z number of definitions | |
2020-05-21T05:40:09.6703155Z expected: 1 | |
2020-05-21T05:40:09.6703605Z but got: 0(expected failure) | |
2020-05-21T05:40:09.6839059Z field name used as accessor: FAIL (0.01s) | |
2020-05-21T05:40:09.6839726Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:09.6840034Z number of definitions | |
2020-05-21T05:40:09.6840286Z expected: 1 | |
2020-05-21T05:40:09.6840548Z but got: 0 | |
2020-05-21T05:40:09.7012532Z top-level name: FAIL (0.02s) | |
2020-05-21T05:40:09.7013359Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:09.7013658Z number of definitions | |
2020-05-21T05:40:09.7013912Z expected: 1 | |
2020-05-21T05:40:09.7014174Z but got: 0 | |
2020-05-21T05:40:09.7140193Z data constructor record #247: FAIL (0.01s) | |
2020-05-21T05:40:09.7141776Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:09.7142122Z number of definitions | |
2020-05-21T05:40:09.7142384Z expected: 1 | |
2020-05-21T05:40:09.7142611Z but got: 0 | |
2020-05-21T05:40:09.7288640Z data constructor plain: FAIL (0.01s) | |
2020-05-21T05:40:09.7289303Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:09.7290276Z number of definitions | |
2020-05-21T05:40:09.7290649Z expected: 1 | |
2020-05-21T05:40:09.7290882Z but got: 0 | |
2020-05-21T05:40:09.7576620Z type constructor #248: FAIL (0.03s) | |
2020-05-21T05:40:09.7580762Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:09.7581143Z number of definitions | |
2020-05-21T05:40:09.7581402Z expected: 1 | |
2020-05-21T05:40:09.7740807Z but got: 0 | |
2020-05-21T05:40:09.7741477Z type constructor external #248,249: FAIL (expected: known broken) (0.02s) | |
2020-05-21T05:40:09.7743190Z test/exe/Main.hs:1303: | |
2020-05-21T05:40:09.7743665Z Expecting to fail to find in external file(expected failure) | |
2020-05-21T05:40:09.7891386Z value external package #249: FAIL (expected: known broken) (0.01s) | |
2020-05-21T05:40:09.7892520Z test/exe/Main.hs:1303: | |
2020-05-21T05:40:09.7893039Z Expecting to fail to find in external file(expected failure) | |
2020-05-21T05:40:09.8065519Z plain parameter: FAIL (0.02s) | |
2020-05-21T05:40:09.8066242Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:09.8066575Z number of definitions | |
2020-05-21T05:40:09.8066860Z expected: 1 | |
2020-05-21T05:40:09.8067154Z but got: 0 | |
2020-05-21T05:40:09.8227318Z pattern match name: FAIL (0.02s) | |
2020-05-21T05:40:09.8228056Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:09.8228502Z number of definitions | |
2020-05-21T05:40:09.8229069Z expected: 1 | |
2020-05-21T05:40:09.8229387Z but got: 0 | |
2020-05-21T05:40:09.8409791Z top-level operator: FAIL (0.02s) | |
2020-05-21T05:40:09.8410525Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:09.8410861Z number of definitions | |
2020-05-21T05:40:09.8411170Z expected: 1 | |
2020-05-21T05:40:09.8411447Z but got: 0 | |
2020-05-21T05:40:09.8606431Z parameter operator: FAIL (0.02s) | |
2020-05-21T05:40:09.8609200Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:09.8609732Z number of definitions | |
2020-05-21T05:40:09.8610121Z expected: 1 | |
2020-05-21T05:40:09.8610492Z but got: 0 | |
2020-05-21T05:40:09.8765541Z name in backticks: FAIL (0.02s) | |
2020-05-21T05:40:09.8766215Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:09.8766552Z number of definitions | |
2020-05-21T05:40:09.8766839Z expected: 1 | |
2020-05-21T05:40:09.8767137Z but got: 0 | |
2020-05-21T05:40:09.8936859Z class in instance declaration #250: FAIL (0.02s) | |
2020-05-21T05:40:09.8937514Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:09.8938478Z number of definitions | |
2020-05-21T05:40:09.8938981Z expected: 1 | |
2020-05-21T05:40:09.8939595Z but got: 0 | |
2020-05-21T05:40:09.9075009Z class in signature #250: FAIL (0.01s) | |
2020-05-21T05:40:09.9075624Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:09.9075937Z number of definitions | |
2020-05-21T05:40:09.9076237Z expected: 1 | |
2020-05-21T05:40:09.9076532Z but got: 0 | |
2020-05-21T05:40:09.9210034Z external class in signature #249,250: FAIL (expected: known broken) (0.01s) | |
2020-05-21T05:40:09.9210679Z test/exe/Main.hs:1303: | |
2020-05-21T05:40:09.9211130Z Expecting to fail to find in external file(expected failure) | |
2020-05-21T05:40:09.9403359Z do-notation bind: FAIL (0.02s) | |
2020-05-21T05:40:09.9404065Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:09.9404430Z number of definitions | |
2020-05-21T05:40:09.9404757Z expected: 1 | |
2020-05-21T05:40:09.9405068Z but got: 0 | |
2020-05-21T05:40:09.9587002Z do-notation lookup: FAIL (0.02s) | |
2020-05-21T05:40:09.9587960Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:09.9588229Z number of definitions | |
2020-05-21T05:40:09.9588615Z expected: 1 | |
2020-05-21T05:40:09.9588851Z but got: 0 | |
2020-05-21T05:40:09.9730212Z listcomp bind: FAIL (0.01s) | |
2020-05-21T05:40:09.9730887Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:09.9731201Z number of definitions | |
2020-05-21T05:40:09.9731542Z expected: 1 | |
2020-05-21T05:40:09.9731855Z but got: 0 | |
2020-05-21T05:40:09.9888982Z listcomp lookup: FAIL (0.02s) | |
2020-05-21T05:40:09.9889637Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:09.9890021Z number of definitions | |
2020-05-21T05:40:09.9890328Z expected: 1 | |
2020-05-21T05:40:09.9890647Z but got: 0 | |
2020-05-21T05:40:10.0106498Z top-level fn 1st clause: FAIL (0.02s) | |
2020-05-21T05:40:10.0110465Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:10.0111009Z number of definitions | |
2020-05-21T05:40:10.0111267Z expected: 1 | |
2020-05-21T05:40:10.0111510Z but got: 0 | |
2020-05-21T05:40:10.0255750Z top-level fn 2nd clause #246: FAIL (0.01s) | |
2020-05-21T05:40:10.0256395Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:10.0256683Z number of definitions | |
2020-05-21T05:40:10.0256915Z expected: 1 | |
2020-05-21T05:40:10.0257156Z but got: 0 | |
2020-05-21T05:40:10.0495404Z top-level fn on space #315: OK (0.02s) | |
2020-05-21T05:40:10.0662187Z top-level signature #310: FAIL (expected: known broken) (0.02s) | |
2020-05-21T05:40:10.0663045Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:10.0663417Z number of definitions | |
2020-05-21T05:40:10.0663727Z expected: 1 | |
2020-05-21T05:40:10.0664081Z but got: 0(expected failure) | |
2020-05-21T05:40:10.0810074Z inner signature #310: FAIL (expected: known broken) (0.01s) | |
2020-05-21T05:40:10.0810808Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:10.0811136Z number of definitions | |
2020-05-21T05:40:10.0811484Z expected: 1 | |
2020-05-21T05:40:10.0811815Z but got: 0(expected failure) | |
2020-05-21T05:40:10.0946074Z Imported symbol: FAIL (0.01s) | |
2020-05-21T05:40:10.0947150Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:10.0947751Z number of definitions | |
2020-05-21T05:40:10.0948269Z expected: 1 | |
2020-05-21T05:40:10.0949356Z but got: 0 | |
2020-05-21T05:40:10.1248431Z Imported symbol (reexported): FAIL (0.03s) | |
2020-05-21T05:40:10.1249817Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:10.1250368Z number of definitions | |
2020-05-21T05:40:10.1250885Z expected: 1 | |
2020-05-21T05:40:10.1251575Z but got: 0 | |
2020-05-21T05:40:10.1252128Z hover | |
2020-05-21T05:40:10.1441021Z field in record definition: FAIL (0.02s) | |
2020-05-21T05:40:10.1447388Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.1448574Z no hover found | |
2020-05-21T05:40:10.1596953Z field in record construction #71: FAIL (expected: known broken) (0.02s) | |
2020-05-21T05:40:10.1597681Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.1598149Z no hover found(expected failure) | |
2020-05-21T05:40:10.1725926Z field name used as accessor: FAIL (0.01s) | |
2020-05-21T05:40:10.1726630Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.1726946Z no hover found | |
2020-05-21T05:40:10.2277386Z top-level name: FAIL (0.05s) | |
2020-05-21T05:40:10.2278057Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.2278490Z no hover found | |
2020-05-21T05:40:10.2439252Z data constructor record #247: FAIL (0.02s) | |
2020-05-21T05:40:10.2440088Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.2440366Z no hover found | |
2020-05-21T05:40:10.2660400Z data constructor plain: FAIL (0.02s) | |
2020-05-21T05:40:10.2661592Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.2662227Z no hover found | |
2020-05-21T05:40:10.2794977Z type constructor #248: FAIL (0.01s) | |
2020-05-21T05:40:10.2796153Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.2796646Z no hover found | |
2020-05-21T05:40:10.2924163Z type constructor external #248,249: FAIL (0.01s) | |
2020-05-21T05:40:10.2925207Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.2925750Z no hover found | |
2020-05-21T05:40:10.3057056Z value external package #249: FAIL (0.01s) | |
2020-05-21T05:40:10.3060886Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.3061715Z no hover found | |
2020-05-21T05:40:10.3240671Z plain parameter: FAIL (0.02s) | |
2020-05-21T05:40:10.3244945Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.3245805Z no hover found | |
2020-05-21T05:40:10.3541482Z pattern match name: FAIL (0.03s) | |
2020-05-21T05:40:10.3542572Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.3543058Z no hover found | |
2020-05-21T05:40:10.3750904Z top-level operator: FAIL (0.02s) | |
2020-05-21T05:40:10.3754131Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.3754899Z no hover found | |
2020-05-21T05:40:10.3902798Z parameter operator: FAIL (0.02s) | |
2020-05-21T05:40:10.3904018Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.3904709Z no hover found | |
2020-05-21T05:40:10.4079164Z name in backticks: FAIL (0.02s) | |
2020-05-21T05:40:10.4080245Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.4080764Z no hover found | |
2020-05-21T05:40:10.4230768Z class in instance declaration #250: FAIL (0.02s) | |
2020-05-21T05:40:10.4231828Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.4232317Z no hover found | |
2020-05-21T05:40:10.4394968Z class in signature #250: FAIL (0.02s) | |
2020-05-21T05:40:10.4400794Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.4401705Z no hover found | |
2020-05-21T05:40:10.4561400Z external class in signature #249,250: FAIL (0.02s) | |
2020-05-21T05:40:10.4565321Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.4566114Z no hover found | |
2020-05-21T05:40:10.4733527Z do-notation bind: FAIL (0.02s) | |
2020-05-21T05:40:10.4739437Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.4739922Z no hover found | |
2020-05-21T05:40:10.4877501Z do-notation lookup: FAIL (0.01s) | |
2020-05-21T05:40:10.4878218Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.4878549Z no hover found | |
2020-05-21T05:40:10.5506248Z listcomp bind: FAIL (0.06s) | |
2020-05-21T05:40:10.5507484Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.5508015Z no hover found | |
2020-05-21T05:40:10.5655948Z listcomp lookup: FAIL (0.02s) | |
2020-05-21T05:40:10.5657213Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.5657735Z no hover found | |
2020-05-21T05:40:10.5819599Z top-level fn 1st clause: FAIL (0.02s) | |
2020-05-21T05:40:10.5820698Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.5821134Z no hover found | |
2020-05-21T05:40:10.6012429Z top-level fn 2nd clause #246: FAIL (0.02s) | |
2020-05-21T05:40:10.6013661Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.6014317Z no hover found | |
2020-05-21T05:40:10.6157590Z top-level fn on space #315: FAIL (0.01s) | |
2020-05-21T05:40:10.6158796Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.6159603Z no hover found | |
2020-05-21T05:40:10.6281745Z documentation #7: FAIL (expected: known broken) (0.01s) | |
2020-05-21T05:40:10.6282857Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.6283424Z no hover found(expected failure) | |
2020-05-21T05:40:10.6421104Z kind of Either #273: FAIL (0.01s) | |
2020-05-21T05:40:10.6422171Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.6422768Z no hover found | |
2020-05-21T05:40:10.6569135Z kind of Int #273: FAIL (0.01s) | |
2020-05-21T05:40:10.6569779Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.6570037Z no hover found | |
2020-05-21T05:40:10.7013477Z kind of (* -> *) type variable #273: FAIL (expected: known broken) (0.04s) | |
2020-05-21T05:40:10.7014909Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.7015269Z no hover found(expected failure) | |
2020-05-21T05:40:10.7330114Z literal Int in hover info #274: FAIL (0.03s) | |
2020-05-21T05:40:10.7330782Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.7331004Z no hover found | |
2020-05-21T05:40:10.7487654Z literal Char in hover info #274: FAIL (0.02s) | |
2020-05-21T05:40:10.7488311Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.7488568Z no hover found | |
2020-05-21T05:40:10.7747189Z literal Text in hover info #274: FAIL (0.03s) | |
2020-05-21T05:40:10.7750503Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.7750886Z no hover found | |
2020-05-21T05:40:10.7973004Z literal List in hover info #274: FAIL (0.02s) | |
2020-05-21T05:40:10.7974373Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.7975027Z no hover found | |
2020-05-21T05:40:10.8126618Z type constraint in hover info #283: FAIL (0.02s) | |
2020-05-21T05:40:10.8127275Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.8127550Z no hover found | |
2020-05-21T05:40:10.8255185Z top-level signature #310: FAIL (expected: known broken) (0.01s) | |
2020-05-21T05:40:10.8255849Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.8256105Z no hover found(expected failure) | |
2020-05-21T05:40:10.8412469Z inner signature #310: FAIL (expected: known broken) (0.02s) | |
2020-05-21T05:40:10.8413112Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.8413491Z no hover found(expected failure) | |
2020-05-21T05:40:10.8681833Z Imported symbol: FAIL (0.03s) | |
2020-05-21T05:40:10.8682482Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.8682741Z no hover found | |
2020-05-21T05:40:10.8817191Z Imported symbol (reexported): FAIL (0.01s) | |
2020-05-21T05:40:10.8817769Z test/exe/Main.hs:1317: | |
2020-05-21T05:40:10.8817992Z no hover found | |
2020-05-21T05:40:10.8818701Z type-definition | |
2020-05-21T05:40:10.8962577Z Saturated data con: FAIL (0.01s) | |
2020-05-21T05:40:10.8963099Z test/exe/Main.hs:1307: | |
2020-05-21T05:40:10.8963342Z number of definitions | |
2020-05-21T05:40:10.8963560Z expected: 1 | |
2020-05-21T05:40:10.8963754Z but got: 0 | |
2020-05-21T05:40:10.9107567Z Polymorphic variable: OK (0.01s) | |
2020-05-21T05:40:12.2523966Z plugins: OK (1.34s) | |
2020-05-21T05:40:12.9218503Z preprocessor: OK (0.66s) | |
2020-05-21T05:40:12.9219425Z TemplateHaskell | |
2020-05-21T05:40:13.0408946Z load: FAIL (0.13s) | |
2020-05-21T05:40:13.0413361Z test/src/Development/IDE/Test.hs:92: | |
2020-05-21T05:40:13.0416559Z Got diagnostics for Uri {getUri = "file:///tmp/extra-dir-48648129194394/A.hs"} but only expected diagnostics for [NormalizedUri (-6085751829358658570) "file:///tmp/extra-dir-48648129194394/B.hs"] got List [Diagnostic {_range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 100000, _character = 0}}, _severity = Just DsError, _code = Nothing, _source = Just "compiler", _message = "mkImportDirs: main\nCallStack (from HasCallStack):\n error, called at src/Development/IDE/Import/FindImports.hs:86:23 in ghcide-0.1.0-8T09YwLW03LBvesZEcXkK5:Development.IDE.Import.FindImports", _tags = Nothing, _relatedInformation = Nothing}] | |
2020-05-21T05:40:13.5600711Z newtype-closure: OK (0.52s) | |
2020-05-21T05:40:13.5601397Z SafeHaskell | |
2020-05-21T05:40:15.0788822Z load: OK (1.52s) | |
2020-05-21T05:40:15.0790878Z Unit | |
2020-05-21T05:40:15.0792274Z empty file path does NOT work with the empty String literal: OK | |
2020-05-21T05:40:15.0794535Z empty file path works using toNormalizedFilePath': OK | |
2020-05-21T05:40:15.0795847Z empty path URI: OK | |
2020-05-21T05:40:15.0800084Z from empty path URI: OK | |
2020-05-21T05:40:15.0800745Z haddock | |
2020-05-21T05:40:15.0801250Z Num: OK | |
2020-05-21T05:40:15.0809545Z unsafePerformIO: OK | |
2020-05-21T05:40:15.0811353Z position mapping | |
2020-05-21T05:40:15.0812280Z toCurrent | |
2020-05-21T05:40:15.0812913Z before: OK | |
2020-05-21T05:40:15.0813552Z after, same line, same length: OK | |
2020-05-21T05:40:15.0814224Z after, same line, increased length: OK | |
2020-05-21T05:40:15.0814900Z after, same line, decreased length: OK | |
2020-05-21T05:40:15.0815540Z after, next line, no newline: OK | |
2020-05-21T05:40:15.0816188Z after, next line, newline: OK | |
2020-05-21T05:40:15.0816923Z after, same line, newline: OK | |
2020-05-21T05:40:15.0817633Z after, same line, newline + newline at end: OK | |
2020-05-21T05:40:15.0818249Z after, same line, newline + newline at end: OK | |
2020-05-21T05:40:15.0818771Z fromCurrent | |
2020-05-21T05:40:15.0819280Z before: OK | |
2020-05-21T05:40:15.0819872Z after, same line, same length: OK | |
2020-05-21T05:40:15.0820480Z after, same line, increased length: OK | |
2020-05-21T05:40:15.0821088Z after, same line, decreased length: OK | |
2020-05-21T05:40:15.0821850Z after, next line, no newline: OK | |
2020-05-21T05:40:15.0822459Z after, next line, newline: OK | |
2020-05-21T05:40:15.0823201Z after, same line, newline: OK | |
2020-05-21T05:40:15.0823793Z after, same line, newline + newline at end: OK | |
2020-05-21T05:40:15.0846275Z after, same line, newline + newline at end: OK | |
2020-05-21T05:40:15.0847812Z properties | |
2020-05-21T05:40:15.1450151Z fromCurrent r t <=< toCurrent r t: OK (0.06s) | |
2020-05-21T05:40:15.1453349Z +++ OK, passed 1000 tests. | |
2020-05-21T05:40:15.2827825Z toCurrent r t <=< fromCurrent r t: OK (0.14s) | |
2020-05-21T05:40:15.2831812Z +++ OK, passed 1000 tests. | |
2020-05-21T05:40:15.2832895Z watched files | |
2020-05-21T05:40:15.4264655Z workspace files: FAIL (0.14s) | |
2020-05-21T05:40:15.4269268Z test/exe/Main.hs:472: | |
2020-05-21T05:40:15.4270092Z expected: 6 | |
2020-05-21T05:40:15.4270606Z but got: 4 | |
2020-05-21T05:40:15.5631371Z non workspace file: FAIL (0.14s) | |
2020-05-21T05:40:15.5632400Z test/exe/Main.hs:484: | |
2020-05-21T05:40:15.5633026Z expected: 4 | |
2020-05-21T05:40:15.5633521Z but got: 2 | |
2020-05-21T05:40:15.5633750Z cradle | |
2020-05-21T05:40:15.5633954Z dependencies | |
2020-05-21T05:41:15.7134506Z session-deps-are-picked-up: FAIL | |
2020-05-21T05:41:15.7135773Z Exception: Timed out waiting to receive a message from the server. | |
2020-05-21T05:41:15.7136409Z Last message received: | |
2020-05-21T05:41:15.7136892Z { | |
2020-05-21T05:41:15.7137379Z "tag": "NotWorkDoneProgressEnd", | |
2020-05-21T05:41:15.7137913Z "contents": { | |
2020-05-21T05:41:15.7138422Z "jsonrpc": "2.0", | |
2020-05-21T05:41:15.7138925Z "params": { | |
2020-05-21T05:41:15.7139629Z "value": { | |
2020-05-21T05:41:15.7140136Z "kind": "end" | |
2020-05-21T05:41:15.7140635Z }, | |
2020-05-21T05:41:15.7141123Z "token": "6" | |
2020-05-21T05:41:15.7141585Z }, | |
2020-05-21T05:41:15.7142075Z "method": "$/progress" | |
2020-05-21T05:41:15.7142565Z } | |
2020-05-21T05:41:15.7142982Z } | |
2020-05-21T05:41:15.7143394Z loading | |
2020-05-21T05:41:15.7143838Z load cradle only once | |
2020-05-21T05:42:15.8490291Z implicit: FAIL | |
2020-05-21T05:42:15.8492307Z Exception: Timed out waiting to receive a message from the server. | |
2020-05-21T05:42:15.8493349Z Last message received: | |
2020-05-21T05:42:15.8494159Z { | |
2020-05-21T05:42:15.8494942Z "tag": "NotPublishDiagnostics", | |
2020-05-21T05:42:15.8495786Z "contents": { | |
2020-05-21T05:42:15.8496752Z "jsonrpc": "2.0", | |
2020-05-21T05:42:15.8497600Z "params": { | |
2020-05-21T05:42:15.8499480Z "uri": "file:///tmp/extra-dir-48648129194400/B.hs", | |
2020-05-21T05:42:15.8500535Z "diagnostics": [ | |
2020-05-21T05:42:15.8507912Z { | |
2020-05-21T05:42:15.8509407Z "severity": 1, | |
2020-05-21T05:42:15.8509949Z "range": { | |
2020-05-21T05:42:15.8510471Z "start": { | |
2020-05-21T05:42:15.8510996Z "line": 1, | |
2020-05-21T05:42:15.8511530Z "character": 7 | |
2020-05-21T05:42:15.8512960Z }, | |
2020-05-21T05:42:15.8513375Z "end": { | |
2020-05-21T05:42:15.8513799Z "line": 1, | |
2020-05-21T05:42:15.8514248Z "character": 15 | |
2020-05-21T05:42:15.8514835Z } | |
2020-05-21T05:42:15.8515201Z }, | |
2020-05-21T05:42:15.8515600Z "source": "not found", | |
2020-05-21T05:42:15.8516614Z "message": "Could not find module ‘Data.Foo’\nPerhaps you meant Data.Bool (from base-4.13.0.0)" | |
2020-05-21T05:42:15.8517191Z } | |
2020-05-21T05:42:15.8517534Z ] | |
2020-05-21T05:42:15.8517839Z }, | |
2020-05-21T05:42:15.8518230Z "method": "textDocument/publishDiagnostics" | |
2020-05-21T05:42:15.8518661Z } | |
2020-05-21T05:42:15.8518942Z } | |
2020-05-21T05:43:15.9793011Z direct: FAIL | |
2020-05-21T05:43:15.9794267Z Exception: Timed out waiting to receive a message from the server. | |
2020-05-21T05:43:15.9795368Z Last message received: | |
2020-05-21T05:43:15.9797007Z { | |
2020-05-21T05:43:15.9797771Z "tag": "NotWorkDoneProgressEnd", | |
2020-05-21T05:43:15.9798441Z "contents": { | |
2020-05-21T05:43:15.9799060Z "jsonrpc": "2.0", | |
2020-05-21T05:43:15.9799665Z "params": { | |
2020-05-21T05:43:15.9800281Z "value": { | |
2020-05-21T05:43:15.9800916Z "kind": "end" | |
2020-05-21T05:43:15.9801495Z }, | |
2020-05-21T05:43:15.9802078Z "token": "4" | |
2020-05-21T05:43:15.9802627Z }, | |
2020-05-21T05:43:15.9803215Z "method": "$/progress" | |
2020-05-21T05:43:15.9803785Z } | |
2020-05-21T05:43:15.9804230Z } | |
2020-05-21T05:43:15.9804600Z | |
2020-05-21T05:43:15.9805077Z 101 out of 247 tests failed (346.79s) | |
2020-05-21T05:43:15.9863136Z | |
2020-05-21T05:43:15.9864133Z ghcide> Test suite ghcide-tests failed | |
2020-05-21T05:43:15.9867468Z Test suite failure for package ghcide-0.1.0 | |
2020-05-21T05:43:15.9868151Z ghcide-tests: exited with: ExitFailure 1 | |
2020-05-21T05:43:15.9868704Z Logs printed to console | |
2020-05-21T05:43:15.9869218Z | |
2020-05-21T05:43:16.5619568Z ghcide> test (suite: ghcide-tests) | |
2020-05-21T05:43:16.5620198Z | |
2020-05-21T05:43:16.5727987Z HIE | |
2020-05-21T05:43:16.7212383Z open close: OK (0.14s) | |
2020-05-21T05:43:16.7213093Z initialize response capabilities | |
2020-05-21T05:43:16.7339888Z text doc sync: OK | |
2020-05-21T05:43:16.7342463Z hover: OK | |
2020-05-21T05:43:16.7343113Z completion: OK | |
2020-05-21T05:43:16.7344764Z NO signature help: OK | |
2020-05-21T05:43:16.7345742Z goto definition: OK | |
2020-05-21T05:43:16.7346291Z NO goto type definition: FAIL | |
2020-05-21T05:43:16.7346754Z test/exe/Main.hs:124: | |
2020-05-21T05:43:16.7347166Z expected: Just (GotoOptionsStatic False) | |
2020-05-21T05:43:16.7347619Z but got: Just (GotoOptionsStatic True) | |
2020-05-21T05:43:16.7348081Z NO goto implementation: FAIL | |
2020-05-21T05:43:16.7357406Z test/exe/Main.hs:124: | |
2020-05-21T05:43:16.7358263Z expected: Just (GotoOptionsStatic False) | |
2020-05-21T05:43:16.7358973Z but got: Just (GotoOptionsStatic True) | |
2020-05-21T05:43:16.7359637Z NO find references: OK | |
2020-05-21T05:43:16.7360066Z NO doc highlight: FAIL | |
2020-05-21T05:43:16.7360428Z test/exe/Main.hs:124: | |
2020-05-21T05:43:16.7360710Z expected: Nothing | |
2020-05-21T05:43:16.7360966Z but got: Just True | |
2020-05-21T05:43:16.7361308Z doc symbol: OK | |
2020-05-21T05:43:16.7361737Z NO workspace symbol: OK | |
2020-05-21T05:43:16.7362291Z code action: OK | |
2020-05-21T05:43:16.7362706Z code lens: OK | |
2020-05-21T05:43:16.7363112Z NO doc formatting: OK | |
2020-05-21T05:43:16.7363503Z NO doc range formatting: OK | |
2020-05-21T05:43:16.7363918Z NO doc formatting on typing: OK | |
2020-05-21T05:43:16.7364311Z NO renaming: OK | |
2020-05-21T05:43:16.7364712Z NO doc link: OK | |
2020-05-21T05:43:16.7365114Z NO color: OK | |
2020-05-21T05:43:16.7365499Z NO folding range: OK | |
2020-05-21T05:43:16.7365903Z execute command: OK | |
2020-05-21T05:43:16.7366315Z workspace: OK | |
2020-05-21T05:43:16.7366705Z NO experimental: OK | |
2020-05-21T05:43:16.7367017Z completion | |
2020-05-21T05:43:16.7735246Z variable: FAIL (0.04s) | |
2020-05-21T05:43:16.7736415Z test/exe/Main.hs:1621: | |
2020-05-21T05:43:16.7738611Z expected: [CompletionItem {_label = "head", _kind = Just CiFunction, _tags = List [], _detail = Just ":: [a] -> a", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing}] | |
2020-05-21T05:43:16.7739844Z but got: [] | |
2020-05-21T05:43:16.7875882Z constructor: FAIL (0.01s) | |
2020-05-21T05:43:16.7879892Z test/exe/Main.hs:1633: | |
2020-05-21T05:43:16.7883510Z expected: [CompletionItem {_label = "True", _kind = Just CiConstructor, _tags = List [], _detail = Just ":: Bool", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing},CompletionItem {_label = "truncate", _kind = Just CiFunction, _tags = List [], _detail = Just ":: (RealFrac a, Integral b) => a -> b", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing}] | |
2020-05-21T05:43:16.7885780Z but got: [] | |
2020-05-21T05:43:16.9380897Z type: FAIL (0.15s) | |
2020-05-21T05:43:16.9384258Z test/exe/Main.hs:1647: | |
2020-05-21T05:43:16.9387421Z expected: [CompletionItem {_label = "Bounded", _kind = Just CiClass, _tags = List [], _detail = Just ":: * -> Constraint", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing},CompletionItem {_label = "Bool", _kind = Just CiStruct, _tags = List [], _detail = Just ":: *", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing}] | |
2020-05-21T05:43:16.9389575Z but got: [] | |
2020-05-21T05:43:17.0916695Z qualified: FAIL (0.15s) | |
2020-05-21T05:43:17.0921282Z test/exe/Main.hs:1664: | |
2020-05-21T05:43:17.0923702Z expected: [CompletionItem {_label = "head", _kind = Just CiFunction, _tags = List [], _detail = Just ":: [a] -> a", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing}] | |
2020-05-21T05:43:17.0924942Z but got: [] | |
2020-05-21T05:43:17.1117412Z keyword: FAIL (0.02s) | |
2020-05-21T05:43:17.1118526Z test/exe/Main.hs:1676: | |
2020-05-21T05:43:17.1124482Z expected: [CompletionItem {_label = "newtype", _kind = Just CiKeyword, _tags = List [], _detail = Nothing, _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Nothing, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing}] | |
2020-05-21T05:43:17.1125920Z but got: [] | |
2020-05-21T05:43:17.2606935Z type context: FAIL (0.15s) | |
2020-05-21T05:43:17.2610050Z test/exe/Main.hs:1697: | |
2020-05-21T05:43:17.2611183Z expected: [CompletionItem {_label = "Integer", _kind = Just CiStruct, _tags = List [], _detail = Just ":: *", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing}] | |
2020-05-21T05:43:17.2612699Z but got: [] | |
2020-05-21T05:43:17.2613138Z cpp | |
2020-05-21T05:43:17.8917851Z cpp-error: OK (0.63s) | |
2020-05-21T05:43:18.5602343Z cpp-ghcide: OK (0.67s) | |
2020-05-21T05:43:18.5607009Z diagnostics | |
2020-05-21T05:43:19.3116760Z fix syntax error: OK (0.75s) | |
2020-05-21T05:43:19.9347370Z introduce syntax error: OK (0.62s) | |
2020-05-21T05:43:20.5918655Z variable not in scope: OK (0.66s) | |
2020-05-21T05:43:21.2425035Z type error: OK (0.65s) | |
2020-05-21T05:43:22.0886877Z typed hole: OK (0.84s) | |
2020-05-21T05:43:22.0888277Z deferral | |
2020-05-21T05:43:22.8706275Z type error: OK (0.79s) | |
2020-05-21T05:43:23.8805040Z typed hole: OK (1.01s) | |
2020-05-21T05:43:24.6503564Z out of scope var: OK (0.77s) | |
2020-05-21T05:43:25.4104305Z message shows error: OK (0.76s) | |
2020-05-21T05:43:26.1866742Z remove required module: OK (0.78s) | |
2020-05-21T05:43:26.9306499Z add missing module: OK (0.74s) | |
2020-05-21T05:43:27.6861080Z add missing module (non workspace): OK (0.75s) | |
2020-05-21T05:43:28.4312253Z cyclic module dependency: OK (0.74s) | |
2020-05-21T05:43:28.9527707Z cyclic module dependency with hs-boot: OK (0.52s) | |
2020-05-21T05:43:29.4993953Z correct reference used with hs-boot: OK (0.54s) | |
2020-05-21T05:43:30.2773792Z redundant import: OK (0.78s) | |
2020-05-21T05:43:30.5323914Z package imports: FAIL (0.26s) | |
2020-05-21T05:43:30.5325265Z test/src/Development/IDE/Test.hs:39: | |
2020-05-21T05:43:30.5327905Z Could not find (DsError,(6,9),"Not in scope: \8216ThisList.map\8217") in List [Diagnostic {_range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 100000, _character = 0}}, _severity = Just DsError, _code = Nothing, _source = Just "compiler", _message = "mkImportDirs: main\nCallStack (from HasCallStack):\n error, called at src/Development/IDE/Import/FindImports.hs:86:23 in ghcide-0.1.0-8T09YwLW03LBvesZEcXkK5:Development.IDE.Import.FindImports", _tags = Nothing, _relatedInformation = Nothing}] | |
2020-05-21T05:43:31.2295717Z unqualified warnings: OK (0.70s) | |
2020-05-21T05:43:32.0135349Z lower-case drive: FAIL (0.78s) | |
2020-05-21T05:43:32.0138242Z test/src/Development/IDE/Test.hs:67: | |
2020-05-21T05:43:32.0141883Z Got unexpected diagnostics for Uri {getUri = "file:///tmp/extra-dir-92593627569531/A/B.hs"} got List [Diagnostic {_range = Range {_start = Position {_line = 2, _character = 0}, _end = Position {_line = 2, _character = 16}}, _severity = Just DsWarning, _code = Nothing, _source = Just "typecheck", _message = "/tmp/extra-dir-92593627569531/A/B.hs:3:1: warning:\n The import of \8216Data.List\8217 is redundant\n except perhaps to import instances from \8216Data.List\8217\n To import instances alone, use: import Data.List()", _tags = Nothing, _relatedInformation = Nothing}] | |
2020-05-21T05:43:32.6382094Z haddock parse error: OK (0.62s) | |
2020-05-21T05:43:32.6384178Z code actions | |
2020-05-21T05:43:32.6385049Z rename actions | |
2020-05-21T05:43:35.9310556Z change to local variable name: OK (3.29s) | |
2020-05-21T05:43:39.2802029Z change to name of imported function: OK (3.35s) | |
2020-05-21T05:43:42.6579339Z suggest multiple local variable names: OK (3.38s) | |
2020-05-21T05:43:46.1780298Z change infix function: OK (3.51s) | |
2020-05-21T05:43:46.1781750Z type wildcard actions | |
2020-05-21T05:43:49.5192919Z global signature: OK (3.33s) | |
2020-05-21T05:43:52.8731991Z multi-line message: OK (3.36s) | |
2020-05-21T05:43:56.2604215Z local signature: OK (3.39s) | |
2020-05-21T05:43:56.2610960Z remove import actions | |
2020-05-21T05:43:59.7755401Z redundant: OK (3.51s) | |
2020-05-21T05:44:03.2901310Z qualified redundant: OK (3.52s) | |
2020-05-21T05:44:06.8037629Z redundant binding: OK (3.51s) | |
2020-05-21T05:44:10.3077770Z redundant operator: OK (3.50s) | |
2020-05-21T05:44:13.7797405Z redundant all import: OK (3.47s) | |
2020-05-21T05:44:17.4613590Z redundant constructor import: OK (3.51s) | |
2020-05-21T05:44:17.4614846Z extend import actions | |
2020-05-21T05:44:20.8604553Z extend single line import with value: OK (3.57s) | |
2020-05-21T05:44:24.4349586Z extend single line import with operator: OK (3.57s) | |
2020-05-21T05:44:28.0099169Z extend single line import with type: OK (3.57s) | |
2020-05-21T05:44:31.5806461Z extend single line import with constructor: FAIL (expected: known broken) (3.57s) | |
2020-05-21T05:44:31.5807302Z test/exe/Main.hs:937: | |
2020-05-21T05:44:31.5808051Z expected: "module ModuleB where\nimport ModuleA (A(Constructor))\nb :: A\nb = Constructor\n" | |
2020-05-21T05:44:31.5808781Z but got: "module ModuleB where\nimport ModuleA (Constructor, A)\nb :: A\nb = Constructor\n"(expected failure) | |
2020-05-21T05:44:35.1264525Z extend single line qualified import with value: OK (3.55s) | |
2020-05-21T05:44:38.6931861Z extend multi line import with value: OK (3.57s) | |
2020-05-21T05:44:38.6935657Z suggest import actions | |
2020-05-21T05:44:38.6936187Z Dont want suggestion | |
2020-05-21T05:44:39.1444440Z f = nonEmpty: OK (0.45s) | |
2020-05-21T05:44:39.5597878Z f = First: OK (0.42s) | |
2020-05-21T05:44:39.9870254Z f :: Typeable a => a: OK (0.43s) | |
2020-05-21T05:44:40.4094849Z f = quickCheck: OK (0.42s) | |
2020-05-21T05:44:40.4100100Z want suggestion | |
2020-05-21T05:44:40.8349607Z f = nonEmpty: OK (0.43s) | |
2020-05-21T05:44:41.2801815Z f = (:|): OK (0.45s) | |
2020-05-21T05:44:41.7090432Z f :: Natural: OK (0.43s) | |
2020-05-21T05:44:42.1181716Z f :: NonEmpty (): OK (0.41s) | |
2020-05-21T05:44:42.5527252Z f = First: OK (0.43s) | |
2020-05-21T05:44:42.9998257Z f = Endo: OK (0.45s) | |
2020-05-21T05:44:43.4614968Z f = Version: OK (0.46s) | |
2020-05-21T05:44:43.8850375Z f ExitSuccess = (): OK (0.42s) | |
2020-05-21T05:44:44.3231306Z f = AssertionFailed: OK (0.43s) | |
2020-05-21T05:44:44.7526092Z f = nonEmpty: OK (0.44s) | |
2020-05-21T05:44:45.1619941Z f :: Alternative f => f (): OK (0.41s) | |
2020-05-21T05:44:45.5945592Z f = empty: OK (0.43s) | |
2020-05-21T05:44:46.0472152Z f = (&): OK (0.45s) | |
2020-05-21T05:44:46.4615604Z f = NE.nonEmpty: OK (0.42s) | |
2020-05-21T05:44:46.8832696Z f :: Typeable a => a: OK (0.42s) | |
2020-05-21T05:44:47.3184308Z f = pack: OK (0.44s) | |
2020-05-21T05:44:47.7311983Z f :: Text: OK (0.41s) | |
2020-05-21T05:44:48.1708189Z f = [] & id: OK (0.44s) | |
2020-05-21T05:44:48.6202178Z f = (&) [] id: OK (0.45s) | |
2020-05-21T05:44:48.6206761Z add language extension actions | |
2020-05-21T05:44:51.9512702Z add NamedFieldPuns language extension: OK (3.33s) | |
2020-05-21T05:44:55.3467156Z add RecordWildCards language extension: OK (3.39s) | |
2020-05-21T05:44:55.3472166Z fix import actions | |
2020-05-21T05:44:58.8895731Z fix constructor import: OK (3.54s) | |
2020-05-21T05:44:58.8908913Z import rename actions | |
2020-05-21T05:45:02.2943567Z Data.Mape -> Data.Map: OK (3.41s) | |
2020-05-21T05:45:05.7439814Z Data.Mape -> Data.Maybe: OK (3.44s) | |
2020-05-21T05:45:05.7441349Z fill typed holes | |
2020-05-21T05:45:09.3460601Z replace hole `_` with show: OK (3.61s) | |
2020-05-21T05:45:12.9004903Z replace hole `_` with globalConvert: OK (3.55s) | |
2020-05-21T05:45:16.4288257Z replace hole `_convertme` with localConvert: OK (3.53s) | |
2020-05-21T05:45:19.9977850Z replace hole `_b` with globalInt: OK (3.57s) | |
2020-05-21T05:45:23.5085149Z replace hole `_c` with globalInt: OK (3.51s) | |
2020-05-21T05:45:27.1041471Z replace hole `_c` with parameterInt: OK (3.60s) | |
2020-05-21T05:45:27.1043830Z add signature | |
2020-05-21T05:45:30.4812956Z abc = True: OK (3.38s) | |
2020-05-21T05:45:33.8616598Z foo a b = a + b: OK (3.38s) | |
2020-05-21T05:45:37.3006688Z bar a b = show $ a + b: OK (3.44s) | |
2020-05-21T05:45:40.7672198Z (!!!) a b = a > b: OK (3.47s) | |
2020-05-21T05:45:44.1448651Z a >>>> b = a + b: OK (3.38s) | |
2020-05-21T05:45:47.4481295Z a `haha` b = a b: OK (3.30s) | |
2020-05-21T05:45:50.7443041Z pattern Some a = Just a: OK (3.30s) | |
2020-05-21T05:45:50.7444565Z insert new definition actions | |
2020-05-21T05:45:54.0696303Z insert new function definition: OK (3.32s) | |
2020-05-21T05:45:57.5726012Z define a hole: OK (3.50s) | |
2020-05-21T05:45:57.5727229Z code lenses | |
2020-05-21T05:45:57.5727832Z add signature | |
2020-05-21T05:45:57.5728337Z with warnings enabled | |
2020-05-21T05:45:57.6032672Z abc = True: FAIL | |
2020-05-21T05:45:57.6033458Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:45:57.6034539Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:45:57.6034990Z Last message received: | |
2020-05-21T05:45:57.6035242Z { | |
2020-05-21T05:45:57.6035470Z "tag": "RspCodeLens", | |
2020-05-21T05:45:57.6035749Z "contents": { | |
2020-05-21T05:45:57.6036008Z "result": [], | |
2020-05-21T05:45:57.6041158Z "jsonrpc": "2.0", | |
2020-05-21T05:45:57.6072134Z "id": 1 | |
2020-05-21T05:45:57.6072789Z } | |
2020-05-21T05:45:57.6073117Z } | |
2020-05-21T05:45:57.6172034Z foo a b = a + b: FAIL | |
2020-05-21T05:45:57.6175242Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:45:57.6176952Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:45:57.6177493Z Last message received: | |
2020-05-21T05:45:57.6177843Z { | |
2020-05-21T05:45:57.6178179Z "tag": "RspCodeLens", | |
2020-05-21T05:45:57.6178538Z "contents": { | |
2020-05-21T05:45:57.6178901Z "result": [], | |
2020-05-21T05:45:57.6179539Z "jsonrpc": "2.0", | |
2020-05-21T05:45:57.6179919Z "id": 1 | |
2020-05-21T05:45:57.6180248Z } | |
2020-05-21T05:45:57.6180638Z } | |
2020-05-21T05:45:57.6314264Z bar a b = show $ a + b: FAIL | |
2020-05-21T05:45:57.6318091Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:45:57.6319522Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:45:57.6320220Z Last message received: | |
2020-05-21T05:45:57.6320697Z { | |
2020-05-21T05:45:57.6321139Z "tag": "RspCodeLens", | |
2020-05-21T05:45:57.6321634Z "contents": { | |
2020-05-21T05:45:57.6322118Z "result": [], | |
2020-05-21T05:45:57.6322610Z "jsonrpc": "2.0", | |
2020-05-21T05:45:57.6323152Z "id": 1 | |
2020-05-21T05:45:57.6323595Z } | |
2020-05-21T05:45:57.6324010Z } | |
2020-05-21T05:45:57.6439583Z (!!!) a b = a > b: FAIL | |
2020-05-21T05:45:57.6440620Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:45:57.6442011Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:45:57.6442717Z Last message received: | |
2020-05-21T05:45:57.6443225Z { | |
2020-05-21T05:45:57.6443704Z "tag": "RspCodeLens", | |
2020-05-21T05:45:57.6444172Z "contents": { | |
2020-05-21T05:45:57.6444825Z "result": [], | |
2020-05-21T05:45:57.6445402Z "jsonrpc": "2.0", | |
2020-05-21T05:45:57.6445818Z "id": 1 | |
2020-05-21T05:45:57.6446202Z } | |
2020-05-21T05:45:57.6446551Z } | |
2020-05-21T05:45:57.6578201Z a >>>> b = a + b: FAIL | |
2020-05-21T05:45:57.6581818Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:45:57.6583281Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:45:57.6584006Z Last message received: | |
2020-05-21T05:45:57.6584500Z { | |
2020-05-21T05:45:57.6584961Z "tag": "RspCodeLens", | |
2020-05-21T05:45:57.6585439Z "contents": { | |
2020-05-21T05:45:57.6585924Z "result": [], | |
2020-05-21T05:45:57.6586415Z "jsonrpc": "2.0", | |
2020-05-21T05:45:57.6586887Z "id": 1 | |
2020-05-21T05:45:57.6587538Z } | |
2020-05-21T05:45:57.6588031Z } | |
2020-05-21T05:45:57.6735430Z a `haha` b = a b: FAIL | |
2020-05-21T05:45:57.6736440Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:45:57.6737627Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:45:57.6738291Z Last message received: | |
2020-05-21T05:45:57.6738763Z { | |
2020-05-21T05:45:57.6739204Z "tag": "RspCodeLens", | |
2020-05-21T05:45:57.6739700Z "contents": { | |
2020-05-21T05:45:57.6740366Z "result": [], | |
2020-05-21T05:45:57.6740887Z "jsonrpc": "2.0", | |
2020-05-21T05:45:57.6741619Z "id": 1 | |
2020-05-21T05:45:57.6742097Z } | |
2020-05-21T05:45:57.6742510Z } | |
2020-05-21T05:45:57.6858561Z pattern Some a = Just a: FAIL | |
2020-05-21T05:45:57.6863709Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:45:57.6865217Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:45:57.6866150Z Last message received: | |
2020-05-21T05:45:57.6866662Z { | |
2020-05-21T05:45:57.6867140Z "tag": "RspCodeLens", | |
2020-05-21T05:45:57.6867676Z "contents": { | |
2020-05-21T05:45:57.6868207Z "result": [], | |
2020-05-21T05:45:57.6869169Z "jsonrpc": "2.0", | |
2020-05-21T05:45:57.6869522Z "id": 1 | |
2020-05-21T05:45:57.6869785Z } | |
2020-05-21T05:45:57.6869990Z } | |
2020-05-21T05:45:57.6870227Z with warnings disabled | |
2020-05-21T05:45:57.6982356Z abc = True: FAIL | |
2020-05-21T05:45:57.6986139Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:45:57.6987588Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:45:57.6988331Z Last message received: | |
2020-05-21T05:45:57.6989198Z { | |
2020-05-21T05:45:57.6989699Z "tag": "RspCodeLens", | |
2020-05-21T05:45:57.6990214Z "contents": { | |
2020-05-21T05:45:57.6990745Z "result": [], | |
2020-05-21T05:45:57.6991427Z "jsonrpc": "2.0", | |
2020-05-21T05:45:57.6991990Z "id": 1 | |
2020-05-21T05:45:57.6992573Z } | |
2020-05-21T05:45:57.6992998Z } | |
2020-05-21T05:45:57.7110370Z foo a b = a + b: FAIL | |
2020-05-21T05:45:57.7114305Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:45:57.7116040Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:45:57.7116758Z Last message received: | |
2020-05-21T05:45:57.7117281Z { | |
2020-05-21T05:45:57.7117790Z "tag": "RspCodeLens", | |
2020-05-21T05:45:57.7118485Z "contents": { | |
2020-05-21T05:45:57.7119029Z "result": [], | |
2020-05-21T05:45:57.7119578Z "jsonrpc": "2.0", | |
2020-05-21T05:45:57.7120109Z "id": 1 | |
2020-05-21T05:45:57.7120764Z } | |
2020-05-21T05:45:57.7121274Z } | |
2020-05-21T05:45:57.7416956Z bar a b = show $ a + b: FAIL | |
2020-05-21T05:45:57.7417791Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:45:57.7418980Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:45:57.7419374Z Last message received: | |
2020-05-21T05:45:57.7419622Z { | |
2020-05-21T05:45:57.7419864Z "tag": "RspCodeLens", | |
2020-05-21T05:45:57.7420128Z "contents": { | |
2020-05-21T05:45:57.7420402Z "result": [], | |
2020-05-21T05:45:57.7420671Z "jsonrpc": "2.0", | |
2020-05-21T05:45:57.7420949Z "id": 1 | |
2020-05-21T05:45:57.7421191Z } | |
2020-05-21T05:45:57.7421381Z } | |
2020-05-21T05:45:57.7536795Z (!!!) a b = a > b: FAIL | |
2020-05-21T05:45:57.7542967Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:45:57.7545901Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:45:57.7546429Z Last message received: | |
2020-05-21T05:45:57.7546684Z { | |
2020-05-21T05:45:57.7546915Z "tag": "RspCodeLens", | |
2020-05-21T05:45:57.7547194Z "contents": { | |
2020-05-21T05:45:57.7548003Z "result": [], | |
2020-05-21T05:45:57.7548331Z "jsonrpc": "2.0", | |
2020-05-21T05:45:57.7550142Z "id": 1 | |
2020-05-21T05:45:57.7550382Z } | |
2020-05-21T05:45:57.7550603Z } | |
2020-05-21T05:45:57.7762526Z a >>>> b = a + b: FAIL | |
2020-05-21T05:45:57.7772445Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:45:57.7773805Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:45:57.7774244Z Last message received: | |
2020-05-21T05:45:57.7774528Z { | |
2020-05-21T05:45:57.7774804Z "tag": "RspCodeLens", | |
2020-05-21T05:45:57.7775094Z "contents": { | |
2020-05-21T05:45:57.7775397Z "result": [], | |
2020-05-21T05:45:57.7775712Z "jsonrpc": "2.0", | |
2020-05-21T05:45:57.7776003Z "id": 1 | |
2020-05-21T05:45:57.7776271Z } | |
2020-05-21T05:45:57.7776487Z } | |
2020-05-21T05:45:57.7917449Z a `haha` b = a b: FAIL | |
2020-05-21T05:45:57.7918100Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:45:57.7919071Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:45:57.7919484Z Last message received: | |
2020-05-21T05:45:57.7919732Z { | |
2020-05-21T05:45:57.7919967Z "tag": "RspCodeLens", | |
2020-05-21T05:45:57.7920249Z "contents": { | |
2020-05-21T05:45:57.7920508Z "result": [], | |
2020-05-21T05:45:57.7920793Z "jsonrpc": "2.0", | |
2020-05-21T05:45:57.7921064Z "id": 1 | |
2020-05-21T05:45:57.7921283Z } | |
2020-05-21T05:45:57.7921489Z } | |
2020-05-21T05:45:57.8126106Z pattern Some a = Just a: FAIL | |
2020-05-21T05:45:57.8127164Z Exception: Received an unexpected message from the server: | |
2020-05-21T05:45:57.8128618Z Was parsing: Pattern match failure in do expression at test/exe/Main.hs:1263:5-34 | |
2020-05-21T05:45:57.8129325Z Last message received: | |
2020-05-21T05:45:57.8129586Z { | |
2020-05-21T05:45:57.8129811Z "tag": "RspCodeLens", | |
2020-05-21T05:45:57.8130091Z "contents": { | |
2020-05-21T05:45:57.8130509Z "result": [], | |
2020-05-21T05:45:57.8130777Z "jsonrpc": "2.0", | |
2020-05-21T05:45:57.8131061Z "id": 1 | |
2020-05-21T05:45:57.8131278Z } | |
2020-05-21T05:45:57.8131486Z } | |
2020-05-21T05:45:57.8131679Z outline | |
2020-05-21T05:45:57.8281660Z type class: FAIL (0.02s) | |
2020-05-21T05:45:57.8284165Z test/exe/Main.hs:1753: | |
2020-05-21T05:45:57.8286546Z expected: Left [DocumentSymbol {_name = "A", _detail = Nothing, _kind = SkFile, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 9223372036854775807, _character = 0}}, _selectionRange = Range {_start = Position {_line = 0, _character = 7}, _end = Position {_line = 0, _character = 8}}, _children = Just (List [DocumentSymbol {_name = "A a", _detail = Just "class", _kind = SkClass, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 30}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 30}}, _children = Just (List [DocumentSymbol {_name = "a", _detail = Nothing, _kind = SkMethod, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 16}, _end = Position {_line = 1, _character = 30}}, _selectionRange = Range {_start = Position {_line = 1, _character = 16}, _end = Position {_line = 1, _character = 17}}, _children = Nothing}])}])}] | |
2020-05-21T05:45:57.8288867Z but got: Left [] | |
2020-05-21T05:45:57.8480610Z type class instance : FAIL (0.02s) | |
2020-05-21T05:45:57.8484496Z test/exe/Main.hs:1766: | |
2020-05-21T05:45:57.8487353Z expected: Left [DocumentSymbol {_name = "A a", _detail = Just "class", _kind = SkClass, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 15}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 15}}, _children = Just (List [])},DocumentSymbol {_name = "A ()", _detail = Nothing, _kind = SkInterface, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 19}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 19}}, _children = Nothing}] | |
2020-05-21T05:45:57.8489495Z but got: Left [] | |
2020-05-21T05:45:57.8744713Z type family: FAIL (0.03s) | |
2020-05-21T05:45:57.8746674Z test/exe/Main.hs:1774: | |
2020-05-21T05:45:57.8747716Z expected: Left [DocumentSymbol {_name = "A", _detail = Just "type family", _kind = SkClass, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 13}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 13}}, _children = Nothing}] | |
2020-05-21T05:45:57.8749061Z but got: Left [] | |
2020-05-21T05:45:57.8884691Z type family instance : FAIL (0.01s) | |
2020-05-21T05:45:57.8886044Z test/exe/Main.hs:1783: | |
2020-05-21T05:45:57.8887559Z expected: Left [DocumentSymbol {_name = "A a", _detail = Just "type family", _kind = SkClass, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 15}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 15}}, _children = Nothing},DocumentSymbol {_name = "A ()", _detail = Nothing, _kind = SkInterface, _deprecated = Nothing, _range = Range {_start = Position {_line = 2, _character = 0}, _end = Position {_line = 2, _character = 23}}, _selectionRange = Range {_start = Position {_line = 2, _character = 0}, _end = Position {_line = 2, _character = 23}}, _children = Nothing}] | |
2020-05-21T05:45:57.8889149Z but got: Left [] | |
2020-05-21T05:45:57.9014296Z data family: FAIL (0.01s) | |
2020-05-21T05:45:57.9015484Z test/exe/Main.hs:1791: | |
2020-05-21T05:45:57.9016537Z expected: Left [DocumentSymbol {_name = "A", _detail = Just "data family", _kind = SkClass, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 11}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 11}}, _children = Nothing}] | |
2020-05-21T05:45:57.9017722Z but got: Left [] | |
2020-05-21T05:45:57.9203785Z data family instance : FAIL (0.02s) | |
2020-05-21T05:45:57.9205061Z test/exe/Main.hs:1800: | |
2020-05-21T05:45:57.9206849Z expected: Left [DocumentSymbol {_name = "A a", _detail = Just "data family", _kind = SkClass, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 11}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 11}}, _children = Nothing},DocumentSymbol {_name = "A ()", _detail = Nothing, _kind = SkInterface, _deprecated = Nothing, _range = Range {_start = Position {_line = 2, _character = 0}, _end = Position {_line = 2, _character = 25}}, _selectionRange = Range {_start = Position {_line = 2, _character = 0}, _end = Position {_line = 2, _character = 25}}, _children = Nothing}] | |
2020-05-21T05:45:57.9208275Z but got: Left [] | |
2020-05-21T05:45:57.9359896Z constant: FAIL (0.01s) | |
2020-05-21T05:45:57.9361288Z test/exe/Main.hs:1808: | |
2020-05-21T05:45:57.9362463Z expected: Left [DocumentSymbol {_name = "a", _detail = Nothing, _kind = SkFunction, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 6}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 6}}, _children = Nothing}] | |
2020-05-21T05:45:57.9364103Z but got: Left [] | |
2020-05-21T05:45:57.9477744Z pattern: FAIL (0.01s) | |
2020-05-21T05:45:57.9481058Z test/exe/Main.hs:1814: | |
2020-05-21T05:45:57.9482011Z expected: Left [DocumentSymbol {_name = "Just foo", _detail = Nothing, _kind = SkFunction, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 18}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 18}}, _children = Nothing}] | |
2020-05-21T05:45:57.9482926Z but got: Left [] | |
2020-05-21T05:45:57.9612645Z pattern with type signature: FAIL (0.01s) | |
2020-05-21T05:45:57.9613221Z test/exe/Main.hs:1820: | |
2020-05-21T05:45:57.9614033Z expected: Left [DocumentSymbol {_name = "a :: ()", _detail = Nothing, _kind = SkFunction, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 12}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 12}}, _children = Nothing}] | |
2020-05-21T05:45:57.9615036Z but got: Left [] | |
2020-05-21T05:45:57.9838003Z function: FAIL (0.02s) | |
2020-05-21T05:45:57.9838921Z test/exe/Main.hs:1826: | |
2020-05-21T05:45:57.9840363Z expected: Left [DocumentSymbol {_name = "a", _detail = Nothing, _kind = SkFunction, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 8}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 8}}, _children = Nothing}] | |
2020-05-21T05:45:57.9841408Z but got: Left [] | |
2020-05-21T05:45:58.0047121Z type synonym: FAIL (0.02s) | |
2020-05-21T05:45:58.0050022Z test/exe/Main.hs:1831: | |
2020-05-21T05:45:58.0050957Z expected: Left [DocumentSymbol {_name = "A", _detail = Nothing, _kind = SkTypeParameter, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 13}}, _selectionRange = Range {_start = Position {_line = 0, _character = 5}, _end = Position {_line = 0, _character = 6}}, _children = Nothing}] | |
2020-05-21T05:45:58.0052177Z but got: Left [] | |
2020-05-21T05:45:58.0189732Z datatype: FAIL (0.01s) | |
2020-05-21T05:45:58.0191103Z test/exe/Main.hs:1837: | |
2020-05-21T05:45:58.0192811Z expected: Left [DocumentSymbol {_name = "A", _detail = Nothing, _kind = SkStruct, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 10}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 10}}, _children = Just (List [DocumentSymbol {_name = "C", _detail = Nothing, _kind = SkConstructor, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 9}, _end = Position {_line = 0, _character = 10}}, _selectionRange = Range {_start = Position {_line = 0, _character = 9}, _end = Position {_line = 0, _character = 10}}, _children = Nothing}])}] | |
2020-05-21T05:45:58.0195591Z but got: Left [] | |
2020-05-21T05:45:58.0311596Z import: FAIL (0.01s) | |
2020-05-21T05:45:58.0312734Z test/exe/Main.hs:1847: | |
2020-05-21T05:45:58.0314245Z expected: Left [DocumentSymbol {_name = "imports", _detail = Nothing, _kind = SkModule, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 17}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 17}}, _children = Just (List [DocumentSymbol {_name = "import Data.Maybe", _detail = Nothing, _kind = SkModule, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 17}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 17}}, _children = Nothing}])}] | |
2020-05-21T05:45:58.0316186Z but got: Left [] | |
2020-05-21T05:45:58.0434947Z multiple import: FAIL (0.01s) | |
2020-05-21T05:45:58.0436328Z test/exe/Main.hs:1858: | |
2020-05-21T05:45:58.0438544Z expected: Left [DocumentSymbol {_name = "imports", _detail = Nothing, _kind = SkModule, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 3, _character = 24}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 3, _character = 24}}, _children = Just (List [DocumentSymbol {_name = "import Data.Maybe", _detail = Nothing, _kind = SkModule, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 17}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 17}}, _children = Nothing},DocumentSymbol {_name = "import Control.Exception", _detail = Nothing, _kind = SkModule, _deprecated = Nothing, _range = Range {_start = Position {_line = 3, _character = 0}, _end = Position {_line = 3, _character = 24}}, _selectionRange = Range {_start = Position {_line = 3, _character = 0}, _end = Position {_line = 3, _character = 24}}, _children = Nothing}])}] | |
2020-05-21T05:45:58.0440897Z but got: Left [] | |
2020-05-21T05:45:58.0579089Z foreign import: FAIL (0.01s) | |
2020-05-21T05:45:58.0580800Z test/exe/Main.hs:1873: | |
2020-05-21T05:45:58.0581950Z expected: Left [DocumentSymbol {_name = "a", _detail = Just "import", _kind = SkObject, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 33}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 33}}, _children = Nothing}] | |
2020-05-21T05:45:58.0583291Z but got: Left [] | |
2020-05-21T05:45:58.0717006Z foreign export: FAIL (0.01s) | |
2020-05-21T05:45:58.0718211Z test/exe/Main.hs:1881: | |
2020-05-21T05:45:58.0719263Z expected: Left [DocumentSymbol {_name = "odd", _detail = Just "export", _kind = SkObject, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 39}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 39}}, _children = Nothing}] | |
2020-05-21T05:45:58.0720367Z but got: Left [] | |
2020-05-21T05:45:58.0720861Z get | |
2020-05-21T05:45:58.0721272Z definition | |
2020-05-21T05:45:58.0842944Z field in record definition: FAIL (0.01s) | |
2020-05-21T05:45:58.0844374Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.0844907Z number of definitions | |
2020-05-21T05:45:58.0845384Z expected: 1 | |
2020-05-21T05:45:58.0845845Z but got: 0 | |
2020-05-21T05:45:58.0963111Z field in record construction #71: FAIL (expected: known broken) (0.01s) | |
2020-05-21T05:45:58.0964646Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.0965352Z number of definitions | |
2020-05-21T05:45:58.0965929Z expected: 1 | |
2020-05-21T05:45:58.0966496Z but got: 0(expected failure) | |
2020-05-21T05:45:58.1117563Z field name used as accessor: FAIL (0.01s) | |
2020-05-21T05:45:58.1118638Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.1119066Z number of definitions | |
2020-05-21T05:45:58.1119652Z expected: 1 | |
2020-05-21T05:45:58.1120054Z but got: 0 | |
2020-05-21T05:45:58.1267023Z top-level name: FAIL (0.02s) | |
2020-05-21T05:45:58.1268920Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.1269258Z number of definitions | |
2020-05-21T05:45:58.1269514Z expected: 1 | |
2020-05-21T05:45:58.1269756Z but got: 0 | |
2020-05-21T05:45:58.1405476Z data constructor record #247: FAIL (0.01s) | |
2020-05-21T05:45:58.1406161Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.1406429Z number of definitions | |
2020-05-21T05:45:58.1406679Z expected: 1 | |
2020-05-21T05:45:58.1406918Z but got: 0 | |
2020-05-21T05:45:58.1540597Z data constructor plain: FAIL (0.01s) | |
2020-05-21T05:45:58.1541611Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.1542033Z number of definitions | |
2020-05-21T05:45:58.1542390Z expected: 1 | |
2020-05-21T05:45:58.1542761Z but got: 0 | |
2020-05-21T05:45:58.1698667Z type constructor #248: FAIL (0.02s) | |
2020-05-21T05:45:58.1699635Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.1700066Z number of definitions | |
2020-05-21T05:45:58.1700443Z expected: 1 | |
2020-05-21T05:45:58.1700797Z but got: 0 | |
2020-05-21T05:45:58.1844533Z type constructor external #248,249: FAIL (expected: known broken) (0.01s) | |
2020-05-21T05:45:58.1845569Z test/exe/Main.hs:1303: | |
2020-05-21T05:45:58.1845997Z Expecting to fail to find in external file(expected failure) | |
2020-05-21T05:45:58.1977181Z value external package #249: FAIL (expected: known broken) (0.01s) | |
2020-05-21T05:45:58.1978071Z test/exe/Main.hs:1303: | |
2020-05-21T05:45:58.1978725Z Expecting to fail to find in external file(expected failure) | |
2020-05-21T05:45:58.2153396Z plain parameter: FAIL (0.02s) | |
2020-05-21T05:45:58.2154531Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.2154955Z number of definitions | |
2020-05-21T05:45:58.2155345Z expected: 1 | |
2020-05-21T05:45:58.2155638Z but got: 0 | |
2020-05-21T05:45:58.2300800Z pattern match name: FAIL (0.01s) | |
2020-05-21T05:45:58.2301795Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.2303020Z number of definitions | |
2020-05-21T05:45:58.2303319Z expected: 1 | |
2020-05-21T05:45:58.2303700Z but got: 0 | |
2020-05-21T05:45:58.2452592Z top-level operator: FAIL (0.02s) | |
2020-05-21T05:45:58.2455412Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.2459187Z number of definitions | |
2020-05-21T05:45:58.2459615Z expected: 1 | |
2020-05-21T05:45:58.2459964Z but got: 0 | |
2020-05-21T05:45:58.2591022Z parameter operator: FAIL (0.01s) | |
2020-05-21T05:45:58.2592508Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.2592862Z number of definitions | |
2020-05-21T05:45:58.2593129Z expected: 1 | |
2020-05-21T05:45:58.2593372Z but got: 0 | |
2020-05-21T05:45:58.2737913Z name in backticks: FAIL (0.01s) | |
2020-05-21T05:45:58.2738610Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.2738910Z number of definitions | |
2020-05-21T05:45:58.2739166Z expected: 1 | |
2020-05-21T05:45:58.2739424Z but got: 0 | |
2020-05-21T05:45:58.2937148Z class in instance declaration #250: FAIL (0.02s) | |
2020-05-21T05:45:58.2937946Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.2938298Z number of definitions | |
2020-05-21T05:45:58.2938636Z expected: 1 | |
2020-05-21T05:45:58.2938957Z but got: 0 | |
2020-05-21T05:45:58.3135726Z class in signature #250: FAIL (0.02s) | |
2020-05-21T05:45:58.3136630Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.3137075Z number of definitions | |
2020-05-21T05:45:58.3137471Z expected: 1 | |
2020-05-21T05:45:58.3138000Z but got: 0 | |
2020-05-21T05:45:58.3273009Z external class in signature #249,250: FAIL (expected: known broken) (0.01s) | |
2020-05-21T05:45:58.3273989Z test/exe/Main.hs:1303: | |
2020-05-21T05:45:58.3274511Z Expecting to fail to find in external file(expected failure) | |
2020-05-21T05:45:58.3406314Z do-notation bind: FAIL (0.01s) | |
2020-05-21T05:45:58.3407254Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.3407677Z number of definitions | |
2020-05-21T05:45:58.3408079Z expected: 1 | |
2020-05-21T05:45:58.3408463Z but got: 0 | |
2020-05-21T05:45:58.3576962Z do-notation lookup: FAIL (0.02s) | |
2020-05-21T05:45:58.3578048Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.3578572Z number of definitions | |
2020-05-21T05:45:58.3579040Z expected: 1 | |
2020-05-21T05:45:58.3579509Z but got: 0 | |
2020-05-21T05:45:58.3720484Z listcomp bind: FAIL (0.01s) | |
2020-05-21T05:45:58.3721596Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.3722113Z number of definitions | |
2020-05-21T05:45:58.3722598Z expected: 1 | |
2020-05-21T05:45:58.3723041Z but got: 0 | |
2020-05-21T05:45:58.3856942Z listcomp lookup: FAIL (0.01s) | |
2020-05-21T05:45:58.3858177Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.3858725Z number of definitions | |
2020-05-21T05:45:58.3859273Z expected: 1 | |
2020-05-21T05:45:58.3859769Z but got: 0 | |
2020-05-21T05:45:58.4005450Z top-level fn 1st clause: FAIL (0.01s) | |
2020-05-21T05:45:58.4006981Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.4007583Z number of definitions | |
2020-05-21T05:45:58.4008219Z expected: 1 | |
2020-05-21T05:45:58.4008806Z but got: 0 | |
2020-05-21T05:45:58.4151314Z top-level fn 2nd clause #246: FAIL (0.01s) | |
2020-05-21T05:45:58.4153743Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.4154443Z number of definitions | |
2020-05-21T05:45:58.4155191Z expected: 1 | |
2020-05-21T05:45:58.4155727Z but got: 0 | |
2020-05-21T05:45:58.4288910Z top-level fn on space #315: OK (0.01s) | |
2020-05-21T05:45:58.4415940Z top-level signature #310: FAIL (expected: known broken) (0.01s) | |
2020-05-21T05:45:58.4420551Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.4420948Z number of definitions | |
2020-05-21T05:45:58.4421189Z expected: 1 | |
2020-05-21T05:45:58.4421457Z but got: 0(expected failure) | |
2020-05-21T05:45:58.4556669Z inner signature #310: FAIL (expected: known broken) (0.01s) | |
2020-05-21T05:45:58.4557916Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.4558500Z number of definitions | |
2020-05-21T05:45:58.4559001Z expected: 1 | |
2020-05-21T05:45:58.4559614Z but got: 0(expected failure) | |
2020-05-21T05:45:58.4689863Z Imported symbol: FAIL (0.01s) | |
2020-05-21T05:45:58.4691044Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.4691664Z number of definitions | |
2020-05-21T05:45:58.4692161Z expected: 1 | |
2020-05-21T05:45:58.4692603Z but got: 0 | |
2020-05-21T05:45:58.4844064Z Imported symbol (reexported): FAIL (0.01s) | |
2020-05-21T05:45:58.4845108Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:58.4845654Z number of definitions | |
2020-05-21T05:45:58.4846158Z expected: 1 | |
2020-05-21T05:45:58.4846642Z but got: 0 | |
2020-05-21T05:45:58.4847106Z hover | |
2020-05-21T05:45:58.5076681Z field in record definition: FAIL (0.02s) | |
2020-05-21T05:45:58.5077870Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.5078515Z no hover found | |
2020-05-21T05:45:58.5218569Z field in record construction #71: FAIL (expected: known broken) (0.01s) | |
2020-05-21T05:45:58.5219694Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.5220288Z no hover found(expected failure) | |
2020-05-21T05:45:58.5355490Z field name used as accessor: FAIL (0.01s) | |
2020-05-21T05:45:58.5356107Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.5356360Z no hover found | |
2020-05-21T05:45:58.5502114Z top-level name: FAIL (0.01s) | |
2020-05-21T05:45:58.5502727Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.5503042Z no hover found | |
2020-05-21T05:45:58.5636530Z data constructor record #247: FAIL (0.01s) | |
2020-05-21T05:45:58.5637154Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.5637467Z no hover found | |
2020-05-21T05:45:58.5841050Z data constructor plain: FAIL (0.02s) | |
2020-05-21T05:45:58.5843853Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.5845359Z no hover found | |
2020-05-21T05:45:58.6017617Z type constructor #248: FAIL (0.02s) | |
2020-05-21T05:45:58.6024488Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.6025147Z no hover found | |
2020-05-21T05:45:58.6243659Z type constructor external #248,249: FAIL (0.02s) | |
2020-05-21T05:45:58.6244518Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.6244832Z no hover found | |
2020-05-21T05:45:58.6535798Z value external package #249: FAIL (0.03s) | |
2020-05-21T05:45:58.6536700Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.6537074Z no hover found | |
2020-05-21T05:45:58.6669390Z plain parameter: FAIL (0.01s) | |
2020-05-21T05:45:58.6670152Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.6670561Z no hover found | |
2020-05-21T05:45:58.6894766Z pattern match name: FAIL (0.02s) | |
2020-05-21T05:45:58.6896409Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.6896718Z no hover found | |
2020-05-21T05:45:58.7136316Z top-level operator: FAIL (0.02s) | |
2020-05-21T05:45:58.7150321Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.7150845Z no hover found | |
2020-05-21T05:45:58.7425264Z parameter operator: FAIL (0.03s) | |
2020-05-21T05:45:58.7425885Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.7426165Z no hover found | |
2020-05-21T05:45:58.7555002Z name in backticks: FAIL (0.01s) | |
2020-05-21T05:45:58.7555609Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.7555917Z no hover found | |
2020-05-21T05:45:58.7684473Z class in instance declaration #250: FAIL (0.01s) | |
2020-05-21T05:45:58.7685086Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.7685370Z no hover found | |
2020-05-21T05:45:58.7810837Z class in signature #250: FAIL (0.01s) | |
2020-05-21T05:45:58.7811414Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.7811688Z no hover found | |
2020-05-21T05:45:58.8007993Z external class in signature #249,250: FAIL (0.02s) | |
2020-05-21T05:45:58.8008588Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.8008860Z no hover found | |
2020-05-21T05:45:58.8169358Z do-notation bind: FAIL (0.02s) | |
2020-05-21T05:45:58.8169893Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.8170130Z no hover found | |
2020-05-21T05:45:58.8449252Z do-notation lookup: FAIL (0.03s) | |
2020-05-21T05:45:58.8449865Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.8450099Z no hover found | |
2020-05-21T05:45:58.8581017Z listcomp bind: FAIL (0.01s) | |
2020-05-21T05:45:58.8581668Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.8582101Z no hover found | |
2020-05-21T05:45:58.8706750Z listcomp lookup: FAIL (0.01s) | |
2020-05-21T05:45:58.8707430Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.8707720Z no hover found | |
2020-05-21T05:45:58.8840016Z top-level fn 1st clause: FAIL (0.01s) | |
2020-05-21T05:45:58.8840579Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.8840818Z no hover found | |
2020-05-21T05:45:58.8969792Z top-level fn 2nd clause #246: FAIL (0.01s) | |
2020-05-21T05:45:58.8970482Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.8970808Z no hover found | |
2020-05-21T05:45:58.9095367Z top-level fn on space #315: FAIL (0.01s) | |
2020-05-21T05:45:58.9095980Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.9096262Z no hover found | |
2020-05-21T05:45:58.9231122Z documentation #7: FAIL (expected: known broken) (0.01s) | |
2020-05-21T05:45:58.9231802Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.9232097Z no hover found(expected failure) | |
2020-05-21T05:45:58.9362753Z kind of Either #273: FAIL (0.01s) | |
2020-05-21T05:45:58.9363349Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.9363621Z no hover found | |
2020-05-21T05:45:58.9587201Z kind of Int #273: FAIL (0.02s) | |
2020-05-21T05:45:58.9587908Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.9588201Z no hover found | |
2020-05-21T05:45:58.9895844Z kind of (* -> *) type variable #273: FAIL (expected: known broken) (0.03s) | |
2020-05-21T05:45:58.9896632Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:58.9896954Z no hover found(expected failure) | |
2020-05-21T05:45:59.0030523Z literal Int in hover info #274: FAIL (0.01s) | |
2020-05-21T05:45:59.0031360Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:59.0031639Z no hover found | |
2020-05-21T05:45:59.0166076Z literal Char in hover info #274: FAIL (0.01s) | |
2020-05-21T05:45:59.0166708Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:59.0166981Z no hover found | |
2020-05-21T05:45:59.0293781Z literal Text in hover info #274: FAIL (0.01s) | |
2020-05-21T05:45:59.0294431Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:59.0294699Z no hover found | |
2020-05-21T05:45:59.0518945Z literal List in hover info #274: FAIL (0.02s) | |
2020-05-21T05:45:59.0519624Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:59.0519905Z no hover found | |
2020-05-21T05:45:59.0725098Z type constraint in hover info #283: FAIL (0.02s) | |
2020-05-21T05:45:59.0725800Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:59.0726075Z no hover found | |
2020-05-21T05:45:59.0910194Z top-level signature #310: FAIL (expected: known broken) (0.02s) | |
2020-05-21T05:45:59.0910976Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:59.0911326Z no hover found(expected failure) | |
2020-05-21T05:45:59.1038834Z inner signature #310: FAIL (expected: known broken) (0.01s) | |
2020-05-21T05:45:59.1039514Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:59.1039824Z no hover found(expected failure) | |
2020-05-21T05:45:59.1219074Z Imported symbol: FAIL (0.02s) | |
2020-05-21T05:45:59.1219852Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:59.1220152Z no hover found | |
2020-05-21T05:45:59.1349228Z Imported symbol (reexported): FAIL (0.01s) | |
2020-05-21T05:45:59.1349890Z test/exe/Main.hs:1317: | |
2020-05-21T05:45:59.1350143Z no hover found | |
2020-05-21T05:45:59.1350918Z type-definition | |
2020-05-21T05:45:59.1481421Z Saturated data con: FAIL (0.01s) | |
2020-05-21T05:45:59.1482237Z test/exe/Main.hs:1307: | |
2020-05-21T05:45:59.1482536Z number of definitions | |
2020-05-21T05:45:59.1482788Z expected: 1 | |
2020-05-21T05:45:59.1483047Z but got: 0 | |
2020-05-21T05:45:59.1622303Z Polymorphic variable: OK (0.01s) | |
2020-05-21T05:46:00.4860574Z plugins: OK (1.32s) | |
2020-05-21T05:46:01.1561995Z preprocessor: OK (0.67s) | |
2020-05-21T05:46:01.1562981Z TemplateHaskell | |
2020-05-21T05:46:01.2766583Z load: FAIL (0.12s) | |
2020-05-21T05:46:01.2767414Z test/src/Development/IDE/Test.hs:92: | |
2020-05-21T05:46:01.2771396Z Got diagnostics for Uri {getUri = "file:///tmp/extra-dir-92593627569694/A.hs"} but only expected diagnostics for [NormalizedUri (-5525659690131355154) "file:///tmp/extra-dir-92593627569694/B.hs"] got List [Diagnostic {_range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 100000, _character = 0}}, _severity = Just DsError, _code = Nothing, _source = Just "compiler", _message = "mkImportDirs: main\nCallStack (from HasCallStack):\n error, called at src/Development/IDE/Import/FindImports.hs:86:23 in ghcide-0.1.0-8T09YwLW03LBvesZEcXkK5:Development.IDE.Import.FindImports", _tags = Nothing, _relatedInformation = Nothing}] | |
2020-05-21T05:46:01.7994487Z newtype-closure: OK (0.52s) | |
2020-05-21T05:46:01.7995943Z SafeHaskell | |
2020-05-21T05:46:03.3190091Z load: OK (1.52s) | |
2020-05-21T05:46:03.3201509Z Unit | |
2020-05-21T05:46:03.3202093Z empty file path does NOT work with the empty String literal: OK | |
2020-05-21T05:46:03.3203292Z empty file path works using toNormalizedFilePath': OK | |
2020-05-21T05:46:03.3203820Z empty path URI: OK | |
2020-05-21T05:46:03.3204612Z from empty path URI: OK | |
2020-05-21T05:46:03.3205049Z haddock | |
2020-05-21T05:46:03.3205403Z Num: OK | |
2020-05-21T05:46:03.3205838Z unsafePerformIO: OK | |
2020-05-21T05:46:03.3206211Z position mapping | |
2020-05-21T05:46:03.3206492Z toCurrent | |
2020-05-21T05:46:03.3206839Z before: OK | |
2020-05-21T05:46:03.3207312Z after, same line, same length: OK | |
2020-05-21T05:46:03.3207786Z after, same line, increased length: OK | |
2020-05-21T05:46:03.3208254Z after, same line, decreased length: OK | |
2020-05-21T05:46:03.3208726Z after, next line, no newline: OK | |
2020-05-21T05:46:03.3209180Z after, next line, newline: OK | |
2020-05-21T05:46:03.3209652Z after, same line, newline: OK | |
2020-05-21T05:46:03.3210133Z after, same line, newline + newline at end: OK | |
2020-05-21T05:46:03.3210602Z after, same line, newline + newline at end: OK | |
2020-05-21T05:46:03.3210983Z fromCurrent | |
2020-05-21T05:46:03.3211298Z before: OK | |
2020-05-21T05:46:03.3211691Z after, same line, same length: OK | |
2020-05-21T05:46:03.3212109Z after, same line, increased length: OK | |
2020-05-21T05:46:03.3212531Z after, same line, decreased length: OK | |
2020-05-21T05:46:03.3212935Z after, next line, no newline: OK | |
2020-05-21T05:46:03.3213349Z after, next line, newline: OK | |
2020-05-21T05:46:03.3213750Z after, same line, newline: OK | |
2020-05-21T05:46:03.3214174Z after, same line, newline + newline at end: OK | |
2020-05-21T05:46:03.3242035Z after, same line, newline + newline at end: OK | |
2020-05-21T05:46:03.3242554Z properties | |
2020-05-21T05:46:03.3768068Z fromCurrent r t <=< toCurrent r t: OK (0.06s) | |
2020-05-21T05:46:03.3769865Z +++ OK, passed 1000 tests. | |
2020-05-21T05:46:03.5258714Z toCurrent r t <=< fromCurrent r t: OK (0.14s) | |
2020-05-21T05:46:03.5262049Z +++ OK, passed 1000 tests. | |
2020-05-21T05:46:03.5263199Z watched files | |
2020-05-21T05:46:03.6807096Z workspace files: FAIL (0.15s) | |
2020-05-21T05:46:03.6809294Z test/exe/Main.hs:472: | |
2020-05-21T05:46:03.6810319Z expected: 6 | |
2020-05-21T05:46:03.6811298Z but got: 4 | |
2020-05-21T05:46:03.8290446Z non workspace file: FAIL (0.15s) | |
2020-05-21T05:46:03.8292131Z test/exe/Main.hs:484: | |
2020-05-21T05:46:03.8292852Z expected: 4 | |
2020-05-21T05:46:03.8293415Z but got: 2 | |
2020-05-21T05:46:03.8293710Z cradle | |
2020-05-21T05:46:03.8293976Z dependencies | |
2020-05-21T05:47:04.0011472Z session-deps-are-picked-up: FAIL | |
2020-05-21T05:47:04.0013076Z Exception: Timed out waiting to receive a message from the server. | |
2020-05-21T05:47:04.0013913Z Last message received: | |
2020-05-21T05:47:04.0014525Z { | |
2020-05-21T05:47:04.0015145Z "tag": "NotWorkDoneProgressEnd", | |
2020-05-21T05:47:04.0015822Z "contents": { | |
2020-05-21T05:47:04.0016485Z "jsonrpc": "2.0", | |
2020-05-21T05:47:04.0017152Z "params": { | |
2020-05-21T05:47:04.0017790Z "value": { | |
2020-05-21T05:47:04.0018478Z "kind": "end" | |
2020-05-21T05:47:04.0019120Z }, | |
2020-05-21T05:47:04.0019733Z "token": "4" | |
2020-05-21T05:47:04.0020930Z }, | |
2020-05-21T05:47:04.0021930Z "method": "$/progress" | |
2020-05-21T05:47:04.0022779Z } | |
2020-05-21T05:47:04.0023157Z } | |
2020-05-21T05:47:04.0023500Z loading | |
2020-05-21T05:47:04.0023882Z load cradle only once | |
2020-05-21T05:48:04.1415423Z implicit: FAIL | |
2020-05-21T05:48:04.1417079Z Exception: Timed out waiting to receive a message from the server. | |
2020-05-21T05:48:04.1418400Z Last message received: | |
2020-05-21T05:48:04.1419072Z { | |
2020-05-21T05:48:04.1419711Z "tag": "NotWorkDoneProgressEnd", | |
2020-05-21T05:48:04.1426320Z "contents": { | |
2020-05-21T05:48:04.1427017Z "jsonrpc": "2.0", | |
2020-05-21T05:48:04.1427686Z "params": { | |
2020-05-21T05:48:04.1428324Z "value": { | |
2020-05-21T05:48:04.1429383Z "kind": "end" | |
2020-05-21T05:48:04.1430020Z }, | |
2020-05-21T05:48:04.1430664Z "token": "3" | |
2020-05-21T05:48:04.1431281Z }, | |
2020-05-21T05:48:04.1431893Z "method": "$/progress" | |
2020-05-21T05:48:04.1432503Z } | |
2020-05-21T05:48:04.1433000Z } | |
2020-05-21T05:49:04.2737936Z direct: FAIL | |
2020-05-21T05:49:04.2740396Z Exception: Timed out waiting to receive a message from the server. | |
2020-05-21T05:49:04.2741185Z Last message received: | |
2020-05-21T05:49:04.2741447Z { | |
2020-05-21T05:49:04.2741703Z "tag": "NotWorkDoneProgressEnd", | |
2020-05-21T05:49:04.2742041Z "contents": { | |
2020-05-21T05:49:04.2742313Z "jsonrpc": "2.0", | |
2020-05-21T05:49:04.2742566Z "params": { | |
2020-05-21T05:49:04.2742797Z "value": { | |
2020-05-21T05:49:04.2743058Z "kind": "end" | |
2020-05-21T05:49:04.2743280Z }, | |
2020-05-21T05:49:04.2743519Z "token": "4" | |
2020-05-21T05:49:04.2743920Z }, | |
2020-05-21T05:49:04.2744139Z "method": "$/progress" | |
2020-05-21T05:49:04.2744362Z } | |
2020-05-21T05:49:04.2744529Z } | |
2020-05-21T05:49:04.2744695Z | |
2020-05-21T05:49:04.2744875Z 101 out of 247 tests failed (347.71s) | |
2020-05-21T05:49:04.2845143Z | |
2020-05-21T05:49:04.2846620Z ghcide> Test suite ghcide-tests failed | |
2020-05-21T05:49:04.2851715Z Test suite failure for package ghcide-0.1.0 | |
2020-05-21T05:49:04.2852531Z ghcide-tests: exited with: ExitFailure 1 | |
2020-05-21T05:49:04.2852941Z Logs printed to console | |
2020-05-21T05:49:04.2853212Z | |
2020-05-21T05:49:04.2974182Z | |
2020-05-21T05:49:04.3033185Z ##[error]Bash exited with code '1'. | |
2020-05-21T05:49:04.3049048Z ##[section]Finishing: stack test --ghc-options=-Werror |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running 1 test suites... | |
Test suite ghcide-tests: RUNNING... | |
HIE | |
open close: OK (4.80s) | |
initialize response capabilities | |
text doc sync: OK | |
hover: OK | |
completion: OK | |
NO signature help: OK | |
goto definition: OK | |
NO goto type definition: FAIL | |
test\\exe\\Main.hs:124: | |
expected: Just (GotoOptionsStatic False) | |
but got: Just (GotoOptionsStatic True) | |
NO goto implementation: FAIL | |
test\\exe\\Main.hs:124: | |
expected: Just (GotoOptionsStatic False) | |
but got: Just (GotoOptionsStatic True) | |
NO find references: OK | |
NO doc highlight: FAIL | |
test\\exe\\Main.hs:124: | |
expected: Nothing | |
but got: Just True | |
doc symbol: OK | |
NO workspace symbol: OK | |
code action: OK | |
code lens: OK | |
NO doc formatting: OK | |
NO doc range formatting: OK | |
NO doc formatting on typing: OK | |
NO renaming: OK | |
NO doc link: OK | |
NO color: OK | |
NO folding range: OK | |
execute command: OK | |
workspace: OK | |
NO experimental: OK | |
completion | |
variable: FAIL (0.23s) | |
test\\exe\\Main.hs:1621: | |
expected: [CompletionItem {_label = "head", _kind = Just CiFunction, _tags = List [], _detail = Just ":: [a] -> a", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing}] | |
but got: [] | |
constructor: FAIL (0.17s) | |
test\\exe\\Main.hs:1633: | |
expected: [CompletionItem {_label = "True", _kind = Just CiConstructor, _tags = List [], _detail = Just ":: Bool", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing},CompletionItem {_label = "truncate", _kind = Just CiFunction, _tags = List [], _detail = Just ":: (RealFrac a, Integral b) => a -> b", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing}] | |
but got: [] | |
type: FAIL (3.41s) | |
test\\exe\\Main.hs:1647: | |
expected: [CompletionItem {_label = "Bounded", _kind = Just CiClass, _tags = List [], _detail = Just ":: * -> Constraint", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing},CompletionItem {_label = "Bool", _kind = Just CiStruct, _tags = List [], _detail = Just ":: *", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing}] | |
but got: [] | |
qualified: FAIL (0.64s) | |
test\\exe\\Main.hs:1664: | |
expected: [CompletionItem {_label = "head", _kind = Just CiFunction, _tags = List [], _detail = Just ":: [a] -> a", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing}] | |
but got: [] | |
keyword: FAIL (0.16s) | |
test\\exe\\Main.hs:1676: | |
expected: [CompletionItem {_label = "newtype", _kind = Just CiKeyword, _tags = List [], _detail = Nothing, _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Nothing, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing}] | |
but got: [] | |
type context: FAIL (0.57s) | |
test\\exe\\Main.hs:1697: | |
expected: [CompletionItem {_label = "Integer", _kind = Just CiStruct, _tags = List [], _detail = Just ":: *", _documentation = Nothing, _deprecated = Nothing, _preselect = Nothing, _sortText = Nothing, _filterText = Nothing, _insertText = Nothing, _insertTextFormat = Just PlainText, _textEdit = Nothing, _additionalTextEdits = Nothing, _commitCharacters = Nothing, _command = Nothing, _xdata = Nothing}] | |
but got: [] | |
cpp | |
cpp-error: FAIL | |
Exception: Timed out waiting to receive a message from the server. | |
Last message received: | |
{ | |
"tag": "NotWorkDoneProgressReport", | |
"contents": { | |
"jsonrpc": "2.0", | |
"params": { | |
"value": { | |
"kind": "report", | |
"message": "1/2" | |
}, | |
"token": "3" | |
}, | |
"method": "$/progress" | |
} | |
} | |
cpp-ghcide: OK (1.66s) | |
diagnostics | |
fix syntax error: OK (1.16s) | |
introduce syntax error: OK (0.91s) | |
variable not in scope: OK (1.41s) | |
type error: OK (1.48s) | |
typed hole: OK (1.72s) | |
deferral | |
type error: OK (1.21s) | |
typed hole: OK (1.49s) | |
out of scope var: OK (1.09s) | |
message shows error: OK (1.18s) | |
remove required module: OK (1.51s) | |
add missing module: OK (1.15s) | |
add missing module (non workspace): FAIL | |
Exception: Timed out waiting to receive a message from the server. | |
Last message received: | |
{ | |
"tag": "RspInitialize", | |
"contents": { | |
"result": { | |
"capabilities": { | |
"typeDefinitionProvider": true, | |
"foldingRangeProvider": false, | |
"textDocumentSync": { | |
"openClose": true, | |
"change": 2, | |
"save": {} | |
}, | |
"workspace": { | |
"workspaceFolders": { | |
"supported": true, | |
"changeNotifications": true | |
} | |
}, | |
"implementationProvider": true, | |
"documentHighlightProvider": true, | |
"executeCommandProvider": { | |
"commands": [ | |
"6516:ghcide:typesignature.add" | |
] | |
}, | |
"renameProvider": false, | |
"colorProvider": false, | |
"definitionProvider": true, | |
"hoverProvider": true, | |
"codeActionProvider": true, | |
"completionProvider": { | |
"triggerCharacters": [ | |
"." | |
], | |
"resolveProvider": false | |
}, | |
"codeLensProvider": {}, | |
"documentSymbolProvider": true | |
} | |
}, | |
"jsonrpc": "2.0", | |
"id": 0 | |
} | |
} | |
cyclic module dependency: OK (1.34s) | |
cyclic module dependency with hs-boot: OK (0.70s) | |
correct reference used with hs-boot: OK (0.69s) | |
redundant import: OK (1.06s) | |
package imports: FAIL (0.61s) | |
test/src\Development\IDE\Test.hs:39: | |
Could not find (DsError,(6,9),"Not in scope: \8216ThisList.map\8217") in List [Diagnostic {_range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 100000, _character = 0}}, _severity = Just DsError, _code = Nothing, _source = Just "compiler", _message = "mkImportDirs: main\nCallStack (from HasCallStack):\n error, called at src\\\\Development\\\\IDE\\\\Import\\\\FindImports.hs:86:23 in ghcide-0.1.0-inplace:Development.IDE.Import.FindImports", _tags = Nothing, _relatedInformation = Nothing}] | |
unqualified warnings: OK (1.24s) | |
lower-case drive: FAIL (1.21s) | |
test/src\Development\IDE\Test.hs:67: | |
Got unexpected diagnostics for Uri {getUri = "file:///C:/TEMP/extra-dir-118206419181/A/B.hs"} got List [Diagnostic {_range = Range {_start = Position {_line = 2, _character = 0}, _end = Position {_line = 2, _character = 16}}, _severity = Just DsWarning, _code = Nothing, _source = Just "typecheck", _message = "C:\\TEMP\\extra-dir-118206419181\\A\\B.hs:3:1: warning:\n The import of \8216Data.List\8217 is redundant\n except perhaps to import instances from \8216Data.List\8217\n To import instances alone, use: import Data.List()", _tags = Nothing, _relatedInformation = Nothing}] | |
haddock parse error: OK (1.01s) | |
code actions | |
rename actions | |
change to local variable name: OK (25.41s) | |
change to name of imported function: OK (4.37s) | |
suggest multiple local variable names: OK (3.53s) | |
change infix function: OK (3.53s) | |
type wildcard actions | |
global signature: OK (3.65s) | |
multi-line message: OK (3.48s) | |
local signature: OK (3.76s) | |
remove import actions | |
redundant: OK (3.44s) | |
qualified redundant: OK (3.65s) | |
redundant binding: OK (3.89s) | |
redundant operator: OK (3.51s) | |
redundant all import: OK (3.90s) | |
redundant constructor import: OK (3.40s) | |
extend import actions | |
extend single line import with value: OK (3.52s) | |
extend single line import with operator: OK (3.58s) | |
extend single line import with type: OK (3.53s) | |
extend single line import with constructor: FAIL (expected: known broken) (3.62s) | |
test\\exe\\Main.hs:937: | |
expected: "module ModuleB where\nimport ModuleA (A(Constructor))\nb :: A\nb = Constructor\n" | |
but got: "module ModuleB where\nimport ModuleA (Constructor, A)\nb :: A\nb = Constructor\n"(expected failure) | |
extend single line qualified import with value: OK (3.47s) | |
extend multi line import with value: OK (3.42s) | |
suggest import actions | |
Dont want suggestion | |
f = nonEmpty: OK (1.59s) | |
f = First: OK (1.04s) | |
f :: Typeable a => a: OK (1.01s) | |
f = quickCheck: OK (1.05s) | |
want suggestion | |
f = nonEmpty: OK (1.16s) | |
f = (:|): OK (1.21s) | |
f :: Natural: OK (1.04s) | |
f :: NonEmpty (): OK (1.07s) | |
f = First: OK (1.06s) | |
f = Endo: OK (1.04s) | |
f = Version: OK (1.07s) | |
f ExitSuccess = (): OK (1.00s) | |
f = AssertionFailed: OK (1.04s) | |
f = nonEmpty: OK (1.06s) | |
f :: Alternative f => f (): OK (1.03s) | |
f = empty: OK (1.09s) | |
f = (&): OK (1.04s) | |
f = NE.nonEmpty: OK (1.02s) | |
f :: Typeable a => a: OK (1.03s) | |
f = pack: OK (1.07s) | |
f :: Text: OK (1.01s) | |
f = [] & id: OK (1.12s) | |
f = (&) [] id: OK (1.06s) | |
add language extension actions | |
add NamedFieldPuns language extension: OK (3.36s) | |
add RecordWildCards language extension: OK (3.86s) | |
fix import actions | |
fix constructor import: OK (3.33s) | |
import rename actions | |
Data.Mape -> Data.Map: OK (3.33s) | |
Data.Mape -> Data.Maybe: OK (3.43s) | |
fill typed holes | |
replace hole `_` with show: OK (3.78s) | |
replace hole `_` with globalConvert: OK (3.55s) | |
replace hole `_convertme` with localConvert: OK (3.56s) | |
replace hole `_b` with globalInt: OK (3.69s) | |
replace hole `_c` with globalInt: OK (3.59s) | |
replace hole `_c` with parameterInt: OK (3.58s) | |
add signature | |
abc = True: OK (3.50s) | |
foo a b = a + b: OK (3.50s) | |
bar a b = show $ a + b: OK (3.48s) | |
(!!!) a b = a > b: OK (3.53s) | |
a >>>> b = a + b: OK (3.40s) | |
a `haha` b = a b: OK (3.52s) | |
pattern Some a = Just a: OK (4.02s) | |
insert new definition actions | |
insert new function definition: OK (3.45s) | |
define a hole: OK (3.43s) | |
code lenses | |
add signature | |
with warnings enabled | |
abc = True: FAIL | |
Exception: Received an unexpected message from the server: | |
Was parsing: Pattern match failure in do expression at test\exe\Main.hs:1263:5-34 | |
Last message received: | |
{ | |
"tag": "RspCodeLens", | |
"contents": { | |
"result": [], | |
"jsonrpc": "2.0", | |
"id": 1 | |
} | |
} | |
foo a b = a + b: FAIL | |
Exception: Received an unexpected message from the server: | |
Was parsing: Pattern match failure in do expression at test\exe\Main.hs:1263:5-34 | |
Last message received: | |
{ | |
"tag": "RspCodeLens", | |
"contents": { | |
"result": [], | |
"jsonrpc": "2.0", | |
"id": 1 | |
} | |
} | |
bar a b = show $ a + b: FAIL | |
Exception: Received an unexpected message from the server: | |
Was parsing: Pattern match failure in do expression at test\exe\Main.hs:1263:5-34 | |
Last message received: | |
{ | |
"tag": "RspCodeLens", | |
"contents": { | |
"result": [], | |
"jsonrpc": "2.0", | |
"id": 1 | |
} | |
} | |
(!!!) a b = a > b: FAIL | |
Exception: Received an unexpected message from the server: | |
Was parsing: Pattern match failure in do expression at test\exe\Main.hs:1263:5-34 | |
Last message received: | |
{ | |
"tag": "RspCodeLens", | |
"contents": { | |
"result": [], | |
"jsonrpc": "2.0", | |
"id": 1 | |
} | |
} | |
a >>>> b = a + b: FAIL | |
Exception: Received an unexpected message from the server: | |
Was parsing: Pattern match failure in do expression at test\exe\Main.hs:1263:5-34 | |
Last message received: | |
{ | |
"tag": "RspCodeLens", | |
"contents": { | |
"result": [], | |
"jsonrpc": "2.0", | |
"id": 1 | |
} | |
} | |
a `haha` b = a b: FAIL | |
Exception: Received an unexpected message from the server: | |
Was parsing: Pattern match failure in do expression at test\exe\Main.hs:1263:5-34 | |
Last message received: | |
{ | |
"tag": "RspCodeLens", | |
"contents": { | |
"result": [], | |
"jsonrpc": "2.0", | |
"id": 1 | |
} | |
} | |
pattern Some a = Just a: FAIL | |
Exception: Received an unexpected message from the server: | |
Was parsing: Pattern match failure in do expression at test\exe\Main.hs:1263:5-34 | |
Last message received: | |
{ | |
"tag": "RspCodeLens", | |
"contents": { | |
"result": [], | |
"jsonrpc": "2.0", | |
"id": 1 | |
} | |
} | |
with warnings disabled | |
abc = True: FAIL | |
Exception: Received an unexpected message from the server: | |
Was parsing: Pattern match failure in do expression at test\exe\Main.hs:1263:5-34 | |
Last message received: | |
{ | |
"tag": "RspCodeLens", | |
"contents": { | |
"result": [], | |
"jsonrpc": "2.0", | |
"id": 1 | |
} | |
} | |
foo a b = a + b: FAIL | |
Exception: Received an unexpected message from the server: | |
Was parsing: Pattern match failure in do expression at test\exe\Main.hs:1263:5-34 | |
Last message received: | |
{ | |
"tag": "RspCodeLens", | |
"contents": { | |
"result": [], | |
"jsonrpc": "2.0", | |
"id": 1 | |
} | |
} | |
bar a b = show $ a + b: FAIL | |
Exception: Received an unexpected message from the server: | |
Was parsing: Pattern match failure in do expression at test\exe\Main.hs:1263:5-34 | |
Last message received: | |
{ | |
"tag": "RspCodeLens", | |
"contents": { | |
"result": [], | |
"jsonrpc": "2.0", | |
"id": 1 | |
} | |
} | |
(!!!) a b = a > b: FAIL | |
Exception: Received an unexpected message from the server: | |
Was parsing: Pattern match failure in do expression at test\exe\Main.hs:1263:5-34 | |
Last message received: | |
{ | |
"tag": "RspCodeLens", | |
"contents": { | |
"result": [], | |
"jsonrpc": "2.0", | |
"id": 1 | |
} | |
} | |
a >>>> b = a + b: FAIL | |
Exception: Received an unexpected message from the server: | |
Was parsing: Pattern match failure in do expression at test\exe\Main.hs:1263:5-34 | |
Last message received: | |
{ | |
"tag": "RspCodeLens", | |
"contents": { | |
"result": [], | |
"jsonrpc": "2.0", | |
"id": 1 | |
} | |
} | |
a `haha` b = a b: FAIL | |
Exception: Received an unexpected message from the server: | |
Was parsing: Pattern match failure in do expression at test\exe\Main.hs:1263:5-34 | |
Last message received: | |
{ | |
"tag": "RspCodeLens", | |
"contents": { | |
"result": [], | |
"jsonrpc": "2.0", | |
"id": 1 | |
} | |
} | |
pattern Some a = Just a: FAIL | |
Exception: Received an unexpected message from the server: | |
Was parsing: Pattern match failure in do expression at test\exe\Main.hs:1263:5-34 | |
Last message received: | |
{ | |
"tag": "RspCodeLens", | |
"contents": { | |
"result": [], | |
"jsonrpc": "2.0", | |
"id": 1 | |
} | |
} | |
outline | |
type class: FAIL (0.21s) | |
test\\exe\\Main.hs:1753: | |
expected: Left [DocumentSymbol {_name = "A", _detail = Nothing, _kind = SkFile, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 9223372036854775807, _character = 0}}, _selectionRange = Range {_start = Position {_line = 0, _character = 7}, _end = Position {_line = 0, _character = 8}}, _children = Just (List [DocumentSymbol {_name = "A a", _detail = Just "class", _kind = SkClass, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 30}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 30}}, _children = Just (List [DocumentSymbol {_name = "a", _detail = Nothing, _kind = SkMethod, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 16}, _end = Position {_line = 1, _character = 30}}, _selectionRange = Range {_start = Position {_line = 1, _character = 16}, _end = Position {_line = 1, _character = 17}}, _children = Nothing}])}])}] | |
but got: Left [] | |
type class instance : FAIL (0.15s) | |
test\\exe\\Main.hs:1766: | |
expected: Left [DocumentSymbol {_name = "A a", _detail = Just "class", _kind = SkClass, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 15}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 15}}, _children = Just (List [])},DocumentSymbol {_name = "A ()", _detail = Nothing, _kind = SkInterface, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 19}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 19}}, _children = Nothing}] | |
but got: Left [] | |
type family: FAIL (0.13s) | |
test\\exe\\Main.hs:1774: | |
expected: Left [DocumentSymbol {_name = "A", _detail = Just "type family", _kind = SkClass, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 13}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 13}}, _children = Nothing}] | |
but got: Left [] | |
type family instance : FAIL (0.14s) | |
test\\exe\\Main.hs:1783: | |
expected: Left [DocumentSymbol {_name = "A a", _detail = Just "type family", _kind = SkClass, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 15}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 15}}, _children = Nothing},DocumentSymbol {_name = "A ()", _detail = Nothing, _kind = SkInterface, _deprecated = Nothing, _range = Range {_start = Position {_line = 2, _character = 0}, _end = Position {_line = 2, _character = 23}}, _selectionRange = Range {_start = Position {_line = 2, _character = 0}, _end = Position {_line = 2, _character = 23}}, _children = Nothing}] | |
but got: Left [] | |
data family: FAIL (0.14s) | |
test\\exe\\Main.hs:1791: | |
expected: Left [DocumentSymbol {_name = "A", _detail = Just "data family", _kind = SkClass, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 11}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 11}}, _children = Nothing}] | |
but got: Left [] | |
data family instance : FAIL (0.15s) | |
test\\exe\\Main.hs:1800: | |
expected: Left [DocumentSymbol {_name = "A a", _detail = Just "data family", _kind = SkClass, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 11}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 11}}, _children = Nothing},DocumentSymbol {_name = "A ()", _detail = Nothing, _kind = SkInterface, _deprecated = Nothing, _range = Range {_start = Position {_line = 2, _character = 0}, _end = Position {_line = 2, _character = 25}}, _selectionRange = Range {_start = Position {_line = 2, _character = 0}, _end = Position {_line = 2, _character = 25}}, _children = Nothing}] | |
but got: Left [] | |
constant: FAIL (0.16s) | |
test\\exe\\Main.hs:1808: | |
expected: Left [DocumentSymbol {_name = "a", _detail = Nothing, _kind = SkFunction, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 6}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 6}}, _children = Nothing}] | |
but got: Left [] | |
pattern: FAIL (0.14s) | |
test\\exe\\Main.hs:1814: | |
expected: Left [DocumentSymbol {_name = "Just foo", _detail = Nothing, _kind = SkFunction, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 18}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 18}}, _children = Nothing}] | |
but got: Left [] | |
pattern with type signature: FAIL (0.14s) | |
test\\exe\\Main.hs:1820: | |
expected: Left [DocumentSymbol {_name = "a :: ()", _detail = Nothing, _kind = SkFunction, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 12}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 12}}, _children = Nothing}] | |
but got: Left [] | |
function: FAIL (0.16s) | |
test\\exe\\Main.hs:1826: | |
expected: Left [DocumentSymbol {_name = "a", _detail = Nothing, _kind = SkFunction, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 8}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 8}}, _children = Nothing}] | |
but got: Left [] | |
type synonym: FAIL (0.15s) | |
test\\exe\\Main.hs:1831: | |
expected: Left [DocumentSymbol {_name = "A", _detail = Nothing, _kind = SkTypeParameter, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 13}}, _selectionRange = Range {_start = Position {_line = 0, _character = 5}, _end = Position {_line = 0, _character = 6}}, _children = Nothing}] | |
but got: Left [] | |
datatype: FAIL (0.14s) | |
test\\exe\\Main.hs:1837: | |
expected: Left [DocumentSymbol {_name = "A", _detail = Nothing, _kind = SkStruct, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 10}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 10}}, _children = Just (List [DocumentSymbol {_name = "C", _detail = Nothing, _kind = SkConstructor, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 9}, _end = Position {_line = 0, _character = 10}}, _selectionRange = Range {_start = Position {_line = 0, _character = 9}, _end = Position {_line = 0, _character = 10}}, _children = Nothing}])}] | |
but got: Left [] | |
import: FAIL (0.16s) | |
test\\exe\\Main.hs:1847: | |
expected: Left [DocumentSymbol {_name = "imports", _detail = Nothing, _kind = SkModule, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 17}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 17}}, _children = Just (List [DocumentSymbol {_name = "import Data.Maybe", _detail = Nothing, _kind = SkModule, _deprecated = Nothing, _range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 17}}, _selectionRange = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 0, _character = 17}}, _children = Nothing}])}] | |
but got: Left [] | |
multiple import: FAIL (0.16s) | |
test\\exe\\Main.hs:1858: | |
expected: Left [DocumentSymbol {_name = "imports", _detail = Nothing, _kind = SkModule, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 3, _character = 24}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 3, _character = 24}}, _children = Just (List [DocumentSymbol {_name = "import Data.Maybe", _detail = Nothing, _kind = SkModule, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 17}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 17}}, _children = Nothing},DocumentSymbol {_name = "import Control.Exception", _detail = Nothing, _kind = SkModule, _deprecated = Nothing, _range = Range {_start = Position {_line = 3, _character = 0}, _end = Position {_line = 3, _character = 24}}, _selectionRange = Range {_start = Position {_line = 3, _character = 0}, _end = Position {_line = 3, _character = 24}}, _children = Nothing}])}] | |
but got: Left [] | |
foreign import: FAIL (0.16s) | |
test\\exe\\Main.hs:1873: | |
expected: Left [DocumentSymbol {_name = "a", _detail = Just "import", _kind = SkObject, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 33}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 33}}, _children = Nothing}] | |
but got: Left [] | |
foreign export: FAIL (0.14s) | |
test\\exe\\Main.hs:1881: | |
expected: Left [DocumentSymbol {_name = "odd", _detail = Just "export", _kind = SkObject, _deprecated = Nothing, _range = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 39}}, _selectionRange = Range {_start = Position {_line = 1, _character = 0}, _end = Position {_line = 1, _character = 39}}, _children = Nothing}] | |
but got: Left [] | |
get | |
definition | |
field in record definition: FAIL (0.26s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
field in record construction #71: FAIL (expected: known broken) (0.16s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0(expected failure) | |
field name used as accessor: FAIL (0.17s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
top-level name: FAIL (0.15s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
data constructor record #247: FAIL (0.14s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
data constructor plain: FAIL (0.17s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
type constructor #248: FAIL (0.18s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
type constructor external #248,249: FAIL (expected: known broken) (0.15s) | |
test\\exe\\Main.hs:1303: | |
Expecting to fail to find in external file(expected failure) | |
value external package #249: FAIL (expected: known broken) (0.15s) | |
test\\exe\\Main.hs:1303: | |
Expecting to fail to find in external file(expected failure) | |
plain parameter: FAIL (0.14s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
pattern match name: FAIL (0.15s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
top-level operator: FAIL (0.17s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
parameter operator: FAIL (0.14s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
name in backticks: FAIL (0.16s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
class in instance declaration #250: FAIL (0.14s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
class in signature #250: FAIL (0.15s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
external class in signature #249,250: FAIL (expected: known broken) (0.20s) | |
test\\exe\\Main.hs:1303: | |
Expecting to fail to find in external file(expected failure) | |
do-notation bind: FAIL (0.15s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
do-notation lookup: FAIL (0.16s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
listcomp bind: FAIL (0.16s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
listcomp lookup: FAIL (0.15s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
top-level fn 1st clause: FAIL (0.15s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
top-level fn 2nd clause #246: FAIL (0.15s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
top-level fn on space #315: OK (0.15s) | |
top-level signature #310: FAIL (expected: known broken) (0.15s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0(expected failure) | |
inner signature #310: FAIL (expected: known broken) (0.15s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0(expected failure) | |
Imported symbol: FAIL (0.15s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
Imported symbol (reexported): FAIL (0.15s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
hover | |
field in record definition: FAIL (0.15s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
field in record construction #71: FAIL (expected: known broken) (0.15s) | |
test\\exe\\Main.hs:1317: | |
no hover found(expected failure) | |
field name used as accessor: FAIL (0.14s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
top-level name: FAIL (0.16s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
data constructor record #247: FAIL (0.43s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
data constructor plain: FAIL (0.14s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
type constructor #248: FAIL (0.15s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
type constructor external #248,249: FAIL (0.16s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
value external package #249: FAIL (0.16s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
plain parameter: FAIL (0.16s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
pattern match name: FAIL (0.14s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
top-level operator: FAIL (0.14s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
parameter operator: FAIL (0.15s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
name in backticks: FAIL (0.15s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
class in instance declaration #250: FAIL (0.20s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
class in signature #250: FAIL (0.14s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
external class in signature #249,250: FAIL (0.14s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
do-notation bind: FAIL (0.16s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
do-notation lookup: FAIL (0.15s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
listcomp bind: FAIL (0.14s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
listcomp lookup: FAIL (0.14s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
top-level fn 1st clause: FAIL (0.15s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
top-level fn 2nd clause #246: FAIL (0.15s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
top-level fn on space #315: FAIL (0.14s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
documentation #7: FAIL (expected: known broken) (0.14s) | |
test\\exe\\Main.hs:1317: | |
no hover found(expected failure) | |
kind of Either #273: FAIL (0.14s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
kind of Int #273: FAIL (0.15s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
kind of (* -> *) type variable #273: FAIL (expected: known broken) (0.14s) | |
test\\exe\\Main.hs:1317: | |
no hover found(expected failure) | |
literal Int in hover info #274: FAIL (0.16s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
literal Char in hover info #274: FAIL (0.16s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
literal Text in hover info #274: FAIL (0.14s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
literal List in hover info #274: FAIL (0.14s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
type constraint in hover info #283: FAIL (0.14s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
top-level signature #310: FAIL (expected: known broken) (0.16s) | |
test\\exe\\Main.hs:1317: | |
no hover found(expected failure) | |
inner signature #310: FAIL (expected: known broken) (0.15s) | |
test\\exe\\Main.hs:1317: | |
no hover found(expected failure) | |
Imported symbol: FAIL (0.15s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
Imported symbol (reexported): FAIL (0.15s) | |
test\\exe\\Main.hs:1317: | |
no hover found | |
type-definition | |
Saturated data con: FAIL (0.15s) | |
test\\exe\\Main.hs:1307: | |
number of definitions | |
expected: 1 | |
but got: 0 | |
Polymorphic variable: OK (0.16s) | |
plugins: FAIL (0.49s) | |
test/src\Development\IDE\Test.hs:39: | |
Could not find (DsError,(8,14),"Variable not in scope: c") in List [Diagnostic {_range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 100000, _character = 0}}, _severity = Just DsError, _code = Nothing, _source = Just "typecheck", _message = "Unexpected usage error\nCould not find module \8216GHC.TypeLits.KnownNat.Solver\8217\nUse -v (or `:set -v` in ghci) to see a list of the files searched for.\n", _tags = Nothing, _relatedInformation = Nothing}] | |
preprocessor: OK (2.03s) | |
TemplateHaskell | |
load: FAIL (0.50s) | |
test/src\Development\IDE\Test.hs:92: | |
Got diagnostics for Uri {getUri = "file:///C:/TEMP/extra-dir-118206419344/A.hs"} but only expected diagnostics for [NormalizedUri 1369016348 "file:///C:/TEMP/extra-dir-118206419344/B.hs"] got List [Diagnostic {_range = Range {_start = Position {_line = 0, _character = 0}, _end = Position {_line = 100000, _character = 0}}, _severity = Just DsError, _code = Nothing, _source = Just "compiler", _message = "mkImportDirs: main\nCallStack (from HasCallStack):\n error, called at src\\\\Development\\\\IDE\\\\Import\\\\FindImports.hs:86:23 in ghcide-0.1.0-inplace:Development.IDE.Import.FindImports", _tags = Nothing, _relatedInformation = Nothing}] | |
newtype-closure: OK (0.67s) | |
SafeHaskell | |
load: OK (1.65s) | |
Unit | |
empty file path does NOT work with the empty String literal: OK | |
empty file path works using toNormalizedFilePath': OK | |
empty path URI: OK | |
from empty path URI: OK | |
haddock | |
Num: OK (0.10s) | |
unsafePerformIO: OK | |
position mapping | |
toCurrent | |
before: OK | |
after, same line, same length: OK | |
after, same line, increased length: OK | |
after, same line, decreased length: OK | |
after, next line, no newline: OK | |
after, next line, newline: OK | |
after, same line, newline: OK | |
after, same line, newline + newline at end: OK | |
after, same line, newline + newline at end: OK | |
fromCurrent | |
before: OK | |
after, same line, same length: OK | |
after, same line, increased length: OK | |
after, same line, decreased length: OK | |
after, next line, no newline: OK | |
after, next line, newline: OK | |
after, same line, newline: OK | |
after, same line, newline + newline at end: OK | |
after, same line, newline + newline at end: OK | |
properties | |
fromCurrent r t <=< toCurrent r t: OK (0.08s) | |
+++ OK, passed 1000 tests. | |
toCurrent r t <=< fromCurrent r t: OK (0.11s) | |
+++ OK, passed 1000 tests. | |
watched files | |
workspace files: FAIL (0.42s) | |
test\\exe\\Main.hs:472: | |
expected: 6 | |
but got: 4 | |
non workspace file: OK (0.37s) | |
cradle | |
dependencies | |
session-deps-are-picked-up: FAIL | |
Exception: Timed out waiting to receive a message from the server. | |
Last message received: | |
{ | |
"tag": "NotWorkDoneProgressEnd", | |
"contents": { | |
"jsonrpc": "2.0", | |
"params": { | |
"value": { | |
"kind": "end" | |
}, | |
"token": "3" | |
}, | |
"method": "$/progress" | |
} | |
} | |
loading | |
load cradle only once | |
implicit: FAIL | |
Exception: Timed out waiting to receive a message from the server. | |
Last message received: | |
{ | |
"tag": "NotWorkDoneProgressEnd", | |
"contents": { | |
"jsonrpc": "2.0", | |
"params": { | |
"value": { | |
"kind": "end" | |
}, | |
"token": "3" | |
}, | |
"method": "$/progress" | |
} | |
} | |
direct: FAIL | |
Exception: Timed out waiting to receive a message from the server. | |
Last message received: | |
{ | |
"tag": "NotWorkDoneProgressEnd", | |
"contents": { | |
"jsonrpc": "2.0", | |
"params": { | |
"value": { | |
"kind": "end" | |
}, | |
"token": "3" | |
}, | |
"method": "$/progress" | |
} | |
} | |
103 out of 247 tests failed (544.41s) | |
Test suite ghcide-tests: FAIL | |
Test suite logged to: | |
D:\dev\ws\haskell\ghcide\dist-newstyle\build\x86_64-windows\ghc-8.8.3\ghcide-0.1.0\t\ghcide-tests\test\ghcide-0.1.0-ghcide-tests.log | |
0 of 1 test suites (0 of 1 test cases) passed. | |
cabal.exe: Tests failed for test:ghcide-tests from ghcide-0.1.0. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment