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
trying to figure out if either can cause / avoid errors.
Option one is more readable I think. Option two joins everything into one string before passing it to set which will then split it up into individual characters again.
Probably there should be a validator on labelset that makes sure it's actually a set?
toml arrays have to be "homogenous" (all elements same type) right now AFAI can tell toml-lang/toml#553
The text was updated successfully, but these errors were encountered:
either by doing
or
trying to figure out if either can cause / avoid errors.
Option one is more readable I think. Option two joins everything into one string before passing it to set which will then split it up into individual characters again.
Probably there should be a validator on labelset that makes sure it's actually a set?
toml arrays have to be "homogenous" (all elements same type) right now AFAI can tell
toml-lang/toml#553
The text was updated successfully, but these errors were encountered: