[armedbear-devel] Tests broken?
Hi, Seems our tests are currently broken - e.g., the (asdf:operate 'asdf:load-op :abcl) form on line 994 of build.xml fails for me. Does this ring a bell for anyone? Rudi
On Mar 5, 2013, at 2041 , Rudolf Schlatte <rudi@constantly.at> wrote:
Hi,
Seems our tests are currently broken - e.g., the (asdf:operate 'asdf:load-op :abcl) form on line 994 of build.xml fails for me.
Does this ring a bell for anyone?
Recent ASDF releases no longer merge pathnames with *DEFAULT-PATHNAME-DEFAULTS* so the abcl.asd is not picked up automatically. Logged as ticket [#310][]. [#310]: http://trac.common-lisp.net/armedbear/ticket/310 -- "A screaming comes across the sky. It has happened before but there is nothing to compare to it now."
On Mar 6, 2013, at 0949 , Mark Evenson <evenson@panix.com> wrote:
On Mar 5, 2013, at 2041 , Rudolf Schlatte <rudi@constantly.at> wrote:
Hi,
Seems our tests are currently broken - e.g., the (asdf:operate 'asdf:load-op :abcl) form on line 994 of build.xml fails for me.
Does this ring a bell for anyone?
Recent ASDF releases no longer merge pathnames with *DEFAULT-PATHNAME-DEFAULTS* so the abcl.asd is not picked up automatically.
Logged as ticket [#310][].
[r14425]: http://trac.common-lisp.net/armedbear/changeset/14425 -- "A screaming comes across the sky. It has happened before but there is nothing to compare to it now."
participants (2)
-
Mark Evenson
-
Rudolf Schlatte