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 couple issues #1820

Merged
merged 5 commits into from
Oct 13, 2024
Merged

Fix couple issues #1820

merged 5 commits into from
Oct 13, 2024

Conversation

manodasanW
Copy link
Member

  • Fix warning in embedded scenario and ensure trailing slash in authoring scenario
  • Fix source generator to support nullable collections and fix marshaling logic for it
  • Fix source generator for non-blittable structs such as HttpProgress where wrong marshaling function was used

Copy link
Member

@Sergio0694 Sergio0694 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Have we checked any size regressions on NAOT with this change?

@manodasanW
Copy link
Member Author

LGTM. Have we checked any size regressions on NAOT with this change?

Based on the ccw functional test, there is a 2kb diff from a func getting added for EventRegistrationToken for some reason. But hard coding EventRegistrationToken similar to the other blittables seems to bring a decent improvement as a bunch of funcs get removed. I will do that improvement as a separate PR.

@manodasanW manodasanW merged commit eb67781 into master Oct 13, 2024
10 checks passed
@manodasanW manodasanW deleted the manodasanw/generatorfixes2 branch October 13, 2024 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants