Thomas Van Lenten
8c575e737f
Fix up lint issues. ( #77 )
...
Fixed via `buildifier --lint=fix` with buildifier 0.19.2.1
2018-11-26 17:31:29 -05:00
c-parsons
6e2d7e4a75
Rename a number of instances of 'skylark' to 'starlark' or 'bzl'
...
Most notably, this renames/moves a few important identifiers:
//:skylark_library.bzl -> //:bzl_library.bzl
skylark_library -> bzl_library
SkylarkLibraryInfo -> StarlarkLibraryInfo
2018-09-28 09:09:18 -04:00
Thomas Van Lenten
1099dd2d0a
deprecate lib.bzl. ( #58 )
...
- tag the :lib target as such.
- print() a warning when lib.bzl is loaded.
2018-09-24 21:48:24 +02:00
Thomas Van Lenten
3fea8cb680
Add missing dep
2018-06-13 14:17:14 -04:00
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
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
f9b0ff1dd3
Add missing versions to the library.
2018-02-20 16:54:27 -05:00
Thomas Van Lenten
a95326eb78
Format the with buildifier.
2018-02-20 16:28:12 -05: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
2a48723686
Fix another misspelled testonly
2017-10-31 08:10:44 -07:00
Tony Allevato
82b3ad6e9e
Initial check-in.
2017-10-10 07:59:31 -07:00