discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] 'gr_modtool add' fails if new module name ends in


From: Martin Braun (CEL)
Subject: Re: [Discuss-gnuradio] 'gr_modtool add' fails if new module name ends in '0'. Includes solution.
Date: Wed, 3 Apr 2013 09:16:05 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Apr 02, 2013 at 08:30:42PM +0000, Monahan-Mitchell, Tim wrote:
> ~/gnr$ gr_modtool newmod my_module0
> Creating out-of-tree module in ./gr-my_module0... Done.
> Use 'gr_modtool add' to add a new block to this currently empty module.
> ~/gnr$ cd gr-my_module0
> ~/gnr/gr-my_module0$ gr_modtool add -t general my_block
> GNU Radio module name identified: my_module
> 
> (... the script continues and fails at the end, as it mistakenly thinks the 
> version is 36)
> 
> Note that the '0' was stripped off the name 'my_module0' above.
> 
> The line in error is in file util_functions.py in function get_modname().
> 
> The 'a-zA-Z1-9' range below should be 0-9 instead (about line 95):
> 
> regexp = r'(project\   ...<omitted>...  gr-(?P<modname>[a-zA-Z1-9-_]   
> ...<omitted>...
> 
> Someone please fix (I tried the change, it works).

Hi Tim,

thanks a lot for this specific and easy-to-reproduce bug report!

I've committed the fix, expect to see it in the reps any time soon.

MB

-- 
Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin Braun
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT -- University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association

Attachment: pgpvaoNF4bVi2.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]