From 6b809a7e00e41cc5026cfd4896410783f5baec6f Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 17 Apr 2019 21:28:25 +0000 Subject: system/yaml: bump to 0.2.2 --- system/yaml/skip-trailing-doc-term-0.2.1.patch | 30 -------------------------- 1 file changed, 30 deletions(-) delete mode 100644 system/yaml/skip-trailing-doc-term-0.2.1.patch (limited to 'system/yaml/skip-trailing-doc-term-0.2.1.patch') diff --git a/system/yaml/skip-trailing-doc-term-0.2.1.patch b/system/yaml/skip-trailing-doc-term-0.2.1.patch deleted file mode 100644 index 7e10cd9ea..000000000 --- a/system/yaml/skip-trailing-doc-term-0.2.1.patch +++ /dev/null @@ -1,30 +0,0 @@ -Contributor Note: As with fix-emitter-0.2.1.patch, this patch should -not be necessary when v0.2.2 is released. - -From 7c2e6f47e1b12ca3dfa9ea2f6c65e9bd8a02e8c8 Mon Sep 17 00:00:00 2001 -From: James Clarke -Date: Thu, 29 Jun 2017 02:24:53 +0100 -Subject: [PATCH 1/2] Revert "This code is not needed and breaks tests" - -This reverts commit 56400d976a1999156b1abfd674c3122843980260. ---- - src/emitter.c | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/src/emitter.c b/src/emitter.c -index a5b7ff8..c593a7d 100644 ---- a/src/emitter.c -+++ b/src/emitter.c -@@ -1946,6 +1946,10 @@ yaml_emitter_write_plain_scalar(yaml_emitter_t *emitter, - - emitter->whitespace = 0; - emitter->indention = 0; -+ if (emitter->root_context) -+ { -+ emitter->open_ended = 1; -+ } - - return 1; - } --- -2.13.2 -- cgit v1.2.3-60-g2f50