Re: New version of ASDF pushed

2015-05-18 Thread Faré
Actually, I don't think there's anything new asdf that warrants a feature, so I'd add a uiop feature only (and uiop has evolved enough since 2.27 that a feature could help, especially considering that at least quicklisp distributes uiop without asdf). I believe uiop/driver.lisp is the correct

Re: New version of ASDF pushed

2015-05-04 Thread Robert P. Goldman
Faré wrote: In the launchpad bug at https://bugs.launchpad.net/asdf/+bug/1437480 you also mention: I believe that we should release this as 3.2 because of the incompatibility in the API with the new functions from UIOP. While I think we should indeed soon release 3.2, I believe that it

Re: New version of ASDF pushed

2015-05-04 Thread Robert P. Goldman
Faré wrote: Now, when I did a make bump, I got the following error message: Transforming file upgrade.lisp... done. Rebuilding ASDF with bumped version git commit -a -m Bump version to $(eval a=$(cat version.lisp-expr) ; echo $a) fatal: ..: '..' is outside repository [master 9120cf7]

Re: New version of ASDF pushed

2015-05-04 Thread Faré
While I think we should indeed soon release 3.2, I believe that it is not so urgent that it can't wait for a few more useful changes, especially since we do provide backward compatibility functions for the old API. So I propose we release a 3.1.5 for now, and do a few more changes before we

Re: New version of ASDF pushed

2015-05-04 Thread Robert P. Goldman
Faré wrote: While I think we should indeed soon release 3.2, I believe that it is not so urgent that it can't wait for a few more useful changes, especially since we do provide backward compatibility functions for the old API. So I propose we release a 3.1.5 for now, and do a few more changes

Re: New version of ASDF pushed

2015-05-04 Thread Faré
Should we push just asdf-3.2 or also uiop-3.2 (since the new XDG functions are properly UIOP)? (I assume you mean *features*) Actually, I don't think there's anything new asdf that warrants a feature, so I'd add a uiop feature only (and uiop has evolved enough since 2.27 that a feature could

Re: New version of ASDF pushed

2015-05-03 Thread Faré
Robert P. Goldman wrote: I have just pushed [3.1.4.6], which contains fixes to UIOP's configuration file finding/XDG functions needed to fix launchpad bug 1437480. Thanks a lot, Robert! In backward driver, the (xdg-config-pathname (format nil common-lisp/~a/ x) direction)) is incorrect. X can

Re: New version of ASDF pushed

2015-05-03 Thread Faré
Dear Robert, so I pushed two easy changes among those list I discussed on the list: Move the inline-method support to parse-defsystem Fix in-user-configuration-directory to accept files, not just directories. I also had to fix find-standard-case-symbol again, so I added regression tests.

Re: New version of ASDF pushed

2015-05-03 Thread Robert P. Goldman
Robert P. Goldman wrote: I have just pushed 3.1.4.5, which contains fixes to UIOP's configuration file finding/XDG functions needed to fix launchpad bug 1437480. Testing would be very much appreciated, especially by those using the configuration file finding functions. Sorry: typo --