"Raymond" == Raymond Toy <toy.raymond@gmail.com> writes:
Raymond> The following message is a courtesy copy of an article Raymond> that has been posted to gmane.lisp.cmucl.devel as well.
"Far" == Far <Far> writes:
Far> Can you upgrade your implementation to ship with the latest ASDF? Thanks! Far> If you're still using 2.015 (or something even older), there have been Far> many bug fixes, robustness, portability and upgradability enhancements Far> and a few features implemented since. Raymond> Bummer. Just missed the snapshot by a couple of days. I'll update Raymond> the current version (2.014.1) with 2.016 soon. Updated. Far> We recommend that you keep (require :asdf) working as well as (require "asdf"). This has also been fixed. REQUIRE uses STRING to convert the string designator to a string. Hence, :asdf denotes the "ASDF" module, which is different from "asdf". The next snapshot will define a new module named "asdf" that loads asdf. Ray