Commit 1f99352
authored
wrap_sdk: make root_files a string_keyed_label_dict (#4419)
**What type of PR is this?**
Bug fix
**What does this PR do? Why is it needed?**
I'm trying to use an extension-generated repo as a wrapped sdk using
`root_files`. I get a package load error similar to
bazelbuild/bazel#19301.
**Which issues(s) does this PR fix?**
I saw in the comments (specifically
bazelbuild/bazel#19301 (comment))
that this would probably work if `root_files` used a
`string_keyed_label_dict` and, when I tried it locally it did.
Fixes #4418
**Other notes for review**
bazelbuild/bazel#193011 parent 4957aa3 commit 1f99352
2 files changed
+16
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
101 | 108 | | |
102 | 109 | | |
103 | 110 | | |
104 | 111 | | |
105 | 112 | | |
106 | 113 | | |
107 | | - | |
| 114 | + | |
108 | 115 | | |
109 | 116 | | |
110 | 117 | | |
| |||
234 | 241 | | |
235 | 242 | | |
236 | 243 | | |
237 | | - | |
| 244 | + | |
238 | 245 | | |
239 | 246 | | |
240 | 247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
374 | 380 | | |
375 | 381 | | |
376 | 382 | | |
377 | 383 | | |
378 | 384 | | |
379 | 385 | | |
380 | 386 | | |
381 | | - | |
| 387 | + | |
382 | 388 | | |
383 | 389 | | |
384 | 390 | | |
| |||
0 commit comments