Thomas Guyot-Sionnest
Thomas Guyot-Sionnest
Why not run sync after the application has finished? It could also be implemented as a wrapper script, but please don't make this the default. I've seen systems take hours...
Another option that would be quite nice, allowing to disable libeatmydata using env. For fun I added libeatmydata.so /etc/ld.so.preload (including on initrd) on a very slow test system so the...
maybe a suggestion, make dev the default branch? or move dev to master and master to maint or stable
I meant the 2nd commit, that one fixes the 2nd stage. The problem was that phony target which forced a recompile `CppBlockUtils_wrap.cxx` on which all code code depends (so all...
Aww my bad... will try to get back at it shortly!
I also rebased to dev as it appears to be more current that testing... There see to be one issue though... one header file appears to have been removed from...
It was actually a typo... I inserted it before my commit to prevent breakages. I tested with the latest code that: 1. Rebuild do not force recompiles of `CppBlockUtils_wrap.cxx` 2....
Just to clarify: 1. The header file was not missing, there was a typo in the file name in Makefile.am. If you don't merge this PR at least cherry-pick the...
Looking back into this, the `INCLUDE_FILES` variable have been removed altogether, hence the conflicts (at least it fixes the typo... it's all gone!) `CppBlockUtils_wrap.cxx` is still a phony target so...
Well unless you care about changing system libraries between tests then I would only add a couple header files as additional dependencies of CppBlockUtils_wrap.cxx, those being returned by swig itself,...