-
Notifications
You must be signed in to change notification settings - Fork 45
Change yes/no to true/false #101
Copy link
Copy link
Closed
Labels
standard-breaking-changeThis change breaks backward compatibilityThis change breaks backward compatibilityvote-draftChange proposal to the Standard or to the governance proceduresChange proposal to the Standard or to the governance procedures
Metadata
Metadata
Assignees
Labels
standard-breaking-changeThis change breaks backward compatibilityThis change breaks backward compatibilityvote-draftChange proposal to the Standard or to the governance proceduresChange proposal to the Standard or to the governance procedures
This specification defines a YAML file which should use
yes/nois accepted in several places. However, the meaning ofyes/nois ambiguous in YAML. In YAML 1.1 and older these values represent booleans, but in YAML 1.2 they don’t, meaning they represent strings.I suggest to remove this ambiguity by changing them to unambigous booleans (
true/false) in the specification.