I'm working on a port of scsh to mzscheme and am needing some test
cases (now you see why I've asked such weird questions about the
'outer limits' of scsh..). Here is what I have working, what I don't,
followed by what I'm especially needing test cases for.
Working
=======
fork, exec, wait, & friends. I also have a lot of the generic
user info stuff working. Essentially everything that's in syscalls.scm
has been worked on, but not all is working (especially the I/O &
error handling stuff).
Not working
==========
Anything not in syscalls.scm
Need test cases for
==================
I/O & error handling.
FWIW, if folks have a preference for different pieces of scsh (eg,
awk, networking, etc), let me know. I'm coordinating with the folks
at Rice, so what they'd like to see comes first, but some of
the other parts of scsh really won't be that hard now that I have
the basics pretty much down.
|