Master is permanently buggy. Just to mention a few, I had stuff like:
All this is already annoying for experienced devs. Now imagine you want to make your first steps with git and C++/Linux and stumble over such bugs on master. It's a typical "Hey, I want to contribute, but it's impossible because nothing works." - Instead of finally starting coding, you're busy understanding and fixing issues of others.
Possible solutions?
It's getting a problem if you diverge from master, your branch is getting more and more stable, you want to merge again after some time, but don't do it because master will bring new bugs into your branch. That leads to branches diverging over a long time, resulting in nightmare merge conflicts.
All in all, we should recommend any developer to ignore the master branch until the 1.2 release. Instead, new features should branch from stable-1.2 and be merged back there. It may cause regression issues on stable-1.2, but they are not going to finish it anyways...
I'll change all that in the wiki and also merge some of my branches into stable-1.2, unless anyone shows up good arguments not to do so.
All in all, we should recommend any developer to ignore the master branch forever. Instead, new features should branch from stable-1.2 and be merged back there.
There are a lot of features in master which are not in stable! Do you want to put all that work to trash?
Forever was the wrong word, I meant until the stable branch is abandoned (which seems like forever to me though)... I'll fix that.
I'm a master branch user and I can work with project with lots of VST and LADSPA plugins in LMMS for hours without crashes in Linux. No stability issues at all for me. Only XEmbed plugin embedding freezes (can just use other embedding method in configuration, issue created in github) and SDL2 doesn't exit without ctrl + c (doesn't bother, issue created in github).
Whenever I re-merge/re-base from master, there's at least one new issue getting into my branch that's crucial for the branch topic itself.
I think the right branching guide is:
Waiting for years isn't sarcasm. There's no date planned for 1.2, and 1.2.1 will increase lifetime of stable-1.2, with at least 5 open issues.
Is that branching guide OK?
In my honest opinion 1.2 should be released and then as these other pending issues are solved minor versions can be released. It would look better on lmms as a whole to have more frequent release?
I think for that a long term solution for all windows and maybe mac users is to introduce a way to have the application check for updates auto download them and install them.
Edited by PhysSong: Removed the email quote.
Somehow I find my own issue deconstructive. Sorry for this. I'll close this.
Anyways, the announced 1.2.0 release will probably increase the attention for the master branch, so this should make it much more stable.
Most helpful comment
I'm a master branch user and I can work with project with lots of VST and LADSPA plugins in LMMS for hours without crashes in Linux. No stability issues at all for me. Only XEmbed plugin embedding freezes (can just use other embedding method in configuration, issue created in github) and SDL2 doesn't exit without ctrl + c (doesn't bother, issue created in github).