Source locations should use a logical pathname
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 (16)
Owner: |
changed from somebody to Evenson Not Org
|
Priority: |
minor →
critical
|
Status: |
new →
assigned
|
Owner: |
changed from Evenson Not Org to not-assigned
|
TODO c.f. with necessary SLIME updates.