Summary

load bug?

Metadata

Description

 $ cat foo
 #!/usr/bin/csi -s
 
 (print 'foo)
 
 $ cat foo.scm
 #!/usr/bin/csi -s
 
 (print 'foo.scm)
 
 $ ./foo
 foo.scm
 
 $ csi
 CHICKEN
 (c)2008-2009 The Chicken Team
 (c)2000-2007 Felix L. Winkelmann
 Version 4.1.0 - SVN rev. 15292
 linux-unix-gnu-x86 [ manyargs dload ptables applyhook ]
 compiled 2009-08-03 on nachos (Linux)
 
 #;1> (load "foo")
 ; loading foo.scm ...
 foo.scm
 #;2>

Should foo.scm be loaded when foo exists (specially when executed as a script)?

Changes and comments

[2009-09-01 13:41:02 UTC] felix changed status from new to closed

[2009-09-01 13:41:02 UTC] felix set resolution to fixed

[2009-09-01 13:41:02 UTC] felix wrote:

Thanks for reporting this. Should be fixed in r15700.