Skip to content

Commit 8714f92

Browse files
committed
disable rename plugin
1 parent bfaa86e commit 8714f92

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
name: Test hls-call-hierarchy-plugin test suite
203203
run: cabal test hls-call-hierarchy-plugin --test-options="$TEST_OPTS" || cabal test hls-call-hierarchy-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-call-hierarchy-plugin --test-options="$TEST_OPTS"
204204

205-
- if: matrix.test
205+
- if: matrix.test && matrix.ghc != '9.2.1'
206206
name: Test hls-rename-plugin test suite
207207
run: cabal test hls-rename-plugin --test-options="$TEST_OPTS" || cabal test hls-rename-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-rename-plugin --test-options="$TEST_OPTS"
208208

cabal-ghc921.project

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ constraints:
7777
-splice
7878
-stylishhaskell
7979
-tactic,
80+
-- the rename plugin builds, but doesn't work
81+
-rename,
8082
ghc-lib-parser ^>= 9.2,
8183
attoparsec ^>= 0.14.3,
8284
ghc-exactprint >= 1.3,

0 commit comments

Comments
 (0)