Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run go generate ./... for CI check #703

Merged
merged 5 commits into from
Jun 9, 2022
Merged

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    bbe8996 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2c02c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df23ee1 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    f174603 View commit details
    Browse the repository at this point in the history
  2. Delete StoreRawSchema from GeneratorConfig since it's not being u…

    …sed (#705)
    
    * Delete `StoreRawSchema` from `GeneratorConfig` since it's not being used
    
    I don't see the value of why we need this flag: is it to save memory?
    For `exampleoc` this variable took 27MB, a negligible amount.
    
    * Reorganize Code Generation flags and Delete `ygen.GeneratorConfig` (#706)
    
    * ygen now only has `IROptions`.
    * `CodeGenerator` in gogen/protogen now carry IROptions and their language-specific post-IR generation options.
    * Code generation specific flags that are not used during IR generation are moved to `gogen` and `protogen`, duplicating if used by both (e.g. CallerName).
    * `SkipEnumDeduplication` is moved from ParseOptions to TransformationOptions.
    wenovus authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    b5a02b4 View commit details
    Browse the repository at this point in the history