In commit 06481666f4
this warning got
moved from build.py to the interpreter. Unfortunately it got added to
the wrong function... it is supposed to be part of custom_target and
even mentions this as the feature_name.
Since then, build_always became a KwargInfo and has the deprecated-since
attribute baked into it. But it didn't have the additional message which
it really should have.
Add that message at the same time we remove it from vcs_tag.
pull/10112/head
parent
6bdba64edf
commit
6c9e0fd3a4
2 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue