Skip to content

chore: Feature/batch aot support #881

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

Merged
merged 2 commits into from
May 19, 2025
Merged

Conversation

hjgraca
Copy link
Contributor

@hjgraca hjgraca commented May 14, 2025

Please provide the issue number

Issue number: #877

Summary

Changes

This pull request introduces annotations to improve compatibility with trimming in the BatchProcessorAttribute class. These changes ensure that required types are preserved during trimming by dynamically accessing their public parameterless constructors.

User experience

Please share what the user experience looks like before and after this change

Checklist

Please leave checklist items unchecked if they do not apply to your change.

Is this a breaking change?

RFC issue number:

Checklist:

  • Migration process documented
  • Implement warnings (if it can live side by side)

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label May 14, 2025
@hjgraca hjgraca self-assigned this May 14, 2025
@hjgraca hjgraca linked an issue May 14, 2025 that may be closed by this pull request
2 tasks
@github-actions github-actions bot added the internal Maintenance changes label May 14, 2025
Copy link

codecov bot commented May 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.57%. Comparing base (4c8cec9) to head (805a528).
Report is 13 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #881   +/-   ##
========================================
  Coverage    76.57%   76.57%           
========================================
  Files          248      248           
  Lines         9696     9696           
  Branches      1071     1071           
========================================
  Hits          7425     7425           
  Misses        1933     1933           
  Partials       338      338           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hjgraca hjgraca merged commit 67aedb1 into develop May 19, 2025
10 checks passed
@hjgraca hjgraca deleted the feature/batch-aot-support branch May 19, 2025 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Maintenance changes size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Batch AOT Support
2 participants