Skip to content

Add compact_maps and compact_structs options to PrettyConfig#448

Merged
juntyr merged 1 commit into
ron-rs:masterfrom
juntyr:compact-maps-structs
Apr 8, 2023
Merged

Add compact_maps and compact_structs options to PrettyConfig#448
juntyr merged 1 commit into
ron-rs:masterfrom
juntyr:compact-maps-structs

Conversation

@juntyr

@juntyr juntyr commented Apr 7, 2023

Copy link
Copy Markdown
Member

Fixes #447 by adding compact_maps and compact_structs options to PrettyConfig

  • I've included my change in CHANGELOG.md

@juntyr

juntyr commented Apr 7, 2023

Copy link
Copy Markdown
Member Author

?r @torkleyy

@juntyr juntyr self-assigned this Apr 7, 2023
@codecov-commenter

codecov-commenter commented Apr 7, 2023

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 77.77778% with 24 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.63%. Comparing base (5a407f3) to head (fe79095).
⚠️ Report is 99 commits behind head on master.

Files with missing lines Patch % Lines
src/ser/mod.rs 69.23% 24 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #448      +/-   ##
==========================================
- Coverage   86.73%   86.63%   -0.10%     
==========================================
  Files          59       60       +1     
  Lines        7280     7364      +84     
==========================================
+ Hits         6314     6380      +66     
- Misses        966      984      +18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@torkleyy torkleyy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@juntyr juntyr merged commit 2a57149 into ron-rs:master Apr 8, 2023
@juntyr juntyr deleted the compact-maps-structs branch April 8, 2023 11:10
juntyr added a commit to juntyr/ron that referenced this pull request Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PrettyPrint add struct compact

3 participants