Back port commits to 0.19 branch

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
Syres
Veteran
Posts: 2902
Joined: Thu Aug 09, 2018 11:14 am

Re: Back port commits to 0.19 branch

Post by Syres »

Also please add https://github.com/FreeCAD/FreeCAD/pull/4644 to the backports, there's been a report of missing icon on toolbar of Part Wb.
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: Back port commits to 0.19 branch

Post by uwestoehr »

Syres wrote: Tue Sep 28, 2021 3:24 pm Also please add https://github.com/FreeCAD/FreeCAD/pull/4644 to the backports, there's been a report of missing icon on toolbar of Part Wb.
Thanks, it is in the list now.
User avatar
chennes
Veteran
Posts: 3914
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: Back port commits to 0.19 branch

Post by chennes »

Yes, I've added that one too, thanks.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
chennes
Veteran
Posts: 3914
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: Back port commits to 0.19 branch

Post by chennes »

I have backported the PRs that were on my list to handle to the 0.19 branch, all of them applied cleanly. If anyone has free time, it would be good for other people to check out the head of that branch (not the release tag) and try to compile and run 0.19.x. Thanks!
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Back port commits to 0.19 branch

Post by bernd »

should we backport CI commits and try to run CI on this branch ?
User avatar
chennes
Veteran
Posts: 3914
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: Back port commits to 0.19 branch

Post by chennes »

I think that's a good idea, especially because CI changes can't break the build, so are basically safe by definition, right?
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: Back port commits to 0.19 branch

Post by uwestoehr »

chennes wrote: Thu Sep 30, 2021 3:16 pm I have backported the PRs that were on my list to handle to the 0.19 branch, all of them applied cleanly.
Many thanks!
Could you please update the list accordingly? As you wrote, some backport requests should be reviewed by others. Can you add this info behind the item in the list?
User avatar
chennes
Veteran
Posts: 3914
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: Back port commits to 0.19 branch

Post by chennes »

uwestoehr wrote: Thu Sep 30, 2021 8:36 pm Can you add this info behind the item in the list?
What info do you need? I indicated the ones that are staged, but we haven't tagged the next release yet.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: Back port commits to 0.19 branch

Post by uwestoehr »

chennes wrote: Thu Sep 30, 2021 8:38 pm What info do you need? I indicated the ones that are staged, but we haven't tagged the next release yet.
Add "added for v0.19.3" behind the merged ones and strike them trough.
For the unmerged ones you have a capable developer in mind you could e.g. write "to be reviewed by e.g. xxx". where xxx is the name of a developer you have in mind. Just a proposal.

Although there is no tagged release, we know that the next bugfix release will be 0.19.3, so everyone looking at the list knows, that these backports will be part of the upcoming release. And also nice for users is to see that there will be a further bugfix release at all ;)
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Back port commits to 0.19 branch

Post by bernd »

chennes wrote: Thu Sep 30, 2021 3:21 pm I think that's a good idea, especially because CI changes can't break the build, so are basically safe by definition, right?
somehow I can not push to FreeCAD-0-19 branch ... pushing to master still works for me. Is there anything special with this branch?

cheers bernd
Post Reply