40ants / 40ants/setup-lisp

Setup-lisp doesn't notice various failures, and reports success without running proper tests.

オープン
#13 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
bug
主要言語
Common Lisp
スター
30
フォーク
2
PR マージ指標
30日以内にマージされた PR はありません

説明

With `setup-lisp@v2`, if the installation of a lisp fails (seems to fail on at least allegro,clisp,ecl on linux currently), it silently ignores it and runs tests on sbcl instead (or whatever lisp was installed in cached setup if it matches some other run), and the CI run passes.

With `setup-lisp@v3`, ecl,clisp still fails to install and runs tests on another lisp.
Allegro and ccl-bin/1.12.2 install but then 'passes' the tests with errors like
```
> Error: Invalid pathname component :HOME
> While executing: CCL::%PATH-STD-QUOTES, in process listener(1).
```
or
```
Warning: An error occurred
(attempt to take the length of a non-sequence: :HOME) during
the reading or evaluation of -e "(ros:run '((:eval\"(ros:asdf)\")(:eval\"(ros:quicklisp)\")(:load\"/home/runner/.roswell/init.lisp\")(:script \"/home/runner/work/_actions/40ants/run-tests/v2/run-tests.ros\"\"3b-bmfont\")(:quit ())))"
International Allegro CL Free Express Edition
10.1 [32-bit Linux (x86)] (Jan 23, 2023 8:47)
...
CL-USER(1): CL-USER(1): EOF
Really exit lisp [n]?
; Initial Lisp Listener will be killing processes:
;; processes killed
; Exiting
```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。