aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/syntax/SkylarkEvaluationTest.java
Commit message (Expand)AuthorAge
* Migrate Info's skylark methods to @SkylarkCallableGravatar cparsons2018-04-10
* Introduce extraPositonals and extraArguments to SkylarkCallable, to have pari...Gravatar cparsons2018-04-09
* Cleanup @SkylarkCallable parameters and their error handling.Gravatar cparsons2018-04-06
* Migrate SkylarkNativeModule methods to use @SkylarkCallable instead of @Skyla...Gravatar cparsons2018-04-04
* Enforce @SkylarkCallable must have a non-empty doc string or explicitly be do...Gravatar cparsons2018-03-30
* Create useSkylarkSemantics for @SkylarkCallable, so annotated methods can spe...Gravatar cparsons2018-03-22
* Change error messaging of @SkylarkCallable invocations to match @SkylarkSigna...Gravatar cparsons2018-03-21
* Allow passing location, ast, and environment to @SkylarkCallable methodsGravatar cparsons2018-03-07
* Remove --incompatible_load_argument_is_label flagGravatar laurentlb2018-03-01
* Deprecate and remove several uses of the 'values' map in NativeInfo subclasses.Gravatar cparsons2018-02-28
* Remove old flags.Gravatar laurentlb2018-02-16
* Expose structField callable methods of skylark objects to dir() and str() callsGravatar cparsons2018-02-05
* Fix string_list_dict values to be skylark lists in all casesGravatar cparsons2018-01-31
* Fix testPlusEqualsOnDictGravatar vladmos2018-01-02
* Rename some ClassObject/Provider-related methodsGravatar brandjon2017-12-28
* Remove the --incompatible_list_plus_equals_inplace flagGravatar vladmos2017-12-08
* Add test for recursive function callsGravatar brandjon2017-10-23
* Check parameter types for methods when multiple types are allowed.Gravatar Dmitry Lomov2017-09-25
* Automated rollback of commit 17214ac78ffaec369d5d5bafe62a39730473cfaa.Gravatar dslomov2017-09-22
* Check parameter types for methods when multiple types are allowed.Gravatar dslomov2017-09-20
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* --incompatible_comprehension_variables_do_not_leak defaults to trueGravatar laurentlb2017-09-08
* Support labels referencing external targets (with '@') in load with --incompa...Gravatar Kevin Gessner2017-09-07
* Split Info into SkylarkInfo and NativeInfo.Gravatar dslomov2017-08-22
* Throw a static error when lvalue of an augmented assignment is a list.Gravatar laurentlb2017-08-21
* Make `incompatible_disallow_toplevel_if_statement` default to true.Gravatar laurentlb2017-08-17
* Make the print function output debug messagesGravatar vladmos2017-08-11
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Refactor augmented assignment and lvaluesGravatar brandjon2017-07-26
* Fix crash when unioning depsets with different ordersGravatar brandjon2017-07-14
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Require LValues to have at least one variable.Gravatar laurentlb2017-07-06
* Clean up string representations for labelsGravatar vladmos2017-07-05
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Forbid 'in' operator on depset with --incompatible_depset_is_not_iterableGravatar laurentlb2017-06-26
* Make len(depset()) fail when --incompatible_depset_is_not_iterable is setGravatar laurentlb2017-06-26
* Introduce --incompatible_depset_is_not_iterableGravatar laurentlb2017-06-21
* Introduce --incompatible_load_argument_is_label (1st argument of load must be...Gravatar laurentlb2017-06-14
* Introduce --incompatible_comprehension_variables_do_not_leakGravatar laurentlb2017-06-14
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Rename some --incompatible_* flags to be more specificGravatar brandjon2017-05-08
* Implement a flag to forbid the `+` operator for dictsGravatar vladmos2017-05-04
* Fix Java styleGravatar vladmos2017-05-04
* Implement a flag for extend-like behavior of the `+=` operator for listsGravatar vladmos2017-05-04
* Make immutability explicit for things exposed to Skylark.Gravatar dslomov2017-04-12
* Enable SkylarkCallable methods to be used on ClassObjects.Gravatar Michael Staib2017-03-22
* Improve error message for the 'in' operator.Gravatar Laurent Le Brun2017-03-03
* Augmented assignments don't evaluate lhs multiple timesGravatar Vladimir Moskva2017-02-21
* parseBuildString doesn't crash on files with hash lines.Gravatar Carmi Grushko2017-02-21