Re: "deprecated recursive use" warning

2018-04-01 Thread Faré
On Wed, Mar 21, 2018 at 7:25 AM, Attila Lendvai wrote: > yeah, it feels like a lot of pain. it would be nice if there was a > fork-like API in ASDF for implementing such exec'd compilation, but > then i guess ASDF itself has no clue which /foo/bin/ directory has the >

Re: Problems with DEFSYSTEM-DEPENDS-ON

2018-04-01 Thread Mark Evenson
> On Apr 1, 2018, at 14:20, Attila Lendvai wrote: > >> The usage of DEFSYSTEM-DEPENDS-ON to specify dependencies that will be >> satisfied by QL:QUICKLOAD no longer seems to be working in asdf-3.3.1. > > FTR, here's the history of this issue: > >

Re: Problems with DEFSYSTEM-DEPENDS-ON

2018-04-01 Thread Attila Lendvai
> The usage of DEFSYSTEM-DEPENDS-ON to specify dependencies that will be > satisfied by QL:QUICKLOAD no longer seems to be working in asdf-3.3.1. FTR, here's the history of this issue: https://github.com/quicklisp/quicklisp-client/pull/122#issuecomment-160419822

Problems with DEFSYSTEM-DEPENDS-ON

2018-04-01 Thread Mark Evenson
The usage of DEFSYSTEM-DEPENDS-ON to specify dependencies that will be satisfied by QL:QUICKLOAD no longer seems to be working in asdf-3.3.1. It used to be the case that to use the [PROVE testing framework][1], it was sufficient to place a … :defsystem-depends-on (:prove-asdf) … clause