Track changes to haskell-lsp
[lsp-test.git] / src / Language / Haskell / LSP / Test / Session.hs
2019-11-26 Matthew PickeringTrack changes to haskell-lsp
2019-11-26 Luke LauAdd ignoreLogNotifications config option
2019-11-26 Luke LauPrint last received message in timeout exceptions
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-05 Luke LauMerge pull request #52 from bubba/session-newtype
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-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-24 jneiraUse the correct errno and remove cleanupRunningProcess
2019-07-21 jneiraMerge branch 'fix-win-tests' of https://github.com...
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 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 jneiraAdd server shutdown check to throw exception
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-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-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-04-28 Luke LauExport satisfy 0.5.2.0
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-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-03 Luke LauUpdate to haskell-lsp-0.7
2018-08-01 Luke LauComplete documentation and update .cabal
2018-08-01 Luke LauRename sendRequest to request, sendRequest' to sendRequest
2018-07-31 Luke LauAdd LSPVersion and capsForVersion
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
2018-07-17 Luke LauAdd formatDoc and formatRange
2018-07-11 Luke LauFix opening new documents regression
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 LauRemove superfluous Session handler
2018-07-02 Luke LauAdd more helpers for code actions and commands
2018-07-02 Luke LauAdd nicer API
2018-06-28 Luke LauCorrect VFS behaviour
2018-06-28 Luke LauAdd config option to log stderr
2018-06-28 Luke LauFix VFS when receiving plain document changes (not...
2018-06-27 Luke LauAdd documentEdit and friends helper functions
2018-06-22 Luke LauRemove dependency on process-1.6.3
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 LauClose VFS when needed
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-14 Luke LauSwap out UUIDs based on process ID