From: Toby A. <tob...@pe...> - 2004-03-30 20:46:56
|
On Tue, Mar 30, 2004 at 03:19:20PM -0500, Ken Anderson wrote: > It looks like this this patch fixes a line > > - (not eq? (Scheme.openResource "slib/require.scm") #null)) > + (not (eq? (Scheme.openResource "slib/require.scm") #null))) > > how does it effect renaming. > At 08:17 AM 3/16/2004 +1300, Toby Allsopp wrote: > >This patch allows putting slib3a1.zip on the classpath without renaming > >it to slib.zip. > > I think i can remove the slib.zip-on-classpath? call because because > the resource check will work if its on the classpath, no matter what > name it is. Yes, I think that's right. The slib.zip-on-classpath? stuff is redundant if the above fix is made. Toby. |