diff options
Diffstat (limited to 'Guile-TODO')
-rw-r--r-- | Guile-TODO | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Guile-TODO b/Guile-TODO index a56f69b1c..93d96fa17 100644 --- a/Guile-TODO +++ b/Guile-TODO @@ -18,9 +18,6 @@ In no particular order: 6) Fix printed representation of blocks in gr_block.i -8) Fix gr_message_{sink,source} so that they work under guile. - (Not sure if I disabled one or both of these...) - 9) Any other FIXME style warnings 10) Finish gnuradio-core test cases @@ -84,5 +81,8 @@ These are done: Making the swig/python warning go away will probably resolve the guile problem. +8) [DONE] Fix gr_message_{sink,source} so that they work under guile. + (Not sure if I disabled one or both of these...) + 17) [DONE] Get std::vector< std::complex<float> > working |