You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Someone opened a PR to tomlj which adds a writer: Toml writer tomlj/tomlj#19. As such, that's likely what we'll be using to write toml. I do not think this writer supports comments. Likely, I will see about PR-ing basic comment-writing support to tomlj.
tomlj uses a filename-based module name, but there is a (very short) PR I made to fix that.
The toml-support branch is partially complete. The only part left is the toml writing.
On Jan 19 2021, at 5:29 pm, A248 ***@***.***> wrote:
@jwpjrdev (https://github.com/jwpjrdev) Here is the state of toml support:
Someone opened a PR to tomlj which adds a writer: tomlj/tomlj#19 (tomlj/tomlj#19). As such, that's likely what we'll be using to write toml. I do not think this writer supports comments. Likely, I will see about PR-ing basic comment-writing support to tomlj.
tomlj uses a filename-based module name, but there is a (very short) PR I made to fix that.
The toml-support branch is partially complete. The only part left is the toml writing.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub (#12 (comment)), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AJJZWYQC4YV3EH3W56DP5W3S2YBTJANCNFSM4V5RLQYQ).
Implement Toml support using tomlj
as well as a custom toml writer.It should not be too difficult to create a toml writer.See #2
The text was updated successfully, but these errors were encountered: