[armedbear-ticket] [armedbear] #193: Failure to compile zero-length DEFSTRUCT :CONC-NAME
![](https://secure.gravatar.com/avatar/bfc2df4941985c6757bb9cc05a33e95f.jpg?s=120&d=mm&r=g)
#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
![](https://secure.gravatar.com/avatar/bfc2df4941985c6757bb9cc05a33e95f.jpg?s=120&d=mm&r=g)
#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,needs-bisection | ------------------------------------------------+--------------------------- Changes (by mevenson): * keywords: regression, arnesi => regression, arnesi,needs-bisection Comment: Needs bisection to determine which commit caused this (there ain't that many). -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/193#comment:1> armedbear <http://common-lisp.net/project/armedbear> armedbear
![](https://secure.gravatar.com/avatar/bfc2df4941985c6757bb9cc05a33e95f.jpg?s=120&d=mm&r=g)
#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 | --------------------------------+------------------------------------------- Changes (by mevenson): * keywords: regression, arnesi,needs-bisection => regression, arnesi Comment: #ehu: Probably broken in r13706. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/193#comment:2> armedbear <http://common-lisp.net/project/armedbear> armedbear
![](https://secure.gravatar.com/avatar/bfc2df4941985c6757bb9cc05a33e95f.jpg?s=120&d=mm&r=g)
#193: Failure to compile zero-length DEFSTRUCT :CONC-NAME -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: closed Priority: major | Milestone: 1.0.2 Component: compiler | Version: 1.0.1 Resolution: fixed | Keywords: regression, arnesi -----------------------+---------------------------------------------------- Changes (by rschlatte): * status: new => closed * resolution: => fixed Comment: (In [13768]) Allow zero-length symbols (written as ||). Fixes #193 (reported by Anton Vodonosov). -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/193#comment:3> armedbear <http://common-lisp.net/project/armedbear> armedbear
![](https://secure.gravatar.com/avatar/bfc2df4941985c6757bb9cc05a33e95f.jpg?s=120&d=mm&r=g)
#193: Failure to compile zero-length DEFSTRUCT :CONC-NAME -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: closed Priority: major | Milestone: 1.0.2 Component: compiler | Version: 1.0.1 Resolution: fixed | Keywords: regression, arnesi -----------------------+---------------------------------------------------- Comment(by mevenson): (In [13772]) backport r13768 to fix #193 for the abcl-1.0.2 release. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/193#comment:4> armedbear <http://common-lisp.net/project/armedbear> armedbear
participants (1)
-
armedbear