Flag: --incompatible_disable_depset_items
Disables the items parameter of the depset() contructor.
Motivation
The items parameter has been documented as Deprecated for many months. Users are encouraged to use direct and transitive instead.
Migration
Separate the items of a depset into the direct elements and the transitive depsets to union; use direct and transitive parameters. See the documentation.
Flag: --incompatible_disable_depset_items
Disables the
itemsparameter of thedepset()contructor.Motivation
The
itemsparameter has been documented as Deprecated for many months. Users are encouraged to usedirectandtransitiveinstead.Migration
Separate the items of a depset into the direct elements and the transitive depsets to union; use
directandtransitiveparameters. See the documentation.