Eitaro Fukamachi

Results 131 comments of Eitaro Fukamachi

Thank you for reporting. Adding `:synchronized t` to `make-hash-table` might work?

Thank you for reporting. Though CL-DBI should abstract the conversion data between DB and CL, it still remains to do in the future.

Cannot reproduce it. It may depend on the data in "crm_users" table or the difference of character encodings between MySQL and SBCL.

Thank you for pointing out. CL-DBI fetches rows after the query execution and stores them in a private slot by default, so it wouldn't always be a problem. However, since...

Though I use SBCL 1.2.1 usually, I don't have any problems so far. named-readtables recently got a new maintainer and made some changes. https://github.com/melisgl/named-readtables Do you guys have the latest...

Seriously? I could reproduce the issue with the older named-readtables (at https://github.com/melisgl/named-readtables/commit/d4d41e97faba296a1f89b706b573a4cba8d1fbde). Don't you have an old copy of it somewhere? `(asdf:system-source-directory :named-readtables)` might help.

Weird. @m2ym may have some advices.

> I couldn't find a way to disable certain OS/LISP combinations in the `.travis.yml` file. Do you know how to do that? No, I don't. And they don't even mention...