Closed AaronDMarasco closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.55%. Comparing base (
111a2eb
) to head (5f22bd2
). Report is 2 commits behind head on dev.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I'd say just take as-is then.
Our use case is that we ship a config file and then let the user write one that overrides. Then we dump the diff of the config data structure to the logs, so when they have issues we can see in the logs what may have been a dangerous change.
@AaronDMarasco For that purpose, we have Delta Serialize To Flat Rows.
@AaronDMarasco For that purpose, we have Delta Serialize To Flat Rows.
Thanks; I'll read into that more later this week.
Allows a user-defined string (or callback function) to prefix every output when using the
pretty()
call.