Christian Schöner
Christian Schöner
For me both are fine. First solution has drawback, that a new option `status_changed` cannot be introduced, because name is already automatically used for `status`. So possibly option 1 restricts...
For me it is not clear, why all files must be read and written again. I assume, updated needs.json must trigger only that files which include needs.json with `needimport`? Then...
When I read the description of @danwos again, it just came to my mind we might not need the hash of the json file. Wouldn't it be enough to store...
Perhaps this works only, if the need is in the same file as the `needextend`. When `needextend `is alone in the file and only this file is changed, the file...
I did some tests and found out there is now an additional error since the incremental file writing works. I see now two problems: 1. Needs cache is wrong: This...
A "fastest reliable build" could be interesting, but doesn't have high prio. But there is a behaviour of `needextend` which I don't understand and might help in this problem: In...