#193 closed defect (fixed)
Failure to compile zero-length DEFSTRUCT :CONC-NAME
Reported by: | Mark Evenson | Owned by: | ehuelsmann |
---|---|---|---|
Priority: | major | Milestone: | 1.0.2 |
Component: | compiler | Version: | 1.0.1 |
Keywords: | regression, arnesi | Cc: | |
Parent Tickets: |
Description
[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.
Change History (4)
comment:1 Changed 13 years ago by
Keywords: | needs-bisection added |
---|
comment:2 Changed 13 years ago by
Keywords: | needs-bisection removed |
---|
#ehu: Probably broken in r13706.
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
Needs bisection to determine which commit caused this (there ain't that many).