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

[rust] Make it easier to test rust client generator #3543

Merged
merged 8 commits into from
Sep 27, 2019

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    983317b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d22bee2 View commit details
    Browse the repository at this point in the history
  3. Enable testing for new rust samples

    They are now in one cargo workspace, so a single `cargo check` will now check all rust samples
    bjgill committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    9ea9f0f View commit details
    Browse the repository at this point in the history
  4. Add test for rust client types

    To catch the problem found in OpenAPITools#3463 if it is ever encountered again
    bjgill committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    1c71c17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ede2180 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3a8599 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1262bda View commit details
    Browse the repository at this point in the history
  8. Fix typo and detect failures properly.

    Previously, we might not have noticed if an early generation failed, but the final one succeeded.
    bjgill committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    db79b25 View commit details
    Browse the repository at this point in the history