branch: elpa/hyperdrive commit 9e27c5c43a205325fbe006eee4d993a5e3d0dbf9 Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@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)