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.
|