]> asedeno.scripts.mit.edu Git - cl-protobufs.git/commitdiff
Update a few basic Lisp libraries.
authorFrançois-René Rideau <tunes@google.com>
Thu, 11 Oct 2012 15:56:21 +0000 (15:56 +0000)
committerFrançois-René Rideau <tunes@google.com>
Thu, 11 Oct 2012 15:56:21 +0000 (15:56 +0000)
Testing: [trunk r567444] precheckin --parallel 11  PASSED
Reviewers: dcrawford, asedeno

Rationale: there is a problem in quicklisp due to recent asdf package changes,
that requires urgent fix to cl-protobufs,
so I'm updating these for the sake of issuing
a cl-protobufs fix to quicklisp ASAP.
I require these updates for some further changes I'm making to QUUX, anyway,
so it's just a matter of timing.

git-svn-id: http://svn.internal.itasoftware.com/svn/ita/trunk/qres/lisp/libs/cl-protobufs@567483 f8382938-511b-0410-9cdd-bb47b084005c

asdf-support.lisp

index adfd7c79bda53bad40511481fd414a49065ca27b..a7a032cb54bf26a0b58c12a95de1f4ceb6c2fbc7 100644 (file)
                 (nconc (proto-imported-schemas schema) (list imported)))
           (return-from import-one))
         (dolist (path search-path (error "Could not import ~S" import))
-          (let* ((base-path  (asdf:merge-pathnames* import path))
+          (let* ((base-path  (asdf::merge-pathnames* import path))
                  (proto-file (make-pathname :name import-name :type "proto"
                                             :defaults base-path))
                  (lisp-file  (if output-path