Dear Lisp hackers,
next release of ASDF will be 3.0.2, and be done shortly by Robert Goldman. Please test.
Changes since 3.0.1:
* Tweaks to RUN-PROGRAM so it works better on ACL, and to RUN-SHELL-COMMAND so it's more backward-compatible.
* Tweaks for XCVB: better CFASL support on SBCL and easier default-encoding.
* Tweaks of TRAVERSE: have it always return a list of actions, deprecate it. Have OPERATE use MAKE-PLAN instead, that always returns a plan object.
* Fixes to debian package.
We're into tweaking, which is a good sign: it means the ASDF code base is stable indeed.
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org An extreme optimist is a man who believes that humanity will probably survive even if it doesn't take his advice. — John McCarthy
Hi Faré
I want to ask ... do we still support MCL (Macintosh Common Lisp)?
I was using ASDF 2 (early releases) on MCL for many months, but today I tried to check out ASDF 3 from GIT, after I run "make" to build a "asdf.lisp" and compile it, I got following errors:
? (compile-file #p"Server HD:Users:binghe:Lisp:asdf:build:asdf.lisp") ;Compiler warnings for "Server HD:Users:binghe:Lisp:asdf:build:asdf.lisp" : ; :LAMBDA compiler warning with args (&OPTIONAL), in WITH-UPGRADABILITY.
Error: Congratulations for trying XCVB on an operating system that is neither Unix, nor Windows, nor even Genera. Now you port it. While executing: DETECT-OS Type Command-. to abort.
See the Restarts… menu item for further choices. 1 >
Is this a known issue? And if I can fix it, do you accept patches to support MCL again?
Regards,
Chun Tian (binghe)
在 2013-6-14,2:02, Faré 写道:
Dear Lisp hackers,
next release of ASDF will be 3.0.2, and be done shortly by Robert Goldman. Please test.
Changes since 3.0.1:
Tweaks to RUN-PROGRAM so it works better on ACL, and to RUN-SHELL-COMMAND so it's more backward-compatible.
Tweaks for XCVB: better CFASL support on SBCL and easier default-encoding.
Tweaks of TRAVERSE: have it always return a list of actions, deprecate it. Have OPERATE use MAKE-PLAN instead, that always returns a plan object.
Fixes to debian package.
We're into tweaking, which is a good sign: it means the ASDF code base is stable indeed.
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org An extreme optimist is a man who believes that humanity will probably survive even if it doesn't take his advice. — John McCarthy
It seems that ASDF 2.26 is the last version that support MCL well, let me just use it for now ...
Sorry for disturb.
在 2013-6-15,0:56, Chun Tian (binghe) 写道:
Hi Faré
I want to ask ... do we still support MCL (Macintosh Common Lisp)?
I was using ASDF 2 (early releases) on MCL for many months, but today I tried to check out ASDF 3 from GIT, after I run "make" to build a "asdf.lisp" and compile it, I got following errors:
? (compile-file #p"Server HD:Users:binghe:Lisp:asdf:build:asdf.lisp") ;Compiler warnings for "Server HD:Users:binghe:Lisp:asdf:build:asdf.lisp" : ; :LAMBDA compiler warning with args (&OPTIONAL), in WITH-UPGRADABILITY.
Error: Congratulations for trying XCVB on an operating system that is neither Unix, nor Windows, nor even Genera. Now you port it. While executing: DETECT-OS Type Command-. to abort.
See the Restarts… menu item for further choices. 1 >
Is this a known issue? And if I can fix it, do you accept patches to support MCL again?
Regards,
Chun Tian (binghe)
在 2013-6-14,2:02, Faré 写道:
Dear Lisp hackers,
next release of ASDF will be 3.0.2, and be done shortly by Robert Goldman. Please test.
Changes since 3.0.1:
Tweaks to RUN-PROGRAM so it works better on ACL, and to RUN-SHELL-COMMAND so it's more backward-compatible.
Tweaks for XCVB: better CFASL support on SBCL and easier default-encoding.
Tweaks of TRAVERSE: have it always return a list of actions, deprecate it. Have OPERATE use MAKE-PLAN instead, that always returns a plan object.
Fixes to debian package.
We're into tweaking, which is a good sign: it means the ASDF code base is stable indeed.
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org An extreme optimist is a man who believes that humanity will probably survive even if it doesn't take his advice. — John McCarthy
"Fare" == Far <Far> writes:
Fare> Dear Lisp hackers, Fare> next release of ASDF will be 3.0.2, and be done shortly by Robert Goldman. Fare> Please test.
I don't see any tag for 3.0.2. There's 3.0.1.3. Is that intended to be 3.0.2?
In any case cmucl passes all of the tests using 3.0.1.3.
Ray
On Tue, Jun 25, 2013 at 12:58 PM, Raymond Toy toy.raymond@gmail.com wrote:
"Fare" == Far <Far> writes:
Fare> Dear Lisp hackers, Fare> next release of ASDF will be 3.0.2, and be done shortly by Robert Goldman. Fare> Please test.
I don't see any tag for 3.0.2. There's 3.0.1.3. Is that intended to be 3.0.2?
In any case cmucl passes all of the tests using 3.0.1.3.
Note the future tense. 3.0.2 hasn't been released. Probably this Thursday. As for latest version, it's 3.0.1.9. It's not tagged on git because I didn't try to build a .deb with it.
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org Women can form a friendship with a man very well; but to preserve it — to that end a slight physical antipathy must probably help. — Nietzsche, HAH
"Fare" == Far <Far> writes:
Fare> On Tue, Jun 25, 2013 at 12:58 PM, Raymond Toy toy.raymond@gmail.com wrote: >>>>>>> "Fare" == Far <Far> writes: >> Fare> Dear Lisp hackers, Fare> next release of ASDF will be 3.0.2, and be done shortly by Robert Goldman. Fare> Please test. >> >> I don't see any tag for 3.0.2. There's 3.0.1.3. Is that intended to >> be 3.0.2? >> >> In any case cmucl passes all of the tests using 3.0.1.3. >> Fare> Note the future tense. 3.0.2 hasn't been released. Probably this Thursday. Fare> As for latest version, it's 3.0.1.9. Fare> It's not tagged on git because I didn't try to build a .deb with it.
Ah, ok.
In any case, 3.0.1.12 passes all the tests.
Ray