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
This seems to be the shortcoming of the underlying viper library and based on otherissues I have open with them (and the immediate note about viper v2) I have a feeling it's not worth to pursue it there, they're essentially sunsetting v1. Still, I opened a new issue with them, let's see if we get a response.
My long-term goal is to merge the stoml and sconfig projects into one, possibly using a different TOML-parsing library. I think that's going to be the real resolution to this problem.
My long-term goal is to merge the stoml and sconfig projects into one, possibly using a different TOML-parsing library. I think that's going to be the real resolution to this problem.
Ok, cool! Maybe the go-toml library could be a good choice?
STOML has obviously issues with dotted keys when they are not quoted.
The following TOML snippet
throws the error
when parsed using STOML, while the same key in quoted form
or in table notation
is parsed fine by STOML.
Would be awesome if you could fix this :)
The text was updated successfully, but these errors were encountered: