Re: How to handle these warnings?
Jean Louis <[email protected]> Wed, 19 Jul 2017 10:49:18 +0300
| Newsgroups | gmane.lisp.clisp.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, Is there any way to disable it temporarily? This is happening only during compiling. This one does not work, and I was thinking it should: (setf CUSTOM:*COMPILE-WARNINGS* nil) I have also disabled these: (setf *compile-verbose* nil) (setf *compile-print* nil) Jean On Tue, Jul 18, 2017 at 04:48:50PM -0400, Sam Steingold wrote: > > * Jean Louis <[email protected]> [2017-07-17 21:33:37 +0300]: > > > > I still get warnings with the hg pull/update and > > newest CLISP from development. Although I guess it > > is less now, but there is still. > > I am afraid that this works as designed. > (see the do referenced in the previous message). > > > I have tried to suppress warnings but is not > > working. I am loading *.asd file and if I place in > > top level :depends-on "alexandria" and similar, I > > get the warnings. > > > > WARNING: Adding method > > #<STANDARD-METHOD (#<STANDARD-CLASS TEST-OP> (EQL #<SYSTEM > > "alexandria">))> to an already called generic function > > #<STANDARD-GENERIC-FUNCTION OPERATION-DONE-P> > > WARNING: Adding method > > #<STANDARD-METHOD (#<STANDARD-CLASS TEST-OP> (EQL #<SYSTEM > > "alexandria">))> to an already called generic function > > #<STANDARD-GENERIC-FUNCTION PERFORM> > > WARNING: Adding method > > #<STANDARD-METHOD (#<STANDARD-CLASS TEST-OP> (EQL #<SYSTEM > > "babel">))> to an already called generic function > > I wonder if we should add some ASDF generic functions (e.g., TEST-OP) to > clos::*dynamically-modifiable-generic-function-names*. > I also wonder if we should add a user-level function for that. > > Bruno, wdyt? > > Thanks. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ clisp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-list