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

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

[nongnu] elpa/hyperdrive 2c8a76234d 20/49: Tidy: (-fill-version-ranges)


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 2c8a76234d 20/49: Tidy: (-fill-version-ranges) Rename queue to fill-entry-queue
Date: Wed, 20 Sep 2023 19:01:33 -0400 (EDT)

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

    Tidy: (-fill-version-ranges) Rename queue to fill-entry-queue
---
 hyperdrive-lib.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 4ab3449efd..07d59b8bee 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -811,8 +811,8 @@ with no arguments."
                     (unless outstanding-nonexistent-requests-p
                       (funcall finally))))
          (limit hyperdrive-fill-version-ranges-limit)
-         (queue (make-plz-queue :limit hyperdrive-queue-size
-                                :finally finally))
+         (fill-entry-queue (make-plz-queue :limit hyperdrive-queue-size
+                                           :finally finally))
          ;; Flag used in the nonexistent-queue finalizer.
          finishedp)
     (cl-labels ((fill-existent (entry)
@@ -873,7 +873,7 @@ with no arguments."
                                 (404
                                  (fill-nonexistent copy-entry))
                                 (_ (signal (car err) (cdr err)))))
-                      :queue queue))))
+                      :queue fill-entry-queue))))
       (fill-entry entry))))
 
 (defun hyperdrive-fill-metadata (hyperdrive)



reply via email to

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