#253: BABEL-TESTS fail to compile ---------------------------------------------+------------------------------ Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: 1.1.0 Component: interpreter | Version: 1.1.0-dev Keywords: quicklisp babel ansi-compilance | ---------------------------------------------+------------------------------
Comment(by mevenson):
r14208 indeed fixes the problem with MOD, but then the following fails to work.
In babel/tests/tests.lisp:99 for DEC.ASCII.3, the vector created to match the results from fails to be read.
To duplicate in the REPL:
{{{ (asdf:load-system :babel) (babel:enable-sharp-backslash-syntax) #(#\a #\Sub #\b #\c) }}}
will signal an END-OF-FILE error.