Skip to content

Commit 15d7402

Browse files
jneiramergify[bot]
andauthored
Disable alternate numbers format plugin temporary (#2498)
* Disable alternateNumberFormat temporary * Disable alternateNumberFormat tests * Add a warn in docs * Add link to issue in docs Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent d80faeb commit 15d7402

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
name: Test hls-hlint-plugin test suite
245245
run: cabal test hls-hlint-plugin --test-options="$TEST_OPTS" || cabal test hls-hlint-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-hlint-plugin --test-options="$TEST_OPTS"
246246

247-
- if: matrix.test
247+
- if: matrix.test && false
248248
name: Test hls-alternate-number-format-plugin test suite
249249
run: cabal test hls-alternate-number-format-plugin --test-options="$TEST_OPTS" || cabal test hls-alternate-number-format-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-alternate-number-format-plugin --test-options="$TEST_OPTS"
250250

docs/features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can watch demos for some of these features [below](#demos).
1717
- [Module name suggestions](#module-names) for insertion or correction
1818
- [Call hierarchy support](#call-hierarchy)
1919
- [Qualify names from an import declaration](#qualify-imported-names) in your code
20-
- [Suggest alternate numeric formats](#alternate-number-formatting)
20+
- [Suggest alternate numeric formats](#alternate-number-formatting). This plugin is not included by default yet due to a performance issue, see <https://github.com/haskell/haskell-language-server/issues/2490>
2121

2222
## Demos
2323

haskell-language-server.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ flag splice
165165

166166
flag alternateNumberFormat
167167
description: Enable Alternate Number Format plugin
168-
default: True
168+
default: False
169169
manual: True
170170

171171
flag qualifyImportedNames

0 commit comments

Comments
 (0)