[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 7ecfc8e8c2 151/163: Docs: Update Troubleshootin
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 7ecfc8e8c2 151/163: Docs: Update Troubleshooting section |
Date: |
Fri, 31 May 2024 04:00:40 -0400 (EDT) |
branch: elpa/hyperdrive
commit 7ecfc8e8c20512b7d684c6551faead9c46376e6f
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>
Docs: Update Troubleshooting section
---
doc/hyperdrive.org | 23 +++++++++++------------
doc/hyperdrive.texi | 33 +++++++++++++++++++++++----------
2 files changed, 34 insertions(+), 22 deletions(-)
diff --git a/doc/hyperdrive.org b/doc/hyperdrive.org
index 71af6491f3..621cb5b56a 100644
--- a/doc/hyperdrive.org
+++ b/doc/hyperdrive.org
@@ -1229,25 +1229,24 @@ to the relevant section in the ~hyperdrive.el~ manual.
* Troubleshooting
-If you run into issues, please first try resetting the values of
-~hyperdrive-hyperdrives~ and ~hyperdrive-version-ranges~:
+** Reinstall/upgrade the gateway
+
+Please ensure that you have the expected version of the gateway by
+running ~M-x hyperdrive-install~.
+
+** Reset bad persist variables
+
+It is possible that the persisted values of ~hyperdrive-hyperdrives~
+and/or ~hyperdrive-version-ranges~ are wrong. Reset them by evaluating:
#+begin_src emacs-lisp
(progn
- (setf hyperdrive-hyperdrives (make-hash-table :test #'equal))
+ (persist-reset 'hyperdrive-hyperdrives)
(persist-save 'hyperdrive-hyperdrives)
- (setf hyperdrive-version-ranges (make-hash-table :test #'equal))
+ (persist-reset 'hyperdrive-version-ranges)
(persist-save 'hyperdrive-version-ranges))
#+end_src
-# TODO: Update the next paragraph to mention install/upgrade command and omit
version numbers.
-
-Please ensure that your version of ~hyper-gateway-ushin~ (~M-x
-hyperdrive-gateway-version~) is version `3.8.0` ([download from
-Codeberg](https://codeberg.org/USHIN/hyper-gateway-ushin/releases/tag/v3.8.0)
-or [download from
-SourceHut](https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/v3.8.0)).
-
* Contributing/Getting help
You're welcome to join our public XMPP chat room!
diff --git a/doc/hyperdrive.texi b/doc/hyperdrive.texi
index ec7c194f66..6b0399c188 100644
--- a/doc/hyperdrive.texi
+++ b/doc/hyperdrive.texi
@@ -171,6 +171,11 @@ Tips
* Quick documentation access::
+Troubleshooting
+
+* Reinstall/upgrade the gateway::
+* Reset bad persist variables::
+
Indices
* Keystroke index::
@@ -1670,23 +1675,31 @@ to the relevant section in the @code{hyperdrive.el}
manual.
@node Troubleshooting
@chapter Troubleshooting
-If you run into issues, please first try resetting the values of
-@code{hyperdrive-hyperdrives} and @code{hyperdrive-version-ranges}:
+@menu
+* Reinstall/upgrade the gateway::
+* Reset bad persist variables::
+@end menu
+
+@node Reinstall/upgrade the gateway
+@section Reinstall/upgrade the gateway
+
+Please ensure that you have the expected version of the gateway by
+running @code{M-x hyperdrive-install}.
+
+@node Reset bad persist variables
+@section Reset bad persist variables
+
+It is possible that the persisted values of @code{hyperdrive-hyperdrives}
+and/or @code{hyperdrive-version-ranges} are wrong. Reset them by evaluating:
@lisp
(progn
- (setf hyperdrive-hyperdrives (make-hash-table :test #'equal))
+ (persist-reset 'hyperdrive-hyperdrives)
(persist-save 'hyperdrive-hyperdrives)
- (setf hyperdrive-version-ranges (make-hash-table :test #'equal))
+ (persist-reset 'hyperdrive-version-ranges)
(persist-save 'hyperdrive-version-ranges))
@end lisp
-Please ensure that your version of @code{hyper-gateway-ushin} (@code{M-x
-hyperdrive-gateway-version}) is version `3.8.0` ([download from
-Codeberg](@uref{https://codeberg.org/USHIN/hyper-gateway-ushin/releases/tag/v3.8.0})
-or [download from
-SourceHut](@uref{https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/v3.8.0})).
-
@node Contributing/Getting help
@chapter Contributing/Getting help
- [nongnu] elpa/hyperdrive 7e3b3d2a56 123/163: Fix: (h/install) Use make-temp-name, (continued)
- [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
- [nongnu] elpa/hyperdrive 3e1b496781 155/163: Fix: (hyperdrive-install) Variable, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 877d784815 159/163: Comment: Update TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 7ecfc8e8c2 151/163: Docs: Update Troubleshooting section,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 5dbf46f7a3 160/163: Merge: Add h/install command, refactor gateway customization, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive e4788eef52 163/163: Fix: (CHANGELOG) Installation instructions, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 28384a4018 153/163: Docs: Update installation instructions in Commentary, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive a6549106ad 152/163: Docs: Add uninstallation instructions, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 5adc256b38 162/163: Fix: Changelog link, ELPA Syncer, 2024/05/31