Renee D'Netto

Results 56 comments of Renee D'Netto

This project is now in maintenance mode, so while I'm not going to be actively working on feature requests, I'm happy to merge PRs and triage bug reports. Chromatica's format...

> Most likely it is down to the way the command is invoked; is it inside a pristine shell/env? That's exactly right. You can disable this functionality using `--preserve-environment`. The...

This happens because the project is compiled out-of-tree in a temporary directory. Meson appears to generate relative paths to the files, unlike Cmake which uses absolute paths. Short of configuring...

Apart from a few nits, looks good to me.

Thanks for the detailed bug report. I'm able to repro the problem. ``` HighlightGroup {hlGroup = "background", hlValue = Nothing} ``` is the default style used in a few different...

Could you please provide a link to the project?

That's odd, seems to work for me: ``` # config_gen.py -v . Running cmake in '/tmp/tmpbyKb_b'... $ cmake /tmp/mnt/libobi -- The C compiler identification is Clang 3.8.1 -- The CXX...

Can you explain how it's breaking? It has a syntax error in Python 3 (not 2), but my understanding was the YCM uses Python 2 anyway. Also, what's the output...

To add to this, Bazel isn't limited to local external repos either - it can pull them from git/http. [Source](https://docs.bazel.build/versions/master/external.html)

> I want to add support for ESP32 xtensa compilers. For that I need access to repo, Can u provide that. I have these changes on a clone @ onb3891/YCM-Generator...