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

Support file-local types in EE #62334

Closed
RikkiGibson opened this issue Jul 1, 2022 · 0 comments · Fixed by #62812
Closed

Support file-local types in EE #62334

RikkiGibson opened this issue Jul 1, 2022 · 0 comments · Fixed by #62812
Assignees
Labels
Milestone

Comments

@RikkiGibson
Copy link
Contributor

Related to #60819

// PROTOTYPE(ft): add tests and adjust implementation to allow EE to access file types
Binder binder = new BuckStopsHereBinder(compilation, associatedSyntaxTree: null);
var hasImports = !importRecordGroups.IsDefaultOrEmpty;
var numImportStringGroups = hasImports ? importRecordGroups.Length : 0;
var currentStringGroup = numImportStringGroups - 1;

// PROTOTYPE(ft): add tests and adjust implementation to allow EE to access file types
_sourceBinder = new InMethodBinder(substitutedSourceMethod, new BuckStopsHereBinder(next.Compilation, associatedSyntaxTree: null));

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Interactive untriaged Issues and PRs which have not yet been triaged by a lead labels Jul 1, 2022
@RikkiGibson RikkiGibson added the Feature - File-Local Types File-local types (file types) label Jul 1, 2022
@RikkiGibson RikkiGibson self-assigned this Jul 1, 2022
@jcouv jcouv added this to the 17.4 milestone Jul 5, 2022
@jcouv jcouv removed the untriaged Issues and PRs which have not yet been triaged by a lead label Jul 5, 2022
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 a pull request may close this issue.

2 participants