From 3a5325ce4e9b881ceffe3c2bf5d2b6a4f2037f0c Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Mon, 1 Jan 2024 18:41:25 +0000
Subject: [PATCH] update TODOs

---
 recipes/wip/ast-grep/recipe.toml   | 2 +-
 recipes/wip/cotp/recipe.toml       | 2 +-
 recipes/wip/lldap/recipe.toml      | 2 +-
 recipes/wip/moon/recipe.toml       | 2 +-
 recipes/wip/netscanner/recipe.toml | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/wip/ast-grep/recipe.toml b/recipes/wip/ast-grep/recipe.toml
index 674f09ebb..9c99833da 100644
--- a/recipes/wip/ast-grep/recipe.toml
+++ b/recipes/wip/ast-grep/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compilation error
 [source]
 git = "https://github.com/ast-grep/ast-grep"
 rev = "74c54fc3e322c6017bc043e199420644ad961ff5"
diff --git a/recipes/wip/cotp/recipe.toml b/recipes/wip/cotp/recipe.toml
index fdd9c8dfb..4e51b8267 100644
--- a/recipes/wip/cotp/recipe.toml
+++ b/recipes/wip/cotp/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO make dependencies work
 [source]
 git = "https://github.com/replydev/cotp"
 rev = "ac3c11dda7b66c0c70a4106b769b5db53becc558"
diff --git a/recipes/wip/lldap/recipe.toml b/recipes/wip/lldap/recipe.toml
index 99a5b05f4..e97d8e79d 100644
--- a/recipes/wip/lldap/recipe.toml
+++ b/recipes/wip/lldap/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO program source code error (after cargo update and a patch on ring)
 [source]
 git = "https://github.com/lldap/lldap"
 [build]
diff --git a/recipes/wip/moon/recipe.toml b/recipes/wip/moon/recipe.toml
index 6183cc5fa..c285304d1 100644
--- a/recipes/wip/moon/recipe.toml
+++ b/recipes/wip/moon/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO openssl-sys crate error (after cargo update)
 [source]
 git = "https://github.com/moonrepo/moon"
 [build]
diff --git a/recipes/wip/netscanner/recipe.toml b/recipes/wip/netscanner/recipe.toml
index 8a5e2d7ef..8bcd33cc8 100644
--- a/recipes/wip/netscanner/recipe.toml
+++ b/recipes/wip/netscanner/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO pnet_sys crate error
 [source]
 git = "https://github.com/Chleba/netscanner"
 [build]
-- 
GitLab