
3 Mar
2010
3 Mar
'10
3:51 p.m.
Mark Evenson <evenson@panix.com> writes:
On Mar 3, 2010, at 9:49 AM, Tobias C. Rittweiler wrote:
Could ABCL set up a #P"SRC:", or #P"SYS:SRC:" logical pathname to the source directory that was used for the build?
I've committed an implementation of logical pathname translations for SYS:SRC and SYS:JAVA [in r12514][1]. SYS:SRC translates to the root of the Lisp files, while SYS:JAVA translates to the root of the Java tree.
[1]: http://code.google.com/p/abcl-dynamic-install/source/detail?r=c5003c8270fb30...
CL-USER(1): (probe-file #P"SYS:SRC") Debugger invoked on condition of type FILE-ERROR: No translation for ~S Restarts: 0: TOP-LEVEL Return to top level.