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

Ensure Array.CreateInstance for reference types works #101048

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

MichalStrehovsky
Copy link
Member

Follow up to #100626. The original fix only worked for unoptimized builds because the list of templates doesn't survive from scanning phase (when we do dataflow) to codegen phase (when we no longer do dataflow).

The test that this was supposed to fix is still failing in #100331.

Cc @dotnet/ilc-contrib

Follow up to dotnet#100626. The original fix only worked for unoptimized builds because the list of templates doesn't survive from scanning phase (when we do dataflow) to codegen phase (when we no longer do dataflow).

The test that this was supposed to fix is still failing in dotnet#100331.
Copy link
Contributor

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

@MichalStrehovsky MichalStrehovsky merged commit 5a6560a into dotnet:main Apr 16, 2024
90 checks passed
@MichalStrehovsky MichalStrehovsky deleted the arrcreate branch April 16, 2024 07:26
lambdageek added a commit to lambdageek/runtime that referenced this pull request Apr 19, 2024
Until we get dotnet#101048 from
codeflow, work around dotnet#101205 by adding
a trimmer root for JsonDerivedTypeAttribute[].
elinor-fung pushed a commit to elinor-fung/runtime that referenced this pull request Apr 19, 2024
Until we get dotnet#101048 from
codeflow, work around dotnet#101205 by adding
a trimmer root for JsonDerivedTypeAttribute[].
matouskozak pushed a commit to matouskozak/runtime that referenced this pull request Apr 30, 2024
Follow up to dotnet#100626. The original fix only worked for unoptimized builds because the list of templates doesn't survive from scanning phase (when we do dataflow) to codegen phase (when we no longer do dataflow).

The test that this was supposed to fix is still failing in dotnet#100331.
@github-actions github-actions bot locked and limited conversation to collaborators May 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants