Summary of the issues:
1. clojure.contrib.seq-util/includes? changed the argument order for
consistency with other operations. This caused problems with the
snippet web app; Compojure is now updated to match the change in
contrib.
2. clojure.contrib.sql/with-results has been removed and replaced with
with-query-results. This broke the snippet model. The code is now
fixed and I will update the prose in the next Beta.
3. A change to clojure.lang.Util necessitated a _clean_ rebuild of
contrib and compojure. I have rebuild these dependencies in the lib
directory.
4. A change to clojure.contrib.test-is.is broke a few unit tests. The
book doesn't reference any of these tests directly, but they are now
fixed in the code. You can run the whole test suite with ./runtests.sh.
Let me know if you find any other issues!
Thanks,
Stuart
This is fixed in the next beta.
Stuart