Klaus Purer

Results 39 comments of Klaus Purer

I'm currently not that interested in how strongly we should impose this option on the ecosystem. First we should make the minimal-versions option work properly. Not even cargo itself can...

Oh cool, that is good news! The inconsistent crates.io registry is still a problem. @alexcrichton said in rust-lang/crates.io#7310 that getting minimal-versions to work smoothly was not a priority then, so...

Thanks, tests are failing with this change. Can you check? We probably have to adopt some things that were disallowed so far. Please also merge in the 8.3.x branch, I...

Regarding `suggestType()`: I think this should stay, because `::$invalidTypes` contains a list of very common mistakes people make that should be flagged. I think we have to bite the bullet...

`class-string` doc comment type must always mean `string` typehint. So that would be a way of mapping for suggestType(). Apart from the `@template` case are there other examples that don't...

The current workaround is to use the intelephense extension https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client instead, which is also recommended by the drupal.org VSCode documentation at https://www.drupal.org/docs/develop/development-tools/configuring-visual-studio-code

I'm happy to relicense under BSD. I'm OK with the Squiz Pty Ltd copyright line if it has to be there.

Attached is the output with the rls=debug option. I don't see anything more verbose about the error in there. Excerpt: ``` DEBUG:rls::actions: build "/home/klausi/workspace/rustnish" DEBUG:rls::actions: reformat: format_input failed: has errors,...

I switched back to legacy mode which mostly works in the meantime, described here: https://klausi.github.io/rustnish/2017/05/28/using-visual-studio-code-for-rust-on-ubuntu.html

Unfortunately not that easily because there is a dynamic link to openssl by some dependency last time I checked. Then the binary did not work on different Linux/OpenSSL versions. But...