ruricolist / overlord

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

Undefined type style warning for type OVERLORD/BASE::TEMPORARY-FILE #22

Closed slyrus closed 4 years ago

slyrus commented 4 years ago

When I compile overlord I get the following style-warning:

; file: /Users/sly/quicklisp/dists/quicklisp/software/overlord-20200925-git/base.lisp ; in: DEFUN OVERLORD/BASE::LOOK-FOR-ASD ; 'OVERLORD/BASE::TEMPORARY-FILE ; ; caught STYLE-WARNING: ; undefined type: OVERLORD/BASE::TEMPORARY-FILE ; ; compilation unit finished ; Undefined type: ; OVERLORD/BASE::TEMPORARY-FILE

slyrus commented 4 years ago

Now I'm getting: no symbol named "FILE-PATHNAME" in "OVERLORD/TYPES"