Re: ABCL uses to recompile LCONS* form
Stas Boukarev <[email protected]> Sun, 1 Nov 2020 19:21:26 +0300
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <CAF63=13T630CP0Nt7Wc4RaNdKr28HAQprj7NMLWG8bonosyCqA@mail.gmail.com> |
On Sun, Nov 1, 2020 at 6:22 PM Mark Evenson <[email protected]> wrote: > > Note to all: the abcl.lisp implementation inadvertenly contains a reference to > LCONS*. > > <https://github.com/slime/slime/blob/master/swank/abcl.lisp#L1086> > > Recompiling the form via SLIME once things have been loaded works fine. > > Any chance we can get a standard mechanism to recompile stuff in the > implementation to declare that a given thunk should be recompiled once SWANK > has finished loading? > > Back in 2017 or so, @aruttenburg had a patch to some of move the some of the > utlities to load before the implementation-specific, but @stastats objected on > the grounds that we want the initial load to be as fast and error free as > possible. I don't remember saying that or follow the logic here.