diff --git a/doc/index.html b/doc/index.html index ff72e702060dbf3e93137b2861596feb8f261df3..5998c4d5a248d4e16db57bd4a50fe96185159499 100644 --- a/doc/index.html +++ b/doc/index.html @@ -200,7 +200,10 @@

Supported Implementations

ASDF 3 now supports all CL implementations - that seem to have any current user base, and then some. + that seem to have any current user base, and then some. The one + exception is ECL on Windows, which appears to have bugs that preclude + full functioning of ASDF and UIOP. ASDF will run on Windows ECL, but + we cannot provide support for this platform.

Most implementations provide ASDF as a module, and you can simply (require "asdf"). diff --git a/test/test-require.script b/test/test-require.script index 6fbbe38afe079adb6659252412aedc086cfcea14..7b286cf4c13d1253f521b8b47c23bd0394526df7 100644 --- a/test/test-require.script +++ b/test/test-require.script @@ -178,7 +178,7 @@ #+allegro :sax #+clisp (first (remove "asdf" *dynmod-list* :test 'equal)) #+(or clozure cmucl) :defsystem - #+ecl :serve-event ;; loads faster than :ecl-quicklisp + #+ecl :rt ;; loads faster than :ecl-quicklisp #+lispworks "comm" #+mkcl :walker #+sbcl :sb-md5