From 1de00ed65ff350f8f8424032262b4f0c117ae0c2 Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" Date: Fri, 18 Nov 2016 19:07:13 -0600 Subject: [PATCH 1/2] Disclaim support for Windows ECL. --- doc/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/index.html b/doc/index.html index ff72e702..5998c4d5 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"). -- GitLab From 64483a5ebda651f03b46d1b6bf2f1dd9fbb27f0d Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" Date: Sun, 20 Nov 2016 10:17:36 -0600 Subject: [PATCH 2/2] Change test module for ECL. --- test/test-require.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-require.script b/test/test-require.script index 6fbbe38a..7b286cf4 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 -- GitLab