gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: downgrate FIXMEs to TODOs


From: gnunet
Subject: [taler-exchange] branch master updated: downgrate FIXMEs to TODOs
Date: Fri, 17 Jan 2020 18:04:43 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 3b0c26d1 downgrate FIXMEs to TODOs
3b0c26d1 is described below

commit 3b0c26d1517706beb91e5d91c4a0b0f3dac33172
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jan 17 18:04:40 2020 +0100

    downgrate FIXMEs to TODOs
---
 src/auditordb/plugin_auditordb_postgres.c | 4 ++--
 src/lib/testing_api_cmd_status.c          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/auditordb/plugin_auditordb_postgres.c 
b/src/auditordb/plugin_auditordb_postgres.c
index a1e71ade..3434dded 100644
--- a/src/auditordb/plugin_auditordb_postgres.c
+++ b/src/auditordb/plugin_auditordb_postgres.c
@@ -887,7 +887,7 @@ postgres_gc (void *cls)
   struct GNUNET_PQ_PreparedStatement ps[] = {
 #if 0
     GNUNET_PQ_make_prepare ("gc_auditor",
-                            "FIXME #4960",
+                            "TODO: #4960",
                             0),
 #endif
     GNUNET_PQ_PREPARED_STATEMENT_END
@@ -901,7 +901,7 @@ postgres_gc (void *cls)
   if (NULL == conn)
     return GNUNET_SYSERR;
   GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-              "FIXME: Auditor GC not implemented (#4960)\n");
+              "TODO: Auditor GC not implemented (#4960)\n");
   qs = GNUNET_PQ_eval_prepared_non_select (conn,
                                            "gc_auditor",
                                            params_time);
diff --git a/src/lib/testing_api_cmd_status.c b/src/lib/testing_api_cmd_status.c
index 1043eecb..86eeac81 100644
--- a/src/lib/testing_api_cmd_status.c
+++ b/src/lib/testing_api_cmd_status.c
@@ -112,7 +112,7 @@ reserve_status_cb (void *cls,
   }
 
   /**
-   * FIXME: need a way to check if reserve history is consistent.  Every
+   * TODO: We should check that reserve history is consistent.  Every
    * command which relates to reserve 'x' should be added in a linked list of
    * all commands that relate to the same reserve 'x'.
    *

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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