Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Use Cargo instead of rustc #4

Closed
DominikGuzei opened this issue Nov 24, 2014 · 5 comments
Closed

Use Cargo instead of rustc #4

DominikGuzei opened this issue Nov 24, 2014 · 5 comments

Comments

@DominikGuzei
Copy link

Hey there!
Thanks for the awesome package, unfortunately it is not very useful yet because most rust projects are built using the Cargo package manager which handles dependencies etc.

Since this package uses rustc you get errors for any external crates, which makes it impractical for any real-world projects :-(

For inspiration you can take a look at the SublimeText 3 package that integrates with Cargo:
SublimeLinter-contrib-rustc

@liigo
Copy link

liigo commented Dec 14, 2014

I'm working on this. Currently blocked by:
rust-lang/cargo#1033 (my PR: rust-lang/cargo#1051 merged)
steelbrain/linter#289 (my PR: steelbrain/linter#290)
steelbrain/linter#304 (my PR)

@DominikGuzei
Copy link
Author

@liigo awesome! Thanks for your great work :-)

@liigo
Copy link

liigo commented Dec 19, 2014

Update: the cargo's issue was fixed by me. There are still two PRs of mine for Linter repo waiting for review. See my previous comment.

@liigo liigo mentioned this issue Dec 19, 2014
@LaylBongers
Copy link

One more merged, one more to go

@keplersj
Copy link
Contributor

keplersj commented Jul 9, 2015

Closed at the request of @b52.

@keplersj keplersj closed this as completed Jul 9, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants