Macs with Protobuf 3 can’t compile the 0.13 branch. Backport the fix from master.
Backport “Fix: OSX QT compile: use built-in swap if available, or defer” #9660
pull droark wants to merge 1 commits into bitcoin:0.13 from droark:macbackport changing 7 files +98 −3-
droark commented at 12:20 AM on February 1, 2017: contributor
-
6ee6532bb9
Backport “Fix: OSX QT compile: use built-in swap if available, or defer”
Macs with Protobuf 3 can’t compile the 0.13 branch. Backport the fix from master.
- MarcoFalke added this to the milestone 0.13.3 on Feb 1, 2017
-
MarcoFalke commented at 1:09 AM on February 1, 2017: member
Please amend the commit with the source commit and set the author to the original one. E.g. c365556185d89122a04344d2dc640cffc67f155c
-
droark commented at 1:23 AM on February 1, 2017: contributor
Thanks. Will do.
-
laanwj commented at 8:24 AM on February 1, 2017: member
Thanks, backported via 59c37ae
- laanwj closed this on Feb 1, 2017
- droark deleted the branch on Feb 1, 2017
-
droark commented at 1:30 AM on February 2, 2017: contributor
Thanks, @laanwj.
Question for future reference: I have a microscopic nit with the backport as committed. It's something I fixed in my PR but (probably) isn't worth fixing in 0.13. If I want to use the source commit, as @MarcoFalke requested, and also make changes, should I leave my changes as a separate commit or should I do a fixup? Thanks.
-
laanwj commented at 8:01 AM on February 2, 2017: member
Backports are usually not the time to fix problems or make changes.
But if you need to make some larger change to get it to work with the previous branch, yes just add your own commit. Just be sure to add the metadata (Github-Pull: , Rebased-From: ) on the cherry-picked commit.
-
MarcoFalke commented at 5:21 PM on February 2, 2017: member
I have a microscopic nit with the backport as committed.
Yes, agree with laanwj, backports are for bug fixes only and don't change backport commits unless it is required due to merge conflicts.
On Thu, Feb 2, 2017 at 9:01 AM, Wladimir J. van der Laan < notifications@github.com> wrote:
Backports are usually not the time to fix problems or make changes.
But if you need to make some larger change to get it to work with the previous branch, yes just add your own commit. Just be sure to add the metadata (Github-Pull: , Rebased-From: ) on the cherry-picked commit.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bitcoin/bitcoin/pull/9660#issuecomment-276891688, or mute the thread https://github.com/notifications/unsubscribe-auth/AGGmv7HS137nyIJaxc3DX2nTmxqE8IQkks5rYY1igaJpZM4LzWFx .
- MarcoFalke removed this from the milestone 0.13.3 on Jun 3, 2017
- MarcoFalke locked this on Sep 8, 2021