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

Fix handling recursion over fields #88083

Merged
merged 2 commits into from
Jun 28, 2023

Commits on Jun 27, 2023

  1. Fix handling recursion over fields

    See the test for an example. C++ would probably tell the user to take a hike for a template like this, but we need to support this in .NET.
    
    * Use the same logic to root types of reflectable fields as we do for methods instead of asking for a concrete type
    * Fix another issue in debug info emission. We already had logic to cut off deep generics, but deep arrays weren't considered. Also consider array depth.
    MichalStrehovsky committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    0cf3a3d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    6b03536 View commit details
    Browse the repository at this point in the history