Re: ASDF Best Practices

2017-04-03 Thread Sam Steingold
> * Faré [2017-04-01 02:33:38 -0400]: > > Symbols work fine. It's just that they are not *canonical*; so it's > not obviously clear that underneath, ASDF them will reduce them to a > lower-case string; or that :SRc srC and "src" are the same thing. The > consing and interning saved by using string

Re: ASDF Best Practices

2017-03-31 Thread Faré
On Sat, Apr 1, 2017 at 1:54 AM, Mark Evenson wrote: > On 4/1/17 06:27, Faré wrote: >> I've started an ASDF Best Practices document as a response to all the >> ugly stuff I saw while debugging backward incompatibilities introduced >> by ASDF 3.3. It is currently in my plan branch: >> >> https://git

Re: ASDF Best Practices

2017-03-31 Thread Mark Evenson
On 4/1/17 06:27, Faré wrote: > I've started an ASDF Best Practices document as a response to all the > ugly stuff I saw while debugging backward incompatibilities introduced > by ASDF 3.3. It is currently in my plan branch: > > https://gitlab.common-lisp.net/asdf/asdf/blob/plan/doc/best_practice