[armedbear] #398: Cannot muffle COMPILE
#398: Cannot muffle COMPILE ----------------------+---------------------------- Reporter: mevenson | Owner: Type: defect | Status: new Priority: minor | Milestone: 1.4.0 Component: compiler | Version: 1.4.0-dev Keywords: | Parent Tickets: ----------------------+---------------------------- James Lawrence notes in <http://article.gmane.org/gmane.lisp.armedbear.devel/3524>: {{{ (handler-bind ((warning #'muffle-warning)) (compile nil '(lambda () x))) => ; Caught STYLE-WARNING: ; Undefined variable X assumed special ; Compilation unit finished ; Caught 1 STYLE-WARNING condition }}} Also, you might want that to be more than a style-warning; it's a full warning in other implementations. -- Ticket URL: <http://abcl.org/trac/ticket/398> armedbear <http://abcl.org> armedbear
participants (1)
-
armedbear