In #12298, for Toolset we introduced two deprecations:
__add__ method
add(toolset). add(tool) is still supported
After 3.1.0, we should remove the deprecated method and code paths. _ToolsetWrapper must also be removed: it only exists to support __add__.
These changes will be released in 3.2.0.
(Reference POC: #12271)
👋 Hello there! This issue will be handled internally and isn't open for external contributions. If you'd like to contribute, please take a look at issues labeled contributions welcome or good first issue. We'd really appreciate it!
In #12298, for
Toolsetwe introduced two deprecations:__add__methodadd(toolset).add(tool)is still supportedAfter 3.1.0, we should remove the deprecated method and code paths.
_ToolsetWrappermust also be removed: it only exists to support__add__.These changes will be released in 3.2.0.
(Reference POC: #12271)
👋 Hello there! This issue will be handled internally and isn't open for external contributions. If you'd like to contribute, please take a look at issues labeled contributions welcome or good first issue. We'd really appreciate it!