Opened 11 years ago
Closed 11 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 by , 11 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 11 years ago
| 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.