Opened 12 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 12 years ago by Mark Evenson

Component: (A)MOPASDF
Owner: changed from ehuelsmann to Mark Evenson
Summary: ASDF::IMPLEMENTATION-IDENTIFIER contains information on which ABCL was compiledASDF::IMPLEMENTATION-IDENTIFIER contains ABCL build environment identifier
Version: 1.01.0.1

comment:2 Changed 12 years ago by Mark Evenson

Milestone: unscheduled1.0.2

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.

comment:3 Changed 12 years ago by ehuelsmann

Milestone: 1.0.21.1.0
Resolution: fixed
Status: newclosed

Fixed via ASDF upgrades in 1.1.0.

Note: See TracTickets for help on using tickets.