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

Trim out more legacy projections fallback paths #1443

Merged
merged 3 commits into from
Jan 26, 2024

Conversation

Sergio0694
Copy link
Member

This PR just allows completely trimming out some fallback paths for legacy projections. These should never be reached when using NativeAOT, and even if they were, old projections are not supported in AOT scenarios anyway, so no point in keeping this.

@Sergio0694 Sergio0694 force-pushed the user/sergiopedri/trim-fallback-paths branch 2 times, most recently from dad262c to 821c6d6 Compare January 14, 2024 13:28
@Sergio0694 Sergio0694 force-pushed the user/sergiopedri/trim-fallback-paths branch from 821c6d6 to 678603c Compare January 14, 2024 14:17
@manodasanW manodasanW self-requested a review January 17, 2024 08:07
@manodasanW
Copy link
Member

Looks like there are new authoring test failures:

[ FAILED ] AuthoringTest.Arrays
[ FAILED ] AuthoringTest.CustomVectorImplementations
[ FAILED ] AuthoringTest.ExplicitInterfaces

@Sergio0694
Copy link
Member Author

All green, and only 1 failing authoring test now, which was already failing before too:

image

@Sergio0694 Sergio0694 merged commit 4b2c280 into staging/AOT Jan 26, 2024
7 of 9 checks passed
@Sergio0694 Sergio0694 deleted the user/sergiopedri/trim-fallback-paths branch January 26, 2024 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants