Boris Staletic
Boris Staletic
We have updated the docs for the new Ubuntu LTS. I'll close this now. @Eroge-Newton Thanks for the pull request anyway!
Do we know it's vim/ycmd? Considering `clangd` in the debug info, I bet this is just clangd indexing a big repo which is resuling in a long high cpu load....
> CodeActions are ill-formed and hit a million asserts in ycmd. Starting with [this one](https://github.com/ycm-core/ycmd/blob/master/ycmd/completers/language_server/language_server_completer.py#L2875). I got CodeActions working. > Omnisharp does not seem to be picking up docstrings in...
> Currently only works with user_option roslyn_binary_path. We can now communicate with the bundled server, but it won't initialize on my machine. This is where my knowledge of C# mess...
All tests are passing on non-Winblows. Winblows is hanging for some reason.
The only thing missing here is testing this branch on Windows. @dkaszews may I ask for such a favour?
@dkaszews No worries and apologies for interrupting your vacation *again*!
The `-none-any` variant of the wheel gets selected because there is no `-cp312` variant, because coveragepy 4.5.4 is old. The `-none-any` variant of the coveragepy wheel contains no `coverage.tracer` module....
I got it working. Here's the diff ```diff diff --git a/covimerage/__init__.py b/covimerage/__init__.py index d0ee675..1e8b0c7 100755 --- a/covimerage/__init__.py +++ b/covimerage/__init__.py @@ -195,22 +195,8 @@ class MergedProfiles(object): if not line_counts: logger.warning('Not writing...
Here's how eclean-kernel behaves on my system before this patch: ``` DEBUG:root:Sorter: DEBUG:root:Layout failed: ; exception: /boot/[EFI/]loader not found DEBUG:root:Layout: DEBUG:root:Bootloader failed: DEBUG:root:Bootloader failed: DEBUG:root:Bootloader failed: DEBUG:root:Bootloader failed: DEBUG:root:Bootloader: other...