26 Aug
2009
26 Aug
'09
1:25 p.m.
On Aug 26, 2009, at 8:55, Alessio Stalla wrote:
Also, how does this patch behave with recursive loading - i.e. I load x from file.jar and x contains (load "y"), is "y" relative to x?
CL:LOAD does not rebind *default-pathname-defaults*. The proper way for a file to do this (insofar as it's appropriate to do at all) is: (load (merge-pathnames #p"y" *load-truename*)) ABCL's jar file support should be made such that this works. -- Kevin Reid <http://switchb.org/kpreid/>