[asdf-devel] Pushed 3.1.0.50 -- non-release version
Fixed minor warning issue that caused a test problem on ACL. Added a check for BUNDLE-OP on unsupported platforms (ABCL + Mac OSX; ECL + Mac OSX). Cheers, r
The problems with BUNDLE-OP were triaged to problems in ABCL's use of :WILD-INFERIORS on directories referred to via symlinks. OS X symlinks /private/tmp to /tmp which was why the problem was mysteriously not working only on this platform. This error was fixed when I [finished re-working DIRECTORY to default to :RESOLVE-SYMLINKS as nil][r14624] which currently exists in abcl-1.3.0-dev. If you wish to conditionalize on the fix, the form (not (second (third (sys::arglist 'directory)))) should return T for versions of ABCL that work with BUNDLE-OP on OS X. We supposedly releasing ‘abcl-1.3.0’ real soon now, but this has been the case for several months, as time (and more bugs) kept cropping up. [r14624]: http://abcl.org/trac/changeset/14624 -- "A screaming comes across the sky. It has happened before but there is nothing to compare to it now."
participants (2)
-
Mark Evenson
-
Robert P. Goldman