summaryrefslogtreecommitdiff
path: root/Guile-TODO
diff options
context:
space:
mode:
Diffstat (limited to 'Guile-TODO')
-rw-r--r--Guile-TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/Guile-TODO b/Guile-TODO
index 93d96fa179..6f770c936e 100644
--- a/Guile-TODO
+++ b/Guile-TODO
@@ -1,7 +1,5 @@
In no particular order:
-2) SIGINT handling in gr_top_block::wait
-
3) Ensure that all 4 combinations of
--{enable,disable}-python --{enable,disable}-guile
work correctly.
@@ -72,6 +70,8 @@ These are done:
1) [DONE] Ensure that libraries containing swig generated code are regenerated
when any relevant .i file is touched.
+2) [DONE] SIGINT handling in gr_top_block::wait
+
4) [DONE] Fix GR_SWIG_BLOCK_MAGIC so that in the guile case we don't map all
the constructors into the same name. E.g. audio_alsa_sink -> sink.
(Causes problem when multiple gr-* modules are used.)