Laurențiu Nicola
Laurențiu Nicola
@filiptronicek question: do we need a more recent version of `ovsx` for the new platform arguments? The last published one is from January.
Triage: completion works here, but the expression is still parsed as a float. 
Sure :-).
I think it's fine to replace the old extension id, we don't support such setups.
Thanks! @bors r+
There's already some known chalk bugs resulting in this, but we'll need some sample code that shows the problem.
It's a bug in the chalk crate, which we use for trait solving. It gets into an infinite loop. https://github.com/rust-lang/rust-analyzer/issues/12897 is one example. Code using the RustCrypto (`aes` etc.) crates...
How are you planning to license `scip`? You might want to publish a version to crates.io and add a license descriptor. That said, you might see some push-back against this....
We try to publish most of the crates, although that's currently broken (but fixable, I suppose). I agree that doing this externally would be nicer.
We did, but there some mismatch with the features added for the in-tree build. I haven't looked into it yet.