> here's another one: > > In ASDF 1, (component-pathname (find-system ...)) returned the system's > *directory*, which was coherent because the system is a module, so its > pathname is a directory just like for any other sub-module. > > In ASDF 2, it seems to return the .asd file instead. > Is this intentional ? > This is bug lp#620421 which was fixed in 2.121 and released in 2.006.
That said, whatever you're doing that is hitting that bug is probably itself a mistake. There is no reason for you to ever use (component-pathname (find-system ...)) Instead, you should be using (system-relative-pathname ...) or some such thing. [ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] Nobility measures the distance that separates current political rulers from the usurpers who founded their power. A revolution brings that distance back down to zero. A democracy keeps it permanently there. _______________________________________________ asdf-devel mailing list [email protected] http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
