Hi Marijn,
(ql:quickload "postmodern")
(find-package :simple-date) => nil
Alas, not so simple. Previously I'd had problems with simple-date always loading, and I worked around it with:
(setf cl-postgres:*sql-readtable* (cl-postgres:default-sql-readtable))) => #<HASH-TABLE :TEST EQL :COUNT 29 {1002EB6821}>
But the erroneous behaviour I reported happens with or without that command.
-Luke
On Fri, Feb 10, 2012 at 6:47 PM, Marijn Haverbeke marijnh@gmail.com wrote:
It could be that simple-date is being accidentally (or intentionally) loaded. Could you check whether the :simple-date package is present? That will register handlers for serializing date and time values, which might cause the behaviour you describe. These two patches might be to blame:
https://github.com/marijnh/Postmodern/commit/f35a1124476d39d651baddbe1ba6791...
https://github.com/marijnh/Postmodern/commit/ce1fd7a23b2e523dcc7b3f96fd60b48...
Best, Marijn
postmodern-devel mailing list postmodern-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel