TriggerMail / rules_pyz

Bazel Python rules that package everything in an executable zip
Apache License 2.0
29 stars 19 forks source link

rules_python_zip.bzl: Use depset.to_list() instead of iteration #18

Closed evanj closed 6 years ago

evanj commented 6 years ago

Implicit iteration is being deprecated since to_list() can be slow: https://github.com/bazelbuild/bazel/blob/master/site/docs/skylark/backward-compatibility.md#depset-is-no-longer-iterable