gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] branch master updated (fba3c95 -> 129a6fc)


From: gnunet
Subject: [gnunet-scheme] branch master updated (fba3c95 -> 129a6fc)
Date: Mon, 27 Jun 2022 20:10:37 +0200

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

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

    from fba3c95  examples/web: Stub a form for connecting via CADET.
     new 782d1b6  examples/web: Remove resolved TODO.
     new 129a6fc  bogus-interposition: Correct typo (thow -> throw).

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 examples/web.scm          | 2 +-
 tests/message-handler.scm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/web.scm b/examples/web.scm
index d598118..1bec531 100644
--- a/examples/web.scm
+++ b/examples/web.scm
@@ -85,7 +85,7 @@ for success is used."
     (ul ,@(common-get/put-form-parts "get-"))
     (input (@ (type "submit") (value "Search the DHT")))))
 
-;; TODO: make the form work, defaults, ...
+;; TODO: defaults, ...
 (define put-form
   `(form
     (@ (action "/put-dht") (method "post"))
diff --git a/tests/message-handler.scm b/tests/message-handler.scm
index 4de22ab..6087439 100644
--- a/tests/message-handler.scm
+++ b/tests/message-handler.scm
@@ -29,7 +29,7 @@
 (define (bogus-verifier x)
   (throw 'what #:verifier))
 (define (bogus-interposition thunk)
-  (thow 'what #:interposition))
+  (throw 'what #:interposition))
 (define (bogus-handler x)
   (throw 'what #:handler))
 

-- 
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]