"&OPTIONAL and &KEY found in the same lambda list: ~S"
sb-int:package-at-variance
sb-kernel:uninteresting-redefinition
;; the below four are controversial to include here;
;; however there are issues with the asdf upgrade if they are not present
sb-kernel:redefinition-with-defun
sb-kernel:redefinition-with-defgeneric
sb-kernel:redefinition-with-defmethod
sb-kernel::redefinition-with-defmacro; not exported by old SBCLs
sb-kernel:undefined-alien-style-warning
sb-ext:implicit-generic-function-warning
sb-kernel:lexical-environment-too-complex
"Couldn't grovel for ~A (unknown to the C compiler).")
;;#+clozure '(ccl:compiler-warning)
'("No generic function ~S present when encountering macroexpansion of defmethod. Assuming it will be an instance of standard-generic-function.");; from closer2mop
)
"Conditions that may be skipped. type symbols, predicates or strings")
(defvar*uninteresting-load-conditions*
(append
'("Overwriting already existing readtable ~S.";; from named-readtables
#(#:finalizers-off-warning:asdf-finalizers));; from asdf-finalizers
"&OPTIONAL and &KEY found in the same lambda list: ~S"
sb-int:package-at-variance
sb-kernel:uninteresting-redefinition
;; the below four are controversial to include here;
;; however there are issues with the asdf upgrade if they are not present
sb-kernel:redefinition-with-defun
sb-kernel:redefinition-with-defgeneric
sb-kernel:redefinition-with-defmethod
sb-kernel::redefinition-with-defmacro; not exported by old SBCLs
sb-kernel:undefined-alien-style-warning
sb-ext:implicit-generic-function-warning
sb-kernel:lexical-environment-too-complex
"Couldn't grovel for ~A (unknown to the C compiler).")
;;#+clozure '(ccl:compiler-warning)
'("No generic function ~S present when encountering macroexpansion of defmethod. Assuming it will be an instance of standard-generic-function.");; from closer2mop
)
"Conditions that may be skipped. type symbols, predicates or strings")
(defvar*uninteresting-load-conditions*
(append
'("Overwriting already existing readtable ~S.";; from named-readtables
#(#:finalizers-off-warning:asdf-finalizers));; from asdf-finalizers