-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
boost: patch serialization sources #3918
Conversation
I detected other pull requests that are modifying boost/all recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
All green in build 1 (
|
Since these are included in 1.75, would it not be better to wait for that? |
Same question, 1.75.0 is already available. |
We need this for our project. We have our internal mirror so it is not a
big deal if we don't merge it.
But since I had to fix this anyways I decided to open a PR to share it with
the community.
It is up to you if you want this or not.
I think it has some value since bumping boost versions in big projects is
not straightforward. Developers having trouble moving to 1.75 may be
benefited by having a fully functional 1.74 package.
…On Mon, Dec 21, 2020, 17:31 Uilian Ries ***@***.***> wrote:
Since these are included in 1.75, would it not be better to wait for that?
#3903 <#3903>
Same question, 1.75.0 is already available.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3918 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANVXYZIYWDZQY3KNS557Y4LSV6WA3ANCNFSM4U6GDWOA>
.
|
Please check out the draft policy about patches and with a little more support this topic will be unblocked =) |
OK so under the new guidelines this patches would fall into the source patches since it is cherry picking some commits from future versions. I didn't check if this commits are in 1.75 but I'm sure that at least one of them Should I decline this PR then? As I said, we are using our own internal mirror so I don't really mind it. This was just me sharing my fixes to the package, but I understand the reasoning behind the guidelines.
|
Yes, thats my understanding as well. But to clear my intention is not to discourage you but to encourage you to share your thoughts =) |
So I understand where you are coming from with the new guidelines for patches. It sounds great to have the packages to be as vanilla and close to the developer intentions as possible. This is great to make conan and its packages a drop-in replacemente for whatever you where using before to handle your project's dependencies. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically closed because it has not had recent activity. Thank you for your contributions. |
Specify library name and version: boost/1.74.0
There are some missing
include
s onboost.serialization
1.74 which makes some projects fail to build.The first patch comes from this commit boostorg/serialization@f72b9fc
The second one comes from this one boostorg/serialization@8acf329
conan-center hook activated.