Closed sbigalke closed 2 years ago
This issue has been marked as stale because due to inactivity. It will be closed in 7 days if no further activity occurs.
This also happens to me everytime I save before the last build process is finished (I have build on save activated).
This issue has been marked as stale because due to inactivity. It will be closed in 7 days if no further activity occurs.
I use also the auto-build on save option resulting in the build clashes. A guard would be great. Sadly I am not very familiar with developing atom packages. If this seems to you like a less-than-an-hour project and you could point me in the right direction in your code, I would happily give it a try though.
Thanks a lot for your great work, everything else works like a charm.
Hi, and thank your for this awesome project,
when I hit build while it is already building, I get the following errors and my log is mixed up:
If you have a large project with compile times of some seconds or minutes then this happens to me all the time. Wouldn't be a guard for this a good idea? Meaning that if a build process is already running, any new build processes will be ignored until the running process is done?!
Doesn't this happen to you also very often?! In my case, a guard would be a great enhancement for preventing multiple build processes.