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

Fix behavior for out of order tables #68

Merged
merged 1 commit into from
Jan 29, 2020

Conversation

sdispater
Copy link
Member

This PR fixes the behavior of operations on out of order tables.

Fixes #64

@codecov-io
Copy link

codecov-io commented Jan 29, 2020

Codecov Report

Merging #68 into master will decrease coverage by 0.44%.
The diff coverage is 77.58%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
- Coverage   91.65%   91.21%   -0.45%     
==========================================
  Files          10       10              
  Lines        2122     2174      +52     
==========================================
+ Hits         1945     1983      +38     
- Misses        177      191      +14
Impacted Files Coverage Δ
tomlkit/container.py 84.97% <77.58%> (-1.58%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 928bca1...264dbf7. Read the comment docs.

@sdispater sdispater merged commit f90b668 into master Jan 29, 2020
@sdispater sdispater deleted the fix-out-of-order-tables-behavior branch January 29, 2020 21:25
capuanob pushed a commit to capuanob/tomlkit that referenced this pull request Mar 1, 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.

Can't set value if sections out of order
2 participants