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

Implement definite assignment analysis for tuples #13107

Merged
merged 4 commits into from
Aug 17, 2016

Commits on Aug 11, 2016

  1. Implement definite assignment analysis for tuples

    Fixes C# portion of dotnet#13046
    VSadov committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    56f7010 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    VSadov committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    fc01769 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2016

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

Commits on Aug 17, 2016

  1. Made tests to rely less on type checks when verifying tuple field sym…

    …bols
    
    Fixed some typos.
    Made virtual tuple elements to have right element IDs (needed since we no longer want to rely on symbol types)
    Made virtual tuple field equality be sensitive to names. (needed since we no longer can rely on only default elements having IDs)
    VSadov committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    9d18615 View commit details
    Browse the repository at this point in the history