diff options
author | Eric Blossom | 2010-11-18 17:33:05 -0800 |
---|---|---|
committer | Eric Blossom | 2010-11-18 17:33:05 -0800 |
commit | f60c4420e1fdef24687ffed6baf4fd7fa5ca5cf8 (patch) | |
tree | d1e4497f8c6f9c7f85f6e6af5c4bd5c979fc10d1 /Guile-TODO | |
parent | 5331ab1ce1d24e1608f11fc57df5c84ad3c8be9e (diff) | |
download | gnuradio-f60c4420e1fdef24687ffed6baf4fd7fa5ca5cf8.tar.gz gnuradio-f60c4420e1fdef24687ffed6baf4fd7fa5ca5cf8.tar.bz2 gnuradio-f60c4420e1fdef24687ffed6baf4fd7fa5ca5cf8.zip |
Fix guile related problems with gr_message_{sink,source}.
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 |