gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 227/324: mq: Remove TODOs about hypothetical &malformed-


From: gnunet
Subject: [gnunet-scheme] 227/324: mq: Remove TODOs about hypothetical &malformed-message.
Date: Tue, 21 Sep 2021 13:24:27 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit a8180a92b66eaf721ca498f01bad6ed037128531
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Sep 2 21:07:09 2021 +0200

    mq: Remove TODOs about hypothetical &malformed-message.
    
    It doesn't seem like these TODOs are going to happen.
    
    * gnu/gnunet/mq.scm (&missing-header-error, &size-mismatch-error):
      Remove TODOs.
---
 gnu/gnunet/mq.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/gnunet/mq.scm b/gnu/gnunet/mq.scm
index 24546ca..2746020 100644
--- a/gnu/gnunet/mq.scm
+++ b/gnu/gnunet/mq.scm
@@ -245,13 +245,10 @@ implementation and injected error."
 is not part of the API and is only intended for the test suite."
       (cdr (atomic-box-ref (message-queue-messages+garbage/box mq))))
 
-    ;; TODO: should this be a subtype of the not-yet-existing
-    ;; &malformed-message?
     (define-condition-type &missing-header-error &error
       make-missing-header-error missing-header-error?
       (received-size missing-header-error-received-size))
 
-    ;; TODO: likewise
     (define-condition-type &size-mismatch-error &error
       make-size-mismatch-error size-mismatch-error?
       (expected-size size-mismatch-error-expected-size)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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