Summary
load bug?
Metadata
- Id: 9ba8bbb8ec43fe843b0e28df9574d9b28e4fa58d
- Trac id: 72
- Type: defect
- Reporter: mario
- Owner:
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.1.x
- Changetime: 2009-09-01 13:41:02 UTC
- Created: 2009-08-29 02:27:17 UTC
- Keywords:
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.