You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
revert: revert omit nil and empty string slices (#3492)
Fields with empty slices (e.g. disabled_rustdoc_warnings: []) are
meaningful to generator to signal differences from default. context:
#3484 (comment)
Added comment to call out this behavior.
Test out locally, no diff shown:
In the librarian repo
`git checkout revert-3434-pr3`
`go install ./cmd/librarian`
`go install ./tool/cmd/migrate`
Run migration and generation from the google-cloud-rust repo:
`migrate .`
`librarian generate common`
Reverts #3434Fix#3484
0 commit comments