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
{{ message }}
This repository was archived by the owner on Nov 24, 2018. It is now read-only.
Notice the trailing ,. While {"foo": "bar",} is not valid JSON, {foo = "bar",} is valid dhall and equivalent to {foo="bar"}, so I wouldn't expect the two to produce different JSON/Yaml, let alone have one be considered an error.
Apologies if this has already been fixed, I'm having some issues getting the most recent versions compiled (tool chain issues on my end).
Notice the trailing
,. While{"foo": "bar",}is not valid JSON,{foo = "bar",}is validdhalland equivalent to{foo="bar"}, so I wouldn't expect the two to produce different JSON/Yaml, let alone have one be considered an error.