Sign in
bazel
/
bazel
/
a3c25a6ce14156bad75f9fd971ffc58320d28c9f
/
src
/
test
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
syntax
/
MethodLibraryTest.java
8d610c6
Index and slice calls are implemented as separate AST nodes rather than special
by Vladimir Moskva
· 9 years ago
e7e55bb
Fixed SkylarkTests on Windows Fixed #1729
by Yun Peng
· 9 years ago
cdb6ef5
Make SkylarkClassObject "Bazel-specific".
by Dmitry Lomov
· 9 years ago
ad81cff
Make 3-arg form of getattr() work when third arg is None
by Jon Brandvein
· 9 years ago
3bdb4c3
Following commit 9c4629dafc3aafc10f952824efd448700ad3363e, specify that hashing is deterministic and uses a specific algorithm.
by Jon Brandvein
· 9 years ago
9c4629d
RELNOTES: Add global hash() function for strings (only)
by Jon Brandvein
· 9 years ago
bc1ff69
Skylark: int() can now declare a base parameter.
by Florian Weikert
· 9 years ago
fc61005
Fixed more Bazel tests on Windows by using the right line separator
by Yun Peng
· 9 years ago
fe206a4
Allow fail() function to accept any argument
by Laurent Le Brun
· 9 years ago
6c2276a
implement list.insert for skylark rule
by Yue Gan
· 10 years ago
e5e3e91
Skylark: improved documentation and error messages of getattr() and hasattr() when being called with the name of an existing method.
by Florian Weikert
· 10 years ago
b525bee
Skylark: implement dict.update
by Laurent Le Brun
· 10 years ago
432d715
Implement pop(), popitem() and setdefault() for dict
by Francois-Rene Rideau
· 10 years ago
ab049e0
Reinstate mutable maps, again.
by Francois-Rene Rideau
· 10 years ago
d5ef2b4
Rollback of commit f941d56acfad5f8c819c81b494f806ea74ea7fd8.
by Carmi Grushko
· 10 years ago
f941d56
Reinstate mutable SkylarkDict
by Francois-Rene Rideau
· 10 years ago
fbd8333
Rollback of commit c0a8c58b9230a1f5d76269eb7dc6b11e18f19686.
by Damien Martin-Guillerez
· 10 years ago
c0a8c58
Make Skylark dicts mutable
by Francois-Rene Rideau
· 10 years ago
88df1f5
Reduce differences between Skylark and Build evaluation
by Laurent Le Brun
· 10 years ago
3a83747
Add list.pop
by Laurent Le Brun
· 10 years ago
e342196
Skylark: Slice operations now accept a step argument.
by Florian Weikert
· 10 years ago
532d3ba
Rollback of commit 21fbbd6a32b95ba746f09dae1eaeaccf675cd5b3.
by Florian Weikert
· 10 years ago
21fbbd6
Rollback of commit d03485f1361ff825a976512959438321442c7c98.
by Kristina Chodorow
· 10 years ago
8853df9
Implement list.remove function
by Laurent Le Brun
· 10 years ago
233a46e
Skylark: implemented all() and any()
by Florian Weikert
· 10 years ago
d03485f
Skylark: implemented more string functions (isalnum, isdigit, etc).
by Florian Weikert
· 10 years ago
d5e3350
Skylark: implemented reversed()
by Florian Weikert
· 10 years ago
5e8752b
Skylark: implemented min() and max().
by Florian Weikert
· 10 years ago
cb8f278
Skylark: implemented str.splitlines()
by Florian Weikert
· 10 years ago
b4c5904
Migrated EvaluationTestCase (and all tests depending on it) to JUnit 4.
by Florian Weikert
· 10 years ago
3ef1eea
Add list.index method
by Laurent Le Brun
· 10 years ago
84075f3
Add some strip/rstrip/lstrip tests and fix the bugs that showed up as a result.
by Googler
· 10 years ago
93ed7f1
Unify Skylark and BUILD lists
by Francois-Rene Rideau
· 10 years ago
ad84974
Skylark: Add lstrip and rstrip functions.
by Laurent Le Brun
· 10 years ago
1c07e32
Implemented copy constructor for Skylark dictionaries: new_dict = dict(old_dict)
by Florian Weikert
· 10 years ago
ceae8c5
Open source some skylark tests.
by Han-Wen Nienhuys
· 10 years ago
4e99410
Refactor SkylarkList to allow MutableList
by Francois-Rene Rideau
· 10 years ago
90a1596
Fixed Skylark stack trace:
by Florian Weikert
· 10 years ago
8e8fa05
Implement a Python 2 compatible isalpha function for Skylark strings.
by Googler
· 10 years ago
0f7ba34
Move global objects to Runtime
by Francois-Rene Rideau
· 10 years ago
b4114cc
Add string.capitalize()
by Laurent Le Brun
· 10 years ago
c1d54ec
Skylark stack traces are now displayed in Python format.
by Florian Weikert
· 10 years ago
b5c3b3a
Import MethodLibraryTest.java into bazel
by Francois-Rene Rideau
· 10 years ago