Hi Marius! Marius Bakke writes: > I wonder if xdisorg.scm is better suited for this package, as it seems > mostly unrelated to window management. WDYT? Agreed, that's a more appropriate place. > gtest is provided by the 'googletest' package. Can you try adding it? Thanks! I didn't think to check with that name, I've got tests enabled using that now. > Also, for margin comments, we only use one ';', without capitalizing the > comment. Margin comment no longer needed, but I'll keep this in mind for future commits. I've attached an updated patch file with the suggested changes. The only thing I'm unsure about is disabling a particular warning-as-error that showed up in the gtest.h header: ---- SNIP ---- /gnu/store/bxapb1f1l8frjpbjckk3zdxhmcig3xzk-googletest-1.10.0/include/gtest/gtest.h:1527:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (lhs == rhs) { ~~~~^~~~~~ cc1plus: all warnings being treated as errors ---- SNIP ---- Since this is a warning in gtest's own header file rather than the package source, would it be OK to disable errors for it? Thanks! David