[armedbear-ticket] [armedbear] #193: Failure to compile zero-length DEFSTRUCT :CONC-NAME

armedbear armedbear-devel at common-lisp.net
Thu Jan 12 13:38:35 UTC 2012


#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.

 }}}

-- 
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/193>
armedbear <http://common-lisp.net/project/armedbear>
armedbear


More information about the armedbear-ticket mailing list