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

Add interceptors feature flag #68241

Merged
merged 3 commits into from
May 19, 2023

Conversation

RikkiGibson
Copy link
Contributor

Test plan: #67421

Since interceptors is an experimental compiler feature, it is enabled by passing a feature flag, rather than by setting a sufficient LangVersion.

Should be another fairly small PR with mostly mechanical test changes.

@RikkiGibson RikkiGibson requested a review from a team as a code owner May 18, 2023 00:26
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels May 18, 2023
@alrz
Copy link
Contributor

alrz commented May 18, 2023

From WG notes:

There will be no opt-in step needed to use interceptors.

My understanding was that this would just "work" if runtime make use of interceptors, no action required by user? Or is this supposed to be enabled indirectly by sdk based on some project property?

@RikkiGibson
Copy link
Contributor Author

We changed our mind on this based on later feedback. Looks like I forgot to update the compiler feature doc. Doing so now.

Copy link
Member

@jcouv jcouv left a comment

Choose a reason for hiding this comment

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

LGTM Thanks (iteration 3)

@jcouv jcouv self-assigned this May 19, 2023
@RikkiGibson RikkiGibson merged commit 3869477 into dotnet:features/interceptors May 19, 2023
26 checks passed
@RikkiGibson RikkiGibson deleted the ic-5 branch May 19, 2023 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers 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.

None yet

4 participants