#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 by , 15 years ago
| Keywords: | needs-bisection added |
|---|
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Needs bisection to determine which commit caused this (there ain't that many).