Commit 9662139
File tree
6 files changed
+375
-7
lines changedFilter options
- examples/bzlmod
- other_module/other_module/pkg
- runfiles
- python/runfiles
- tests/runfiles
6 files changed
+375
-7
lines changedexamples/bzlmod/MODULE.bazel
Copy file name to clipboardExpand all lines: examples/bzlmod/MODULE.bazel+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
|
examples/bzlmod/other_module/other_module/pkg/lib.py
Copy file name to clipboardExpand all lines: examples/bzlmod/other_module/other_module/pkg/lib.py+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
examples/bzlmod/runfiles/BUILD.bazel
Copy file name to clipboardExpand all lines: examples/bzlmod/runfiles/BUILD.bazel+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
examples/bzlmod/runfiles/runfiles_test.py
Copy file name to clipboardExpand all lines: examples/bzlmod/runfiles/runfiles_test.py+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
14 | 19 |
|
15 | 20 |
|
16 | 21 |
|
17 | 22 |
|
18 | 23 |
|
19 | 24 |
|
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
20 | 37 |
|
21 | 38 |
|
22 | 39 |
|
|
python/runfiles/runfiles.py
Copy file name to clipboardExpand all lines: python/runfiles/runfiles.py+62-3Lines changed: 62 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
126 | 126 |
|
127 | 127 |
|
128 | 128 |
|
| 129 | + |
| 130 | + |
| 131 | + |
129 | 132 |
|
130 |
| - |
131 |
| - |
| 133 | + |
| 134 | + |
132 | 135 |
|
133 | 136 |
|
134 | 137 |
|
| ||
141 | 144 |
|
142 | 145 |
|
143 | 146 |
|
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
144 | 154 |
|
145 | 155 |
|
146 | 156 |
|
| ||
165 | 175 |
|
166 | 176 |
|
167 | 177 |
|
168 |
| - |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
169 | 203 |
|
170 | 204 |
|
171 | 205 |
|
| ||
254 | 288 |
|
255 | 289 |
|
256 | 290 |
|
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
257 | 316 |
|
258 | 317 |
|
259 | 318 |
|
|
0 commit comments