Nick Cameron

Results 260 comments of Nick Cameron

To address the first item, I think we need to pass the target from the RLS to rls-analysis so that we load the correct version of the std libs save-analysis...

Although we do have the info available from indexing std, we still don't use the correct version when compiling for a target other than the host.

This is where to fix that: https://github.com/rust-lang/rust/blob/master/src/tools/build-manifest/src/main.rs#L348 It should be treated more like std libs, just below.

We should probably blacklist glium. nalgebra is borderline, and I don't see why it blows up so big

To be clear, I mean that we should investigate teh nalgebra analysis

> You mean like refuse to cache it and always index from scratch? It would mean not indexing it at all. That could be overridden by the user, of course.

> I'm wondering why that list isn't just in this git repo? Would it make sense to move it here? It's used by other tools too.

> As far as investigating the nalgebra analysis is concerned, is that something you think a newbie like myself could do? How would I start and what would I look...

@vibhavp @aergonaut @autozimu and others in this thread. We'll be using next week's dev-tools team meeting to discuss getting more clients supporting the RLS. It would be really useful if...

I added some docs about implementing clients - https://github.com/rust-lang-nursery/rls/blob/master/clients.md