[armedbear] #406: Incorrect "used but not defined" note
#406: Incorrect "used but not defined" note --------------------------+---------------------- Reporter: dkatzman2002 | Owner: Type: defect | Status: new Priority: trivial | Milestone: Component: compiler | Version: Keywords: | Parent Tickets: --------------------------+---------------------- File test.lipsp: === (defstruct (grobit) (boop nil :type symbol)) (defun test-use-not-defined (x) (copy-grobit x)) ; auto-defined === CL-USER(1): (compile-file "/tmp/test.lisp") ; Compiling /tmp/test.lisp ... ; (DEFSTRUCT (GROBIT) ...) ; (DEFUN TEST-USE-NOT-DEFINED ...) ; Compilation unit finished ; The following functions were used but not defined: ; COPY-GROBIT ; Wrote /tmp/test.abcl (0.161 seconds) -- Ticket URL: <http://abcl.org/trac/ticket/406> armedbear <http://abcl.org> armedbear
participants (1)
-
armedbear