-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[V3] add renderer basic struct. #5793
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5793 +/- ##
==========================================
- Coverage 70.90% 70.88% -0.02%
==========================================
Files 447 448 +1
Lines 16908 16932 +24
==========================================
+ Hits 11988 12002 +14
- Misses 4029 4034 +5
- Partials 891 896 +5
Continue to review full report at Codecov.
|
5cd8c68
to
41093fd
Compare
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.
Please rebase and a qq.
The renderer struct initialize generator which parses the DRY config and stores the dry config in a tmp directory.
Fixes: #nnn
Related: #5673
Merge after: #5865
Description
The renderer struct initialize generator which parses the DRY config and stores the dry config in a tmp directory.
To reviewers:
this PR is diff-based from #5865, to review the renderer specific code change, please see this
4867900
(#5793)