Commit 3e9e8e6f authored by Robert Goldman's avatar Robert Goldman
Browse files

Merge branch 'fix-ecl-require-test' into 'master'

Fix ecl require test

Choosing `serve-event` as the test module for testing require on ECL seems not to work.  AFAICT, `rt` is a good choice because not loaded by default and it seems to be installed by default on linux, mac, and windows.

See merge request !53
parents 080017f0 64483a5e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -200,7 +200,10 @@
        <h3>Supported Implementations</h3>
        <p>
	  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.
        </p><p>
          Most implementations provide ASDF as a module,
          and you can simply <tt>(require "asdf")</tt>.
+1 −1
Original line number Diff line number Diff line
@@ -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