Commit ddb3a29
authored
fix(devtools/cmd/migrate-sidekick): add SkipGenerate if no modules found for veener (#3323)
Adds SkipGenerate true to migrated config if there is no modules found
for veener.
The migration script assumes a veener library for all Cargo.toml files
within the `src` directory and not under `src/generated` paths, then
determines rust.modules by looks for .sidekick.toml files within the
directory of the Cargo.toml. For modules with no .sidekick.toml files,
e.g. google-cloud-auth, these are handwritten modules with no generated
code. They should be skipped in generate command, setting SkipGenerate
to indicate it.
[librarian.yaml](https://paste.googleplex.com/4849268869431296) produced
after this change.
Fix #3318
For #33131 parent b95e2d6 commit ddb3a29
2 files changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
532 | | - | |
| 532 | + | |
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
| 536 | + | |
| 537 | + | |
536 | 538 | | |
537 | 539 | | |
538 | 540 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
458 | 475 | | |
459 | 476 | | |
460 | 477 | | |
| |||
0 commit comments