branch: elpa/hyperdrive commit 11cf863344821de7360a00329ca1c0c18358656b Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@ushin.org>
Comment: Add TODO --- hyperdrive-lib.el | 1 + 1 file changed, 1 insertion(+) diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el index 705672a419..62c163788d 100644 --- a/hyperdrive-lib.el +++ b/hyperdrive-lib.el @@ -583,6 +583,7 @@ the given `plz-queue'" :else (lambda (&rest args) (when (hyperdrive-entry-version entry) ;; If request is canceled, the entry may not have a version. + ;; FIXME: Only update nonexistent range on 404. (hyperdrive-update-nonexistent-version-range entry)) (apply else args)) :noquery t))))