Skip to content

Commit 366aec1

Browse files
committed
added better comment about sbcl super warnings
1 parent 707c39b commit 366aec1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages.lisp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
(handler-bind
44
;; fixes sbcl SUPER warnings that prevent automatic fasl loading
5+
;; These are generated when the package definition doesnt match
6+
;; the one currently in the file (eg: removing an export)
57
((warning (lambda (c)
68
(format *error-output* "~A~%~S" c c)
79
(muffle-warning c))))

0 commit comments

Comments
 (0)