Re: REQUIRE has gone rogue
Ron Garret <[email protected]>
| Newsgroups | gmane.lisp.openmcl.devel |
|---|---|
| Message-ID | <[email protected]> |
The reason I am encountering this issue is that I just built myself an IDE from the latest github sources and they added a new "feature" that it REQUREs easygui on startup. Because REQUIRE prints that LOADING... message, the altconsole always starts whenever the IDE starts, so I wanted to suppress that message. But I can't figure out where it is coming from. rg > On May 21, 2022, at 9:12 AM, Pierpaolo Bernardi <[email protected]> wrote: > > > Il giorno 21 maggio 2022, alle ore 17:47, Ron Garret <[email protected] <mailto:[email protected]>> ha scritto: > > >WTF? > > > >Clozure Common Lisp Version 1.12.1 (v1.12.1-9-g14dd8939) DarwinX8664 > > > >? (defun require () 'foo) > > > >REQUIRE > > It is an error to redefine standard functions. So, I suppose whatever you were expecting, is not guaranteed. >