Laurențiu Nicola

Results 724 comments of Laurențiu Nicola
trafficstars

@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. ![image](https://user-images.githubusercontent.com/308347/87571051-24241e00-c6d2-11ea-81f4-b277e6ac79cb.png)

I think it's fine to replace the old extension id, we don't support such setups.

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.