aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skylark/SkylarkIntegrationTest.java
Commit message (Expand)AuthorAge
* Make explicit the contract of ConfiguredTarget builders returning null when t...Gravatar cparsons2018-07-30
* Automated rollback of commit be88b8539b30d1c36c68b0f6acfe1e9ae010db3b.Gravatar cparsons2018-07-30
* Throw a rule error when a skylark rule implementation returns multiple provid...Gravatar cparsons2018-07-27
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Make DefaultInfo.default_runfiles return all runfiles if the runfiles field o...Gravatar cparsons2018-06-26
* Migrate DefaultInfo and its provider to skylarkbuildapiGravatar cparsons2018-06-21
* Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes...Gravatar Dmitry Lomov2018-05-30
* Migrate StringModule methods to SkylarkCallable from SkylarkSignature.Gravatar cparsons2018-04-11
* Make the "output files of compilation" file group official.Gravatar lberki2018-04-04
* Store RuleClassType in RuleClass. Shouldn't use much more memory, and allows ...Gravatar janakr2018-03-21
* Automated rollback of commit 72d28f3efc2842510a34cacd930c0204143f7412.Gravatar shreyax2018-03-19
* Add some testing methods to get ConfiguredTargetAndData more easily, and rena...Gravatar janakr2018-03-19
* Automated rollback of commit 7ba939dfd5df48903929e9c14ebd0449656403e4.Gravatar shreyax2018-03-12
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Cache SkylarkLookupImportValues in memory so that we don't recompute them mul...Gravatar shreyax2018-03-05
* Change Skylark's print() on a rule target to print the Skylark-exposed provid...Gravatar cparsons2018-02-16
* Refactor to get rid of some getConfiguredTarget() calls in tests and replaceGravatar mjhalupka2018-02-07
* Only allow files created by the same rule as executable outputs of a rule.Gravatar Dmitry Lomov2018-01-22
* Rename OutputGroupProvider -> OutputGroupInfo.Gravatar dslomov2017-12-14
* Set default value of incompatible_load_argument_is_label to true.Gravatar laurentlb2017-12-04
* Fix missing print statements in output functionsGravatar vladmos2017-12-02
* Update tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* Implement custom executable API.Gravatar dslomov2017-10-24
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Remove dialect distinction from the parser.Gravatar laurentlb2017-08-22
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-08-03
* Automated rollback of commit c32e1b1efcd703b3780de47fba62974123593d71.Gravatar dslomov2017-08-02
* Make list EMPTY instance work like tuplesGravatar brandjon2017-08-02
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Use RequiredProviders to validate rule prerequisites in RuleContext.Gravatar dslomov2017-07-31
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* Improve error message when calling a builtin function with wrong typeGravatar laurentlb2017-07-07
* 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
* Update testSpecialMandatoryProviderMissing to cover more casesGravatar vladmos2017-06-22
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Do not access SkylarkProviders anywhere outside of ConfiguredTarget implement...Gravatar dslomov2017-05-16
* Implement OutputGroupInfo provider.Gravatar dslomov2017-05-03
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* Resolve special provider names when checking for mandatory providersGravatar vladmos2017-03-29
* Remove provider safety check and make all old ctx objects featurelessGravatar Vladimir Moskva2017-03-23
* Refactor implementation of native and Skylark declared providers.Gravatar Dmitry Lomov2017-03-03
* Use skylark-preferred quote char for string literalGravatar Michajlo Matijkiw2017-02-23
* allow skylark implicit output callbacks to use the rule name Gravatar Benjamin Peterson2017-02-01
* Fix the translation of names of implicit or latebound attributes to their Sky...Gravatar Florian Weikert2017-01-30
* With interleaving now enabled, clean up our tests.Gravatar Ulf Adams2017-01-18
* Deprecated and removed HOST_CFG and DATA_CFG global variables.Gravatar Vladimir Moskva2017-01-10
* Provide Skylark imports, even if the package has some errors.Gravatar Laurent Le Brun2017-01-05