Re: [asdf-devel] question about relative pathname to point to parent directory

2010-05-25 Thread Faré
I'm not sure what you want, but try "" for current directory, ".." for up, etc. ".." is actually not recognized by ASDF but passed to the implementation, and from it to the OS. Paths are relative to the parent's pathname's directory. [ François-René ÐVB Rideau | Reflection&Cybernethics | http://f

[asdf-devel] question about relative pathname to point to parent directory

2010-05-25 Thread Robert Goldman
What's the right syntax for specifying a relative pathname for a module whose files should live in the parent directory instead of in a subdirectory? E.g., if I have (:module foo :components ((:file "bar") (:file "baz")) :pathname ) what goes in there if I do NOT want the files to live

[asdf-devel] Planning to release ASDF 2 next monday

2010-05-25 Thread Faré
I found and fixed a bug last Friday, which is why I didn't release yet. If no new bug is found, I'd like to release ASDF 2 next monday. In the meantime, can you all test the latest ASDF (current: 1.728) with your favorite Lisp implementation, packages, etc. ? [ François-René ÐVB Rideau | Reflecti