Opened 7 years ago
Last modified 3 weeks ago
#301 assigned defect
Source locations should use a logical pathname
Reported by: | Evenson Not Org | Owned by: | not-assigned |
---|---|---|---|
Priority: | critical | Milestone: | 1.6.1 |
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.
Subtickets
Change History (9)
comment:1 Changed 7 years ago by
Owner: | changed from somebody to Evenson Not Org |
---|---|
Priority: | minor → critical |
Status: | new → assigned |
comment:2 Changed 6 years ago by
Milestone: | 1.2.0 → 1.3.0 |
---|
comment:3 Changed 6 years ago by
Owner: | changed from Evenson Not Org to not-assigned |
---|
comment:6 Changed 6 years ago by
Milestone: | 2.0.0 → 1.4.0 |
---|
Note: See
TracTickets for help on using
tickets.
TODO c.f. with necessary SLIME updates.