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/9890/head
parent
7e0004d8cf
commit
fa4f96427a
2 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue