Skip to content

Remove the 'intent' subsystem from roslyn #79179

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

Merged
merged 3 commits into from
Jun 28, 2025

Conversation

CyrusNajmabadi
Copy link
Member

this was an early ML subsystem that predates copillot. We are not continuing this experiment.

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner June 27, 2025 22:26
@CyrusNajmabadi CyrusNajmabadi requested a review from dibarbet June 27, 2025 22:30
@CyrusNajmabadi
Copy link
Member Author

@pgroene for visibility as well.

@@ -28,7 +27,7 @@ internal interface IIntentSourceProvider
internal readonly struct IntentRequestContext(string intentName, SnapshotSpan currentSnapshotSpan, ImmutableArray<TextChange> textEditsToPrior, TextSpan priorSelection, string? intentData)
Copy link
Member

Choose a reason for hiding this comment

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

Is this code already dead, so it's just a matter of time of deleting the code from the callers too?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes.

@CyrusNajmabadi CyrusNajmabadi merged commit 4e03ac9 into dotnet:main Jun 28, 2025
25 checks passed
@CyrusNajmabadi CyrusNajmabadi deleted the removeIntents branch June 28, 2025 02:17
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Jun 28, 2025
@pgroene
Copy link

pgroene commented Jun 30, 2025

We are still using the intents. This would block us from upgrading to the Newest Roslyn version if needed.

@CyrusNajmabadi
Copy link
Member Author

Gotcha. Sorry for the misunderstanding. I will restore.

CyrusNajmabadi added a commit to CyrusNajmabadi/roslyn that referenced this pull request Jun 30, 2025
333fred added a commit that referenced this pull request Jun 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants