scsh-hackers
[Top] [All Lists]

Re: scsh 0.6.7 RC 1

To: scsh-hackers@scsh.net
Subject: Re: scsh 0.6.7 RC 1
From: "Matthew D. Swank" <akopa@charter.net>
Date: Wed, 19 Apr 2006 15:13:45 -0500
List-id: Discussion among the implementors <scsh-hackers.list-id.scsh.net>

On Apr 19, 2006, at 4:35 AM, Martin Gasbichler wrote:

Please test the RC and tell me about your experiences!

When doing an example from the FAQ (on os x 10.4.6):
Welcome to scsh 0.6.7 (RC 1)
Type ,? for help.
> (for-each (lambda (x) (display x) (newline))
            (append-map (lambda (dir)
                           (with-cwd dir
(filter file-executable? (directory- files dir #t))))
                        ((infix-splitter ":") (getenv "PATH"))))

Error: exception
       wrong-type-argument
(return-from-callback "scheme_stat" '<Error while displaying condition.>
1>

This should be a directory doesn't exist error.

Matt



--
"You do not really understand something unless you can explain it to your grandmother." - Albert Einstein.


<Prev in Thread] Current Thread [Next in Thread>