Re: can_seek

2001-12-18 Thread Glenn Maynard
Fixed TreatFileJob where nothing is actually done. On Mon, Dec 17, 2001 at 08:33:57PM +0300, Alexander V. Lukyanov wrote: I fixed it not completely. It can find a directory which is not in parent directory index, but it cannot find a file not in index. It could use ARRAY_INFO to try to get

Re: can_seek

2001-12-18 Thread Alexander V. Lukyanov
On Mon, Dec 17, 2001 at 01:21:00PM -0500, Glenn Maynard wrote: Should mkdirJob::Reuse() call super::Reuse()? No, it should not. It is not virtual. Maybe it should be renamed to avoid name collision. I'm still bashing on OutputJob. It's working well now. It should be possible, eventually,

Re: can_seek

2001-12-18 Thread Glenn Maynard
On Tue, Dec 18, 2001 at 01:37:38PM +0300, Alexander V. Lukyanov wrote: No, it should not. It is not virtual. Maybe it should be renamed to avoid name collision. (done) Be careful with redirection to remote files. Output position can jump back, and the task calling session-Write should

Re: can_seek

2001-12-18 Thread Glenn Maynard
On Tue, Dec 18, 2001 at 04:01:12AM -0500, Glenn Maynard wrote: I've added a number of cases at the top of the file, and tested each case individually. Currently, all of them work reasonably; one is pulling the error message form the wrong command. Once I fix that and redo the tests, I'll