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

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

[nongnu] elpa/hyperdrive d348be0615 31/42: Comment: Remove old TODO


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive d348be0615 31/42: Comment: Remove old TODO
Date: Wed, 19 Jun 2024 19:00:02 -0400 (EDT)

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

    Comment: Remove old TODO
---
 hyperdrive-lib.el | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 490fe274da..94e691ef41 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -169,14 +169,6 @@ This low-level function should only be used when sending 
requests
 to the gateway which do not involve an entry.  Otherwise, use
 `hyperdrive-entry-api', which automatically fills metadata."
   ;; TODO: Document that the request/queue is returned.
-  ;; TODO: Should we create a wrapper for `h/api' which calls
-  ;; `h//fill' for requests to directories/requests which modify
-  ;; the drive (and therefore always return the latest version number).  If we
-  ;; did this, we could remove redundant calls to `h//fill'
-  ;; everywhere else.  X-Drive-Size is returned by many types of requests, and 
it
-  ;; would simplify the code to handle updating the hyperdrive disk-usage in 
one
-  ;; place.  Once implemented, go through each call to `h/api' to verify that
-  ;; disk-usage is updated correctly.
   (declare (indent defun))
   (pcase method
     ((and (or 'get 'head)



reply via email to

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