Opened 9 years ago
Closed 9 years ago
#400 closed defect (fixed)
Build-time compiler fails on long form of DEFSETF
Reported by: | Mark Evenson | Owned by: | Mark Evenson |
---|---|---|---|
Priority: | major | Milestone: | 1.3.3 |
Component: | compiler | Version: | 1.4.0-dev |
Keywords: | asdf | Cc: | |
Parent Tickets: |
Description
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.
Change History (2)
comment:1 Changed 9 years ago by
Owner: | set to Mark Evenson |
---|---|
Status: | new → assigned |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Addressed in <http://abcl.org/trac/changeset/14817>.
Note: See
TracTickets for help on using
tickets.
Tracked down to problems with %COMPILE-SYSTEM ordering which I am in the middle of testing.