Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Haskell Language Server

Working on producing the best interactive editor experience for Haskell
Collective - Host: opensource - https://opencollective.com/haskell-language-server - Code: https://github.com/haskell/haskell-language-server

A plugin for GADT syntax converter (#2899)

* initial hls-gadt-plugin

* Correct condition

* Render context correctly

* Fix typo

...

github.com/haskell/haskell-language-server - faa88f685e0bbcaabb3ad45f24debf839de2fa98 authored over 2 years ago by Lei Zhu <[email protected]>
Document eval plugin limitations (#2917)

- mention std[in|out|err] problems
- link to differences with doctest

Co-authored-by: mergify[b...

github.com/haskell/haskell-language-server - 1a0d4a7621b743ed62fc115c7ab27d14a7c32bde authored over 2 years ago by Ondřej Šebek <[email protected]>
Fix hover format (#2911)

* Fix hover format

* Test with regex

* Add comments about inserting a new line in Markdown

github.com/haskell/haskell-language-server - 859edfbd8385ea5c2a663165369e1f9c3104074b authored over 2 years ago by Lei Zhu <[email protected]>
ghcide: remove redundant env NIX_GHC_LIBDIR (#2819)

Co-authored-by: Pepe Iborra <[email protected]>

github.com/haskell/haskell-language-server - 9b3f3bf20e3016d20adf1f7259dc9622f8046569 authored over 2 years ago by Aarush Bhat <[email protected]>
Bump documentation requirements (#2918)

- support Python 3.10 with new Sphinx
- make the bounds less strict

github.com/haskell/haskell-language-server - ef7b5abc57ab482fa39f112a17d0f42097f75b96 authored over 2 years ago by Ondřej Šebek <[email protected]>
Replace TextDocumentIdentifier with Uri (#2912)

github.com/haskell/haskell-language-server - eeb1d2057d595ab8a478c0b19904987a990365f1 authored over 2 years ago by Lei Zhu <[email protected]>
Fix multiline eval plugin padding (#2910)

* Test multiline eval results

- add test for multiline show instance

See #2907

* Fix multilin...

github.com/haskell/haskell-language-server - a1ead72357b48bcdbb3e4362b553226662a021be authored over 2 years ago by Ondřej Šebek <[email protected]>
nix update (#2892)

* Drop -haddock as ghc 8.10.7 fails to build ghc-lib with:

```
compiler/GHC/CmmToAsm/AArch64...

github.com/haskell/haskell-language-server - b1bf5499155e259341e4868863b0fd743b6bd65f authored over 2 years ago by Michael Peyton Jones <[email protected]>
Fix DisplayTHWarning error (#2895)

This used to fail in the CLI with

```
Internal error, getIdeGlobalExtras, no entry for DisplayT...

github.com/haskell/haskell-language-server - 9e1738e8c59e2ee5a4a0c17fca2154b936bb7a49 authored over 2 years ago by Pepe Iborra <[email protected]>
Expose runtime metrics via EKG (#2267)

* Collect metrics and expose an EKG server

* register gc metrics locally

* getDatabaseKeys

* ...

github.com/haskell/haskell-language-server - 65241229275e6a0950d6ca982456ed9819361b8a authored over 2 years ago by Pepe Iborra <[email protected]>
no longer disable -dynamic builds (#2885)

github.com/haskell/haskell-language-server - b6d87c564d27edd5c5c231137cb903d0ea8b33af authored over 2 years ago by Pepe Iborra <[email protected]>
Consolidate all cabal.project files (#2866)

github.com/haskell/haskell-language-server - 8cbefb71bc3aff7c19d4874607b6a374f2307fc3 authored over 2 years ago by Pepe Iborra <[email protected]>
Fix hls-call-hierarchy-plugin tests (#2888)

* Wait for kick done

* Enable test on Windows

* Wait for kick done

github.com/haskell/haskell-language-server - 796b292f4fa103c337b9bfd00ec2012d0e449309 authored over 2 years ago by Lei Zhu <[email protected]>
Build hls-alternate-number-format-plugin with stack.yaml (#2891)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

github.com/haskell/haskell-language-server - 8a5c7fc95829cb7d10cd943434d9649f169f639a authored over 2 years ago by Lei Zhu <[email protected]>
Enable hls-eval-plugin test on ghc-9.2.2 (#2893)

github.com/haskell/haskell-language-server - 2a8d24460e277206709712609d28c8f7b1c7e005 authored over 2 years ago by Lei Zhu <[email protected]>
Modify ghcide requirements of hls-change-type-signature-plugin (#2889)

github.com/haskell/haskell-language-server - 7bd6e0897b5ac366fcb595ebd1c20dca5a5b0f89 authored over 2 years ago by Lei Zhu <[email protected]>
hls-pragmas-plugin requires ghcide >= 1.7 (#2884)

Otherwise Development.IDE.printOutputable is not available

Co-authored-by: Pepe Iborra <pepei...

github.com/haskell/haskell-language-server - 6d319ba24d60d87677913a9c1a71279959c1b2c2 authored over 2 years ago by ˌbodʲɪˈɡrʲim <[email protected]>
Prefer Data.HashSet.member to Data.Foldable.elem (#2886)

* Prefer Data.HashSet.member to Data.Foldable.elem

* Remove unused binding

Co-authored-by:...

github.com/haskell/haskell-language-server - fe573f8f7fad67b34ac112860c4d7dac27813475 authored over 2 years ago by Sergey Vinokurov <[email protected]>
Add .txt files as extra-source-files (#2887)

github.com/haskell/haskell-language-server - 40acece759be6dff03e5007a30f93bd5d95b89af authored over 2 years ago by Dennis Gosnell <[email protected]>
simplify hlint plugin Cabal descriptor (#2867)

github.com/haskell/haskell-language-server - 2bd9ab4e3cc898420386b54fcdd852559c9e9952 authored over 2 years ago by Pepe Iborra <[email protected]>
Make iface-error-test-1 less flaky (#2882)

* remove duplicate log message

* Fix expectNoMoreDiagnostics

* redundant import

* dead ...

github.com/haskell/haskell-language-server - e52cffe8553a0de173177761dc9fac5cbd83c989 authored over 2 years ago by Pepe Iborra <[email protected]>
Restore compat. with prettyprinter 1.6 (#2877)

github.com/haskell/haskell-language-server - 65fbc5e41cf407ce98a03f5faa0a1b93c995b7d6 authored over 2 years ago by Pepe Iborra <[email protected]>
hls-haddock-comments does not support ghc-exactprint >= 1.0 (#2878)

* hls-haddock-comments does not support ghc-exactprint >= 1.0

And should be marked as such ot...

github.com/haskell/haskell-language-server - 4b475b0adf665d159b1de54f260eeb84bfdf58fe authored over 2 years ago by ˌbodʲɪˈɡrʲim <[email protected]>
Review project stack descriptors according to #2533 (#2874)

* Review project stack descriptors according to #2533

* adjust shake-bench cabal descriptor t...

github.com/haskell/haskell-language-server - 5a6b079af2b8cb1429953adce81635c5061653d1 authored over 2 years ago by Pepe Iborra <[email protected]>
Fix hanging redundant import on Unicode function (#2870)

* Revert partial changes from #2483

Instead of using a low-level `is_ident` that only works on ...

github.com/haskell/haskell-language-server - e6aa0aaa283e0f2301a73008609006ee434a2b62 authored over 2 years ago by Nick Suchecki <[email protected]>
ghcide requires ghc-exactprint >= 1.4 (#2876)

E. g., instance Default EpaLocation is not present in ghc-exactprint-1.3

github.com/haskell/haskell-language-server - 1473e95c0b66b87da1d4cbf5625c5df609d4af94 authored over 2 years ago by ˌbodʲɪˈɡrʲim <[email protected]>
ghcide needs prettyprinter-1.7 to build (#2875)

fails with prettyprinter 1.6
```
[37 of 77] Compiling Development.IDE.Types.Logger ( src/Devel...

github.com/haskell/haskell-language-server - 95e9e3ac078e89c5f18ac1c978d506e9fed9b6a7 authored over 2 years ago by Jens Petersen <[email protected]>
Expand input to pragma if available (#2871)

github.com/haskell/haskell-language-server - df6cc3cccdf90bcf5bfc4ddb762351464f14c81f authored over 2 years ago by Lei Zhu <[email protected]>
hls-call-hierarchy-plugin Patch release (#2873)

I want to make a Hackage release including the extended aeson compat. changes from #2868

github.com/haskell/haskell-language-server - 6802aafcf1a9fa2c90e03fe76d2db6faf9607940 authored over 2 years ago by Pepe Iborra <[email protected]>
Compatibility with older aeson releases (#2868)

github.com/haskell/haskell-language-server - 0913ce70f525792636d5a3b70023375a125d4601 authored over 2 years ago by Pepe Iborra <[email protected]>
Improve name export code action (#2847)

* Improve code action that exports a name to reuse export list style

* Remove outdated commen...

github.com/haskell/haskell-language-server - 306aaa0b015ed603f1256baaf35af07f7f0db1c9 authored over 2 years ago by Sergey Vinokurov <[email protected]>
Support hls-hlint-plugin and hls-stylish-plugin for ghc9.0 and ghc9.2 (#2854)

* hls-hlint-plugin & hls-stylish-haskell-plugin rush to ghc92

* Restore allow-newer

* Add BufS...

github.com/haskell/haskell-language-server - c14cbdbdd4f3b757bb96409514ecc3800d582daf authored over 2 years ago by Lei Zhu <[email protected]>
Merge pull request #2861 from haskell/release-script-fixes

release script fixes

github.com/haskell/haskell-language-server - a541ae8bc7559419efb449afada4258203ffd1ab authored over 2 years ago by Michael Peyton Jones <[email protected]>
Also recognize gz files in upload script

github.com/haskell/haskell-language-server - eac10c0e25c60832853a9f8be1d7443a6d400d7e authored over 2 years ago by Zubin Duggal <[email protected]>
gitlab-ci: Fix executable extension on windows

github.com/haskell/haskell-language-server - 57004e93ac818fc03c8f1e32c9714913a0218b5e authored over 2 years ago by Zubin Duggal <[email protected]>
Unify showSDocUnsafe (#2830)

* Unify showSDocUnsafe

* Fix dependency

* Add missing instance

* Add missing instance

* Remo...

github.com/haskell/haskell-language-server - 6742c205c8386a2898d3a8baa830ecc75713845d authored over 2 years ago by Lei Zhu <[email protected]>
Fix Completion document format (#2848)

* Fix doc display

* Fix doc display

* Add tests

* Fix broken tests

* Remove extra do...

github.com/haskell/haskell-language-server - 8f1a59cf5b691e6a8a4b00aee9c8b8c2d619b84e authored over 2 years ago by Lei Zhu <[email protected]>
Merge pull request #2850 from haskell/wip/1.7-release-scripts

Add scripts for releases and final 1.7 tweaks

github.com/haskell/haskell-language-server - b5a37f7fc360596899cb2945f363030f44156415 authored over 2 years ago by wz1000 <[email protected]>
Merge branch 'master' into wip/1.7-release-scripts

github.com/haskell/haskell-language-server - 18af8aadc9ab7efdfa439779adaa7ee54780fdcd authored over 2 years ago by wz1000 <[email protected]>
Update plugin support table (#2840)

I linked someone to it on IRC and I noticed that it was out of date.

Co-authored-by: Pepe Iborr...

github.com/haskell/haskell-language-server - 24e3e131cdfa187b11436e12f8c0f1c7f61d80d1 authored over 2 years ago by Michael Peyton Jones <[email protected]>
Merge branch 'master' into wip/1.7-release-scripts

github.com/haskell/haskell-language-server - 3269f505ee34d34d20085bd124ac59bca1d797db authored over 2 years ago by wz1000 <[email protected]>
Merge pull request #2852 from haskell/dependabot/github_actions/haskell/actions-2

Bump haskell/actions from 1 to 2

github.com/haskell/haskell-language-server - cf759779a2e57a2bd802879b599d247a23ffea86 authored over 2 years ago by Michael Peyton Jones <[email protected]>
Merge branch 'master' into wip/1.7-release-scripts

github.com/haskell/haskell-language-server - 51c49cecec294a68449ff6581de915af749713b4 authored over 2 years ago by wz1000 <[email protected]>
Add release scripts

github.com/haskell/haskell-language-server - 9114c119070004d0b2a4cae9f02b5248d4498326 authored over 2 years ago by Zubin Duggal <[email protected]>
Bump haskell/actions from 1 to 2

Bumps [haskell/actions](https://github.com/haskell/actions) from 1 to 2.
- [Release notes](https...

github.com/haskell/haskell-language-server - a4b8e645a2368de0f5cb5f9b398897af895eabe7 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #2849 from haskell/code-actions-contributing-guidelines

Guidelines for contributing code actions

github.com/haskell/haskell-language-server - 2ced7aade2731664250d6a98cb7f3cac3d920c69 authored over 2 years ago by Michael Peyton Jones <[email protected]>
Bump hls-test-utils to 1.3

Also need to bump the minor versions of all packages which were not bumped since 1.6.1.1
and had...

github.com/haskell/haskell-language-server - 5ce21d0a77c1e27e9a81d4f2414fc29bc5e34248 authored over 2 years ago by Zubin Duggal <[email protected]>
Disable 8.8.4 build in windows gitlab CI

The job fails for inscrutable reason, binaries will have to be manually compiled in a VM.

github.com/haskell/haskell-language-server - c37e56ebd6ec949e0143ed1fbfc5085f81884801 authored over 2 years ago by Zubin Duggal <[email protected]>
Guidelines for contributing code actions

github.com/haskell/haskell-language-server - 028c5017298d7f915b56e75a4e426d756801da8c authored over 2 years ago by Pepe Iborra <[email protected]>
Bump hls-call-hierarchy-plugin version & update document

github.com/haskell/haskell-language-server - da0379b78caff2a3bc72e08b97b9f608fe73d50e authored over 2 years ago by Lei Zhu <[email protected]>
Don't refresh HieDb while querying

github.com/haskell/haskell-language-server - 7464c0caebcbd01af96cdc5dd25910d5a0dbeffd authored over 2 years ago by Lei Zhu <[email protected]>
Fix hackage workflow

github.com/haskell/haskell-language-server - 4a761c64abc3c5ac613997982dbd041556d9c17e authored over 2 years ago by Zubin Duggal <[email protected]>
Remove references to `cabal-ghc921.project`

It has been changed to `cabal-ghc92.project`

github.com/haskell/haskell-language-server - 55ea1023044945ee0bd236bb3f52188f8459a029 authored over 2 years ago by Zubin Duggal <[email protected]>
Fix build on windows 9.2.2

github.com/haskell/haskell-language-server - 641eed4decd7c96dc4092247d78c9e12e6c0d796 authored over 2 years ago by Zubin Duggal <[email protected]>
gitlab-ci: Add 9.2.1 job for windows

9.2.2 is broken (https://gitlab.haskell.org/ghc/ghc/-/issues/21196)

github.com/haskell/haskell-language-server - edfefcd2781986463f282c79665a87ad70f3f04e authored over 2 years ago by Zubin Duggal <[email protected]>
Merge pull request #2841 from amesgen/flake-binary-cache

Add HLS Cachix to `nixConfig` in flake

github.com/haskell/haskell-language-server - 6ca2587512ad6099ef95ed5ef1d2a20374ea9bcf authored over 2 years ago by Michael Peyton Jones <[email protected]>
Add HLS Cachix to `nixConfig` in flake

github.com/haskell/haskell-language-server - df681a83c31454f3f43da8e938203f2096c6ae87 authored over 2 years ago by amesgen <[email protected]>
Enable hls-stylish-haskell-plugin with ghc 9.2 (#2836)

* Enable hls-stylish-haskell-plugin on ghc-9.2

* Remove sha256 notation

* Update project file
...

github.com/haskell/haskell-language-server - fbcd3a46d128f3741d38acccca1c872b5dec13b5 authored over 2 years ago by Lei Zhu <[email protected]>
Fix flaky test (#2835)

* Fix flaky test

* add comment

github.com/haskell/haskell-language-server - 4a5d47103194fbd4a0ff1153b15e464122ff4cef authored over 2 years ago by Pepe Iborra <[email protected]>
Bump fkirc/skip-duplicate-actions from 3.4.1 to 4.0.0 (#2833)

Bumps [fkirc/skip-duplicate-actions](https://github.com/fkirc/skip-duplicate-actions) from 3.4.1...

github.com/haskell/haskell-language-server - db3dd7dc2729453c1703c222756ab43ee08c4b9e authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix Show instance (#2802)

github.com/haskell/haskell-language-server - 41f917e959160885016568030ce45d0339649a09 authored over 2 years ago by Pepe Iborra <[email protected]>
Avoid race conditions with VFS and VFS versions (#2789)

* Avoid race conditions with VFS and VFS version

We need to take VFS snapshots as soon as we ge...

github.com/haskell/haskell-language-server - 3c24c20c5de4b2dcbee04446450857d439db9473 authored over 2 years ago by wz1000 <[email protected]>
Restore concise type variables in ghc-9.2 (#2828)

* Unify ppr style

* Fix test

* Compatible changes

github.com/haskell/haskell-language-server - 2da5931d26235cbe7e704d1bcfee3c1b976c41e9 authored over 2 years ago by Lei Zhu <[email protected]>
Bump cachix/install-nix-action from 16 to 17 (#2823)

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 16 to 17.
...

github.com/haskell/haskell-language-server - 6d8c1ba65b1a90615c0d8874180288be75c7527f authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Should no related code lens if the module name is correct (#2826)

* Should no code lens if the module name is correct

* Rerun tests

* Rerun tests

* Try remove ...

github.com/haskell/haskell-language-server - 3c527431bc10879ffa80dfea23a80299992d87cc authored over 2 years ago by Lei Zhu <[email protected]>
Bump actions/upload-artifact from 2 to 3 (#2822)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Rele...

github.com/haskell/haskell-language-server - 1079d077e7c7a0b5640f5bb1557ca8dbd25d06af authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/download-artifact from 2 to 3 (#2821)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- ...

github.com/haskell/haskell-language-server - 5b8d5f85c84225d06cb6f760195d3575e25d73e2 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix `cabal install` commands for local HLS build (#2807)

The existing command errors:

$ cabal install pkg:haskell-language-server
cabal: Internal err...

github.com/haskell/haskell-language-server - f79967b2e325890c05a73b0978c471692a186b53 authored over 2 years ago by Rebecca Turner <[email protected]>
Enable rename plugin (#2809)

* refactor rename plugin
- add context to error messages
- remove unnecessary unwrapping o...

github.com/haskell/haskell-language-server - dda3e5efae93e6dd0c21e5683728ee258f657310 authored over 2 years ago by Oliver Madine <[email protected]>
bench: Add more metrics (#2814)

Add columns to keep track of total GHC rebuilds, time for first response and
average time per r...

github.com/haskell/haskell-language-server - 21c4510070827a4cfbb95676c49adcc106f09f92 authored over 2 years ago by wz1000 <[email protected]>
bench-hist: track changes to hls-* projects (#2803)

Co-authored-by: wz1000 <[email protected]>

github.com/haskell/haskell-language-server - 81ba2151c49c4ee4fc803f256d5b0d734489ceb0 authored over 2 years ago by Pepe Iborra <[email protected]>
work on the sync computations first (#2805)

github.com/haskell/haskell-language-server - 8466bc11a655f4cfbc8f228e527c2a7bf6762c7f authored over 2 years ago by Pepe Iborra <[email protected]>
Bump actions/cache from 2 to 3 (#2806)

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://...

github.com/haskell/haskell-language-server - 0a787666b9c2dc542ae1b3a030f59da1820e97c5 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Target GHC 9.2.2 (#2787)

* Target GHC 9.2.2

* fix with-compiler

* attempt to fix Mac build

* attempt to fix stac...

github.com/haskell/haskell-language-server - a538641bf76ead5bc24f19926d259b67e4aa9c01 authored over 2 years ago by Pepe Iborra <[email protected]>
Provide all format suggestions in AlternatFormat Code Action (#2790)

* Insert Language Extensions when required

- Add new function that converts a NextPragmaInfo (i...

github.com/haskell/haskell-language-server - a832491ae7de2a74aade9a59e36c2ee5c853c92f authored over 2 years ago by Nick Suchecki <[email protected]>
Eval plugin: mark exceptions (#2775)

github.com/haskell/haskell-language-server - 1314748ec8d5b37a58409114cd673a2208256494 authored over 2 years ago by Ondřej Šebek <[email protected]>
customizable TH warning (#2781)

Co-authored-by: wz1000 <[email protected]>

github.com/haskell/haskell-language-server - 252c365f4ed4f253207e1224945b3cdc3edd3b74 authored over 2 years ago by Pepe Iborra <[email protected]>
Allow import all constructors (#2782)

* Import all constructors

* Rewrite the test

* Exact print wildcard

* Rerun circleci

github.com/haskell/haskell-language-server - 2221371a87d3a423d3273e928e8a93ac182d854e authored over 2 years ago by Lei Zhu <[email protected]>
Don't show the redundant space (#2788)

* Don't show the redundant space

* Fix tests

github.com/haskell/haskell-language-server - caab83365fd2084465e78fcc2cce52fa5d252620 authored over 2 years ago by Lei Zhu <[email protected]>
Fix 2 space leaks (#2774)

* Fix a space leak in hls-graph

* Fix leak in ExportsMap and optimize

github.com/haskell/haskell-language-server - 30d48ed705e929e4ff7da16b00ca4946ea850407 authored over 2 years ago by Pepe Iborra <[email protected]>
Abbreviate explicit import code lenses (#2769)

* Abbreviate explicit import code lenses

The tests currently don't check anything about the tit...

github.com/haskell/haskell-language-server - 621c2bb2173d5231082e5e4c4f157b2efb4f94c7 authored over 2 years ago by Michael Peyton Jones <[email protected]>
Fix #2693 (#2780)

We need to update the package database state in the `HscEnv` after we update
its `DynFlags`. `se...

github.com/haskell/haskell-language-server - f146ef0494181ebc319b114d11e672d5a2b69901 authored over 2 years ago by wz1000 <[email protected]>
Add Gentoo installation details (#2778)

* Add Gentoo installation details

* Update docs/installation.md

Co-authored-by: Michael Peyton...

github.com/haskell/haskell-language-server - b7001538d8ed4d0c2e48759dba220466423780b0 authored over 2 years ago by Paul Jewell <[email protected]>
Merge pull request #2763 from haskell/fourmolu-cli

Add an option to run Fourmolu via the CLI interface of a separate binary, rather than the bundle...

github.com/haskell/haskell-language-server - fd34887f5301d74b0c977dd08dfb7db6e12a5b06 authored over 2 years ago by George Thomas <[email protected]>
Merge branch 'master' into fourmolu-cli

github.com/haskell/haskell-language-server - 510e1806ac66907dde617c8a5038466c5c267404 authored over 2 years ago by George Thomas <[email protected]>
Delete HLS installer scripts (#2773)

* Delete HLS installer scripts

Prefer ghcup for installations from source.

* Use simpler ghcup...

github.com/haskell/haskell-language-server - a9ae9d100b612a5c2f8dd05242997feeb2047c66 authored over 2 years ago by fendor <[email protected]>
Merge branch 'master' into fourmolu-cli

github.com/haskell/haskell-language-server - bb0f45f757868097b5f4f0a13f1786afba56e4ea authored over 2 years ago by George Thomas <[email protected]>
Review masking and add traces when things don't cancel timely (#2768)

* Review masking and add traces when things don't cancel timely

* fixup

* use sleep consis...

github.com/haskell/haskell-language-server - fbbf76b146dffa309125f9ce3149b963210235ea authored over 2 years ago by Pepe Iborra <[email protected]>
Change flag name from "cli" to "external"

github.com/haskell/haskell-language-server - 558a3bce20a1fe2ca44049f804cf29911925750a authored over 2 years ago by George Thomas <[email protected]>
Merge branch 'master' into fourmolu-cli

github.com/haskell/haskell-language-server - 129e584e6b7a24bdd26376e89009218ef18fc3b2 authored over 2 years ago by George Thomas <[email protected]>
Bump actions/github-script from 2 to 6 (#2730)

Bumps [actions/github-script](https://github.com/actions/github-script) from 2 to 6.
- [Release ...

github.com/haskell/haskell-language-server - 7e361f0a0892680534033e75fc5fedf119e36eba authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Minor change to flag text

Co-authored-by: Michael Peyton Jones <[email protected]>

github.com/haskell/haskell-language-server - 236d244c2fef41a97f29f995b386badd1fd080b2 authored over 2 years ago by George Thomas <[email protected]>
Purge some more hslogger (#2770)

* Purge some more hslogger

At this point we only really need it for `hie-bios`.

* Add Stri...

github.com/haskell/haskell-language-server - 388abc300e88f91afce60aea0de936b36580c9cc authored over 2 years ago by Michael Peyton Jones <[email protected]>
Test Fourmolu with CLI option

github.com/haskell/haskell-language-server - dc64fc4497f1fc6e2d416e16500520c8268e7ac6 authored over 2 years ago by George Thomas <[email protected]>
Refactor: Allow passing plugin config to `goldenWithHaskellDocFormatter`

github.com/haskell/haskell-language-server - 594777a463e96214ec902889a65493353d55e795 authored over 2 years ago by George Thomas <[email protected]>
Fix: Set CWD to containing directory, rather than file

github.com/haskell/haskell-language-server - 74cab28e88260840b6351a460fb30f2e092906fc authored over 2 years ago by George Thomas <[email protected]>
Avoid extra parens for wildcard type signature (#2764)

+ avoid parens in simple cases (a, Char, [a], (),...)
- change one test - (Int)/Int

Co-autho...

github.com/haskell/haskell-language-server - 8a90defeca0da601af4804eeefa4a5c83d598ecb authored over 2 years ago by Ondřej Šebek <[email protected]>
Set working directory for Fourmolu process

Ensures expected config files are found.

github.com/haskell/haskell-language-server - 3d9f9641d37778e7a554cf7f477022a370690d12 authored over 2 years ago by George Thomas <[email protected]>