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

Bugfixes for ConvertSwitchStatementToExpression #38007

Merged
merged 11 commits into from
Oct 3, 2019
Merged

Commits on Aug 15, 2019

  1. Configuration menu
    Copy the full SHA
    ac13660 View commit details
    Browse the repository at this point in the history
  2. Add tests

    alrz committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    6078380 View commit details
    Browse the repository at this point in the history
  3. Fix condition

    alrz committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    1cd3268 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c69a5d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Add comments

    alrz committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    1a1187d View commit details
    Browse the repository at this point in the history
  2. Rename tuple elements

    alrz committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    4ea941e View commit details
    Browse the repository at this point in the history
  3. Fix test code

    alrz committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    5cf07d5 View commit details
    Browse the repository at this point in the history
  4. Use out argument instead of ref

    alrz committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    cc32e40 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. No need to cast null literals

    alrz committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    4d2588d View commit details
    Browse the repository at this point in the history
  2. Address feedback from Cyrus

    alrz committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    93c7cf1 View commit details
    Browse the repository at this point in the history
  3. Remove redundant code

    alrz committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    8544486 View commit details
    Browse the repository at this point in the history