edubkendo / atom-racer

Intelligent code completion for Rust in the Atom Editor. Requires Racer.
MIT License
115 stars 24 forks source link

Removed some dependencies that were failing to build #8

Closed phaux closed 9 years ago

phaux commented 9 years ago

I don't understand what was the purpose of these libs:

edubkendo commented 9 years ago

pathwatcher is used here: https://github.com/edubkendo/atom-racer/blob/master/lib/racer-client.coffee#L63 . Maybe it needs a version bump?

alkama commented 9 years ago

Hello !

I'm currently working on a full synchronous version to comply with the current state of autocomplete-plus. For this new version, I indeed did the same kind of choices (I'll probably move to fs too, better keep dependancies to a vital minimum): https://github.com/alkama/atom-racer/compare/wip-synchronous

So, to sum it up, I kind of second the suggested changes, they're pretty harmless anyway.