Tina Müller (tinita)
Tina Müller (tinita)
I think backwards compatibility for 1.0 would be too much effort, because the changes are so big. I agree that there should be a document explaining the differences to 1.1,...
btw, I recently wrote an article about YAML 1.2 Schemas and 1.1 Types. Maybe it is helpful to you: http://blogs.perl.org/users/tinita/2018/01/introduction-to-yaml-schemas-and-tags.html
There is a short document with changes in the wiki: https://github.com/yaml/yaml/wiki/YAML-1.2-Changelog
Yeah, the test case is invalid when **constructing**. However, during parsing the processor cannot decide about that. The parser should not have to keep track of mapping keys, because only...
So @ingydotnet pushed some fixes. The current version doesn't work for spec/1.2/index.html urls though. Also without Javascript one just sees a blank page. In my opinion this should be improved.
Regarding the test suite/test matrix: Indeed I would like to remove those tags from the tests.
As the merge key `
Thinking about implementation, IMHO suggestion 1 and 3 will be much harder, because one would have to add additional handling for this on several levels. Suggestion 2 can be more...
@DanySK this looks nice, I agree. But it would mean a new syntax element, so more work for parsers, and another thing `+ ` which would be disallowed in plain...