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

Remove PROTOTYPE tag #45965

Merged
merged 6 commits into from
Jul 31, 2020
Merged

Conversation

kevinsun-dev
Copy link
Contributor

Replace instances of PROTOTYPE in Compiler.sln codebase with TODO, as the @dotnet/roslyn-compiler uses PROTOTYPE to track feature work.

@kevinsun-dev kevinsun-dev marked this pull request as ready for review July 14, 2020 14:56
@kevinsun-dev kevinsun-dev requested a review from a team as a code owner July 14, 2020 14:56
@sharwell
Copy link
Member

Can you also update each of these line comments to include a link to the GitHub issue tracking the TODO?

@@ -28,7 +28,7 @@ internal TrackedGeneratorDriver(GeneratorDriver generatorDriver, bool needsFullG
public GeneratorDriver? GeneratorDriver { get; }
public bool NeedsFullGeneration { get; }

/* PROTOTYPE: re-enable when PendingEdit is public again
/* TODO: re-enable when PendingEdit is public again
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 This should use #if false instead of a block comment.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, updated in the PR.

@kevinsun-dev
Copy link
Contributor Author

kevinsun-dev commented Jul 14, 2020

Can you also update each of these line comments to include a link to the GitHub issue tracking the TODO?

Tracked those PROTOTYPEs back to #42373. Can't seem to find the issues related to those comments though.

@jasonmalinowski
Copy link
Member

@chsienki do we have tracking items somewhere when we disabled the PendingEdit stuff?

@cston cston requested a review from a team July 28, 2020 23:11
@cston
Copy link
Member

cston commented Jul 30, 2020

@dotnet/roslyn-ide, please review.

@kevinsun-dev kevinsun-dev merged commit 1ee7b28 into dotnet:master Jul 31, 2020
@ghost ghost added this to the Next milestone Jul 31, 2020
@kevinsun-dev kevinsun-dev deleted the remove-prototype branch July 31, 2020 00:06
333fred added a commit to 333fred/roslyn that referenced this pull request Jul 31, 2020
* upstream/master: (304 commits)
  Tweak diagnostics to account for records (dotnet#46341)
  Diagnose precedence inversion in a warning wave (dotnet#46239)
  Remove PROTOTYPE tag (dotnet#45965)
  Only run a single pass of NullableWalker per-member (dotnet#46402)
  Fix crash, and offer "declare as nullable" for tuple fields (dotnet#46437)
  Simplify contract for RunWithShutdownBlockAsync
  Fix optprof plugin input
  check if EditorAdaptersFactoryService gives us a null buffer
  Cannot assign maybe-null value to TNotNull variable (dotnet#41445)
  Fix overload resolution to handle binary compat in the face of covariant returns (dotnet#46367)
  Same failure on Linux
  Skip some tests on Mac
  Added search option for inline parameter name hints
  Spelling
  tweak docs
  Improve comment
  Improve the "not exhaustive" diagnostic in the presence of a when clause. (dotnet#46143)
  PR feedback
  Use record keyword to display records (dotnet#46338)
  remove test that aserts .NET Standard should be prefered over .NET Framework
  ...
@RikkiGibson RikkiGibson modified the milestones: Next, 16.8.P2 Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants