[llvm-bugs] [Bug 27171] New: YAML output is invalid for nested flow nodes
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Mar 31 13:50:36 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27171
Bug ID: 27171
Summary: YAML output is invalid for nested flow nodes
Product: libraries
Version: 3.8
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: Support Libraries
Assignee: unassignedbugs at nondot.org
Reporter: harlan at harlanhaskins.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Created attachment 16145
--> https://llvm.org/bugs/attachment.cgi?id=16145&action=edit
A minimal nested flow example and python tester using pyyaml
YAMLTraits produces invalid output with nested flow nodes.
For example, if I have a struct with a vector of members, and I turn on flow
for the outer struct, the output is invalid, as reported by both pyyaml and
yamllint.com
I’ve attached a reduced example.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160331/deb85004/attachment.html>
More information about the llvm-bugs
mailing list