scons
scons copied to clipboard
[WIP] Partial cache read fix
Continuing the work from https://github.com/SCons/scons/pull/3819
Contributor Checklist:
- [ ] I have created a new test or updated the unit tests to cover the new/changed functionality.
- [X] I have updated
CHANGES.txt(and read theREADME.rst) - [X] I have updated the appropriate documentation
Upgrading to the latest version of SCons and sad to discover my local patching for this issue is still valuable. Also seems like a slight overlap with https://github.com/SCons/scons/pull/4085?
Wouldn't it be fun if "transient" cache problems were easier to reproduce on demand for testing?
Yeah, we should revisit this. Usually when something is tagged WIP it tends not to get merged until the reason for it having been flagged Work-In-Progress is resolved. There doesn't seem to be a lot of trail here as to why this is WIP.