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

Delete GetClassHierarchy/GetDerivedInterfacesForInterface #1186

Merged
merged 1 commit into from
May 14, 2020

Conversation

MichalStrehovsky
Copy link
Member

This removes the easily removable parts of the TypeMap step. Contributes to #1164.

This removes the easily removable parts of the TypeMap step. Contributes to dotnet#1164.
@MichalStrehovsky MichalStrehovsky merged commit e9f0009 into dotnet:master May 14, 2020
@MichalStrehovsky MichalStrehovsky deleted the typemap branch May 14, 2020 08:35
MichalStrehovsky added a commit to MichalStrehovsky/linker that referenced this pull request Aug 11, 2020
…cursively

`IsInterfaceImplementationMarkedRecursively` was incorrectly rewritten from a global prepass to a local interface walk in dotnet#1186.

The new code was looking at the wrong interface list (looking at `IBar`'s interface list instead of `Bar`). We need to keep looking at the same interface list that we started with.

Fixes dotnet#1421.
MichalStrehovsky added a commit that referenced this pull request Aug 12, 2020
…cursively (#1429)

`IsInterfaceImplementationMarkedRecursively` was incorrectly rewritten from a global prepass to a local interface walk in #1186.

The new code was looking at the wrong interface list (looking at `IBar`'s interface list instead of `Bar`). We need to keep looking at the same interface list that we started with.

Fixes #1421.
tkapin pushed a commit to tkapin/runtime that referenced this pull request Jan 31, 2023
…ker#1186)

This removes the easily removable parts of the TypeMap step. Contributes to dotnet/linker#1164.

Commit migrated from dotnet/linker@e9f0009
tkapin pushed a commit to tkapin/runtime that referenced this pull request Jan 31, 2023
…cursively (dotnet/linker#1429)

`IsInterfaceImplementationMarkedRecursively` was incorrectly rewritten from a global prepass to a local interface walk in dotnet/linker#1186.

The new code was looking at the wrong interface list (looking at `IBar`'s interface list instead of `Bar`). We need to keep looking at the same interface list that we started with.

Fixes dotnet/linker#1421.

Commit migrated from dotnet/linker@fc5e4aa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants