Jacob Faibussowitsch

Results 25 issues of Jacob Faibussowitsch

What is the best way to tell gersemi how to format nested argument groups? We have several forwarding cmake functions which, after a particular keyword, forward all remaining arguments to...

Currently the cache appears to be global, but it would be useful to set a per-repository cache directory (ideally in `.gersemirc`) to avoid mixing caches between projects. The `.gersemirc` entry,...

As title suggests, setting this in `.gersemirc` currently yields the following warning ``` /path/to/.gersemirc: these options are supported only through command line: warnings_as_errors ```

To reproduce: ```c++ int main(int argc, char *argv[]) { argparse::ArgumentParser program("program_name"); program.add_argument("--foo") .default_value(1) try { program.parse_args(argc, argv); } catch (const std::exception& err) { std::cerr

Is there any plans for supporting macOS? I don't see any published packages on e.g. homebrew, and attempting to build from source chokes on https://github.com/openucx/ucc/blob/master/config/m4/sysdep.m4#L15-L16 among other things. The first...