Handle env vars set to "0"
[lsp-test.git] / src /
2019-12-15 Luke LauHandle env vars set to "0"
2019-12-15 Luke LauAdd ability to override some config via env vars
2019-12-15 Luke LauMerge pull request #61 from mpickering/wip/persist...
2019-12-08 Luke LauFix Haddock formatting error
2019-11-26 Matthew PickeringTrack changes to haskell-lsp
2019-11-26 Luke LauPretty print last received messages
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 Moritz KieferExpose satisfyMaybe
2019-11-12 Luke LauMerge pull request #58 from alanz/wip/vfs
2019-11-11 Alan ZimmermanRemove no longer needed dependency
2019-11-10 Alan ZimmermanUse initVFS to simplify runSession mechanics
2019-11-10 Alan ZimmermanMatch current haskell-lsp master
2019-11-01 Matthew PickeringTrack upstream
2019-10-18 Luke LauMerge pull request #54 from cocreature/workdoneprogress
2019-10-17 Moritz KieferUpdate to current state of progress reporting in LSP
2019-10-05 Luke LauMerge pull request #52 from bubba/session-newtype
2019-10-05 Luke LauAdd back parser namers session-newtype
2019-10-05 Luke LauFix warning
2019-10-05 Luke LauRemove commented line
2019-10-05 Luke LauWIP in wrapping Session in a newtype
2019-09-08 Luke LauBump to 0.7.0.0
2019-09-08 Luke LauStart working on support for GHC 8.8/haskell-lsp-0.17
2019-08-24 Luke LauBump to 0.6.1.0 0.6.1.0
2019-08-23 Luke LauMerge pull request #45 from cocreature/satisfy-maybe
2019-08-10 Moritz KieferAdd a more general satisfyMaybe helper
2019-08-06 Luke LauMerge pull request #44 from jneira/fix-win-tests
2019-07-24 jneiraUse the correct errno and remove cleanupRunningProcess
2019-07-23 jneiraIgnore 'permisision denied' error cleaning up processes
2019-07-22 jneiraInclude ignoreSigPipe to avoid hangs
2019-07-22 jneiraHide cleanupProcess for process-1.6.3.0 with comment
2019-07-21 jneiraMerge branch 'fix-win-tests' of https://github.com...
2019-07-20 jneiraFix conditionals for process-1.6.3.0
2019-07-20 Luke LauDon't use exitServer in Replay
2019-07-18 jneiraMerge branch 'fix-win-tests-compat' into fix-win-tests
2019-07-17 jneiraAdd cleanupRunningProcess to Compat module
2019-07-16 jneiraReplace cleanupServer with functions avalilable in...
2019-07-11 jneiraRevert "Avoid error when trying to shutdown manual...
2019-07-11 jneiraAvoid error when trying to shutdown manual js session
2019-07-11 jneiraUse ProcessHandle in withServer to allow kill it by...
2019-07-10 jneiraAdd a finally and timeout to ensure the call to killThread
2019-07-10 jneiraExit the server and its listener properly
2019-07-09 jneiraUse a SessionException instead an error, to ignore...
2019-07-09 jneiraAdd new NoContentLengthHeader SessionException to repla...
2019-07-09 jneiraAdd server shutdown check to throw exception
2019-07-09 jneiraRemove comment about IORef
2019-07-09 jneiraShutdown the server before kill its thread
2019-07-04 Luke LauMerge pull request #42 from lorenzo:haskell-lsp-0.15
2019-07-02 Jose Lorenzo RodriguezUpgrading to haskell-lsp 0.15
2019-06-13 Luke LauMerge pull request #40 from cocreature/fix-custom-methods
2019-06-13 Luke LauMerge pull request #41 from cocreature/helpers
2019-06-13 Moritz KieferFix getDefinitions for SingleLoc and add getCodeLenses
2019-06-13 Moritz KieferAdapt to custom methods changes in haskell-lsp
2019-06-08 Luke LauMerge pull request #39 from cocreature/fix-windows
2019-06-06 Moritz KieferFix various issues encountered on Windows
2019-06-04 Luke LauMerge pull request #32 from fendor/tdr-test-impls
2019-06-04 Luke LauMerge pull request #38 from cocreature/doc-modification
2019-06-04 Moritz KieferSupport TextDocumentDidChange and add non-file based...
2019-05-09 Luke LauMerge pull request #36 from alanz/az-hie-bios 0.5.2.2
2019-05-07 Alan ZimmermanAdapt to new VirtualFile structure
2019-05-05 Luke LauUpdate haskell-lsp 0.5.2.1
2019-04-28 Luke LauExport satisfy 0.5.2.0
2019-04-28 Luke LauUpdate haskell-lsp bounds
2019-04-23 Luke LauFix unhandle server notifications
2019-04-22 Luke LauMerge branch 'master' of https://github.com/bubba/lsp...
2019-04-22 Luke LauUpdate bounds on haskell-lsp
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-02-26 fendorAdd support for TypeDefinitionRequest
2018-12-05 Luke LauBubble up exceptions thrown on server listener thread
2018-12-05 Luke LauProperly terminate server handler thread on exceptions
2018-11-13 Luke LauFix 8.0.2 builds 0.5.0.1
2018-11-12 Luke LauFix tests on travis travis 0.5.0.0
2018-11-12 Luke LauFix redundant imports
2018-11-12 Luke LauMerge branch 'master' of https://github.com/Bubba/lsp...
2018-11-12 Luke LauAdd lspConfig option
2018-11-12 Luke LauMerge pull request #25 from alanz/ghc-8.6-constraint
2018-11-11 Alan ZimmermanAdd MonadFail constraint for GHC 8.6.1
2018-10-31 Luke LauMerge pull request #22 from jhrcek/typo
2018-10-30 Jan HrčekFix haddock
2018-09-08 Luke LauUpgrade to haskell-lsp 0.8.0.0
2018-09-04 Luke LauAdd remaining handlers for messages 0.3.0.0
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-06 Luke LauUpdate haskell-lsp to 0.6
2018-08-04 Luke LauRemove capabilites since haskell-lsp now provides it
2018-08-01 Luke LauComplete documentation and update .cabal
2018-08-01 Luke LauHide some internals
2018-08-01 Luke LauRename sendRequest to request, sendRequest' to sendRequest
2018-07-31 Luke LauEnable/disable dynamic registration in caps past 3.0
2018-07-31 Luke LauAdd LSPVersion and capsForVersion
2018-07-31 Luke LauAdd diff to replay error output
2018-07-30 Luke LauAdd logColor config option
2018-07-26 Luke LauPretty print message trace
2018-07-26 Luke LauMake ClientCapabilities a mandatory parameter
next