Hi Robert! 27.01.2015 00:15, Robert Jonsson wrote: > Oh, just one more thing. > > 2015-01-26 21:10 GMT+01:00 Robert Jonsson <[email protected]>: > <..> >>> - Reworked Appearance::defaultStyle static QString variable >>> (static var init fiasco fix) >>> > I'm not entirely sure what this entails but could it be that many are > bitten by this bug? > Did it mean MusE would crash on startup? I think that it can. It's best to avoid those complex global static vars. I received several segfaults on closing MusE due to this variable and decided to make it's initialization explicit. May be someone with different version of gcc will get crash on startup. Don't like floating errors :). > > If so, maybe we should merge this to master first and make a 2.2.1 > release, there are some minor fixes already in master
It's a good idea. I'll then also merge changes for lv2 presets and everything excluding qt5 stuff too if you don't mind :). P.S. Since Tim's changes are made based on muse 2.1 release (need Tim's confirmation on this) it either way will be difficult to merge them even with current master. So if Tim don't mind to create, say, private git repo on our web server (even with non-complete version), I can try to merge changes with master and qt5 copies to evaluate complexity of the future merge operation. > > /Robert -- Regards, Andrew ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Lmuse-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmuse-developer
