thomasjo / atom-latex

Compile LaTeX or knitr documents from within Atom
https://atom.io/packages/latex
MIT License
223 stars 42 forks source link

Multiple Build Processes #471

Closed sbigalke closed 2 years ago

sbigalke commented 6 years ago

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: image

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.

stale[bot] commented 6 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.

SolidTux commented 6 years ago

This also happens to me everytime I save before the last build process is finished (I have build on save activated).

stale[bot] commented 6 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.

demmerichs commented 6 years ago

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.