Add notice that this was merged into haskell/lsp
[lsp-test.git] / test /
2021-02-27 Luke LauMerge pull request #89 from wz1000/lsp-equality
2021-02-27 Luke LauMerge pull request #88 from wz1000/timeout-kill
2021-02-27 Luke LauMerge pull request #91 from aufarg/limit-codeactioncont...
2021-02-27 Aufar GilbranLimit diagnostics by range in getCodeActions
2021-02-27 Luke LauFix exception throwing test
2021-02-14 Luke LauMerge pull request #87 from bubba/bump-lsp 0.13.0.0
2021-02-14 Luke LauMove more String types to Text types
2021-02-03 Luke LauMerge pull request #85 from wz1000/master
2021-02-03 Luke LauUpgrade to lsp master
2020-11-26 Luke LauMerge pull request #68 from wz1000/singleton-methods
2020-11-01 Luke LauUse TypeInType
2020-10-15 Luke LauUpdating again for lsp
2020-10-14 Luke LauUse TypeInType for GHC 8.4.4 builds
2020-10-14 Luke LauUpdate version of lsp
2020-10-13 Luke LauRename Language.Haskell.LSP.Test => Language.LSP.Test
2020-10-12 Luke LauUpdate tests for lsp-1.0.0.0
2020-10-05 Luke LauBump haskell-lsp bounds
2020-06-27 Luke LauRemove unused javascript test data
2020-06-08 Luke LauFix getTypeDefinitions
2020-05-14 Luke LauTry to make dummy server platform agnostic
2020-05-14 Luke LauHandle [un]registerCapability and workspace/didChangeWa...
2020-05-06 Luke LauRemove replay tests entirely github-actions-setup-haskell-v1.1
2020-05-06 Luke LauAdd back some more tests
2020-05-06 Luke LauUse a dummy server for testing
2020-05-04 Luke LauSupport haskell-lsp-0.22 0.10.3.0
2019-12-20 Luke LauSquashed commit of the following:
2019-11-26 Luke LauAdd ignoreLogNotifications config option
2019-11-26 Luke LauPrint last received message in timeout exceptions
2019-11-17 Luke LauMerge pull request #59 from cocreature/expose-satisfymaybe
2019-11-17 Luke LauUpdate haskell-lsp and bump to 0.8.1.0 0.8.1.0
2019-10-18 Luke LauMerge pull request #54 from cocreature/workdoneprogress
2019-10-18 Luke LauFix tests
2019-08-23 Luke LauMerge pull request #45 from cocreature/satisfy-maybe
2019-08-06 Luke LauMerge pull request #44 from jneira/fix-win-tests
2019-07-11 jneiraUse the same magnitude in session timeout and threadDelay
2019-07-09 jneiraRemove test that already exists in hie
2019-07-08 jneiraAdd "rename suggestion" test
2019-06-13 Luke LauSquashed commit of the following:
2019-06-04 Luke LauMerge pull request #32 from fendor/tdr-test-impls
2019-05-05 Luke LauFix getTypeDefinitions test
2019-04-28 Luke LauExport satisfy 0.5.2.0
2019-04-20 Luke LauMerge branch 'master' into tdr-test-impls
2019-04-06 fendorExecute getTypeDefinition test
2019-03-31 Luke LauMerge pull request #30 from fendor/readme-how-to-test
2019-03-04 Luke LauMerge pull request #31 from fendor/type-def-req
2019-03-03 fendorComment out tests that are not working
2019-02-26 fendorAdd support for TypeDefinitionRequest
2018-12-05 Luke LauMake "fails a test" test more precise
2018-12-05 Luke LauProperly terminate server handler thread on exceptions
2018-11-12 Luke LauFix tests on travis travis 0.5.0.0
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 0.2.0.0
2018-08-06 Luke LauFix tests, add changelog haskell-lsp-0.6
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
next