Lisp-Stat / lisp-stat

Lisp-Stat main system
https://lisp-stat.github.io/lisp-stat
Microsoft Public License
140 stars 11 forks source link

Some systems failed to build for Quicklisp dist #4

Closed quicklisp closed 2 years ago

quicklisp commented 2 years ago

Building with SBCL 2.1.7.62-417920f09 / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id 53df079853d1edb848b2d7a91baeeaa295143420

lisp-stat fails to build with the following error:

Unhandled SB-INT:SIMPLE-PROGRAM-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0103}>: DFIO:SAVE already names an ordinary function or a macro.

lisp-stat/tests fails to build with the following error:

Unhandled SB-INT:SIMPLE-PROGRAM-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0103}>: DFIO:SAVE already names an ordinary function or a macro.

Full log here

snunez1 commented 2 years ago

Can we skip this update cycle please? DFIO went out when I thought all was clear, but in getting the other systems ready discovered that some additional refactoring needs to be done.

Alexandria-plus, standalone, can go, but please hold back on all the things in the Lisp-Stat repo.

snunez1 commented 2 years ago

Fixed. All Lisp-Stat systems compile and pass tests.