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

Switch to a unified, shared managed parser for Type names #45033

Open
CoffeeFlux opened this issue Nov 20, 2020 · 1 comment
Open

Switch to a unified, shared managed parser for Type names #45033

CoffeeFlux opened this issue Nov 20, 2020 · 1 comment
Labels
area-AssemblyLoader-mono disabled-test The test is disabled in source code against the issue
Milestone

Comments

@CoffeeFlux
Copy link
Contributor

Mono currently has a native parser and two managed parsers (TypeNameParser and TypeSpec) for... reasons. Ideally we would only have a single managed implementation, use it as much as possible, and share it with CoreCLR.

@ghost
Copy link

ghost commented Nov 20, 2020

Tagging subscribers to this area: @CoffeeFlux
See info in area-owners.md if you want to be subscribed.

Issue Details

Mono currently has a native parser and two managed parsers (TypeNameParser and TypeSpec) for... reasons. Ideally we would only have a single managed implementation, use it as much as possible, and share it with CoreCLR.

Author: CoffeeFlux
Assignees: -
Labels:

area-AssemblyLoader-mono

Milestone: Future

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Nov 20, 2020
@CoffeeFlux CoffeeFlux removed the untriaged New issue has not been triaged by the area owner label Nov 20, 2020
@lambdageek lambdageek added the disabled-test The test is disabled in source code against the issue label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-AssemblyLoader-mono disabled-test The test is disabled in source code against the issue
Projects
None yet
Development

No branches or pull requests

4 participants