emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/hyperdrive 9e27c5c43a: Comment: Add TODO


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 9e27c5c43a: Comment: Add TODO
Date: Wed, 6 Sep 2023 06:59:47 -0400 (EDT)

branch: elpa/hyperdrive
commit 9e27c5c43a205325fbe006eee4d993a5e3d0dbf9
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>

    Comment: Add TODO
---
 hyperdrive-lib.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index a6c6519063..0070dd0d73 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -718,6 +718,11 @@ requests return, call THEN with no arguments."
                           :else (lambda (err)
                                   (pcase (plz-response-status 
(plz-error-response err))
                                     ;; FIXME: If plz-error is a curl-error, 
this block will fail.
+                                    ;; TODO: How to handle entries which have 
never been known
+                                    ;; existent. From a UI perspective, the 
history buffer
+                                    ;; should display the versions at which 
the entry is known
+                                    ;; non-existent. However, we don't want to 
store loads of
+                                    ;; non-existent entries in 
`hyperdrive-version-ranges'.
                                     (404 nil)
                                     (_ (signal (car err) (cdr err))))
                                   err)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]