Rev f43832d <https://github.com/leo-editor/leo-editor/commit/f43832da82a761634d8eb466beb3bd045c34c29f> completes #328 <https://github.com/leo-editor/leo-editor/issues/328>: Allow pylint to run in the background without waiting.
How did we ever live with the old way??? The code is surprisingly straightforward. It is a model for any long-running computations in Leo. Only one background process ever runs. When it completes, the first queued process starts. You can even run the pylint command multiple times. The new pylint-kill and kill-pylint commands terminate the background checker processes and clear the queue. Happy pylinting... EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
