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

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

[elpa] externals/plz a2c20b1437 24/40: Comment: TODO


From: ELPA Syncer
Subject: [elpa] externals/plz a2c20b1437 24/40: Comment: TODO
Date: Mon, 26 Jun 2023 06:59:33 -0400 (EDT)

branch: externals/plz
commit a2c20b1437b95829091da417fbb141d8d65a847b
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Comment: TODO
---
 plz.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/plz.el b/plz.el
index fff2441768..6586942b1a 100644
--- a/plz.el
+++ b/plz.el
@@ -103,7 +103,6 @@
 
 ;;;; Errors
 
-;; FIXME: `condition-case' can't catch these...?
 (define-error 'plz-error "plz error")
 (define-error 'plz-curl-error "plz: Curl error" 'plz-error)
 (define-error 'plz-http-error "plz: HTTP error" 'plz-error)
@@ -765,10 +764,10 @@ argument passed to `plz--sentinel', which see."
                 (ignore status) ; Byte-compiling in Emacs <28 complains 
without this.
                 (funcall plz-then))
                (_
-                ;; FIXME: If using ":as 'response", the HTTP
-                ;; response should be passed to the THEN function,
-                ;; regardless of the status code.  Only for curl
-                ;; errors should the ELSE function be called.
+                ;; TODO: If using ":as 'response", the HTTP response
+                ;; should be passed to the THEN function, regardless
+                ;; of the status code.  Only for curl errors should
+                ;; the ELSE function be called.  (Maybe in v0.8.)
 
                 ;; Any other status code is considered unsuccessful
                 ;; (for now, anyway).



reply via email to

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