feat(volo-build): add with_comments option for codegen builder#631
Merged
Conversation
fb5dfa1 to
d47e911
Compare
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (70.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #631 +/- ##
==========================================
- Coverage 43.42% 43.41% -0.01%
==========================================
Files 160 160
Lines 19355 19372 +17
==========================================
+ Hits 8404 8410 +6
- Misses 10951 10962 +11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
PureWhiteWu
previously approved these changes
Dec 26, 2025
d47e911 to
4575aa0
Compare
4575aa0 to
223488c
Compare
PureWhiteWu
previously approved these changes
Dec 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
The comments in user idl, will be checked by rust compiler, when these comments are generated in rust file.
Solution
We add a option for the control of comments, so when you need comments codegen, you should make sure that your comments is compatible with rust format.
And we support the yml field
with_comments, which is the config for each entry.