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 is a major improvement that better aligns TOML lists with python ones: I would suggest to implement this feature ahead of the formal release of the new TOML spec.
The text was updated successfully, but these errors were encountered:
Agree this is a good idea. As best I can tell it should be trivial, just need to take out the explicit checks to forbid it. I'll work on it once I've got a moment.
Code changes to the python code should be trivial, just a couple of lines to remove. What seems to me more complicated is adapting the unit tests to the new spec.
The working and still unreleased TOML spec allows heterogenous values in arrays: see
This is a major improvement that better aligns TOML lists with python ones: I would suggest to implement this feature ahead of the formal release of the new TOML spec.
The text was updated successfully, but these errors were encountered: