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

Improve codegen for merged activation factories #1660

Merged

Conversation

Sergio0694
Copy link
Member

This PR addresses some issues around requiring unsafe code. In particular, it makes the TryGetDependentActivationFactory method be generated only when we actually do have some activation factories, or skipped entirely otherwise. This will allow apps not generating projections in their projects to not have to enable unsafe blocks unnecessarily.

@Sergio0694 Sergio0694 added the AOT label Jul 3, 2024
@Sergio0694 Sergio0694 force-pushed the user/sergiopedri/refine-merged-factory-codegen branch 2 times, most recently from 8adb499 to a232aef Compare July 3, 2024 04:20
@Sergio0694 Sergio0694 force-pushed the user/sergiopedri/refine-merged-factory-codegen branch from 024f4c4 to 7b7c16e Compare July 9, 2024 15:56
@Sergio0694 Sergio0694 merged commit 143e2cc into staging/AOT Jul 10, 2024
10 checks passed
@Sergio0694 Sergio0694 deleted the user/sergiopedri/refine-merged-factory-codegen branch July 17, 2024 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants