update equality function
[lsp-test.git] / src /
2021-02-25 Zubin Duggalupdate equality function
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-11 Luke LauMerge pull request #86 from wz1000/master
2021-02-09 Zubin DuggalMove responses to updateStateC
2021-02-09 Zubin Duggalrespond to progress create and apply edit
2021-02-03 Luke LauMerge pull request #85 from wz1000/master
2021-02-03 Zubin Duggaluse Text instead of String
2021-01-30 Luke LauMerge pull request #82 from wz1000/check-progress-new
2021-01-25 Zubin Duggaltrack progress sessions
2020-12-11 Luke LauMerge pull request #81 from banacorn/lsp#267
2020-12-11 Ting-Gian LUAAbstracting documentChangeUri
2020-12-11 Ting-Gian LUAFix DocumentChange related stuff in Session.hs
2020-12-11 Ting-Gian LUAFix DocumentChange related stuff in Test.hs
2020-12-11 Ting-Gian LUAFix `swapUri` in Files.hs
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 LauFix dodgy merge
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-09 Zubin Duggaluse senRequest instead of request_ in executeCommand...
2020-10-09 Zubin Duggaladd support for custom messages
2020-10-09 Zubin Duggalfix build
2020-10-09 Luke LauTidy up rebase
2020-10-09 Luke LauAdd initialWorkspaceFolders config option
2020-10-09 Luke LauAdd haddock to runSessionWithHandles
2020-10-09 Luke LauImplement responseForId
2020-10-09 Luke LauUpdate request map in listenServer
2020-10-09 Luke LauAdd runSessionWithHandles
2020-10-09 Zubin Duggalupdate and fill in `message`
2020-10-09 Zubin DuggalMinor cleanup
2020-10-09 Zubin DuggalInitial attempt at updating for singleton-methods
2020-09-17 Luke LauMerge pull request #76 from jneira/fix-win-hang
2020-09-17 jneiraRemove waitForProcess in finalizer for windows
2020-09-06 Luke LauMerge pull request #74 from pepeiborra/master
2020-09-05 Pepe IborraHandle CustomClientMethod
2020-08-07 Luke LauStart off on new version in didChanges from updateState 0.11.0.4
2020-07-27 Luke LauFix formatting requests sending misversioned didChange... 0.11.0.3
2020-06-10 Luke LauWait for the server to exit cleanly
2020-06-08 Luke LauFix getTypeDefinitions
2020-05-25 Luke LauUpdate doc to show where to generate a capture file...
2020-05-15 Luke LauMake URL absolute in workspace/didChangeWatchedFile 0.11.0.1
2020-05-14 Luke LauFix listener thread listening after the server process...
2020-05-14 Luke LauHandle [un]registerCapability and workspace/didChangeWa...
2020-05-05 Luke LauFix curtimeoutid being reset in the server exit handler
2020-05-04 Luke LauSupport haskell-lsp-0.22 0.10.3.0
2019-12-29 Luke LauHandle receiving messages in between the initialize...
2019-12-16 Luke LauRemove rope-utf16-splay dependency
2019-12-15 Luke LauFix haddock markup
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
next