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
Let's implement yaml schema for each of our settings files. Validation could be built into the pipelines. Maybe we could provide a simple website to upload the file and flag problems during verification.
This may be a good opportunity to revisit the yaml decision.
We did that because we hoped users would find it less confusing, but in practice we ended up with lots of problem reports that are down to syntax.
I suggest revisiting this decision and evaluating toml or plain old JSON. JSON would be the most straight-forward because yaml is a superset of JSON (if you squint). Meaning: we can use JSON already with no changes to the pipelines.
JSON has fewer moving parts, much less ambiguity, so ... as you can tell I'd jump at the opportunity to bury yaml and move on to greener pastures.
Let's implement yaml schema for each of our settings files. Validation could be built into the pipelines. Maybe we could provide a simple website to upload the file and flag problems during verification.
Ideas and Tools:
The text was updated successfully, but these errors were encountered: