handler-bind doesn't compile-time style-warn for undefined function
Bug #2010176 reported by
Charles
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SBCL |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
(handler-bind ((error #'undef))
...)
should style-warn. Fix seems easy (just add #'undef somewhere in the expander).
Changed in sbcl: | |
status: | New → Fix Committed |
To post a comment you must log in.