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

fix: tweak oneof detection #505

Merged
merged 4 commits into from
Jul 10, 2020

Commits on Jul 9, 2020

  1. Fix oneof detection

    Oneof detection and assignment to fields is tricky.
    This patch fixes detection of oneof fields,
    fixes uses in generated clients
    and tweaks generated tests to use them correctly.
    software-dov committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    cecff75 View commit details
    Browse the repository at this point in the history
  2. Whitespace

    software-dov committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    b6baa7a View commit details
    Browse the repository at this point in the history
  3. Style

    software-dov committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    66e8e9c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Correct field checking

    software-dov committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    039ecba View commit details
    Browse the repository at this point in the history