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

(usagi-users 03657) Re: scsh 0.6.7 RC 1



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