Fix tests on travis
[opengl.git] / test /
2018-11-12 Luke LauFix tests on travis travis
2018-11-12 Luke LauMerge branch 'master' of https://github.com/Bubba/lsp...
2018-11-12 Luke LauAdd lspConfig option
2018-09-08 Luke LauUpgrade to haskell-lsp 0.8.0.0
2018-09-06 Luke LauRemove dud space in session.log
2018-09-03 Luke LauUpdate to haskell-lsp-0.7
2018-08-14 Luke LauMerge branch 'master' of https://github.com/Bubba/haske...
2018-08-14 Luke LauAdd getCodeActions, getCurrentDiagnostics, bump
2018-08-14 Luke LauSquashed commit of the following:
2018-08-06 Luke LauMerge pull request #20 from Bubba/haskell-lsp-0.6
2018-08-06 Luke LauFix tests, add changelog
2018-08-01 Luke LauRename sendRequest to request, sendRequest' to sendRequest
2018-07-31 Luke LauBring in my pathetic attempts to fix travis
2018-07-26 Luke LauMake ClientCapabilities a mandatory parameter
2018-07-23 Luke LauAdd closeDoc
2018-07-17 Luke LauAdd formatDoc and formatRange
2018-07-17 Luke LauAdd getHighlights
2018-07-16 Luke LauAdd getHover
2018-07-14 Luke LauAdd getDefinitions
2018-07-12 Luke LauAdd rename
2018-07-12 Luke LauAdd waitForDiagnosticsSource
2018-07-12 Luke LauAdd getReferences
2018-07-11 Luke LauReexport modules via cabal
2018-07-10 Luke LauAdd getCompletions helper function
2018-07-10 Luke LauRemove unecessary haskell-lsp-types dependency
2018-07-10 Luke LauAdd applyEdit and getVersionedDoc helpers
2018-07-09 Luke LauTidy up and remove redundant classes and tests
2018-07-08 Luke LauAdd withTimeout
2018-07-07 Luke LauUpdate session.log to match latest hie on import-code...
2018-07-02 Luke LauAdd nicer API
2018-06-28 Luke LauCorrect VFS behaviour
2018-06-27 Luke LauFix tests
2018-06-27 Luke LauAdd documentEdit and friends helper functions
2018-06-21 Luke LauAdd ReplayOutOfOrder exception and change function...
2018-06-21 Luke LauAdd unexpected message exception
2018-06-20 Luke LauAdd SessionConfig
2018-06-20 Luke LauMerge branch 'master' of https://github.com/Bubba/haske...
2018-06-20 Luke LauHandle text document change events with VFS
2018-06-20 Luke LauAdd option to configure capabilities
2018-06-16 Luke LauAdd test for document change tracking
2018-06-15 Luke LauUpdate command uniquing to match hie
2018-06-14 Luke LauSwap out UUIDs based on process ID
2018-06-13 Luke LauAdd test for initialize response
2018-06-11 Luke LauAdd javascript langserver testing
2018-06-11 Luke LauAdd type synonym for test version of Session
2018-06-11 Luke LauChange server filepath to a command to run
2018-06-11 Luke LauMerge branch 'master' of https://github.com/Bubba/haske...
2018-06-11 Luke LauAdd argument for server executable
2018-06-09 Luke LauAllow message types to be infered
2018-06-09 Luke LauFix embarassing error with publishDiagnosticsNotification
2018-06-08 Luke LauAdd test for failing replay
2018-06-08 Luke LauAdd openDoc convenience function
2018-06-08 Luke LauBump up the number of jobs when building hie in travis
2018-06-07 Luke LauIntegrate Parsec transformer into Session monad
2018-06-06 Luke LauRename recorded to replay
2018-06-06 Luke LauUpdate recorded playback to build upon new session
2018-06-05 Luke LauAdd manual session testing
2018-06-05 Luke LauStart work adding the session monad for replays
2018-06-04 Luke LauDecode responses to the correct type
2018-06-03 Luke LauStart work on moving to new session file format
2018-05-29 Luke LauCurrent non-working version of file parsing
2018-05-28 Luke LauUpdate HIE
2018-05-27 Luke LauSwap out the rootUri and rootPath params in initialize...
2018-05-27 Luke LauAdd root directory swapping
2018-05-27 Luke LauStart swapping file URLs with JSON parsing
2018-05-22 Luke LauStart work on swapping out files
2018-05-20 Luke LauAdd tests