diff options
Diffstat (limited to 'Guile-TODO')
-rw-r--r-- | Guile-TODO | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Guile-TODO b/Guile-TODO index 68c1247e7b..80d3d3bf9c 100644 --- a/Guile-TODO +++ b/Guile-TODO @@ -18,11 +18,6 @@ In no particular order: 6) Fix printed representation of blocks in gr_block.i -7) Fix gr-usrp so that it works. Probably related to - warning received when generating python bindings. - Making the swig/python warning go away will probably resolve the - guile problem. - 8) Fix gr_message_{sink,source} so that they work under guile. (Not sure if I disabled one or both of these...) @@ -86,3 +81,8 @@ These are done: the constructors into the same name. E.g. audio_alsa_sink -> sink. (Causes problem when multiple gr-* modules are used.) +7) [DONE] Fix gr-usrp so that it works. Probably related to + warning received when generating python bindings. + Making the swig/python warning go away will probably resolve the + guile problem. + |