-
Notifications
You must be signed in to change notification settings - Fork 21
feat(lib): public API for generator registration #1139
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
Conversation
✨ Highlights
🧾 Changes by Scope
🔝 Top Files
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
An automated preview of the documentation is available at https://1139.mrdocs.prtest2.cppalliance.org/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2025-12-23 00:52:51 UTC |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1139 +/- ##
===========================================
+ Coverage 86.17% 86.18% +0.01%
===========================================
Files 322 323 +1
Lines 23906 23954 +48
===========================================
+ Hits 20600 20645 +45
- Misses 3306 3309 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5290bd3 to
655912e
Compare
655912e to
02042a2
Compare
@mizvekov these are some other false positives I got. I also included the codecov configuration file in this pull request just to improve things a little bit in the meanwhile. |


Add installGenerator() and findGenerator() functions to the public Generator.hpp header, allowing plugins to register custom generators without accessing internal implementation details.
fix #313