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

[release/8.0] Fix type parameter mapping logic in ILLink/ILCompiler #92139

Merged
merged 4 commits into from
Sep 16, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 15, 2023

Backport of #92088 to release/8.0

/cc @sbomer

Customer Impact

Fixes a blocking bug that was causing ILLink to crash. The crash can be observed when using code or dependencies with a certain kind of lambda expression usage. Originally reported in #91880, where it was observed in an empty blazor app with a reference to LanguageExt.Core.

Testing

Added test coverage for this pattern, and verified that the original repro is fixed.

Risk

Low risk. This only introduces another case to the existing discovery logic.

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Sep 15, 2023
@marek-safar marek-safar added this to the 8.0.0 milestone Sep 15, 2023
@marek-safar marek-safar added the area-Tools-ILLink .NET linker development as well as trimming analyzers label Sep 15, 2023
@ghost
Copy link

ghost commented Sep 15, 2023

Tagging subscribers to this area: @agocke, @sbomer, @vitek-karas
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #92088 to release/8.0

/cc @sbomer

Customer Impact

Fixes a blocking bug that was causing ILLink to crash. The crash can be observed when using code or dependencies with a certain kind of lambda expression usage. Originally reported in #91880, where it was observed in an empty blazor app with a reference to LanguageExt.Core.

Testing

Added test coverage for this pattern, and verified that the original repro is fixed.

Risk

Low risk. This only introduces another case to the existing discovery logic.

Author: github-actions[bot]
Assignees: -
Labels:

area-Tools-ILLink, needs-area-label

Milestone: 8.0.0

Copy link
Member

@jeffschwMSFT jeffschwMSFT left a comment

Choose a reason for hiding this comment

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

approved. when ready this can be merged

@carlossanlop carlossanlop added Servicing-approved Approved for servicing release and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Sep 16, 2023
@carlossanlop carlossanlop merged commit 0175113 into release/8.0 Sep 16, 2023
134 of 137 checks passed
@carlossanlop carlossanlop deleted the backport/pr-92088-to-release/8.0 branch September 16, 2023 21:05
@radical radical mentioned this pull request Sep 26, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Oct 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Tools-ILLink .NET linker development as well as trimming analyzers Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants