2
0
Fork 0
mirror of https://github.com/bazelbuild/bazel-skylib synced 2024-11-27 05:43:25 +00:00
bazel-skylib/tests
TechSY730 3154dbbc41 Add types.is_set() to test whether an arbitrary object is a set as defined by new_sets.bzl. (#181)
* Add sets.is_set() to test whether an arbitrary object is a set.

Since using sets requires special API, it can be useful to determine
whether an object is a set so special handling can be used.
For example, if a method wants to be able to take a list or a set.
2019-09-17 10:21:44 -04:00
..
copy_file Add licenses() to all BUILD files. (#141) 2019-05-01 11:33:25 -04:00
diff_test Fix a number of misc issues to allow google usage of bazel-skylib (#146) 2019-05-07 16:25:43 -04:00
native_binary Delete maprule. Fix Buildifier lint errors. (#192) 2019-09-17 14:03:22 +02:00
run_binary Delete maprule. Fix Buildifier lint errors. (#192) 2019-09-17 14:03:22 +02:00
write_file write_file: support different line endings (#150) 2019-05-09 15:29:44 +02:00
analysis_test_test.sh Minor formatting changes plus doc updates (#147) 2019-05-08 16:34:47 +02:00
BUILD Delete maprule. Fix Buildifier lint errors. (#192) 2019-09-17 14:03:22 +02:00
build_test_tests.bzl Delete maprule. Fix Buildifier lint errors. (#192) 2019-09-17 14:03:22 +02:00
collections_tests.bzl
common_settings_test.sh Create common build settings (#154) 2019-06-14 15:22:54 -04:00
dicts_tests.bzl
new_sets_tests.bzl
old_sets_tests.bzl Make sets.bzl point to new_sets.bzl instead of old_sets.bzl (#158) 2019-05-28 17:54:22 -04:00
partial_tests.bzl
paths_tests.bzl
selects_tests.bzl selects.bzl: Add config_setting_group for config_setting AND/OR-chaining (#89) 2019-06-05 17:39:51 -04:00
shell_tests.bzl
structs_tests.bzl
types_tests.bzl Add types.is_set() to test whether an arbitrary object is a set as defined by new_sets.bzl. (#181) 2019-09-17 10:21:44 -04:00
unittest.bash
unittest_test.sh Add some comments to unittest_test.sh (#159) 2019-06-04 11:28:45 -04:00
unittest_tests.bzl Fix a number of misc issues to allow google usage of bazel-skylib (#146) 2019-05-07 16:25:43 -04:00
versions_tests.bzl