Replies: 2 comments
-
Not to be "that guy", but does this need to be an issue, if a discussion topic already exists? It's a pretty open-ended question; a discussion topic is probably already the right format. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please feel welcome to discuss this in #915. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discussed in #915
Originally posted by awvwgk July 31, 2022
What is the general strategy of TOML library implementors here to add support for unreleased TOML features?
Implementing features early before a release allows to provide access to users of TOML early, but comes with the disadvantage that the feature might change or other TOML related tooling is not compatible yet. I have seen some libraries provide a way to opt-in at compile time / run time for newer features.
Testing and validation is also a bit more tricky, especially when previously incorrect TOML documents are becoming valid.
Any thoughts on this are welcome.
Beta Was this translation helpful? Give feedback.
All reactions