|
Thursday, May 21, 2026 (#141)
|
|
- 13:37 Basic functionality now working. Some fiddly details mean it's not quite fit-for-purpose yet, but the hard part is done (and it's already got some improvements over the old version).
Was having a problem with a "too many open files" error (but only after a lot of file-activity, many minutes into a run); the problem was apparently that files were not being closed after copying or comparing (it was only one of those, not both; I just don't remember which). I added an indicator for how many files are currently open (counter maintained internally, not by a system call (is there a system call for this?)).