Skip to content
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

Refactor serialization of TOML data #127

Merged
merged 1 commit into from Mar 24, 2023
Merged

Refactor serialization of TOML data #127

merged 1 commit into from Mar 24, 2023

Conversation

awvwgk
Copy link
Member

@awvwgk awvwgk commented Mar 22, 2023

Note: Breaking change of toml_serializer API

  • toml_dump subroutine to write to a file or unit
  • toml_dumps subroutine to write to a string
  • toml_serialize function to return string

@awvwgk awvwgk added the enhancement New feature or request label Mar 22, 2023
@awvwgk awvwgk added this to the v0.4.0 milestone Mar 22, 2023
@codecov
Copy link

codecov bot commented Mar 22, 2023

Codecov Report

Patch coverage: 15.87% and project coverage change: -0.89 ⚠️

Comparison is base (963082b) 67.02% compared to head (49e2b89) 66.14%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #127      +/-   ##
==========================================
- Coverage   67.02%   66.14%   -0.89%     
==========================================
  Files          29       29              
  Lines        3124     3155      +31     
  Branches     1310     1342      +32     
==========================================
- Hits         2094     2087       -7     
- Misses        376      390      +14     
- Partials      654      678      +24     
Impacted Files Coverage Δ
src/tomlf/ser.f90 45.98% <15.87%> (-13.63%) ⬇️

... and 4 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@awvwgk awvwgk merged commit f763e8b into toml-f:main Mar 24, 2023
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant