Nicholas Titcombe
0b40ea7b13
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.
2018-04-20 14:44:25 -07:00
Tony Allevato
c8e163653a
Minor spacing cleanup. ( #35 )
2018-04-17 09:52:23 -07:00
dmaclach
d46b607d98
Add support for 'functools.partial' like functionality. ( #34 )
...
* Add support for 'functools.partial' like functionality.
https://docs.python.org/3/library/functools.html#functools.partial
2018-04-17 09:33:38 -07:00
Thomas Van Lenten
dd4cdb95c7
Don't special case current directory relative paths.
2018-03-07 14:30:43 -05:00
Thomas Van Lenten
a5d9a18062
Support no_match_error in selects.with_or().
2018-02-20 16:54:13 -05:00
Thomas Van Lenten
0fa0b2ae07
Add a skylib for versions.
2018-02-20 16:28:27 -05:00
Thomas Van Lenten
a95326eb78
Format the with buildifier.
2018-02-20 16:28:12 -05:00
Ian Cottrell
771fedb260
Fix paths.is_absolute on windows
2018-01-18 11:04:01 -05:00
Jay Conrod
2169ae1c37
versions.bzl: skip check if native.bazel_version is None
...
_check_bazel_version prints a warning in this case, but then attempts
to parse and check None. It should return early.
2018-01-12 11:25:06 -08:00
Jingwen
34d62c4490
Added a lib for version checking and comparison ( #13 )
2018-01-12 09:18:55 -08:00
Nathan Herring
ceeecf9ce6
Add skylark_library rule ( #8 )
...
`skylark_library` targets aggregate `.bzl` files and their dependencies for unit tests as well as Skydoc generation.
2017-10-31 14:54:25 -07:00
Tony Allevato
975e852801
Fix misspelled testonly attribute
2017-10-31 07:04:01 -07:00
Tony Allevato
82b3ad6e9e
Initial check-in.
2017-10-10 07:59:31 -07:00