[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive e8f824d91f 124/163: Change: (h//hyper-gateway-u
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive e8f824d91f 124/163: Change: (h//hyper-gateway-ushin-path) Remove process check |
Date: |
Fri, 31 May 2024 04:00:25 -0400 (EDT) |
branch: elpa/hyperdrive
commit e8f824d91f04008324ec04375f8080d029a412df
Author: Adam Porter <adam@alphapapa.net>
Commit: Joseph Turner <joseph@ushin.org>
Change: (h//hyper-gateway-ushin-path) Remove process check
This is probably no longer necessary, and is producing false errors
where the process object is present but dead.
---
hyperdrive-lib.el | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index a7cc374c5c..b3fa023403 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -1419,16 +1419,6 @@ Then calls THEN if given."
(defun h//gateway-start-default ()
"Start the gateway as an Emacs subprocess.
Default function; see variable `h/gateway-start-function'."
- (when h/gateway-process
- ;; TODO: `h/gateway-process' appears to be non-nil but not live when
- ;; make-process receives a bad command line program, like "ls"
- ;; instead of "hyper-gateway-ushin".
-
- ;; Process variable is non-nil: gateway might be starting but not yet
- ;; "live", which was checked in `h/start'. This probably should never
- ;; happen, but if it were to, this distinct message might help us
- ;; understand what's going on.
- (h/error "Gateway appears to be starting"))
(setf h/gateway-process
(make-process
:name "hyper-gateway-ushin"
- [nongnu] elpa/hyperdrive 733c60b72b 084/163: Change: (h/menu-bar-menu) Remove gateway status indicator, (continued)
- [nongnu] elpa/hyperdrive 733c60b72b 084/163: Change: (h/menu-bar-menu) Remove gateway status indicator, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive c69d1dc386 103/163: Change: (h/install-in-progress) Rename from h/install-in-progress-p, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 8928f52d58 106/163: Change: Use h/gateway-installing-p everywhere appropriate, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive d207209f1a 117/163: Change: (h/install) Clean up file if download canceled, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 098cf78760 116/163: Change: (h/install-process) Rename from h/install-in-progress, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive b218ff9cc7 119/163: Change: (h/install) Delete downloaded file if hash doesn't match, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 50dda235ca 114/163: Change: Use h/user-error instead of user-error everywhere, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 843d634570 120/163: Comment: Remove TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive f217cfeccf 122/163: Notes: Update, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 56aa3e7c25 125/163: Comment: Remove TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive e8f824d91f 124/163: Change: (h//hyper-gateway-ushin-path) Remove process check,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 8700e9abcc 130/163: Tidy: (hyperdrive-install) Consolidate let-bindings, reduce nesting, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 12142046dd 132/163: Change: (h/menu) Move "Install"/"Cancel install" to top of section, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 7e3b3d2a56 123/163: Fix: (h/install) Use make-temp-name, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 0b2b10f165 133/163: Add: (h/gateway-needs-upgrade-p) Predicate function, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 570926de88 137/163: Change: (h/gateway-port) Rename from h/hyper-gateway-ushin-port, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 943d624839 140/163: Tidy: Say "the gateway" instead of "hyper-gateway-ushin", ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 2d9a393e34 141/163: Docs: TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 0080393384 147/163: Change: (h/menu-bar-menu) Add :active to menu bar stop/version, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 30943e9b8d 150/163: Docs: Document changes, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 5d44ead339 157/163: Change: (h/install) Prompt with size before downloading, ELPA Syncer, 2024/05/31