Project

General

Profile

ChirpNextBuild » History » Version 9

Dan Smith, 12/16/2022 05:08 PM

1 1 Dan Smith
# About CHIRP-next
2
3 4 Dan Smith
{{>toc}}
4
5 8 Dan Smith
The CHIRP project is working on a major project to re-write some of the core components necessary for longevity in the years to come.
6
7 1 Dan Smith
This page explains the chirp-next build, why it is necessary, what to expect, and how you can help.
8
9
## Why is this necessary?
10
11
When CHIRP started in 2008, it was based on two core pieces of modern-at-the-time software, Python 2.x (the language) and PyGTK (the GUI toolkit). Since then, the Python development team defined Python 3.0, which is an evolution of the language, but with many incompatible changes, specifically in the areas that affect CHIRP. Further, the developers of PyGTK decided to mothball the project and **not ever** move to support Python 3. This left CHIRP in a tough spot, as moving to Python 3 not only required significant changes to almost every radio driver (of which there are about 350) *and* basically a complete re-write of the GUI at the same time. There are various shims and hacks for temporary compatibility that we could have (and in some cases, did) explore, but the end result was the same: something had to change.
12
13
Mac and Linux users are likely painfully aware of the increasing difficulty in running CHIRP that has been creeping up for the last few years. Python 2.7 was officially End-of-Lifed in 2020, and many Linux distros dropped support around then. Apple held on a little longer, but has removed Python 2.7 from MacOS now. Windows' users have been largely unaffected directly by the deprecation issue, but developers have an increasingly shrinking set of platforms they can use to continue CHIRP development.
14 2 Dan Smith
15
## How you can help
16
17
Perhaps the biggest hurdle to this transition has been the radio drivers. CHIRP supports hundreds of unique radio models, and in many cases, those were developed with borrowed radios, or radios that a developer owned at the time, but no longer has. Rewriting those drivers and testing them with real hardware is an enormous task for an all-volunteer project like this. To get to where we are today, we had to find and test as many real radios as possible. Developers borrowed, bought on eBay (yes, really), and dug out of the woodwork as many as possible, but there is (and likely will be) a long tail of models that we're looking for.
18 3 Dan Smith
19
Re-writing the GUI also brings many challenges, as this is largely maintained by one person in the development team. A re-write gives us an opportunity simplify, eliminate complex features that are rarely used, and also make CHIRP behave a little better on each of the platforms. Instead of being "A Linux program that runs on Windows," we have also used this opportunity to try to make it feel more like a native app on each of the platforms we support.
20
21
We now need to engage the larger community of users, power-users, and enthusiasts to try to close the gap on radio testing, GUI testing, etc.
22
23 5 Dan Smith
### 1. Test obscure radio models
24 3 Dan Smith
25
If you have one of the radios on the list of un-tested models, please consider giving it a try and filing a bug. Even if it works fine, please let us know so we can mark it down. If it doesn't, it would be great if you would be willing to test some changes to help us get it fixed. If it's an older radio, consider donating it to a developer (this is the most helpful thing you can do).
26
27 5 Dan Smith
**When filing a bug, please consider:**
28 1 Dan Smith
29 6 Dan Smith
1. Please search or consult the [list of bugs](https://chirp.danplanet.com/projects/chirp/issues?utf8=%E2%9C%93&set_filter=1&sort=id%3Adesc&f%5B%5D=status_id&op%5Bstatus_id%5D=*&f%5B%5D=tracker_id&op%5Btracker_id%5D=%3D&v%5Btracker_id%5D%5B%5D=1&f%5B%5D=cf_1&op%5Bcf_1%5D=%3D&v%5Bcf_1%5D%5B%5D=next+%28py3%29&f%5B%5D=&c%5B%5D=tracker&c%5B%5D=status&c%5B%5D=priority&c%5B%5D=subject&c%5B%5D=updated_on&group_by=status&t%5B%5D=) to see if your issue is already reported
30 5 Dan Smith
1. Be sure to choose "next" in the Chirp Version field so we know this is related to the new build
31
1. Make sure to tell us which radio you're reporting. Both in the subject of the bug, but also in the "Model Affected" box
32
1. Make sure to update the "Platform" field so we know which system you are using
33
1. If you are able to download and save an image of the radio, please attach it
34
1. If the problem occurs while changing memories or settings, please include *detailed* steps to reproduce it.
35
36
### 2. Further test well-supported models
37
38 1 Dan Smith
We attempted to "smoke test" converted drivers for the new platform, but it's possible that bugs still lurk in strange configurations. Even if you only have radios that have already been tested, we welcome more comprehensive tests. **Note:** if you find a bug, it would be helpful if you can test the same issue on the legacy build and include in your bug report whether or not it's broken there, or only in the new build.
39
40 5 Dan Smith
**When filing a bug, please consider:**
41
42 7 Dan Smith
1. Please search or consult the [list of bugs](https://chirp.danplanet.com/projects/chirp/issues?utf8=%E2%9C%93&set_filter=1&sort=id%3Adesc&f%5B%5D=status_id&op%5Bstatus_id%5D=*&f%5B%5D=tracker_id&op%5Btracker_id%5D=%3D&v%5Btracker_id%5D%5B%5D=1&f%5B%5D=cf_1&op%5Bcf_1%5D=%3D&v%5Bcf_1%5D%5B%5D=next+%28py3%29&f%5B%5D=&c%5B%5D=tracker&c%5B%5D=status&c%5B%5D=priority&c%5B%5D=subject&c%5B%5D=updated_on&group_by=status&t%5B%5D=) to see if your issue is already reported
43 5 Dan Smith
1. Be sure to choose "next" in the Chirp Version field so we know this is related to the new build
44
1. Make sure to tell us which radio you're reporting. Both in the subject of the bug, but also in the "Model Affected" box
45
1. Make sure to update the "Platform" field so we know which system you are using
46
1. If you are able to download and save an image of the radio, please attach it
47
1. If the problem occurs while changing memories or settings, please include *detailed* steps to reproduce it.
48
49
### 3. Poke around with the new GUI
50 1 Dan Smith
51 7 Dan Smith
The GUI is all new from scratch, so it is likely to have bugs. If you find something, please report it. If there is some feature you consider to be missing from the new GUI that was present in the old one, we want to hear that too. Please understand that we will probably have to prioritize bugs over features for some time to come, but your feedback is still valuable. **Please check the [list of requested features](https://chirp.danplanet.com/projects/chirp/issues?utf8=%E2%9C%93&set_filter=1&sort=id%3Adesc&f%5B%5D=status_id&op%5Bstatus_id%5D=*&f%5B%5D=tracker_id&op%5Btracker_id%5D=%3D&v%5Btracker_id%5D%5B%5D=2&f%5B%5D=cf_1&op%5Bcf_1%5D=%3D&v%5Bcf_1%5D%5B%5D=next+%28py3%29&f%5B%5D=&c%5B%5D=tracker&c%5B%5D=status&c%5B%5D=priority&c%5B%5D=subject&c%5B%5D=updated_on&group_by=status&t%5B%5D=) before reporting one.**
52
53
Things that appear to be GUI bugs can often be specific to a radio driver, so please try to follow the same instructions for GUI bugs as well:
54
55
1. Please search or consult the [list of bugs](https://chirp.danplanet.com/projects/chirp/issues?utf8=%E2%9C%93&set_filter=1&sort=id%3Adesc&f%5B%5D=status_id&op%5Bstatus_id%5D=*&f%5B%5D=tracker_id&op%5Btracker_id%5D=%3D&v%5Btracker_id%5D%5B%5D=1&f%5B%5D=cf_1&op%5Bcf_1%5D=%3D&v%5Bcf_1%5D%5B%5D=next+%28py3%29&f%5B%5D=&c%5B%5D=tracker&c%5B%5D=status&c%5B%5D=priority&c%5B%5D=subject&c%5B%5D=updated_on&group_by=status&t%5B%5D=) to see if your issue is already reported
56
1. Be sure to choose "next" in the Chirp Version field so we know this is related to the new build
57
1. Make sure to tell us which radio you're reporting. Both in the subject of the bug, but also in the "Model Affected" box
58
1. Make sure to update the "Platform" field so we know which system you are using
59
1. If you are able to download and save an image of the radio, please attach it
60
1. If the problem occurs while changing memories or settings, please include *detailed* steps to reproduce it.
61 8 Dan Smith
62 9 Dan Smith
### Donate money or radios
63
64
One of the hardest things of this process has been re-surveying all the supported models to make sure we get their drivers fixed for the new platform. A few of us have a large collection of radios with which to test, and even still, it's a fraction of what is needed. Some of us tawl eBay and other forums looking for older models (sometimes with damage) we can purchase to close a gap, but that's not really sustainable for a volunteer-run project. Donating money (links on the [[Download]] page) to help with these activities, or even better, an old radio that you no longer use, but could help us close a gap for someone that still does is very helpful.
65
66 8 Dan Smith
## What to expect for the future
67
68
At some point the current builds (called "chirp-daily") will be renamed to "chirp-legacy" and new development there will be frozen. What is now "chirp-next" will become the primary platform we want all users to be on, and will take the place of the current "chirp-daily" builds.