opengl.git
2018-06-16 Luke LauAdd test for document change tracking
2018-06-15 Luke LauUpdate command uniquing to match hie
2018-06-14 Luke LauUpdate hie in travis
2018-06-14 Luke LauAdd process version constraint
2018-06-14 Luke LauSwap out UUIDs based on process ID
2018-06-13 Luke LauChange runSession return result from passed session...
2018-06-13 Luke LauAdd test for initialize response
2018-06-12 Luke LauAdd getInitializeResponse
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-10 Luke LauSilence weird ghc warning
2018-06-10 Luke LauCompatibility with GHC 8.2.1
2018-06-09 Luke LauKill forked threads
2018-06-09 Luke LauAllow message types to be infered
2018-06-09 Luke LauFix embarassing error with publishDiagnosticsNotification
2018-06-08 Luke LauAdd publishDiagnosticsNotification
2018-06-08 Luke LauUpdate submodules when checking out hie
2018-06-08 Luke LauUpdate README.md
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-08 Luke LauSwitch to conduit based parser
2018-06-07 Luke LauIntegrate Parsec transformer into Session monad
2018-06-07 Luke LauTry out Chan Stream instance
2018-06-06 Luke LauStart work on parser
2018-06-06 Luke LauRename recorded to replay
2018-06-06 Luke LauIgnore logging messages and remove some verbose logging
2018-06-06 Luke LauUpdate recorded playback to build upon new session
2018-06-05 Luke LauUpdate documentation
2018-06-05 Luke LauFix travis build
2018-06-05 Luke LauAdd manual session testing
2018-06-05 Luke LauStart work adding the session monad for replays
2018-06-04 Luke LauFix up
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-28 Luke LauGet rid of gratituous temporary files
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 Session monad
2018-05-20 Luke LauFix stack.yaml
2018-05-20 Luke LauAdd tests
2018-05-19 Luke LauFlesh out server playback checks
2018-05-19 Luke LauStart work on matching expected results
2018-05-18 Luke LauAdd recorded playback
2018-05-16 Luke LauUpdate README.md
2018-05-16 Luke LauAdd .travis.yml
2018-05-16 Luke LauInitial commit