Commit 7cb1d2f
Vendor starlark code from github.com/bazelbuild/bazel master branch
Included changes:
- b08585cea8e6451d16d584ace1bafee882d88378 Eliminate all hardcoded usage of the type universe in `Mo... by brandjon <brandjon@google.com>
- ed98d31d352a41595d9f4561fae501bd67a43826 Add ability for builtin methods to act as types by brandjon <brandjon@google.com>
- 32eef3485d66f448df4b66fe4f0d530e1a88f99b Eliminate redundant constructor param by brandjon <brandjon@google.com>
- b11068b3da3dfce20150a5365cc22d2553d3b372 Fix support for File objects in proto.encode_text by arostovtsev <arostovtsev@google.com>
- b5f2b3440316106f8b770ecdc210d0c7e8409278 Rename `StarlarkClassDescriptor` -> `ClassDescriptor` by brandjon <brandjon@google.com>
- 5a99b45299038d23646b0829854082fe707c9898 Encode NativeInfo via a proxy Structure to avoid dep from... by arostovtsev <arostovtsev@google.com>
- 8bd966e6900e0da20854da6d4cee43c151296ec8 Update comments in `CallUtils` machinery by brandjon <brandjon@google.com>
- 9bcfa7e87f1354a15f303e754347bbc6541ddc5b Add machinery for registering a Starlark value as a type ... by brandjon <brandjon@google.com>
- 9fcee3ebaa1cfd59ae3ddce571788ad8410c7ff0 Type checker: Add call and conditional expression support by arostovtsev <arostovtsev@google.com>
- 8f3d629275742087b262a96f56af4e16cdf9c231 Remove the version of `StarlarkValue#repr` that doesn't t... by wyv <wyv@google.com>
VENDOR_STARLARK_REV_ID: b08585cea8e6451d16d584ace1bafee882d88378
Change-Id: I96ada2d54c4df85f7acc908959bcfe133ad43c381 parent 6f310f6 commit 7cb1d2f
File tree
38 files changed
+1070
-624
lines changed- third_party/bazel/main/java
- com/google/devtools/build/lib/packages
- net/starlark/java
- annot
- eval
- lib
- json
- syntax
38 files changed
+1070
-624
lines changedLines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 0 additions & 71 deletions
This file was deleted.
Lines changed: 0 additions & 144 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
193 | 216 | | |
194 | 217 | | |
195 | 218 | | |
| |||
0 commit comments