#193: Failure to compile zero-length DEFSTRUCT :CONC-NAME --------------------------------+------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: 1.0.2 Component: compiler | Version: 1.0.1 Keywords: regression, arnesi | --------------------------------+------------------------------------------- [Anton reports on a regression in running the tests for bordeaux-threads http://article.gmane.org/gmane.lisp.armedbear.devel/2170]:
The problem seem to come in compiling "quicklisp/software/arnesi-20101006-darcs/src/matcher.lisp":
{{{ (defstruct (match-state (:conc-name ||)) target bindings matched) }}}
which causes #<STANDARD-CLASS READER-ERROR {5E785D65}> to report
{{{
Can't intern zero-length symbol.
}}}