[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 7e3b3d2a56 123/163: Fix: (h/install) Use make-t
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 7e3b3d2a56 123/163: Fix: (h/install) Use make-temp-name |
Date: |
Fri, 31 May 2024 04:00:25 -0400 (EDT) |
branch: elpa/hyperdrive
commit 7e3b3d2a56c266c4df88501c8c7df44b6a8c35a7
Author: Adam Porter <adam@alphapapa.net>
Commit: Joseph Turner <joseph@ushin.org>
Fix: (h/install) Use make-temp-name
---
hyperdrive.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hyperdrive.el b/hyperdrive.el
index f3d4b2574a..4ec8133d47 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -1331,7 +1331,7 @@ If FORCEP, don't prompt for confirmation before
downloading."
(cl-parse-integer
(alist-get 'content-length (plz-response-headers response)))))
(download (url sha256)
- (let ((temp-file (make-temp-file "hyperdrive-gateway-")))
+ (let ((temp-file (make-temp-name "hyperdrive-gateway-")))
(setf h/install-process
(plz 'get url :as `(file ,temp-file) :timeout nil
:then (lambda (filename)
- [nongnu] elpa/hyperdrive d207209f1a 117/163: Change: (h/install) Clean up file if download canceled, (continued)
- [nongnu] elpa/hyperdrive d207209f1a 117/163: Change: (h/install) Clean up file if download canceled, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 098cf78760 116/163: Change: (h/install-process) Rename from h/install-in-progress, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive b218ff9cc7 119/163: Change: (h/install) Delete downloaded file if hash doesn't match, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 50dda235ca 114/163: Change: Use h/user-error instead of user-error everywhere, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 843d634570 120/163: Comment: Remove TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive f217cfeccf 122/163: Notes: Update, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 56aa3e7c25 125/163: Comment: Remove TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive e8f824d91f 124/163: Change: (h//hyper-gateway-ushin-path) Remove process check, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 8700e9abcc 130/163: Tidy: (hyperdrive-install) Consolidate let-bindings, reduce nesting, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 12142046dd 132/163: Change: (h/menu) Move "Install"/"Cancel install" to top of section, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 7e3b3d2a56 123/163: Fix: (h/install) Use make-temp-name,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 0b2b10f165 133/163: Add: (h/gateway-needs-upgrade-p) Predicate function, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 570926de88 137/163: Change: (h/gateway-port) Rename from h/hyper-gateway-ushin-port, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 943d624839 140/163: Tidy: Say "the gateway" instead of "hyper-gateway-ushin", ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 2d9a393e34 141/163: Docs: TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 0080393384 147/163: Change: (h/menu-bar-menu) Add :active to menu bar stop/version, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 30943e9b8d 150/163: Docs: Document changes, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 5d44ead339 157/163: Change: (h/install) Prompt with size before downloading, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 3e1b496781 155/163: Fix: (hyperdrive-install) Variable, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 877d784815 159/163: Comment: Update TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 7ecfc8e8c2 151/163: Docs: Update Troubleshooting section, ELPA Syncer, 2024/05/31