[elephant-cvs] CVS elephant
rread
rread at common-lisp.net
Wed Feb 7 22:54:12 UTC 2007
Update of /project/elephant/cvsroot/elephant
In directory clnet:/tmp/cvs-serv4302
Modified Files:
INSTALL ele-clsql.asd
Log Message:
Commiting a thread-safe version of the SQL side (but SBCL-depdent.)
--- /project/elephant/cvsroot/elephant/INSTALL 2007/02/05 19:33:10 1.21
+++ /project/elephant/cvsroot/elephant/INSTALL 2007/02/07 22:54:12 1.22
@@ -117,7 +117,7 @@
4) Compile and load Elephant:
The new backend load process should work automatically on Un*x
-systems but if there are problems with loading foreign libraries,
+systems but if there are probolems with loading foreign libraries,
then you can test your C tools setup with 'make' in the elephant
root directory. This will build the common memutils library
in src/memutil/libmemutil.so/dylib that all backends require.
@@ -168,7 +168,7 @@
(asdf:operate 'asdf:load-op :elephant-tests)
(in-package :ele-tests)
(setf *default-spec* <backend>)
- where <backend> = { *testsqlite3-spec* | *testpg-spec* | *testbdb-spec* }
+ Where <backend> = { *testsqlite3-spec* | *testpg-spec* | *testbdb-spec* }
(do-backend-tests)
This will test the standalone API for your backend. Currently all tests are
--- /project/elephant/cvsroot/elephant/ele-clsql.asd 2006/11/11 18:41:10 1.8
+++ /project/elephant/cvsroot/elephant/ele-clsql.asd 2007/02/07 22:54:12 1.9
@@ -57,7 +57,8 @@
(:file "sql-controller")
(:file "sql-transaction")
(:file "sql-collections"))
- :serial t))))
+ :serial t
+ ))))
:depends-on (:elephant :clsql :cl-base64))
More information about the Elephant-cvs
mailing list