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 A/B option for enabling features in SG docs. #73968

Merged
merged 3 commits into from
Jun 12, 2024

Conversation

CyrusNajmabadi
Copy link
Member

@CyrusNajmabadi CyrusNajmabadi commented Jun 12, 2024

Followup to #73965.

SG doc features has been experimental long enough. We've shaken out the issues and can have this just be the norm. This is especially ok now that we have balanced-mode so users can have all these features, without the ide constantly rerunning generators.

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner June 12, 2024 16:51
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Jun 12, 2024
@CyrusNajmabadi
Copy link
Member Author

@jasonmalinowski ptal (or let me know who you'd prefer review if you're on other stuff right now).

@@ -384,7 +384,7 @@ private async Task<TestLspServer> CreateTestLspServerAsync(EditorTestWorkspace w
InitializationOptions? options, string? workspaceKind, bool mutatingLspWorkspace, TestComposition? composition = null)
{
var workspace = new EditorTestWorkspace(
composition ?? Composition, workspaceKind, configurationOptions: new WorkspaceConfigurationOptions(EnableOpeningSourceGeneratedFiles: true), supportsLspMutation: mutatingLspWorkspace);
composition ?? Composition, workspaceKind, configurationOptions: new WorkspaceConfigurationOptions(ValidateCompilationTrackerStates: true), supportsLspMutation: mutatingLspWorkspace);
Copy link
Contributor

Choose a reason for hiding this comment

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

why was ValidateCompilationTrackerStates: true added?

Copy link
Member Author

Choose a reason for hiding this comment

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

it should have been there from teh beginning. it's helpful for tracking down bugs that jason cares about.

@CyrusNajmabadi CyrusNajmabadi enabled auto-merge June 12, 2024 20:50
@CyrusNajmabadi CyrusNajmabadi merged commit 808dc78 into dotnet:main Jun 12, 2024
25 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Jun 12, 2024
@CyrusNajmabadi CyrusNajmabadi deleted the enableSG branch June 12, 2024 21:00
@jjonescz jjonescz modified the milestones: Next, 17.11 P3 Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants