[chirp_devel] An introduction, and warning of an upcoming new radio driver
Tom Hayward
Thu Feb 26 12:34:45 PST 2015
On Thu, Feb 26, 2015 at 11:51 AM, AG6QR <ag6qr at sonic.net> wrote:
> Hello!
>
> I'm Rich Cochran, AG6QR. I've worked as a software developer for many
> years, using many languages and tools, but not too much with Python or
> Mercurial yet.
Great to have you on board, Rich.
> I haven't yet run my source through the pep8 checker script, and the
> source tree where I've done the driver development is a couple of weeks
> old. I intend to grab the latest source, run my code through pep8,
> verify that it's all still working, and I think I'll be ready to submit.
This won't be too hard if you have you changes in an mq patch, as
described in http://chirp.danplanet.com/projects/chirp/wiki/DevelopersProcess
Something like this:
hg qpop
hg pull -u
hg qpush
# fix any conflicts, if necessary
hg qref
./run_all_tests.sh
hg email tip
run_all_tests.sh should do a style check, and confirm that your commit
message includes an issue number.
> Have I missed anything? If not, I'll e-mail the .img file as an
> attachment to this list, and email the new ft2900.py as a Mercurial
> patch. It'll take me at least another evening or two to do this.
Looking forward to seeing your patch!
Tom KD7LXL
More information about the chirp_devel
mailing list