Hi,
SYMBOL-TO-JS wasn't exported in previous versions and I didn't know any other libraries were using it. I changed the name to SYMBOL-TO-JS-STRING and exported the function, since in my experience there was a need for it to be part of the PS interface. I've now put up a new release of Parenscript that has SYMBOL-TO-JS aliased to SYMBOL-TO-JS-STRING. CL-JSON and clouchdb both seem to build fine. Let me know if anything else breaks.
Thank you, Vladimir
On Wed, Jan 28, 2009 at 8:23 AM, Nico Garcia Belmonte philogb@gmail.com wrote:
Hi,
First of all, thanks a lot for creating and mantaining this wonderfull piece of code. I've been having troubles using the latest version of parenscript. Other libraries (like cl-json or clouchdb) complain about a missing SYMBOL-TO-JS function. This problem didn't happen when installing previous versions of the library.
I'm using SBCL 1.0.23 and installed the libraries via the asdf-install tool.
Perhaps I'm missing something?
Best Regards,
parenscript-devel mailing list parenscript-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel