[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 1e282c7a63 035/163: Fix: (h/restart) Don't say
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 1e282c7a63 035/163: Fix: (h/restart) Don't say "Gateway restarted." prematurely |
Date: |
Fri, 31 May 2024 04:00:10 -0400 (EDT) |
branch: elpa/hyperdrive
commit 1e282c7a6363debcc46fa02595245dc1a83d9207
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>
Fix: (h/restart) Don't say "Gateway restarted." prematurely
`hyperdrive-start' runs a timer, so a success message should only
display after the gateway is confirmed responsive.
---
hyperdrive.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/hyperdrive.el b/hyperdrive.el
index c077f2c3bd..8c7a40b067 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -1363,8 +1363,7 @@ gateway version."
(with-timeout (5 (h/message "Timed out waiting for gateway to stop"))
(cl-loop while (h//gateway-live-p)
do (sleep-for 0.2)))
- (hyperdrive-start)
- (h/message "Gateway restarted."))
+ (hyperdrive-start))
;; (defun h//gateway-appears-valid-p ()
;; "Return non-nil if a local installation of the gateway appears valid.
- [nongnu] elpa/hyperdrive c33cf48e01 025/163: Refactor: Gateway status things, (continued)
- [nongnu] elpa/hyperdrive c33cf48e01 025/163: Refactor: Gateway status things, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive becda7b0fe 012/163: Change: (h/gateway-url-alist) Update URLs for Codeberg, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 61986edc91 020/163: Change: (h/gateway-version-expected) Update to 3.8.0, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 1e439d827a 006/163: Change: (hyperdrive-hyper-gateway-ushin-version) Return version, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive ac1ce3d62d 028/163: Change: (h/hyper-gateway-ushin-version) Don't set h/gateway-version-correct-p, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive e65473e351 029/163: Comment: Add TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 33d93c97ec 032/163: Fix: (h//gateway-wait-for-ready) Time logic and conditional, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive e04a82fde4 034/163: Comment: Add TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 866f85e632 031/163: Change: (h/api) Improve error displayed when installing the gateway, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive ad3edad7d3 030/163: Change: (h/ensure-gateway) Signal error if gateway is not responsive, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 1e282c7a63 035/163: Fix: (h/restart) Don't say "Gateway restarted." prematurely,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 6c08000da9 036/163: Tidy: (h/restart) Use shorthands, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive f902e0865b 040/163: Comment: Remove old comment, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 2fdd96d4c0 041/163: Fix: (h//check-gateway-version) Docstring, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive dbcaebd55b 042/163: Tidy: Docstring, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 9b446772a2 048/163: Comment: Add TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive f6a6e0390a 052/163: Change: Get gateway name from gateway as well as version, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 8aac421682 055/163: Add/Change: (h/menu-refresh) Refresh menu after starting gateway, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 26d2348db8 061/163: Change: (h/install) Suggest h/restart; don't prompt to restart, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 2d2b401883 065/163: Change: (h/menu-refresh) Replace implementation, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive a816879090 057/163: Refactor: (h/start, h/gateway-wait-for-ready) Consolidate checking, ELPA Syncer, 2024/05/31