The failing tests all seem to have a variation on failure to read the TYPE slot of static files:
Error while trying to load definition for system test-module-pathnames from pathname /Users/rpg/lisp/asdf/test/test-module-pathnames.asd: The slot TYPE is unbound in the object #<STATIC-FILE "test-module-pathnames" "sources/level1" "level2/static.file"> of class #<STANDARD-CLASS STATIC-FILE>.
Oops, that's a bug I just introduced in a small refactoring to deal with compiled-file for ECL (see from 2.26.29 to 2.26.32 my attempts to save this innocent casualty of the recent big refactoring). Should be fixed in 2.26.32. Thanks for spotting it so fast. Apologies for not running tests before commit. It "looked" so simple.
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org It is said an Eastern monarch once charged his wise men to invent him a sentence to be ever in view, and which should be true and appropriate in alltimes and situations. They presented him the words: "And this, too, shall pass away." — Abraham Lincoln
On Tue, Dec 18, 2012 at 11:34 AM, Robert Goldman rpgoldman@gmail.com wrote:
The failing tests all seem to have a variation on failure to read the TYPE slot of static files:
Error while trying to load definition for system test-module-pathnames from pathname /Users/rpg/lisp/asdf/test/test-module-pathnames.asd: The slot TYPE is unbound in the object #<STATIC-FILE "test-module-pathnames" "sources/level1" "level2/static.file"> of class #<STANDARD-CLASS STATIC-FILE>.
asdf-devel mailing list asdf-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
On 12/18/12 Dec 18 -10:34 AM, Robert Goldman wrote:
The failing tests all seem to have a variation on failure to read the TYPE slot of static files:
Error while trying to load definition for system test-module-pathnames from pathname /Users/rpg/lisp/asdf/test/test-module-pathnames.asd: The slot TYPE is unbound in the object #<STATIC-FILE "test-module-pathnames" "sources/level1" "level2/static.file"> of class #<STANDARD-CLASS STATIC-FILE>.
asdf-devel mailing list asdf-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
Looks like this is a result of change to SOURCE-FILE-TYPE methods in changeset fe50ed3a26f2e7b2814833f0b708752fd83e3a68
Cheers, r