googleapis / googleapis/google-cloud-rust
Huge generated files cause issues with tools
Open
type: feature request
- Dominant language
- Rust
- Stars
- 955
- Forks
- 144
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 279
Description
Some of the generated files, e.g. `src/generated/cloud/aiplatform/v1/src/model.rs` [here](https://github.com/googleapis/google-cloud-rust/blob/main/src/generated/cloud/aiplatform/v1/src/model.rs) are huge (11MB).
In IntelliJ, the default max size for analysis is [2.5Mb](https://stackoverflow.com/a/23058324). If you do not increase it, the IDE will complain that it does not know about any of the types defined in these large files. It would also be nice to be able to look at the source on GitHub.
Would you consider breaking up the files into smaller chunks?
Contributor guide
Assessment
This issue has not been assessed yet.