Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly convert depset to list for Bazel compatibility #70

Closed
wants to merge 1 commit into from

Conversation

laurentlb
Copy link
Contributor

The flag incompatible_depset_is_not_iterable will soon be
enabled in Bazel by default. Implicitly iteration over a depset
will be forbidden.

The flag `incompatible_depset_is_not_iterable` will soon be
enabled in Bazel by default. Implicitly iteration over a depset
will be forbidden.
@ronshapiro
Copy link
Contributor

Can you submit an internal CL for this? It makes syncing easier.

cpovirk pushed a commit to cpovirk/bazel-common that referenced this pull request Jun 4, 2019
The flag `incompatible_depset_is_not_iterable` will soon be
enabled in Bazel by default. Implicitly iteration over a depset
will be forbidden.

Closes google#70

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=250879220
@cpovirk cpovirk closed this in 084aadd Jun 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants