Rollin reported in commit 0de1f0804c8c728345f28824985340e6f1e32b7e ("Upgraded yaml-cpp API from v0.3 -> v0.5.") that the new yaml-cpp interprets all boolean parameters in the control file as true, even when they're not. Probably missed a ".as< bool >()" in ES::Synapps::Config::Config().
Rollin reported in commit 0de1f0804c8c728345f28824985340e6f1e32b7e ("Upgraded yaml-cpp API from v0.3 -> v0.5.") that the new yaml-cpp interprets all boolean parameters in the control file as true, even when they're not. Probably missed a ".as< bool >()" in ES::Synapps::Config::Config().