I am pleased to announce the release of ASDF 2.23. Since previous release 2.22, the changes are as follow:
* add new :compile-check argument to compile-file* and around-compile-hook. This allows for consistency check of .fasl output before the file can possibly be seen by other builds (i.e. no race condition). This change makes the asdf-finalizers extension possible.
* export more utilities for dealing with pathnames from environment.
These changes are few and subtle, but nonetheless significant to those who'd use these features.
As usual, developers, please test and enjoy, vendors, please update your implementation or distribution.
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org A tautology is a thing which is tautological.
I tried running the tests on the latest ASDF, using the ECL that one gets from Mac Ports (on Lion). I got a number of test failures.
test-module-depend failed test-module-excessive-depend failed test-multiple failed test-retry-loading-component-1 went into an infinite loop, catching an error and restarting over and over.
I'll collect more information as I can, but thought I should give the update.
On 7/17/12 8:13 AM, Faré wrote:
I am pleased to announce the release of ASDF 2.23. Since previous release 2.22, the changes are as follow:
add new :compile-check argument to compile-file* and around-compile-hook. This allows for consistency check of .fasl output before the file can possibly be seen by other builds (i.e. no race condition). This change makes the asdf-finalizers extension possible.
export more utilities for dealing with pathnames from environment.
These changes are few and subtle, but nonetheless significant to those who'd use these features.
As usual, developers, please test and enjoy, vendors, please update your implementation or distribution.
Updated for cmucl. I ran the tests using 2012-07 and all 39 tests passed.
Ray