Re: Bundle operations

2015-09-24 Thread Daniel Kochmański
Hello, I'm in favor of making it the default option. Regarding detecting if it's corrected - it was already OK in ECL 16.0.0, so I suppose it should be the default from lexically detected version 16.0.0 onwards. Best regards, Daniel Faré writes: > Dear Daniel, dear Jean-Claude, > > when

Re: maintaining non-Lisp systems with ASDF

2015-09-24 Thread Robert Goldman
On 9/23/15 Sep 23 -3:55 PM, Robert Dodier wrote: > Hey everybody, > > I've made some more progress with a Maxima extension for ASDF > (attached). At this point it works pretty much as expected, for the > simple examples I've tried. I think you should be able to use in > Maxima like this:

Re: maintaining non-Lisp systems with ASDF

2015-09-24 Thread Robert P. Goldman
That's what :defsystem-depends-on is for. Please let me know if you don't find it adequately documented in the manual... Sent from my iPad > On Sep 24, 2015, at 19:41, Robert Dodier wrote: > >> On Wed, Sep 23, 2015 at 2:39 PM, Faré wrote: >> >>

Re: maintaining non-Lisp systems with ASDF

2015-09-24 Thread Robert Dodier
On Wed, Sep 23, 2015 at 2:39 PM, Faré wrote: > What you really need to do is: Thanks, I will take a look at that. It is working well enough for the moment, but I will circle back later to polish it up. I have a question now about how to ensure that the :maxima-file component