Closed L4cache closed 6 months ago
Uh, any comments? Is this unacceptable?
It is not a significant enough change to warrant a pull request.
Well then are you going to implement it- and possibly my other pull request- yourself? (and probably in a better way)
Yes probably one day. It's a good suggestion. In the future if you want to contribute something a little more substantial make sure you provide all the necessary code to make it work as well as some unit-tests to verify it doesn't break anything else. Make sure it passes all the coverage checks and CI/CD pipeline. And it would probably be best if you asked about it in an issue prior to doing all that work to make sure I will actually accept it.
I copied the outfile determining code from class
MetaFile
, because it happens in funcwrite()
, and by that time files are already hashed, if it aborts then the hashing effort is wasted.