Opened 9 years ago
Last modified 21 months ago
#398 new defect
Cannot muffle COMPILE
Reported by: | Mark Evenson | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.2 |
Component: | compiler | Version: | 1.4.0-dev |
Keywords: | Cc: | ||
Parent Tickets: |
Description
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.
Change History (10)
comment:1 Changed 8 years ago by
Milestone: | 1.4.0 → 1.5.0 |
---|
comment:5 Changed 4 years ago by
Milestone: | 1.6.2 → 1.7.0 |
---|
comment:10 Changed 21 months ago by
Milestone: | 1.8.1 → 1.9.2 |
---|
Note: See
TracTickets for help on using
tickets.
Ticket retargeted after milestone closed