lsp-test.git
3 years agoAdd notice that this was merged into haskell/lsp master
Luke Lau [Mon, 22 Mar 2021 15:11:53 +0000 (15:11 +0000)]
Add notice that this was merged into haskell/lsp

3 years agoMerge pull request #89 from wz1000/lsp-equality
Luke Lau [Sat, 27 Feb 2021 17:17:51 +0000 (17:17 +0000)]
Merge pull request #89 from wz1000/lsp-equality

update equality function

3 years agoMerge pull request #88 from wz1000/timeout-kill
Luke Lau [Sat, 27 Feb 2021 17:16:22 +0000 (17:16 +0000)]
Merge pull request #88 from wz1000/timeout-kill

Kill timeout thread to prevent TimeoutMessages from clogging up the queue

3 years agoMerge pull request #91 from aufarg/limit-codeactioncontext-diagnostics-to-range
Luke Lau [Sat, 27 Feb 2021 17:13:56 +0000 (17:13 +0000)]
Merge pull request #91 from aufarg/limit-codeactioncontext-diagnostics-to-range

Limit diagnostics by range in getCodeActions

3 years agoLimit diagnostics by range in getCodeActions
Aufar Gilbran [Fri, 26 Feb 2021 19:02:44 +0000 (03:02 +0800)]
Limit diagnostics by range in getCodeActions

3 years agoFix exception throwing test
Luke Lau [Sat, 27 Feb 2021 16:17:40 +0000 (16:17 +0000)]
Fix exception throwing test

3 years agoRemove source-repository-packages for lsp[-types]
Luke Lau [Sat, 27 Feb 2021 15:57:46 +0000 (15:57 +0000)]
Remove source-repository-packages for lsp[-types]

3 years agoupdate equality function
Zubin Duggal [Thu, 25 Feb 2021 18:51:56 +0000 (00:21 +0530)]
update equality function

3 years agoKill timeout thread
Zubin Duggal [Wed, 24 Feb 2021 16:31:29 +0000 (22:01 +0530)]
Kill timeout thread

3 years agoMerge pull request #87 from bubba/bump-lsp 0.13.0.0
Luke Lau [Sun, 14 Feb 2021 03:15:13 +0000 (03:15 +0000)]
Merge pull request #87 from bubba/bump-lsp

Bump lsp commit

3 years agoPrepare for 0.13.0.0
Luke Lau [Sun, 14 Feb 2021 03:03:41 +0000 (03:03 +0000)]
Prepare for 0.13.0.0

3 years agoMove more String types to Text types
Luke Lau [Sun, 14 Feb 2021 02:34:59 +0000 (02:34 +0000)]
Move more String types to Text types

3 years agoBump lsp commit
Luke Lau [Sun, 14 Feb 2021 02:18:37 +0000 (02:18 +0000)]
Bump lsp commit

3 years agoMerge pull request #86 from wz1000/master
Luke Lau [Thu, 11 Feb 2021 11:56:53 +0000 (11:56 +0000)]
Merge pull request #86 from wz1000/master

respond to progress create and apply edit

3 years agoMove responses to updateStateC
Zubin Duggal [Tue, 9 Feb 2021 20:00:07 +0000 (01:30 +0530)]
Move responses to updateStateC

3 years agorespond to progress create and apply edit
Zubin Duggal [Tue, 9 Feb 2021 14:29:53 +0000 (19:59 +0530)]
respond to progress create and apply edit

3 years agoMerge pull request #85 from wz1000/master
Luke Lau [Wed, 3 Feb 2021 17:53:59 +0000 (17:53 +0000)]
Merge pull request #85 from wz1000/master

use Text instead of String

3 years agouse Text instead of String
Zubin Duggal [Wed, 3 Feb 2021 17:16:54 +0000 (22:46 +0530)]
use Text instead of String

3 years agoUpgrade to lsp master
Luke Lau [Wed, 3 Feb 2021 03:11:39 +0000 (03:11 +0000)]
Upgrade to lsp master

3 years agoUse haskell/actions/setup
Luke Lau [Wed, 3 Feb 2021 02:38:10 +0000 (02:38 +0000)]
Use haskell/actions/setup

3 years agoMerge pull request #82 from wz1000/check-progress-new
Luke Lau [Sat, 30 Jan 2021 18:54:36 +0000 (18:54 +0000)]
Merge pull request #82 from wz1000/check-progress-new

3 years agotrack progress sessions
Zubin Duggal [Sun, 24 Jan 2021 21:21:35 +0000 (02:51 +0530)]
track progress sessions

3 years agoMerge pull request #81 from banacorn/lsp#267
Luke Lau [Fri, 11 Dec 2020 14:22:15 +0000 (14:22 +0000)]
Merge pull request #81 from banacorn/lsp#267

Fix alanz/lsp#267

3 years agoAbstracting documentChangeUri
Ting-Gian LUA [Fri, 11 Dec 2020 10:36:21 +0000 (18:36 +0800)]
Abstracting documentChangeUri

3 years agoFix DocumentChange related stuff in Session.hs
Ting-Gian LUA [Fri, 11 Dec 2020 10:29:38 +0000 (18:29 +0800)]
Fix DocumentChange related stuff in Session.hs

3 years agoFix DocumentChange related stuff in Test.hs
Ting-Gian LUA [Fri, 11 Dec 2020 10:13:08 +0000 (18:13 +0800)]
Fix DocumentChange related stuff in Test.hs

3 years agoFix `swapUri` in Files.hs
Ting-Gian LUA [Fri, 11 Dec 2020 10:10:31 +0000 (18:10 +0800)]
Fix `swapUri` in Files.hs

3 years agoMerge pull request #68 from wz1000/singleton-methods
Luke Lau [Thu, 26 Nov 2020 15:56:01 +0000 (15:56 +0000)]
Merge pull request #68 from wz1000/singleton-methods

WIP: Initial attempt at updating for singleton-methods

3 years agoUpdate setup-haskell
Luke Lau [Thu, 26 Nov 2020 14:46:01 +0000 (14:46 +0000)]
Update setup-haskell

3 years agoUpdate lsp bounds to include GHC 8.4.4 fix
Luke Lau [Thu, 26 Nov 2020 14:25:49 +0000 (14:25 +0000)]
Update lsp bounds to include GHC 8.4.4 fix

3 years agoUse TypeInType
Luke Lau [Sun, 1 Nov 2020 12:37:48 +0000 (12:37 +0000)]
Use TypeInType

Helps with GHC 8.4

3 years agoUse lsp/lsp-types from Hackage
Luke Lau [Sat, 31 Oct 2020 18:00:46 +0000 (18:00 +0000)]
Use lsp/lsp-types from Hackage

3 years agoUpdating again for lsp
Luke Lau [Thu, 15 Oct 2020 17:54:29 +0000 (18:54 +0100)]
Updating again for lsp

3 years agoUse TypeInType for GHC 8.4.4 builds
Luke Lau [Wed, 14 Oct 2020 20:02:18 +0000 (21:02 +0100)]
Use TypeInType for GHC 8.4.4 builds

3 years agoFix dodgy merge
Luke Lau [Wed, 14 Oct 2020 16:26:54 +0000 (17:26 +0100)]
Fix dodgy merge

3 years agoUpdate version of lsp
Luke Lau [Wed, 14 Oct 2020 15:30:04 +0000 (16:30 +0100)]
Update version of lsp

3 years agoRename Language.Haskell.LSP.Test => Language.LSP.Test
Luke Lau [Tue, 13 Oct 2020 11:20:58 +0000 (12:20 +0100)]
Rename Language.Haskell.LSP.Test => Language.LSP.Test

3 years agoUpdate tests for lsp-1.0.0.0
Luke Lau [Mon, 12 Oct 2020 17:17:59 +0000 (18:17 +0100)]
Update tests for lsp-1.0.0.0

3 years agouse senRequest instead of request_ in executeCommand to avoid gobbling up messages
Zubin Duggal [Mon, 5 Oct 2020 08:12:33 +0000 (13:42 +0530)]
use senRequest instead of request_ in executeCommand to avoid gobbling up messages

3 years agoadd support for custom messages
Zubin Duggal [Tue, 29 Sep 2020 11:47:00 +0000 (17:17 +0530)]
add support for custom messages

3 years agofix build
Zubin Duggal [Tue, 29 Sep 2020 10:13:44 +0000 (15:43 +0530)]
fix build

3 years agoTidy up rebase
Luke Lau [Wed, 2 Sep 2020 17:29:11 +0000 (18:29 +0100)]
Tidy up rebase

3 years agoAdd initialWorkspaceFolders config option
Luke Lau [Wed, 2 Sep 2020 12:00:41 +0000 (13:00 +0100)]
Add initialWorkspaceFolders config option

3 years agoAdd haddock to runSessionWithHandles
Luke Lau [Tue, 1 Sep 2020 16:08:30 +0000 (17:08 +0100)]
Add haddock to runSessionWithHandles

3 years agoImplement responseForId
Luke Lau [Tue, 1 Sep 2020 15:23:23 +0000 (16:23 +0100)]
Implement responseForId

3 years agoUpdate request map in listenServer
Luke Lau [Fri, 28 Aug 2020 16:07:49 +0000 (17:07 +0100)]
Update request map in listenServer

3 years agoAdd runSessionWithHandles
Luke Lau [Fri, 28 Aug 2020 15:12:33 +0000 (16:12 +0100)]
Add runSessionWithHandles

Also update to strongly typed registration and add new declaration-y requests

3 years agoupdate and fill in `message`
Zubin Duggal [Mon, 24 Aug 2020 16:27:47 +0000 (21:57 +0530)]
update and fill in `message`

3 years agoMinor cleanup
Zubin Duggal [Thu, 4 Jun 2020 16:49:17 +0000 (22:19 +0530)]
Minor cleanup

3 years agoInitial attempt at updating for singleton-methods
Zubin Duggal [Thu, 4 Jun 2020 13:51:26 +0000 (19:21 +0530)]
Initial attempt at updating for singleton-methods

3 years agoBump to 0.11.0.7 0.11.0.7 0.11.0.7
Luke Lau [Fri, 9 Oct 2020 11:28:27 +0000 (12:28 +0100)]
Bump to 0.11.0.7

3 years agoBump haskell-lsp bounds
Luke Lau [Mon, 5 Oct 2020 13:28:16 +0000 (14:28 +0100)]
Bump haskell-lsp bounds

3 years agoBump to 0.11.0.6 0.11.0.6
Luke Lau [Sat, 19 Sep 2020 22:36:36 +0000 (23:36 +0100)]
Bump to 0.11.0.6

3 years agoMerge pull request #76 from jneira/fix-win-hang
Luke Lau [Thu, 17 Sep 2020 21:52:37 +0000 (22:52 +0100)]
Merge pull request #76 from jneira/fix-win-hang

Remove waitForProcess in finalizer

3 years agoRemove waitForProcess in finalizer for windows
jneira [Thu, 17 Sep 2020 20:47:06 +0000 (22:47 +0200)]
Remove waitForProcess in finalizer for windows

It was causing hangs running test suites in Windows

3 years agoBump to 0.11.0.5 0.11.0.5
Luke Lau [Sun, 6 Sep 2020 23:39:07 +0000 (00:39 +0100)]
Bump to 0.11.0.5

3 years agoMerge pull request #74 from pepeiborra/master
Luke Lau [Sun, 6 Sep 2020 23:37:50 +0000 (00:37 +0100)]
Merge pull request #74 from pepeiborra/master

Handle CustomClientMethod properly

3 years agoHandle CustomClientMethod
Pepe Iborra [Sat, 5 Sep 2020 22:54:29 +0000 (23:54 +0100)]
Handle CustomClientMethod

3 years agoStart off on new version in didChanges from updateState 0.11.0.4
Luke Lau [Fri, 7 Aug 2020 11:24:02 +0000 (12:24 +0100)]
Start off on new version in didChanges from updateState

When updateState processes a ReqApplyWorkspaceEdit and sends out
didChange notifications, send the first edit from a new version, i.e.
current version + 1, not the current version as was previously.

3 years agoFix formatting requests sending misversioned didChange notifications 0.11.0.3
Luke Lau [Mon, 27 Jul 2020 12:19:07 +0000 (13:19 +0100)]
Fix formatting requests sending misversioned didChange notifications

Inside updateState, if a WorkspaceEdit with just the changes field was
set then it would send back didChange notifications where all the
document versions started from 0. This fixes it to actually take the
current version inside the VFS before sending it back

3 years agoRemove unused javascript test data
Luke Lau [Sat, 27 Jun 2020 12:42:13 +0000 (13:42 +0100)]
Remove unused javascript test data

3 years agoUpdate some actions
Luke Lau [Sat, 13 Jun 2020 00:45:56 +0000 (01:45 +0100)]
Update some actions

Remove redundant cabal update, seems to be done automatically in
setup-haskell

3 years agoPrepare for 0.11.0.2 0.11.0.2
Luke Lau [Wed, 10 Jun 2020 22:00:27 +0000 (23:00 +0100)]
Prepare for 0.11.0.2

3 years agoFix cabal.project flags
Luke Lau [Wed, 10 Jun 2020 21:42:08 +0000 (22:42 +0100)]
Fix cabal.project flags

3 years agoWait for the server to exit cleanly
Luke Lau [Wed, 10 Jun 2020 13:41:04 +0000 (14:41 +0100)]
Wait for the server to exit cleanly

Fixes #70

3 years agoFix getTypeDefinitions
Luke Lau [Mon, 8 Jun 2020 17:08:09 +0000 (18:08 +0100)]
Fix getTypeDefinitions

3 years agoMention LSP_TEST_LOG_STDERR in README
Luke Lau [Thu, 4 Jun 2020 13:32:09 +0000 (14:32 +0100)]
Mention LSP_TEST_LOG_STDERR in README

3 years agoAdd blog post to README
Luke Lau [Thu, 4 Jun 2020 13:31:34 +0000 (14:31 +0100)]
Add blog post to README

3 years agoUpdate doc to show where to generate a capture file for replay
Luke Lau [Mon, 25 May 2020 12:15:29 +0000 (13:15 +0100)]
Update doc to show where to generate a capture file for replay

3 years agoLoosen the bounds on Glob
Luke Lau [Fri, 15 May 2020 15:08:43 +0000 (16:08 +0100)]
Loosen the bounds on Glob

3 years agoMake URL absolute in workspace/didChangeWatchedFile 0.11.0.1
Luke Lau [Fri, 15 May 2020 13:16:15 +0000 (14:16 +0100)]
Make URL absolute in workspace/didChangeWatchedFile

3 years agoBump cache key
Luke Lau [Thu, 14 May 2020 20:34:09 +0000 (21:34 +0100)]
Bump cache key

https://github.com/actions/cache/issues/144

3 years agoPrepare for 0.11.0.0 0.11.0.0
Luke Lau [Thu, 14 May 2020 20:21:04 +0000 (21:21 +0100)]
Prepare for 0.11.0.0

3 years agoFix listener thread listening after the server process was stopped
Luke Lau [Thu, 14 May 2020 20:18:13 +0000 (21:18 +0100)]
Fix listener thread listening after the server process was stopped

Therefore fixes hGetLine: illegal operation (handle is closed)
exceptions, because the handles were being closed whilst the listener
thread was still reading from them.

Fixes #66

3 years agoUpgrade actions/cache
Luke Lau [Thu, 14 May 2020 20:11:14 +0000 (21:11 +0100)]
Upgrade actions/cache

3 years agoTry to make dummy server platform agnostic
Luke Lau [Thu, 14 May 2020 19:51:09 +0000 (20:51 +0100)]
Try to make dummy server platform agnostic

3 years agoMention some useful debugging options
Luke Lau [Thu, 14 May 2020 19:22:09 +0000 (20:22 +0100)]
Mention some useful debugging options

3 years agoHandle [un]registerCapability and workspace/didChangeWatchedFiles
Luke Lau [Thu, 14 May 2020 19:16:44 +0000 (20:16 +0100)]
Handle [un]registerCapability and workspace/didChangeWatchedFiles

Part of the work towards #63.
The session will now keep track of the capabilities that are registered
and unregister them when requests come in from the server.
openDoc' has been removed and replaced with createDoc.
createDoc will send out workspace/didChangeWatchedFiles notifications
whenever the server registers for it.

3 years agoUpdate stack.yaml
Luke Lau [Sun, 10 May 2020 13:24:23 +0000 (14:24 +0100)]
Update stack.yaml

3 years agoRemove old testing servers from readme
Luke Lau [Wed, 6 May 2020 17:17:54 +0000 (18:17 +0100)]
Remove old testing servers from readme

3 years agoRemove replay tests entirely github-actions-setup-haskell-v1.1
Luke Lau [Wed, 6 May 2020 15:38:58 +0000 (16:38 +0100)]
Remove replay tests entirely

Might be causing windows tests to fail

3 years agoAdd back some more tests
Luke Lau [Wed, 6 May 2020 15:16:43 +0000 (16:16 +0100)]
Add back some more tests

3 years agoSkip segfaulting windows ghc version
Luke Lau [Wed, 6 May 2020 15:16:31 +0000 (16:16 +0100)]
Skip segfaulting windows ghc version

3 years agoUse a dummy server for testing
Luke Lau [Wed, 6 May 2020 14:41:28 +0000 (15:41 +0100)]
Use a dummy server for testing

Not tied to HIE anymore

3 years agoFix curtimeoutid being reset in the server exit handler
Luke Lau [Tue, 5 May 2020 17:20:21 +0000 (18:20 +0100)]
Fix curtimeoutid being reset in the server exit handler

3 years agoTry new setup-haskell
Luke Lau [Mon, 4 May 2020 18:18:41 +0000 (19:18 +0100)]
Try new setup-haskell

3 years agoSupport haskell-lsp-0.22 0.10.3.0
Luke Lau [Mon, 4 May 2020 18:16:24 +0000 (19:16 +0100)]
Support haskell-lsp-0.22

4 years agoBump hie ci version 0.10.2.0
Luke Lau [Sat, 21 Mar 2020 16:57:46 +0000 (16:57 +0000)]
Bump hie ci version

4 years agoBump verison of haskell-lsp
Luke Lau [Sat, 21 Mar 2020 16:22:56 +0000 (16:22 +0000)]
Bump verison of haskell-lsp

4 years agoBump constraints for new haskell-lsp 0.10.1.0
Luke Lau [Tue, 4 Feb 2020 23:33:38 +0000 (23:33 +0000)]
Bump constraints for new haskell-lsp

4 years agoSquashed commit of the following:
Luke Lau [Tue, 21 Jan 2020 10:40:46 +0000 (10:40 +0000)]
Squashed commit of the following:

commit e182b6f35a5f729dddfefcc0dab79d2ee6fafa22
Author: Luke Lau <luke_lau@icloud.com>
Date:   Tue Jan 21 10:20:29 2020 +0000

    Remove hie binary check (main slowdown was Hoogle)

commit 78e3a657fd66255c93e845adf4b1da48f6313d37
Author: Luke Lau <luke_lau@icloud.com>
Date:   Tue Jan 21 10:16:48 2020 +0000

    Cache hoogle db

commit 89eeebae8dc7730cbac4bb56320e307c6aab9f18
Author: Luke Lau <luke_lau@icloud.com>
Date:   Tue Jan 21 10:11:08 2020 +0000

    Check for hie already existing

commit 9c14e02fa30ce94a9635854d032294692578e02e
Author: Luke Lau <luke_lau@icloud.com>
Date:   Sun Jan 19 22:12:11 2020 +0000

    Hash based on hieref

commit 0e0f5c819ca9514567bfbb7897bc40f7c0a9a3b3
Author: Luke Lau <luke_lau@icloud.com>
Date:   Mon Jan 6 19:56:36 2020 +0000

    Try caching now that v1.1 is out

4 years agoTidy up README.md
Luke Lau [Fri, 3 Jan 2020 13:09:27 +0000 (13:09 +0000)]
Tidy up README.md

4 years agoBump to 0.10.0.0 0.10.0.0
Luke Lau [Sun, 29 Dec 2019 01:53:05 +0000 (01:53 +0000)]
Bump to 0.10.0.0

4 years agoHandle receiving messages in between the initialize sequence
Luke Lau [Sun, 29 Dec 2019 00:44:24 +0000 (00:44 +0000)]
Handle receiving messages in between the initialize sequence

And check that they are legal

4 years agoDisable CI on macOS 8.4.4
Luke Lau [Fri, 20 Dec 2019 22:13:06 +0000 (22:13 +0000)]
Disable CI on macOS 8.4.4

4 years agoUpdate hie used in CI
Luke Lau [Fri, 20 Dec 2019 21:12:37 +0000 (21:12 +0000)]
Update hie used in CI

4 years agoDon't install globally via npm
Luke Lau [Fri, 20 Dec 2019 02:41:43 +0000 (02:41 +0000)]
Don't install globally via npm

4 years agoTurn on Haskell workflow for PRs
Luke Lau [Fri, 20 Dec 2019 02:08:49 +0000 (02:08 +0000)]
Turn on Haskell workflow for PRs

4 years agoSquashed commit of the following:
Luke Lau [Fri, 20 Dec 2019 02:05:48 +0000 (02:05 +0000)]
Squashed commit of the following:

commit 2ba261a93d4d1aebb3f749d65e7ad038fe1fb8ce
Author: Luke Lau <luke_lau@icloud.com>
Date:   Fri Dec 20 02:04:40 2019 +0000

    Remove extraneous flag

commit 358ddf1c3f5138c2ddf5f40d6ab543ab6ea75f27
Author: Luke Lau <luke_lau@icloud.com>
Date:   Fri Dec 20 01:50:46 2019 +0000

    Do some tidying up

commit 4f1628681efec92fdb69dc2faf09c3c73e1d6d83
Author: Luke Lau <luke_lau@icloud.com>
Date:   Fri Dec 20 00:57:46 2019 +0000

    Replace rename test while HaRe is gone

commit 60b309d19338bc584dae5388b2fa7486779fdaa6
Author: Luke Lau <luke_lau@icloud.com>
Date:   Fri Dec 20 00:01:42 2019 +0000

    Update hie

commit 14966566f56badb30e257defe62463e484a2892a
Merge: a61a867 6c549ae
Author: Luke Lau <luke_lau@icloud.com>
Date:   Fri Dec 20 00:01:01 2019 +0000

    Merge branch 'master' into github-actions

commit a61a867b278edc025489298b360340e7ddec05e7
Author: Luke Lau <luke_lau@icloud.com>
Date:   Tue Nov 26 15:45:25 2019 +0000

    Update hie version

commit ef87eb25780e65706b1ec9437a0c1084b4940b9a
Author: Luke Lau <luke_lau@icloud.com>
Date:   Mon Nov 25 21:59:41 2019 +0000

    Skip caching

commit 803c622b2a390a310584d9f8170c9ec1c8ea67db
Merge: d46bb3d 95ef237
Author: Luke Lau <luke_lau@icloud.com>
Date:   Mon Nov 25 17:24:41 2019 +0000

    Merge branch 'master' into github-actions

commit d46bb3df79fd71344d0c8d7c6de5b67c99f65906
Author: Luke Lau <luke_lau@icloud.com>
Date:   Wed Nov 13 15:33:41 2019 +0000

    Add restore keys

commit d88f852bc000c0d743f50c9328bf7f94c68a917a
Author: Luke Lau <luke_lau@icloud.com>
Date:   Wed Nov 13 15:27:26 2019 +0000

    Cache ~/.cabal

commit 51a500ceafa6d32b39e8c79bbb885fd1f0d559a4
Author: Luke Lau <luke_lau@icloud.com>
Date:   Wed Nov 13 14:05:47 2019 +0000

    Turn back on tests

commit 4ecafadfae6e2f85bd92fd26ef5a79171a8114c9
Author: Luke Lau <luke_lau@icloud.com>
Date:   Wed Nov 13 13:14:29 2019 +0000

    Skip tests

commit f1fca115d4447601b5547c75762fbb0bab0ebcff
Author: Luke Lau <luke_lau@icloud.com>
Date:   Wed Nov 13 13:14:03 2019 +0000

    Add hie.yaml file

commit ff565d6a883324c593d394ca43483ed5304ff7bb
Author: Luke Lau <luke_lau@icloud.com>
Date:   Tue Nov 12 23:11:32 2019 +0000

    Use hie-bios

commit 282975ed02c212a8a70b002adceefe9be17828ab
Author: Luke Lau <luke_lau@icloud.com>
Date:   Tue Nov 12 22:14:21 2019 +0000

    Turn back on tests

commit 9466153bd3fec0fb4f3a6a70659fbc2ded68ff07
Author: Luke Lau <luke_lau@icloud.com>
Date:   Tue Nov 12 22:13:12 2019 +0000

    Fix cache path

commit d0957b1bb20206a72daf042b62d8d31acb58f6ec
Author: Luke Lau <luke_lau@icloud.com>
Date:   Tue Nov 12 22:10:11 2019 +0000

    Install Cabal library

commit 005f2a5b9a388355fac1978a0c191ace407703dc
Author: Luke Lau <luke_lau@icloud.com>
Date:   Wed Nov 6 01:21:53 2019 +0000

    Try tests

commit 1fece5cbea8a496f0ffd9bcdc66799a789d9bc6d
Author: Luke Lau <luke_lau@icloud.com>
Date:   Wed Nov 6 01:12:43 2019 +0000

    Update readme badge

commit 4d7d4a7889723fcac14b034b4af5bc007a78505f
Author: Luke Lau <luke_lau@icloud.com>
Date:   Wed Nov 6 01:00:42 2019 +0000

    Cache dist-newstyle

commit 81f355b80c168555f5af9a40bd3722e27e1b20a6
Author: Luke Lau <luke_lau@icloud.com>
Date:   Tue Nov 5 23:28:14 2019 +0000

    Skip tests so it passes and caches hie

commit 5d347a640ed7f3967e0a48c8e039d263e585c90c
Author: Luke Lau <luke_lau@icloud.com>
Date:   Tue Nov 5 23:12:42 2019 +0000

    Fix typo

commit c153a088c325d7ca9ec2d385f1616216dba8231b
Author: Luke Lau <luke_lau@icloud.com>
Date:   Tue Nov 5 23:10:35 2019 +0000

    Move into the right dir

commit 322f51e3ab0bf60b1a791a7128c8954bb8c1dd08
Author: Luke Lau <luke_lau@icloud.com>
Date:   Tue Nov 5 23:05:15 2019 +0000

    Try and figure out where its being checked out to

commit 344a84171b685571ea8a8b2c01e577db9bf2b225
Author: Luke Lau <luke_lau@icloud.com>
Date:   Tue Nov 5 23:00:26 2019 +0000

    Try moving hie checkout path

commit d1933f6079eef0a92255f0d291c08b63ce258998
Author: Luke Lau <luke_lau@icloud.com>
Date:   Tue Nov 5 22:56:55 2019 +0000

    Don't use wrong condition for hie test

commit d55147cdd6b333a1fa5125a4868842266cdbb1d8
Author: Luke Lau <luke_lau@icloud.com>
Date:   Tue Nov 5 22:56:02 2019 +0000

    Only cache cabal binaries

commit badc948ab7affaa15f5c6a6a6e8af07a74e56dea
Author: Luke Lau <luke_lau@icloud.com>
Date:   Tue Nov 5 22:54:28 2019 +0000

    Try caching hie

commit a3cd5371e2fe29acd8b9653d0eacebf3087d9715
Author: Luke Lau <luke_lau@icloud.com>
Date:   Tue Nov 5 22:33:04 2019 +0000

    Start debugging these failing tests

commit ebfabfaac2438f69625b72d9867a21bec489181d
Author: Luke Lau <luke_lau@icloud.com>
Date:   Sun Nov 3 21:11:54 2019 +0000

    Go back to using hie master

commit a262b90b6df2b3aff0fd23019390f83f16d7a75f
Author: Luke Lau <luke_lau@icloud.com>
Date:   Sat Oct 19 01:54:41 2019 +0100

    Add npm bin directory to PATH

commit 3d9f14e3d376b069169a13ffba59211e4838134e
Author: Luke Lau <luke_lau@icloud.com>
Date:   Sat Oct 19 00:49:44 2019 +0100

    Use hie-bios

commit ba2031ed9c5237c40dc6de1376bf74ec134f78bf
Merge: 38bf0b7 c80fbbc
Author: Luke Lau <luke_lau@icloud.com>
Date:   Sat Oct 19 00:49:15 2019 +0100

    Merge branch 'master' into github-actions

commit 38bf0b76556e21891319a2e2af92efe8ff4bf5b7
Author: Luke Lau <luke_lau@icloud.com>
Date:   Sun Oct 6 00:42:27 2019 +0100

    Install JS language server

commit 0980bdc3a13cc183ef4de6a00820d386c498d7f7
Author: Luke Lau <luke_lau@icloud.com>
Date:   Sat Oct 5 21:29:08 2019 +0100

    Tidy up workflow

commit 83f521b928a6c952dba54061dde684869ca5c669
Author: Luke Lau <luke_lau@icloud.com>
Date:   Wed Oct 2 19:50:10 2019 +0100

    Update haskell.yml

commit 588e085d12244b795441c0e17b71a561ac5db80b
Author: Luke Lau <luke_lau@icloud.com>
Date:   Wed Oct 2 15:09:13 2019 +0100

    Debug PATH

commit 89407b82feba0a4c025d118eb6bf03b3fa6bef39
Author: Luke Lau <luke_lau@icloud.com>
Date:   Wed Oct 2 14:00:38 2019 +0100

    Add cabal bin to PATH

commit 0de9d38dfe3a9b0f9c029e9da72054261702e3f1
Author: Luke Lau <luke_lau@icloud.com>
Date:   Wed Oct 2 12:12:17 2019 +0100

    Update haskell.yml

commit 9fa751f3d517dd071d9af47ae42988c6acd7334f
Author: Luke Lau <luke_lau@icloud.com>
Date:   Wed Oct 2 12:09:13 2019 +0100

    Update haskell.yml

commit d6bfa2476eae9b86896bdcf9116965feccb2ca7a
Merge: 550d88c c066f37
Author: Luke Lau <luke_lau@icloud.com>
Date:   Wed Oct 2 12:08:03 2019 +0100

    Merge branch 'github-actions' of https://github.com/bubba/lsp-test into github-actions

commit 550d88ca15b7909e2988d400f0fd0882304c1d1f
Author: Luke Lau <luke_lau@icloud.com>
Date:   Sat Aug 24 18:19:04 2019 -0400

    Add secret

commit 1d9d650e6391f03527db6bae6b0e8d6ac9c2231c
Author: Luke Lau <luke_lau@icloud.com>
Date:   Sat Aug 24 18:15:15 2019 -0400

    Add hlinter

commit 860ba10766f52281e31fe1a778e290b30ac37676
Author: Luke Lau <luke_lau@icloud.com>
Date:   Sat Aug 24 18:11:27 2019 -0400

    Try upgrading ghc and cabal

commit c066f37e7955511a5f02acefb2d8c7360397d3df
Author: Luke Lau <luke_lau@icloud.com>
Date:   Sat Aug 24 18:19:04 2019 -0400

    Add secret

commit 80aeabcf9c63706c07c33f0933c2622aac7fc376
Author: Luke Lau <luke_lau@icloud.com>
Date:   Sat Aug 24 18:15:15 2019 -0400

    Add hlinter

commit 2d99d48db3865ad7f5916fea82ad4ce8b6a695f4
Author: Luke Lau <luke_lau@icloud.com>
Date:   Sat Aug 24 18:11:27 2019 -0400

    Try upgrading ghc and cabal

4 years agoUpdate stack.yaml
Luke Lau [Mon, 16 Dec 2019 11:55:10 +0000 (11:55 +0000)]
Update stack.yaml