vertexclique / tokamak

Fusion Reactor for Rust - Atom Rust IDE
https://vertexclique.github.io/tokamak/
MIT License
399 stars 13 forks source link

Cargo run often starts with "Blocking waiting for file lock on build directory" #64

Open norbert78 opened 8 years ago

norbert78 commented 8 years ago

Hi there, I'm using tokamak with rustup under Windows10 64 bit with atom. When I hit "run" I often see Blocking waiting for file lock on build directory The process then waits for approx 1 minute before the actual compile starts. Somebody on StackOverflow made the guess that my atom is using cargo in the background in order to check the syntax of my code at the same time so that effectively 2 instances of cargo are running by then. Did anybody else encounter this behaivor? Is there anything I can change in the config to fix this? Thx

nasa42 commented 8 years ago

You (and me) are probably affected by this - https://github.com/AtomLinter/linter-rust/issues/77

softprops commented 7 years ago

+1 I see this on mac