Hi Leslie,

I have attached the diff.

-- 
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en.

# HG changeset patch
# User smilnovi
# Date 1297794889 -3600
# Node ID 01eec9f49b1b41ec907f24d815dcdda46e4ce7aa
# Parent  bda7b92e988d929ffe9c77d6d78325fd95747483
user: Slobodan Milnovic
branch 'default'
changed src/package.lisp

Recent changes in parenscript conflict with cl-json:prototype and
metabang.utilities:size

diff -r bda7b92e988d -r 01eec9f49b1b src/package.lisp
--- a/src/package.lisp	Sat Feb 12 13:00:27 2011 +0100
+++ b/src/package.lisp	Tue Feb 15 19:34:49 2011 +0100
@@ -14,6 +14,8 @@
     (:shadowing-import-from :f-underscore #:f #:_)
     (:shadowing-import-from :fare-matcher #:match)
     (:shadowing-import-from :metabang.utilities #:with-array)
+    (:shadowing-import-from :json #:prototype)
+    (:shadowing-import-from :metabang.utilities #:size)
     (:shadow #:redirect #:reset-sessions #:errors #:find-all)
     (:documentation
       "Weblocks is a Common Lisp framework that eases the pain of web

Reply via email to