Re: How to handle these warnings?
Sam Steingold <[email protected]> Mon, 23 Oct 2017 14:09:49 -0400
| Newsgroups | gmane.lisp.clisp.general |
|---|---|
| Message-ID | <[email protected]> |
> * Jean Louis <[email protected]> [2017-10-23 18:48:41 +0300]: > > WARNING: System definition file > #P"/home/data1/protected/lib/lisp/quicklisp/dists/quicklisp/software/cl-base64-20150923-git/cl-base64.asd" > contains definition for system "cl-base64-tests". Please only define > "cl-base64" and secondary systems with a name starting with > "cl-base64/" (e.g. "cl-base64/test") in that file. This is not from CLISP. This is an ASDF warning `bad-system-name`. You can muffle them the usual way (http://clhs.lisp.se/Body/f_abortc.htm). > I know that I could change those ironclad.asd and > replace - with / to avoid those warning, So do it. Muffling/ignoring/disabling warnings is a BAD idea. Warning are to be avoided by fixing the code that triggers them. I think you are wasting your time. -- Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1504 http://steingoldpsychology.com http://www.childpsy.net http://memri.org http://jij.org http://honestreporting.com https://jihadwatch.org WinWord 6.0 UNinstall: Not enough disk space to uninstall WinWord ------------------------------------------------------------------------------ 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