Re: Testing for ASDF 3.3.2 and beyond?

2018-03-02 Thread Faré
On Fri, Mar 2, 2018 at 1:05 PM, Robert Goldman wrote: > So as I see it we have three options for the *shared-readtable* > > Your original option -- the "initial-ish" readtable (since we can't control > when ASDF is loaded) Usually ASDF is loaded before any significant other software is. If the use

Re: Testing for ASDF 3.3.2 and beyond?

2018-03-02 Thread Robert Goldman
On 1 Mar 2018, at 21:45, Faré wrote: You might be interested to know that ACL binds *readtable* on startup to an unmodifieble readtable (which is a violation of CLHS http://clhs.lisp.se/Body/02_aac.htm : "The initial readtable is distinct from the standard readtable. It is permissible for a co

Re: Testing for ASDF 3.3.2 and beyond?

2018-03-02 Thread Attila Lendvai
>> There is no batch loading, each test is run in a fresh CL process. >> > Interesting. The memory load might still be sensitive to compilation > order, if you reuse fasls shared with previous builds versus rebuild > new ones. it can help on SBCL to insert (sb-ext:gc :full t) to a few key places,