-
Notifications
You must be signed in to change notification settings - Fork 993
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
fix self.info.clear() for python_requires and tool_requires #15285
fix self.info.clear() for python_requires and tool_requires #15285
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😶
might it be a breaking change? seems like it can change package ID for existing recipes and packages |
Might be changing some package-ids, but it is a bug, and can be fixed, even if that is the case. However, it is unlikely to hit, and this is the reason it hasn't been detected so far:
|
I read a stability commitment documentation, and it's kinda unclear:
so I see, if you consider some behavior buggy (retrospectively or retroactively), you are always free to change it, and it's not breaking (that gives pretty much freedom to break things, actually).
so doc mainly talks about settings and options. |
This is a clear bug. |
Changelog: Bugfix: Make
self.info.clear()
and header-only packages to removepython_requires
andtool_requires
.Docs: conan-io/docs#3485