> STYLE-WARNING: redefining |bcMatrix| in DEFUN
> STYLE-WARNING: redefining |bcIndefiniteIntegrate| in DEFUN
Waldek Hebisch <[EMAIL PROTECTED]> writes:
> 1) The warning says what happens: several functions is redefined.
> At startup functions like bcMatrix are just stubs: calling bcMatrix
> triggers loading of hyperdoc. Loading means that old definition of
> bcMatrix is replaced by the new one.
OK, but maybe we could muffle the warning then locally in the autoload
facility?
> 3) In sbcl style warning is not a warning, so you need a separate
> construct -- this is clearly explained in sbcl manual (I forgot
> explanation, but I remember that it is there).
I only find
http://www.sbcl.org/manual/Controlling-Verbosity.html#Controlling-Verbosity
and, elsewhere
Conditions of type warning and style-warning are sometimes signaled at
runtime, especially during execution of Common Lisp defining forms such as
defun, defmethod, etc. To muffle these warnings at runtime, SBCL provides a
variable sb-ext:*muffled-warnings*:
— Variable: sb-ext:*muffled-warnings*
A type that ought to specify a subtype of warning. Whenever a warning is
signaled, if the warning if of this type and is not handled by any other
handler, it will be muffled.
Oh, now I understand why this didn't work: it requires sbcl 1.0.19, and I have
1.0.11.
Do you know of a workaround?
> 4) In the past Axiom simply redirected all diagnostics to special
> stream so they were all ignored. I _really_ do not want to this:
> once diagnostics are redirected program may die or hang with no
> clue to users what happened.
Ideally we could tag these messages, then I could handle them. But I think
it's not worth the trouble.
Martin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---