aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skylark/SkylarkAspectsTest.java
Commit message (Expand)AuthorAge
* Cleanup for Java 8Gravatar laurentlb2017-07-05
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Introduce ctx.actions.write in place of ctx.file_action.Gravatar dslomov2017-06-30
* Add 'ctx.actions' and implement 'ctx.action.declare_file'.Gravatar dslomov2017-06-27
* Do not access SkylarkProviders anywhere outside of ConfiguredTarget implement...Gravatar dslomov2017-05-16
* Optimize TransitiveInfoMap memory consumption.Gravatar Googler2017-05-09
* Do not report errors when aspects try to attach to files.Gravatar dslomov2017-05-08
* Do not put OutputGroupProvider into SkylarkProviders.Gravatar dslomov2017-05-03
* Implement OutputGroupInfo provider.Gravatar dslomov2017-05-03
* Fix tests to create WORKSPACE files for local repositories.Gravatar John Cater2017-04-24
* Better error messages for non-exported values.Gravatar dslomov2017-04-11
* Aspect propagation should not lose transitively-visible aspects.Gravatar dslomov2017-04-11
* Remove provider safety check and make all old ctx objects featurelessGravatar Vladimir Moskva2017-03-23
* Fix dir() on Targets with aspects applied.Gravatar Dmitry Lomov2017-03-22
* Support declared providers for aspectsGravatar Vladimir Moskva2017-03-06
* Add the LABEL_KEYED_STRING_DICT type for attributes.Gravatar Michael Staib2017-02-24
* Report inconsistent aspect order error to the user.Gravatar Dmitry Lomov2017-02-24
* Remove ctx.aspect_id and Target.aspect_ids.Gravatar Dmitry Lomov2017-02-23
* Add ctx.aspect_ids, deprecate ctx.aspect_id and Target.aspect_ids.Gravatar Dmitry Lomov2017-02-23
* Restrict aspects visible to other aspects according to their advertised provi...Gravatar Dmitry Lomov2017-02-15
* Allow Skylark aspects to advertise providers.Gravatar Dmitry Lomov2017-02-14
* Refactor SkylarkNestedSet to not implement IterableGravatar Jon Brandvein2017-01-20
* Mandatory cfg parameter for labels if executable=1 is providedGravatar Vladimir Moskva2017-01-13
* Cleanup in error messages, try to improve consistency.Gravatar Laurent Le Brun2017-01-03
* Add `depset` as an alias to `set` in SkylarkGravatar Vladimir Moskva2016-12-27
* Add 'aspect_id' for to identify aspects that has been applied to the target.Gravatar Dmitry Lomov2016-12-05
* Make SkylarkAttr.Descriptor thread-safe.Gravatar Dmitry Lomov2016-11-24
* Remove 'test' prefix from test names in SkylarkAspectTest.Gravatar Dmitry Lomov2016-11-21
* Implement 'output_groups' provider.Gravatar Dmitry Lomov2016-11-21
* Allow labels in the '--aspects' parameter.Gravatar Dmitry Lomov2016-11-21
* Rollback of commit a3f5f576cd35798140ba3e81d03d919dd4ecb847.Gravatar Alex Humesky2016-11-17
* Aspects-on-aspects implementation.Gravatar Dmitry Lomov2016-11-15
* output_group is not a real Skylark provider for aspects, as well as for rules.Gravatar Dmitry Lomov2016-11-11
* Do not crash when aspects provide duplicate things.Gravatar Dmitry Lomov2016-11-11
* Do not propagate aspect to own attributes when using '*'.Gravatar Googler2016-11-04
* Add support for aspects to attr.label() attributesGravatar Jon Brandvein2016-09-16
* Fixed SkylarkTests on WindowsGravatar Yun Peng2016-09-09
* Apply extra actions to top-level aspects.Gravatar Dmitry Lomov2016-08-10
* Prohibit duplicate addition of aspect to an attribute and improve diagnostics.Gravatar Dmitry Lomov2016-07-19
* Make sure that aspects are only added once to Skylark attribute defintion.Gravatar Dmitry Lomov2016-07-18
* For --aspects parameter, ignore top-level targets that are not rules.Gravatar Dmitry Lomov2016-06-29
* Filegroups can optionally export sources from a given output group.Gravatar Cal Peyser2016-06-23
* Fixed more Bazel tests on Windows by using the right line separatorGravatar Yun Peng2016-06-21
* Always restrict aspects to only access requested configuration fragments.Gravatar Michael Staib2016-05-19
* Print an error message when the wrong type of input is given as an aspectGravatar Kristina Chodorow2016-05-11
* Expose parameterized aspects to Skylark.Gravatar Googler2016-05-09
* Skylark aspects should always output to bin directory.Gravatar Dmitry Lomov2016-04-22
* Use the correct Aspect in AspectFunction for Skylark aspects.Gravatar Dmitry Lomov2016-04-07
* --Gravatar Chris Parsons2016-03-28
* Fix equality and comparison for SkylarkAspectClass.Gravatar Dmitry Lomov2016-03-17