cheshirekow

Results 99 comments of cheshirekow

Sorry to revive a very old thread, but I'm trying to debug some breathe performance issues. My sphinx build goes from 20sec to 3min when I add breathe (and one...

FYI: I'm on an ubuntu 14.04 system with clang 3.6. I tried to run this patch with ``` :~$ LD_LIBRARY_PATH=$(llvm-config-3.6 --libdir) PYTHONPATH=${HOME}/Codes/cldoc \ python -m cldoc.__init__ generate -- \ --compile_commands...

I agree that it is (just a bit) unnatural, but it is consistent with `restructuredText` and it is unambiguous. ``` # Here is a comment that involves some math where...

> colon + list use case 3-5 times in a very small project ... > So it feels quite standard to me. Um... I think you and I understand the...

> We'd like to just turn off cmake-format's modification of newlines. Hm... consistent linebraking is the foremost feature of cmake-format and it's raison d'être. There is no feature to turn...

Looks like maybe a flake8 dependency isn't pinned on CI and got updated. I'll check into it.

If I understand the intent of the feature correctly, is this duplicating the existing `always_wrap` option? https://cmake-format.readthedocs.io/en/latest/configopts.html#always-wrap

Oh I see, I think you want to make the first argument *not* wrap (based on [the test][1]). So this has been requested dozens of times. As a general rule...

Great idea! Though as a matter of project preference there is actually a reason. For some IDE build systems (visual studio, code blocks, qt creator IIRC) the headers won't show...

Here's a rough sketch of how I would implement it: 1. First add a flag to `parser.TreeNode` for `is_file_list`... set to try by parsers or optionally by a tag like...