[alexandria-devel] simple-style-warning

Attila Lendvai attila.lendvai at gmail.com
Mon Aug 27 00:56:29 UTC 2007


dear list,

any objections agains this one?

[Added simple-style-warning function and condition.
attila.lendvai at gmail.com**20070827005343] {
hunk ./errors.lisp 9
+(define-condition simple-style-warning (style-warning simple-warning)
+  ())
+
+(defun simple-style-warning (message &rest args)
+  (warn 'simple-style-warning :format-control message :format-arguments args))
+
+
hunk ./package.lisp 117
+   #:simple-style-warning
}


maybe errors.lisp should be renamed to conditions.lisp?

-- 
 attila



More information about the alexandria-devel mailing list