branch: elpa/hyperdrive
commit b9e866c2eb801cbbe2c1346ae151dff3e71a16b4
Author: Joseph Turner <jos...@ushin.org>
Commit: Joseph Turner <jos...@ushin.org>

    Comment: Add FIXME
---
 hyperdrive-lib.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 5348ddb2ee..0a84a484d0 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -424,6 +424,7 @@ When VERSION is nil, return latest version of ENTRY."
   (let ((entry (hyperdrive-copy-tree entry t)))
     (setf (hyperdrive-entry-version entry) version)
     (condition-case err
+        ;; FIXME: Requests to out of range version currently hang.
         (hyperdrive-fill entry :then 'sync)
       (plz-error
        (pcase (plz-response-status (plz-error-response (caddr err)))

Reply via email to