Results 60 comments of Семён Марьясин

Could not find anything useful in the code. For me it looks like the relevant code should be in https://github.com/MaskRay/ccls/blob/master/src/project.cc but it seemingly relies on CLang's `clang::driver::types::lookupTypeForExtension` function, and that...

If you created client id and client secret from dev account associated to your google account then on "App not verified" screen you can bypass it by clicking "Additional" and...

Still same problem here, tested with `pep8` and `pytest`. ``` python 2.7.14 curdling==0.4.1 virtualenv==15.1.0 ```

Same problem with `python 3.6.3` and `virtualenv` (after fixing #89). Also same problem with `python 3.6.3` and its `pyvenv`.

I noticed that there is `_closed` flag in `Connection` class, and that flag is set to `False` during initialization and never updated after it. Is it correct to implement it...

These comments were about couple of lines where you used `asyncio.ensure_future` instead of re-imported `ensure_future`

Hm, but I still cannot find any optional `blocking close` method in `Connection` class... Am I missing something? Also, for some reason I cannot view changes for 3rd commit a068f68,...

The executable just does not print any error messages, but it does return non-zero exit code if something goes wrong. So the simplest approach is: `./foulplay srcfile dstfile || echo...

I bumped into an issue where `BL 0x101234567` and similar instructions (generaly any branch with target address `> 0xFFFFFFFF`) result in unexpected error or strange behaviour when assembling for arm64....