David Anthoff

Results 1184 comments of David Anthoff

`master` now has a version that does the whole indexing async in the background. That should unblock a lot of things, in particular the LS should start working long before...

What is the use-case for this? I'm a bit hesitant to add more public facing APIs in general, and in this case I don't understand what this would be used...

Do we still need this PR, or is the plan with a new external Lint.jl package superseding this?

Test items only work inside packages. Is that code inside a Julia package?

Closing as this would need more info to diagnose.

`master` now has what is essentially a complete rewrite. I'm going to close this for now, if this is still an issue, please reopen!

My vague hope is that this is somehow related to serialization (which we are using), and that once we move to our own format for the cache, this problem will...

I thought a bit more about this, and I'm fairly positive that the following explains what is going on: In the symbol server process, we are serializing things onto disc...

We could run it now again, it would no longer screw up the communication aspect. BUT, I'm tempted to still not run it, given that it can mess up everything......

https://microsoft.github.io/language-server-protocol/specifications/lsif/0.5.0/specification/. I have to admit I don't understand what MS is up-to with that...