scsh-hackers
[Top] [All Lists]

Re: scsh 0.6.7 RC 1

To: Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
Subject: Re: scsh 0.6.7 RC 1
From: "Brian D. Carlstrom" <bdc@carlstrom.com>
Date: Wed, 26 Apr 2006 09:50:05 -0700
Cc: "Matthew D. Swank" <akopa@charter.net>, scsh-hackers@scsh.net
List-id: Discussion among the implementors <scsh-hackers.list-id.scsh.net>
Reply-to: "Brian D. Carlstrom" <bdc@carlstrom.com>
Martin Gasbichler writes:
 > Hmm, I cannot reproduce this problem on OS X 10.3.9 ppc and 10.4.6
 > i386. Could you please try to obtain more debugging information using
 > the commands ,debug and ,preview?

This is what I see on Mac OS X 10.4.5 ppc:

    > (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: 2
           "No such file or directory"
           #{Procedure 13937 (%chdir in scsh-level-0)}
           "/usr/java/bin"
    1> ,reset
    Top level
    > (directory-files "/my/bogus/dir" #t)

    Error: 2
           "No such file or directory"
           #{Procedure 13223 (%open-dir in scsh-level-0)}
           "/my/bogus/dir"
    1> 

Seems fine to me, just pointed out I need to update the old Mac to 10.4.6.

-bri

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