Re: How to handle these warnings?
Sam Steingold <[email protected]> Fri, 20 Oct 2017 11:26:53 -0400
| Newsgroups | gmane.lisp.clisp.general |
|---|---|
| Message-ID | <[email protected]> |
> * Jean Louis <[email protected]> [2017-10-20 07:07:24 +0300]: > > I just want to suppress following errors below, and I am not sure if I > am doing something or what is going on. > My program works but after I see 3-4 screens of such warnings. 1. I suggest that you refactor your code. Those warning seem to tell you that you might not be doing what you think you are doing. 2. I posted code: >> --8<---------------cut here---------------start------------->8--- >> (ext:set-global-handler >> 'clos:clos-warning >> (lambda (c) >> (invoke-restart (find-restart 'abort c)))) >> --8<---------------cut here---------------end--------------->8--- Did you try it? -- Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1504 http://steingoldpsychology.com http://www.childpsy.net http://no2bds.org http://memri.org http://think-israel.org Our business is run on trust. We trust you will pay in advance. ------------------------------------------------------------------------------ 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