branch: elpa/hyperdrive commit 167373402a231135988270f90aa29200de785569 Author: Adam Porter <a...@alphapapa.net> Commit: Joseph Turner <jos...@ushin.org>
Comment: Add TODO --- hyperdrive-lib.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el index c8ceaf7849..763c3838d9 100644 --- a/hyperdrive-lib.el +++ b/hyperdrive-lib.el @@ -722,6 +722,9 @@ The following ENTRY hyperdrive slots are filled: - \\+`etc' (disk-usage) Returns filled ENTRY." + ;; TODO: Consider factoring out parts of this that should be done for every + ;; API entry response (i.e. in `he//api-then'; e.g. drive-size, version-range, + ;; latest-version). (pcase-let* (((cl-struct hyperdrive-entry hyperdrive) entry) ((cl-struct hyperdrive writablep domains etc) hyperdrive)