Please kill those notes
Faré <[email protected]> Mon, 28 Jan 2013 15:26:09 -0500
| Newsgroups | gmane.lisp.cmucl.devel |
|---|---|
| Message-ID | <CAN7nBXe92EzG9VJSVwmvMQLFrBSiGp1XJkc8Djh_FBwYV7_oqw@mail.gmail.com> |
Why do these output a compilation note about some unused macroexpanded case?
How do I muffle the notes?
(defmethod print-object ((o operation) stream)
(print-unreadable-object (o stream :type t :identity nil)
(ignore-errors
(format stream "~{~S~^ ~}" (operation-original-initargs o)))))
(defmethod perform-with-restarts ((o load-op) (c cl-source-file))
(loop
(restart-case
(return (call-next-method))
(try-recompiling ()
:report (lambda (s)
(format s "Recompile ~a and try loading it again"
(component-name c)))
(perform (find-operation o 'compile-op) c)))))
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
*EULA: By reading or responding to this message you agree that all my stated
or unstated opinions are correct.* "EULA" — patent pending.
_______________________________________________
cmucl-imp mailing list
[email protected]
http://lists.zs64.net/mailman/listinfo/cmucl-imp