OK, I looked some more into it. The string of code being evaluated, in this case,
(ql:quickload :rest-server-tests)(rest-server-tests:debug-tests)
is evaluated by eval-input, which calls with-safe-io-syntax.
Your solution is to prepend to this string:
(setf *readtable* (copy-readtable nil))
Regards,
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org Every time you're caring for something you shouldn't care about, you're not caring about something you should.
On Tue, Aug 26, 2014 at 1:26 PM, Faré fahree@gmail.com wrote:
On Tue, Aug 26, 2014 at 1:21 PM, Mariano Montone marianomontone@gmail.com wrote:
Updated to ASDF 3.1.3 and cl-launch 4.1 but it still doesn't work :S
Can you show the backtrace?
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org Documentation is worth it just to be able to answer all your mail with 'RTFM'. — Alan Cox