This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "OCT: A portable Lisp implementation for quad-double precision floats".
The branch, master has been updated via 1efd5f22d66198240c6952ab8b59b0d5436e8519 (commit) from a0b50beda0b7bee4268de6c4a8ef8ff4136f33df (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 1efd5f22d66198240c6952ab8b59b0d5436e8519 Author: Raymond Toy toy.raymond@gmail.com Date: Mon Dec 5 09:45:54 2011 -0800
Update version (and make it compatible with latest asdf2).
diff --git a/oct.asd b/oct.asd index a6111ca..ed7a586 100644 --- a/oct.asd +++ b/oct.asd @@ -36,7 +36,7 @@ :author "Raymond Toy" :maintainer "See http://www.common-lisp.net/project/oct" :licence "MIT" - :version "2011-02-09" ; Just use the date + :version "2011.12.05" ; Just use the date :components ((:file "qd-package") (:file "qd-rep" :depends-on ("qd-package")) @@ -69,12 +69,12 @@ :depends-on ("qd-methods" "qd-reader")) ))
-(defmethod perform ((op test-op) (c (eql (find-system :oct)))) +(defmethod perform ((op test-op) (c (eql (asdf:find-system :oct)))) (oos 'test-op 'oct-tests))
(asdf:defsystem oct-tests :depends-on (oct) - :version "2011-02-09" ; Just use the date + :version "2011.12.05" ; Just use the date :in-order-to ((compile-op (load-op :rt)) (test-op (load-op :rt :oct))) :components @@ -82,7 +82,7 @@ (:file "qd-test") (:file "rt-tests")))
-(defmethod perform ((op test-op) (c (eql (find-system :oct-tests)))) +(defmethod perform ((op test-op) (c (eql (asdf:find-system :oct-tests)))) (or (funcall (intern "DO-TESTS" (find-package "RT"))) (error "TEST-OP failed for OCT-TESTS")))
-----------------------------------------------------------------------
Summary of changes: oct.asd | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive