-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: merge master with wx3 branch more often #338
Comments
I've merged v1.13.2 to wx3. The wx3 branch for Linux is currently in a pretty good shape - the only known issue is preferences (#308). Once we get this fixed, we can most likely merge wx into master. There's a few other problems on OS X that will keep it using the 2.8 for now, this is the hardest platform to test on for us as I'm the only one that has access to OS X, and that's on a slow VM. So if you have OS X and want to help out, that would be great =D |
I have an os x 10.10 machine and am willing to help out. I have the current wx3 build working right now. What do you need me to do to help out? |
Thanks for the merge. Currently I am pretty busy but today I've set up one of my machines to F22 for easier testing. Once I have packaged it up I will try to investigate this preferences thing. |
Problem
Currently I am running Fedora 21 (wich will/might hit it's end-of-life in November 2015). The only thing blocking me from upgrading my system is pyfa since Fedora 22+ only ships with wxPython 3.
Tried solutions
First I tried to use the vanilla wx3 branch but it seems to be based on an older version of pyfa.
Then I tried to merge master into wx3. After one hour of trying and not knowing what I was doing (since I got no idea why each file was changed in the respective branch) I gave up.
I am also not sure whether the wx3 branch only contains ui changes concerning wxPython 3 since there is a
setup.py
file in that branch which is usually used to install the program.Request
It would be great if once a release is tagged the tag is merged into branch wx3.
I know I am asking since it is a lot of work but it might enable more people using Linux to test the code and maybe help to determine the cause of some problems.
The text was updated successfully, but these errors were encountered: