chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #72: load bug?


From: Chicken Trac
Subject: [Chicken-janitors] #72: load bug?
Date: Sat, 29 Aug 2009 00:27:17 -0000

#72: load bug?
----------------------------+-----------------------------------------------
 Reporter:  mario           |       Owner:       
     Type:  defect          |      Status:  new  
 Priority:  minor           |   Milestone:       
Component:  core libraries  |     Version:  4.1.x
 Keywords:                  |  
----------------------------+-----------------------------------------------
 {{{
 $ 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)?

-- 
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/72>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]