Re: [asdf-devel] asdf with-compilation-unit

2011-12-13 Thread Mark H. David
Hi. I'd like the compilation of all the files in the unit to happen when any of the files in the unit need compilation. Then, when they're all compiled, I'd like with-compilation-unit wrapped around their compilation. I guess I want the option to do ':override true', or have that be the de

Re: [asdf-devel] asdf with-compilation-unit

2011-12-13 Thread Faré
Dear Mark, On Tue, Dec 13, 2011 at 11:36, Mark H. David wrote: > Well, I basically want the serial thing, but occasionally I want a group of > things compiled using with-compilation-unit wrapped around them. > > In the example, I'd want the basic build to go something like > >  (load (compile-fi

Re: [asdf-devel] asdf with-compilation-unit

2011-12-13 Thread Robert Goldman
On 12/13/11 Dec 13 -9:28 AM, Mark H. David wrote: > Is there any way to have ASDF compile several files with > with-compilation-unit wrapped around the compilation? > > ___ > asdf-devel mailing list > asdf-devel@common-lisp.net > http://lists.common-lisp

Re: [asdf-devel] asdf with-compilation-unit

2011-12-13 Thread Robert Goldman
On 12/13/11 Dec 13 -10:36 AM, Mark H. David wrote: > Well, I basically want the serial thing, but occasionally I want a group > of things compiled using with-compilation-unit wrapped around them. > > In the example, I'd want the basic build to go something like > > (load (compile-file "packages

Re: [asdf-devel] asdf with-compilation-unit

2011-12-13 Thread Mark H. David
Well, I basically want the serial thing, but occasionally I want a group of things compiled using with-compilation-unit wrapped around them. In the example, I'd want the basic build to go something like (load (compile-file "packages.lisp")) ; assume compile-file returns the fasl's pathname

Re: [asdf-devel] asdf with-compilation-unit

2011-12-13 Thread Robert Goldman
On 12/13/11 Dec 13 -10:23 AM, Mark H. David wrote: > Thanks, would like to do this with an easy serial defsystem. > Can I get the files on the same line to be a compilation unit in this > example? > > (asdf:defsystem :example >:version "0.0.1" >:serial t >:compo

Re: [asdf-devel] asdf with-compilation-unit

2011-12-13 Thread Mark H. David
Thanks, would like to do this with an easy serial defsystem. Can I get the files on the same line to be a compilation unit in this example? (asdf:defsystem :example :version "0.0.1" :serial t :components ((:file "packages") (:file "a")

[asdf-devel] asdf with-compilation-unit

2011-12-13 Thread Mark H. David
Is there any way to have ASDF compile several files with with-compilation-unit wrapped around the compilation? ___ asdf-devel mailing list asdf-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel