Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Removed all instances of direct iteration over a depset #59

Merged
merged 1 commit into from
Jun 6, 2019

Conversation

apt-itude
Copy link
Contributor

Fixes #58

All instances now call .to_list() on the depset to return a list. This ensures that when Bazel 0.27 is released, the --incompatible_depset_is_not_iterable=false flag will not need to be used.

Copy link
Owner

@fwouts fwouts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for ensuring forward compatibility :)

@fwouts fwouts merged commit c125083 into fwouts:master Jun 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot iterate over a depset in Bazel 0.27
2 participants