Opened 12 years ago
Last modified 17 months ago
#301 assigned defect
Source locations should use a logical pathname
Reported by: | Mark Evenson | Owned by: | not-assigned |
---|---|---|---|
Priority: | critical | Milestone: | 1.9.3 |
Component: | other | Version: | 1.2.0-dev |
Keywords: | Cc: | ||
Parent Tickets: |
Description
On armedbear-develop Xiaofeng Yang makes the reasonable request to not have the physical pathname recorded at build time in the symbol property lists.
The first step to implement this would be to use the SYS:SRC logical pathname in the symbol plist, for which a value is already recorded in system.lisp at build time CREATE-SYSTEM-LOGICAL-PATHNAME.
At runtime, the user could override this value by setting the translation to a valid location. Using URL-PATHNAME we could possibly also fallback to a location available over the Internets.
Change History (19)
comment:1 Changed 12 years ago by
Owner: | changed from somebody to Evenson Not Org |
---|---|
Priority: | minor → critical |
Status: | new → assigned |
comment:2 Changed 11 years ago by
Milestone: | 1.2.0 → 1.3.0 |
---|
comment:3 Changed 11 years ago by
Owner: | changed from Evenson Not Org to not-assigned |
---|
comment:6 Changed 11 years ago by
Milestone: | 2.0.0 → 1.4.0 |
---|
comment:11 Changed 4 years ago by
Milestone: | 1.6.2 → 1.7.0 |
---|
comment:16 Changed 3 years ago by
Milestone: | 1.8.1 → 1.9.0 |
---|
comment:17 Changed 22 months ago by
Milestone: | 1.9.0 → 1.9.1 |
---|
comment:18 Changed 21 months ago by
Milestone: | 1.9.1 → 1.9.2 |
---|
comment:19 Changed 17 months ago by
Milestone: | 1.9.2 → 1.9.3 |
---|
Note: See
TracTickets for help on using
tickets.
TODO c.f. with necessary SLIME updates.