File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4242 os :
4343 - ubuntu-latest
4444 - macOS-latest
45- - windows-latest
45+ # - windows-latest
4646
4747 steps :
4848 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ packages:
55 ./ghcide
66 ./hls-plugin-api
77 ./hls-test-utils
8- -- /Volumes/src/lsp/lsp
9- -- /Volumes/src/lsp/lsp-types
10- -- /Volumes/src/lsp/lsp-test
8+ -- /Volumes/src/lsp/lsp
9+ -- /Volumes/src/lsp/lsp-types
10+ -- /Volumes/src/lsp/lsp-test
1111
1212
1313index-state : 2025-08-08T12:31 :54Z
@@ -63,5 +63,5 @@ if impl(ghc >= 9.11)
6363source-repository-package
6464 type : git
6565 location : https://github.com/soulomoon/lsp.git
66- tag : 6f217e8a1afcb77a926023d0ac9cbc0da7ef4d3c
66+ tag : 839c458771455f5792f0fa4ead706f3eaf785d13
6767 subdir : lsp lsp-types lsp-test
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ while true; do
7979 echo " [loop] Broken pipe reproduced in iteration ${iter} . Stopping." | tee -a " ${log} " >&2
8080 echo " [loop] --- Tail (last 60 lines) ---" >&2
8181 tail -n 60 " ${log} " >&2
82- exit 0
82+ exit 1
8383 else
8484 if [[ ${DEBUG_DETECT} -eq 1 ]]; then
8585 echo " [loop][debug] No match for '${BROKEN_PIPE_RE} ' in iteration ${iter} ." | tee -a " ${log} " >&2
@@ -88,7 +88,7 @@ while true; do
8888
8989 if [[ -n " ${MAX_ITER} " && ${iter} -ge ${MAX_ITER} ]]; then
9090 echo " [loop] Reached MAX_ITER=${MAX_ITER} without reproducing Broken pipe." >&2
91- exit 1
91+ exit 0
9292 fi
9393
9494 echo " [loop] Iteration ${iter} complete (exit code ${ec} ). No Broken pipe yet." | tee -a " ${log} " >&2
You can’t perform that action at this time.
0 commit comments