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

[Work items] infer names on tuples #18480

Closed
13 tasks done
jcouv opened this issue Apr 5, 2017 · 1 comment
Closed
13 tasks done

[Work items] infer names on tuples #18480

jcouv opened this issue Apr 5, 2017 · 1 comment
Assignees
Milestone

Comments

@jcouv
Copy link
Member

jcouv commented Apr 5, 2017

Relates to proposal dotnet/csharplang#370 (now championed issue dotnet/csharplang#415)

  • C#
  • VB
    • Gate feature with VB Language Version
    • That version should be called "15.3"
  • Deconstruction (var t = ((x, y) = (1, 2));).
  • Verify and fix IDE scenarios for C#
  • Verify and fix IDE scenarios for VB
  • Is it possible to let the inference happen, but report an "please update" error at usage site?
  • Ensure VB language version is passed from MSBuild to IDE (now tracked by VB: language version flag 15.3 not properly passed to project system #19075)
  • Disallow reserved names
  • Optimize duplicate name logic (answer: not needed)
  • Confirm behavior for deconstruction-declaration (refactoring doesn't support, for now)
  • Find out the code to make UpgradeProject work for VB (update: we decided that UpgradeProject still won't work for VB in the dev15.3 timeframe)
@jcouv jcouv added this to the 15.3 milestone Apr 5, 2017
@jcouv jcouv self-assigned this Apr 5, 2017
@jcouv jcouv changed the title Work item: infer names on tuples [Work items] infer names on tuples Apr 6, 2017
@jcouv
Copy link
Member Author

jcouv commented Apr 22, 2017

FYI @jasonmalinowski I'm tracking the work item for MSBuild/IDE integration to pass langver 15.3 for VB in the list above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done Umbrellas
Development

No branches or pull requests

1 participant