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

feat(lib): change config file from json to toml #224

Merged
merged 1 commit into from
Jul 24, 2023
Merged

feat(lib): change config file from json to toml #224

merged 1 commit into from
Jul 24, 2023

Conversation

jeertmans
Copy link
Owner

This PR introduces a BREAKING CHANGE: the general config file is now written in the TOML format. Keys are also placed under a shared subsection. Previous config files will be ignore.

Migration from the previous format can be easily performed with manim-slides init and copy/pasting the key codes if necessary.

This PR introduces a **BREAKING CHANGE**: the general config file is now written in the TOML format. Keys are also placed under a shared subsection. Previous config files will be ignore.

Migration from the previous format can be easily performed with `manim-slides init` and copy/pasting the key codes if necessary.
@jeertmans jeertmans added cli Related to the command line interface dependencies Pull requests that update a dependency file enhancement New feature or request lib Related to the library (a.k.a. module) labels Jul 24, 2023
@jeertmans jeertmans temporarily deployed to github-pages July 24, 2023 12:32 — with GitHub Actions Inactive
@codecov
Copy link

codecov bot commented Jul 24, 2023

Codecov Report

Patch coverage: 46.15% and project coverage change: -0.03 ⚠️

Comparison is base (529a6c5) 58.29% compared to head (9646f05) 58.26%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #224      +/-   ##
==========================================
- Coverage   58.29%   58.26%   -0.03%     
==========================================
  Files          14       14              
  Lines        1712     1718       +6     
==========================================
+ Hits          998     1001       +3     
- Misses        714      717       +3     
Impacted Files Coverage Δ
manim_slides/present.py 56.28% <0.00%> (-0.10%) ⬇️
manim_slides/config.py 74.30% <64.70%> (-0.42%) ⬇️
manim_slides/defaults.py 100.00% <100.00%> (ø)

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

@jeertmans jeertmans merged commit a7719db into main Jul 24, 2023
22 of 24 checks passed
@jeertmans jeertmans deleted the toml branch July 24, 2023 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to the command line interface dependencies Pull requests that update a dependency file enhancement New feature or request lib Related to the library (a.k.a. module)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant