#400: Build-time compiler fails on long form of DEFSETF ----------------------+---------------------------- Reporter: mevenson | Owner: Type: defect | Status: new Priority: major | Milestone: 1.3.3 Component: compiler | Version: 1.4.0-dev Keywords: asdf | Parent Tickets: ----------------------+---------------------------- Trying to update the ASDF shipped with ABCL to asdf-3.1.5, one gets an error about the compiling DETSETF form:
{{{Wrong number of arguments for DEFSETF}}}
The same asdf-3.1.5 code will compile fine via COMPILE-FILE, so there is some sort of special problem within the build-time compiler bootstrapping.
There doesn't seem to be another instance of the long form of DEFSETF in the ABCL codebase, explaining while this problem hasn't been encountered before.
-- Ticket URL: http://abcl.org/trac/ticket/400 armedbear http://abcl.org armedbear
#400: Build-time compiler fails on long form of DEFSETF ---------------------------+----------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: assigned Priority: major | Milestone: 1.3.3 Component: compiler | Version: 1.4.0-dev Resolution: | Keywords: asdf Parent Tickets: | ---------------------------+----------------------- Changes (by mevenson):
* owner: => mevenson * status: new => assigned
Comment:
Tracked down to problems with %COMPILE-SYSTEM ordering which I am in the middle of testing.
-- Ticket URL: http://abcl.org/trac/ticket/400#comment:1 armedbear http://abcl.org armedbear
#400: Build-time compiler fails on long form of DEFSETF ---------------------------+----------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: closed Priority: major | Milestone: 1.3.3 Component: compiler | Version: 1.4.0-dev Resolution: fixed | Keywords: asdf Parent Tickets: | ---------------------------+----------------------- Changes (by mevenson):
* status: assigned => closed * resolution: => fixed
Comment:
Addressed in http://abcl.org/trac/changeset/14817.
-- Ticket URL: http://abcl.org/trac/ticket/400#comment:2 armedbear http://abcl.org armedbear
armedbear-ticket@common-lisp.net