[Ecls-list] Important change

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Wed Aug 5 18:57:31 UTC 2009


Modules which are loaded with REQUIRE, but which belong to ECL, are
now registered with ASDF and can be used in dependencies.

This change is needed to support ASDF:TEST-OP on some libraries.

$ ecl -norc
ECL (Embeddable Common-Lisp) 9.7.1
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.
Top level.
> (require 'asdf)

;;; Loading #P"/Users/jjgarcia/lib/ecl-9.7.1/ASDF.fas"
;;; Loading #P"/Users/jjgarcia/lib/ecl-9.7.1/CMP.fas"
;;; Loading #P"/Users/jjgarcia/lib/ecl-9.7.1/sysfun.lsp"
("ASDF" "CMP")
> (asdf:oos 'asdf:load-op :rt)

; loading system definition from /Users/jjgarcia/src/ecl/build/rt.asd into
; #<ASDF0 package>
;;; Loading "/Users/jjgarcia/src/ecl/build/rt.asd"
; registering #<SYSTEM "rt" 32380128> as rt
NIL
> (asdf:oos 'asdf:load-op :cmp)

; loading system definition from /Users/jjgarcia/src/ecl/build/cmp.asd into
; #<ASDF0 package>
;;; Loading "/Users/jjgarcia/src/ecl/build/cmp.asd"
; registering #<SYSTEM "cmp" 32462408> as cmp
NIL


-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com




More information about the ecl-devel mailing list