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

TableLike::fmt does not format dotted keyed-items #262

Open
epage opened this issue Nov 23, 2021 · 0 comments
Open

TableLike::fmt does not format dotted keyed-items #262

epage opened this issue Nov 23, 2021 · 0 comments
Labels
A-edit Area: TOML editing API C-bug Category: Things not working as expected

Comments

@epage
Copy link
Member

epage commented Nov 23, 2021

TableLike::fmt acts on the toml document table, and not on the in-memory data structure, so we limit it only to values. However, since we've added dotted keys, they also fall into that definition but we aren't reformatting them.

@epage epage added the C-bug Category: Things not working as expected label Nov 23, 2021
@epage epage added the A-output Area: Outputting TOML label Sep 23, 2022
@epage epage added A-edit Area: TOML editing API and removed A-output Area: Outputting TOML labels Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-edit Area: TOML editing API C-bug Category: Things not working as expected
Projects
None yet
Development

No branches or pull requests

1 participant