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 code generation for records with semi-colon #48313

Merged
merged 1 commit into from
Oct 5, 2020

Conversation

jcouv
Copy link
Member

@jcouv jcouv commented Oct 4, 2020

Fixes #48295

image

@jcouv jcouv marked this pull request as ready for review October 5, 2020 00:51
@jcouv jcouv requested a review from a team as a code owner October 5, 2020 00:51
@jcouv jcouv merged commit 374ee31 into dotnet:master Oct 5, 2020
@ghost ghost added this to the Next milestone Oct 5, 2020
@jmarolf
Copy link
Contributor

jmarolf commented Oct 5, 2020

This will not make it into 16.8 where records are initially shipping. are we ok with this being in 16.9?

333fred added a commit that referenced this pull request Oct 5, 2020
…features/interpolated-string-constants

* upstream/master: (222 commits)
  Update dependencies from https://github.com/dotnet/roslyn build 20201004.1 (#48325)
  Fix code generation for records with semi-colon (#48313)
  More native integer tests (#48266)
  Add contract calls to help track down issue.
  Move code
  Fix bugs
  Update Nerdbank.Streams to 2.6.81
  Reverts IServiceBroker changes (#48221)
  PR feedback
  Update Clashing Enum Members.md (#46816)
  Additional tests converting between native integers and 64-bit integers (#48229)
  Support checked and unchecked statements in formatting
  Add formatting tests with checked and unchecked
  Update src/EditorFeatures/CSharpTest/ConvertAutoPropertyToFullProperty/ConvertAutoPropertyToFullPropertyTests.cs
  Move and rename test.
  Add test
  Support feature when span is selected
  Update SG cookbook (#48182)
  Fix method consolidation
  Update buffer on UI thread
  ...
@jcouv jcouv deleted the record-semi branch October 5, 2020 20:00
@jcouv
Copy link
Member Author

jcouv commented Oct 5, 2020

@jinujoseph @CyrusNajmabadi Do we want to port this fix to 16.8?

@CyrusNajmabadi
Copy link
Member

Not especially. My "port to 16.8 bar" would be "bad crashes and other extremely serious issues". this is minor and easily solved by the user.

@Cosifne Cosifne modified the milestones: Next, 16.9.P1 Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Generate overrides doesn't work correctly for simple records
4 participants