summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Guile-TODO11
1 files changed, 8 insertions, 3 deletions
diff --git a/Guile-TODO b/Guile-TODO
index 92d0846ff..14442cd8b 100644
--- a/Guile-TODO
+++ b/Guile-TODO
@@ -1,8 +1,5 @@
In no particular order:
-1) Ensure that libraries containing swig generated code are regenerated
- when any relevant .i file is touched.
-
2) SIGINT handling in gr_top_block::wait
3) Ensure that all 4 combinations of
@@ -77,3 +74,11 @@ I'm sure I'm forgetting some things...
90) Merge to next
100) Handle any fallout we missed.
+
+
+-------------------------------------------------------------------------------
+These are done:
+
+
+1) [DONE] Ensure that libraries containing swig generated code are regenerated
+ when any relevant .i file is touched.