Ingy döt Net
                                            Ingy döt Net
                                        
                                    Yes, it's the biggest "punt" in the spec, imho... It's probably better expressed as a negative lookahead assertion in a few productions involving separating whitespace and multi-line strings. Shouldn't be...
There's a lot of information just around the corner on YAML language change proposals. Many of them involve new directives and schema related topics. Some of the directives ideas are:...
There's really no reason you can't do something like this now in YAML 1.2: ``` %YAML 1.2 --- ! name: foo/bar-package type: project description: Composer example project ``` tagging the...
This needs to be added to the 1.2.2 errata page and fixed in the 1.2.3 spec
The YAML is actually valid according to the spec, but about half the parsers we test find it invalid. https://play.yaml.io/main/parser?input=fApmb28K Here's another interesting case where all known parsers interpret different...
Sounds good to me. I think we _might_ be able to consider this errata in 1.2.2 and we could list it as such before publishing 1.2.3. Thoughts?
yaml.org/type is a sore spot that I've wanted to take down for a very long time. Clark put these up as ideas in 2005, and they just stuck around even...
@eemeli this is a work in progress. Please be patient while it takes shape. For now everything related to the YAML spec will take place in this repo. Note that...
Re canonicalization, we are working on a guide for that. I'm fairly sure you'll see it before the end of the year, and possibly quite soon. Re `---` (document header),...