-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: change default yaml flow style to False #11
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11 +/- ##
==========================================
+ Coverage 97.13% 97.16% +0.02%
==========================================
Files 12 12
Lines 873 882 +9
Branches 8 8
==========================================
+ Hits 848 857 +9
Misses 23 23
Partials 2 2 ☔ View full report in Codecov by Sentry. |
The change looks good. Can you add a test case for this change? |
I'm currently in vacation. I'll revisit this PR after 18th. |
The default flow style is hard to read for non-trivial system configurations. Signed-off-by: ZHANG Yuntian <[email protected]>
Finally got time around for this one again. @bdrung please take a look. |
Signed-off-by: ZHANG Yuntian <[email protected]>
Signed-off-by: ZHANG Yuntian <[email protected]>
Thanks. |
The default flow style is hard to read for non-trivial system configurations.
Here is how different flow style looks like.
This is a real output we are currently generating with bdebstrap, which is hard to read: config.yaml.txt
Readability is important because we have customers who want to customize our systems. In the past we have to teach them how to use our build system, but we plan to just let them make changes to the generated
config.yaml
and build it.Extension name changed to pass GitHub upload rule.