dundargoc

Results 302 comments of dundargoc

I've tried to not include a `_defs.h` file if the corresponding header is also included. It works the majority of the time, but sometimes not. I have no clue what...

> Any noticeable improvement in build times? None whatsoever. Using `hyperfine --warmup 2 'make clean; make'` on 10 runs gave the following result: ``` Benchmark master: Time (mean ± σ):...

You are right. I will investigate alternatives.

It seems mapping *any* of the extern variables from `globals.h` will make IWYU work correctly for *all* extern variables in `globals.h`. Not really sure what to make of that, but...

I'd like to add another point (both for this release and for each upcoming release): remove deprecated functions/features before release. The following functions have been marked to be removed for...

Continuation of https://github.com/neovim/neovim/pull/20077

@zeertzjq OK, I'll change `look` to `uint8_t`.

Follow-up to https://github.com/neovim/neovim/pull/20140

Apparently `CMAKE_ARGS` is ignored if `CONFIGURE_COMMAND` is specified, which essentially nullifies any benefits from this PR.