-
Notifications
You must be signed in to change notification settings - Fork 22
Switching between terminal and Atom with linter-rust causes a clean rebuild #77
Comments
Okay, so the issue is because The current workaround is to add I'll think what can be done about this. |
is this reported upstream? |
@colin-kiegel I'm pretty sure it's not. If you don't mind I'll report it a bit later. |
Blocked by this: rust-lang/cargo#2982 |
The blocking PR was merged, so it soon wiil hit nightly, and I'll add a check to fix this bug at least on nightly |
This has been landed in 0.7.0 version of |
Is this working on stable? Cargo added Is it because |
@Razican well, something went a bit unexpected, and |
Well, looks like it was supposed to! I'll add a couple of checks to ensure it works on stable |
This causes long rebuilds of a full project.
However, if I remain in one environment (say
linter-rust
) clean rebuilds do not happen.This was introduced recently, probably, with my change of how environment is passed to
cargo
.I will debug this and try to fix, but I'm curious if I'm the only one who encountered this.
Please upvote this or leave a response if you have experienced such an issue.
The text was updated successfully, but these errors were encountered: