| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Fixes #1602, where SequenceCompleter was called from `gr_modtool rm`
without any argument.
Note that the longer-term goal is still to amend the `rm` statement's
code to prepare a good list of candidates instead of reducing the usage
of SequenceCompleter to just enabling readline editing capabilities.
|
|
|
|
|
|
|
|
| |
Python defines __exit__ to take 4 arguments (self + error info); code
only took 1, whih breaks if there is an exception thrown within the
with: block.
Addresses #1577.
|
|
|
|
|
| |
* main advantage: better line editing
* tab-completion for gr_modtool add
|
| |
|
|
|
|
|
| |
Conflicts:
gr-utils/python/modtool/modtool_newmod.py
|
| |
|
| |
|
|
|
|
| |
Fixes bug where no args produces ($) in make clause
|
|
|
|
|
| |
1. adds '$' to args in the GRC xml <make> tag.
2. sets <+ITYPE+> and <+OTYPE+> for all I/O data types in io_signature and in work functions to be more clear what needs modification.
|
| |
|
|
Conflicts:
gr-utils/python/create-gnuradio-out-of-tree-project
|