branch: elpa/el-job
commit b93884c3cd621b935bdc3004cc6e6787d9efb95c
Author: Martin Edström <[email protected]>
Commit: Martin Edström <[email protected]>
Add a Package-Version
---
README.org | 4 ++--
el-job.el | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 38fa963a34..7adf28a6dd 100644
--- a/README.org
+++ b/README.org
@@ -28,7 +28,7 @@ Thus el-job makes them stick around for up to 30 seconds,
awaiting more input.
An aesthetic drawback is cluttering your task manager with many entries called
=emacs=. Users who tend to run system commands such as =pkill emacs= may find
that the command occasionally "does not work".
*** Emacs 30 =fast-read-process-output=
-Some libraries, such as
[[https://github.com/jwiegley/emacs-async/][async.el]], internally rely on a
custom process filter. Since Emacs 30, it's a particularly good idea to use
the built-in process filter, when performance is critical, and thus that's what
el-job does.
+Some libraries, such as
[[https://github.com/jwiegley/emacs-async/][async.el]], internally rely on a
custom process filter. Since Emacs 30, it's a particularly good idea to use
the built-in process filter when performance is critical, and thus that's what
el-job does.
A corollary: if you're testing this on Emacs 29 or below, you don't see this
library at its best performance.
@@ -36,7 +36,7 @@ A corollary: if you're testing this on Emacs 29 or below, you
don't see this lib
- No longer keeps processes alive forever. All jobs are kept alive for up to
30 seconds of disuse, then reaped.
- Pruned many code paths
- Many arguments changed, and a few were removed. Consult the docstring of
=el-job-launch= again.
-- Users of Emacs 29 and below may see a worsened performance compared to v0.3;
this is temporary and will be rectified.
+- Users of Emacs 29 and below may see a worsened performance in el-job v1.0
compared to v0.3; this is temporary and will be rectified.
** Limitations
diff --git a/el-job.el b/el-job.el
index 86aece5fb6..e3c94e8729 100644
--- a/el-job.el
+++ b/el-job.el
@@ -19,6 +19,7 @@
;; URL: https://github.com/meedstrom/el-job
;; Created: 2024-10-30
;; Keywords: processes
+;; Package-Version: 1.0.1
;; Package-Requires: ((emacs "28.1") (compat "30"))
;;; Commentary: