Ivan Gankevich

Results 12 comments of Ivan Gankevich

@vid512 Does it work if `_t` directory is not at the root of the drive? For example: `D:\some-dir\_t`?

> I was able to get rid of the bug by changing the function to this code: Thank you! I fixed this issue in https://github.com/igankevich/mesonic/commit/d6780c3af29ebfc8c631399b2692b928da9bf7bd. Better late than never I...

Thanks for the heads-up @vid512. I will try to update the plugin when I have time to use `meson compile`. At the time of writing this plugin there were no...

It was easier than I thought. @vid512, please try the latest version. I only tested this on Linux.

> When the .cpp file is in same directory as meson.build, :make works correctly and executes meson compile @vid512 You are supposed to open all files from the root of...

> I was under impression that mesonic scans parent directories looking for meson.build, to allow running in subdirectories. Yes that is correct. It was so long ago I don't remember...

> What are your thoughts about always running this lookup, even if meson.build is not in current dir? Usually plugins for build systems set Vim's `:compiler` on opening a file...

Fixed (hopefully) the errors reported in CI. Had to use `-Zexport-executable-symbols` to make leak sanitizer work in CI (https://github.com/rust-lang/rust/issues/111073).

Thanks for approving the pipeline. Hopefully I fixed the flaky test :) It seems that leak sanitizer doesn't work with panicking tests, so I disabled them when compiled under this...

Thank you very much! I didn't know Meson can do `sudo` automatically. Would mind also updating Vim builtin documentation in `doc/mesonic.txt`? Copying `4. Run targets` section and modifying it for...