Opened 13 years ago
Closed 12 years ago
#192 closed defect (fixed)
ASDF::IMPLEMENTATION-IDENTIFIER contains ABCL build environment identifier
Reported by: | Mark Evenson | Owned by: | Mark Evenson |
---|---|---|---|
Priority: | trivial | Milestone: | 1.1.0 |
Component: | ASDF | Version: | 1.0.1 |
Keywords: | asdf, bite-sized | Cc: | |
Parent Tickets: |
Description
Anton Vodonosov reports on armedbear-develop@ that the ASDF IMPLEMETATION-IDENTIFIER contains a reference to the system that ABCL was compiled on:
For the Recent abcl-1.0.1 release which was compiled on OpenIndiana oi_151a system one sees:
CL-USER> (asdf::implementation-identifier) abcl-1.0.1-svn-13750-13751-fasl38-solaris-x86
I vaguely remember discussing this with Faré, suggesting the right value might be the current JVM version that ABCL finds itself hosted upon. Patches solicited.
Change History (3)
comment:1 Changed 13 years ago by
Component: | (A)MOP → ASDF |
---|---|
Owner: | changed from ehuelsmann to Mark Evenson |
Summary: | ASDF::IMPLEMENTATION-IDENTIFIER contains information on which ABCL was compiled → ASDF::IMPLEMENTATION-IDENTIFIER contains ABCL build environment identifier |
Version: | 1.0 → 1.0.1 |
comment:2 Changed 13 years ago by
Milestone: | unscheduled → 1.0.2 |
---|
comment:3 Changed 12 years ago by
Milestone: | 1.0.2 → 1.1.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed via ASDF upgrades in 1.1.0.
Note: See
TracTickets for help on using
tickets.
asdf-2.12 now works correctly with this issue.
The solution to close this ticket would be to backport asdf-2.12 to abcl-1.0.2, but since it is more likely that we will ship abcl-1.1.0 before we ship another maintenance release, I'm slaving this to the 1.0.2 milestone.