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

Support access level on import statements #1683

Merged
merged 4 commits into from
Aug 13, 2024

Commits on Aug 13, 2024

  1. introduce "UseAccessLevelOnImports" generator option to support acces…

    …s level on import statements
    Skoti committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    322f814 View commit details
    Browse the repository at this point in the history
  2. base the default behavior of UseAccessLevelOnImports on Swift version…

    … the protoc plugin is compiled with, update docs to explain interoperability of UseAccessLevelOnImports and ImplementationOnlyImports
    Skoti committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bed8eb0 View commit details
    Browse the repository at this point in the history
  3. fix Swift 5.8 compilation as it doesn't implement if and switch e…

    …xpressions (introduced Swift 5.9)
    Skoti committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f0d3542 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f34c41 View commit details
    Browse the repository at this point in the history