aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/cl/README10
-rw-r--r--lang/cl/gpg-error-package.lisp3
2 files changed, 10 insertions, 3 deletions
diff --git a/lang/cl/README b/lang/cl/README
index f61d5e5..660508b 100644
--- a/lang/cl/README
+++ b/lang/cl/README
@@ -10,3 +10,13 @@ Use with:
> (asdf:operate 'asdf:load-op ':gpg-error)
> (use-package :gpg-error)
+
+
+TODO
+----
+
+* We probably should define a condition base class. Currently, we do
+ this in the user code only (eg in GPGME).
+
+* Some lispy convenience functions as need arises, for example for
+ output.
diff --git a/lang/cl/gpg-error-package.lisp b/lang/cl/gpg-error-package.lisp
index c3f85df..0a39663 100644
--- a/lang/cl/gpg-error-package.lisp
+++ b/lang/cl/gpg-error-package.lisp
@@ -27,9 +27,6 @@
;;; Errors are represented as lists '(SOURCE CODE). Other
;;; representations are also accepted in some places.
;;;
-;;; TODO: Lispy convenience functions as need arises, for example for
-;;; output.
-;;;
;;; The following functions are defined which are not defined in the C API:
;;; gpg-err-source-as-key, gpg-err-source-as-value
;;; gpg-err-code-as-key, gpg-err-code-as-value