aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorNicholas Titcombe <ntitcombe@gmail.com>2018-04-20 14:44:25 -0700
committerTony Allevato <tony.allevato@gmail.com>2018-04-20 14:44:25 -0700
commit0b40ea7b13ad2a05d09f36680708900aa43b9fa6 (patch)
treea16e8b90705197fd01f285261bc1a806a1588d7a /BUILD
parent59fba13160dcca689dee572f9ec6c4a81a5a96e5 (diff)
downloadbazel-skylib-0b40ea7b13ad2a05d09f36680708900aa43b9fa6.tar.gz
Introduce new_sets.bzl (#32)
This version is hash-based (implemented on top of a dictionary) and doesn't suffer the performance problems of the current version. It will eventually replace the old one after a deprecation period.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 8f89a83..1cb7dc0 100644
--- a/BUILD
+++ b/BUILD
@@ -24,6 +24,7 @@ skylark_library(
deps = [
"//lib:collections",
"//lib:dicts",
+ "//lib:new_sets",
"//lib:partial",
"//lib:paths",
"//lib:selects",