allbuildtestrunquerystartup options
--incompatible_depset_is_not_iterable=<true or false>
If set to true, depset type is not iterable. For loops and functions expecting an iterable will reject depset objects. Use the `.to_list` method to explicitly convert to a list.
default: "false"
build file_semantics
incompatible change
triggered by_all_incompatible_changes