Fix changing transitive statics package_id#19705
Merged
czoido merged 12 commits intoApr 21, 2026
Merged
Conversation
AbrilRBS
reviewed
Mar 3, 2026
AbrilRBS
reviewed
Apr 20, 2026
Member
Author
|
Did the review:
|
AbrilRBS
reviewed
Apr 20, 2026
AbrilRBS
approved these changes
Apr 20, 2026
franramirez688
approved these changes
Apr 20, 2026
czoido
approved these changes
Apr 21, 2026
jcar87
approved these changes
Apr 21, 2026
memsharded
added a commit
to memsharded/conan
that referenced
this pull request
Apr 22, 2026
* poc of changing transitive statics package_id * review * conf * wip * wip * new approach with required_conan_version>=2.28 * fix * wip * remove help line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog: Bugfix: Change computation of
package_idfor transitive static libraries, based on the newrequired_conan_version=">=2.28"recipe version orglobal.confusingcore:policies=["required_conan_version>=2.28"].Docs: conan-io/docs#4438
For clarification, this bugfix cannot be introduced without the
required_conan_versioncheck because it would be breaking for many users, including ConanCenter that already have their binaries and theirpackage_iddepending on the previous behavior.Close #19664