makunbound when +unbound-slot+ is passed to default setter for slot attributes
[clinton/lisp-on-lines.git] / lisp-on-lines.asd
index a3181f2..c6f5a74 100644 (file)
@@ -36,39 +36,38 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE."
   :components ((:static-file "lisp-on-lines.asd")
-              
               (:module :src
-                       :components ((:file "contextl-hacks")
-
-                                    (:file "packages")
-                                    
-                                    (:file "rofl")
+                       :components ((:file "packages")
                                     (:file "utilities")
-                                    
+                                    (:module :mao
+                                             :components ((:file "simple-plist-attribute") 
+                                                          (:file "attribute")                              
+                                                          (:file "description-class")
+                                                          (:file "description")
+                                                          (:module :display
+                                                           :components ((:file "display-attribute") 
+                                                                        (:file "display-description")                              
+                                                                        (:file "define-description-compat"))
+                                                           :serial t))
+                                             :serial t)
                                     (:file "display")
-                                    
-                                    (:file "attribute")
-                                   
-                                    (:file "description-class")
-                                    (:file "description")
-
-
-
                                    (:module :standard-descriptions
                                              :components ((:file "t")
                                                           (:file "inline")
                                                           (:file "edit")
                                                           (:file "symbol")
                                                           (:file "list")
-                                                          (:file "clos"))
+                                                          (:file "null")
+                                                          (:file "clos")
+                                                          (:file "validate")
+                                                          )
                                                           
                                              :serial t))
                                     
                                     :serial t))
   :serial t
-  :depends-on (:contextl :arnesi :alexandria :postmodern))
-
-
+  :depends-on (:contextl :arnesi :alexandria :parse-number :yaclml :trivial-garbage
+ ))
 
 
 (defsystem :lisp-on-lines.test
@@ -77,6 +76,9 @@ OTHER DEALINGS IN THE SOFTWARE."
                                     (:file "description-test")
                                     (:file "attribute-test")
                                     (:file "display-test")
+                                    (:module :standard-descriptions
+                                     :components ((:file "edit-test"))
+                                     :serial t)
                                     (:module :ucw
                                      :components ((:file "ucw-test"))
                                      :serial t))
@@ -90,6 +92,4 @@ OTHER DEALINGS IN THE SOFTWARE."
   :depends-on (:lisp-on-lines :lisp-on-lines-ucw :stefil))
 
 
-(if (asdf:find-system :asdf-system-connections nil)
-    (asdf:oos 'asdf:load-op :ucw-system-connections)
-    (#+sbcl sb-int:style-warn #-sbcl warn "UCW suggests asdf-system-connections in order to optionally integrate some other libraries. See http://www.cliki.net/asdf-system-connections for details and download instructions."))
+