ruricolist / overlord

Build system in Common Lisp
MIT License
60 stars 2 forks source link

Doesn't build for me - SBCL 1.4.3 #1

Closed xach closed 6 years ago

xach commented 6 years ago

Hi, I get this:

; caught WARNING:
;   Can't tell if FUNCTION-ALIAS is a subtype of IMPORT-SPEC. Is IMPORT-SPEC defined?
; 
; caught WARNING:
;   Can't tell if MACRO-ALIAS is a subtype of IMPORT-SPEC. Is IMPORT-SPEC defined?
; 
; caught WARNING:
;   Can't tell if (TUPLE SYMBOL :AS IMPORT-ALIAS) is a subtype of IMPORT-SPEC. Is IMPORT-SPEC defined?
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001DB0083}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "overlord/import-set" "lisp">

Worked fine 24 hours ago.

ruricolist commented 6 years ago

I've reverted the offending commit.