Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

MichalStrehovsky
Copy link
Member

A newly added System.Reflection.Metadata test does typeof(Nullable<>).MakeByRefType().

We:

  1. Actually attemt to build a MethodTable for this. I guess it's fine to make a MethodTable for it.
  2. Hit an assert because we're trying to obtain a type loader template for this.

Address 2 by reordering asserts so that we never try to look for template types of pointers/byrefs/function pointers.

Cc @dotnet/ilc-contrib

A newly added System.Reflection.Metadata test does `typeof(Nullable<>).MakeByRefType()`.

We:

1. Actually attemt to build a `MethodTable` for this. I guess it's fine to make a `MethodTable` for it.
2. Hit an assert because we're trying to obtain a type loader template for this.

Address 2 by reordering asserts so that we never try to look for template types of pointers/byrefs/function pointers.
Copy link
Contributor

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

@MichalStrehovsky
Copy link
Member Author

@dotnet/ilc-contrib the outerloop is currently failing due to a new test added in the past 24 hours or so. Would be really nice to get this in before the RC1 snap.

@MichalStrehovsky
Copy link
Member Author

/azp run runtime-nativeaot-outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@MichalStrehovsky MichalStrehovsky merged commit 96bcf71 into dotnet:main Aug 14, 2024
89 of 109 checks passed
@MichalStrehovsky MichalStrehovsky deleted the reorder branch August 14, 2024 22:17
@github-actions github-actions bot locked and limited conversation to collaborators Sep 14, 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