Re: How do I query what files need to be recompiled?

2015-11-11 Thread Faré
On Mon, Nov 9, 2015 at 2:47 PM, Ahmon Dancy <da...@franz.com> wrote: > http://www.cliki.net/asdf has this FAQ: > > Q: How do I query what files need to be recompiled? > > A: With ASDF 3, you can > (asdf:required-components system :force nil > :force-not nil :keep-com

How do I query what files need to be recompiled?

2015-11-11 Thread Ahmon Dancy
http://www.cliki.net/asdf has this FAQ: Q: How do I query what files need to be recompiled? A: With ASDF 3, you can (asdf:required-components system :force nil :force-not nil :keep-component 'asdf:cl-source-file :keep-operation 'asdf:compile-op) However, with ASDF 3.1.6, I find that this does

Re: How do I query what files need to be recompiled?

2015-11-11 Thread Robert Goldman
On 11/11/15 Nov 11 -3:03 PM, Andreas Davour wrote: > On Mon, 9 Nov 2015, Robert Goldman wrote: > >> BTW, I have whacked the content of that cliki page. We don't have the >> resources to maintain the cliki pages, the cl.net homepage, and the >> manual. > > I just realized I had assumed I knew

Re: How do I query what files need to be recompiled?

2015-11-09 Thread Robert Goldman
BTW, I have whacked the content of that cliki page. We don't have the resources to maintain the cliki pages, the cl.net homepage, and the manual.

How do I query what files need to be recompiled?

2015-11-09 Thread Ahmon Dancy
http://www.cliki.net/asdf has this FAQ: Q: How do I query what files need to be recompiled? A: With ASDF 3, you can (asdf:required-components system :force nil :force-not nil :keep-component 'asdf:cl-source-file :keep-operation 'asdf:compile-op) However, with ASDF 3.1.6, I find that this does