Re: How to handle these warnings?
Jean Louis <[email protected]> Tue, 24 Oct 2017 08:29:31 +0300
| Newsgroups | gmane.lisp.clisp.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Oct 23, 2017 at 02:09:49PM -0400, Sam Steingold wrote: > > * 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. I have disabled it, and sent emails to their maintainers to update the the files. I did achieve to have the program come up without warnings, and learned something, but did not learn all the details. Jean ------------------------------------------------------------------------------ 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