From: Sven Hartrumpf
Subject: [Chicken-users] chicken script with many CLI arguments
Date: Wed, 08 Dec 2010 13:15:32 +0100 (CET)
> Wed, 08 Dec 2010 05:37:28 -0500 (EST), felix wrote:
>> Can you try the "experimental" branch? I checked in a change
>> that hopeful
Wed, 08 Dec 2010 05:37:28 -0500 (EST), felix wrote:
> Can you try the "experimental" branch? I checked in a change
> that hopefully improves the situation.
Yes, works perfectly.
Thanks, Felix!
___
Chicken-users mailing list
Chicken-users@nongnu.org
htt
From: Sven Hartrumpf
Subject: [Chicken-users] chicken script with many CLI arguments
Date: Tue, 07 Dec 2010 14:43:10 +0100 (CET)
> Hi all.
>
> I am trying to call a chicken script with many command line
> arguments (over 1 file names).
>
Can you try the "experimental&q
Tue, 07 Dec 2010 14:56:36 +0100 (CET), hartrumpf wrote:
> #! /usr/local/bin/csi -:d -script
> (write (command-line-arguments))
>
> - no change and no additional output.
Sorry, the output did change to:
[panic] illegal runtime option - execution terminated
From: Sven Hartrumpf
Subject: [Chicken-users] chicken script with many CLI arguments
Date: Tue, 07 Dec 2010 14:43:10 +0100 (CET)
> Hi all.
>
> I am trying to call a chicken script with many command line
> arguments (over 1 file names).
I think the runtime system tries to
Tue, 07 Dec 2010 08:49:36 -0500 (EST), felix wrote:
> If you add "-:d" before that, what is shown?
If you mean the following
#! /usr/local/bin/csi -:d -script
(write (command-line-arguments))
- no change and no additional output.
___
Chicken-users mai
From: Sven Hartrumpf
Subject: [Chicken-users] chicken script with many CLI arguments
Date: Tue, 07 Dec 2010 14:43:10 +0100 (CET)
> Hi all.
>
> I am trying to call a chicken script with many command line
> arguments (over 1 file names).
If you add "-:d" before that, w
Hi all.
I am trying to call a chicken script with many command line
arguments (over 1 file names).
This is a minimal example script:
bugch1.scm:
-
#! /usr/local/bin/csi -script
(write (command-line-arguments))
-
> bugch1.scm *