[
https://issues.apache.org/jira/browse/THRIFT-2421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roger Meier updated THRIFT-2421:
--------------------------------
Attachment: 84.patch
attached patch fixes white spaces issues and is ready to commit
what about the test suite?
extend ThriftTest.thrift with this:
{noformat}
struct RecTree {
1: list<RecTree> children
2: i16 item
}
service TestService
{
RecTree echoTree(1:RecTree tree)
}
{noformat}
> Tree/Recursive struct support in thrift
> ---------------------------------------
>
> Key: THRIFT-2421
> URL: https://issues.apache.org/jira/browse/THRIFT-2421
> Project: Thrift
> Issue Type: Sub-task
> Components: C++ - Library
> Reporter: Jake Farrell
> Assignee: Jake Farrell
> Fix For: 0.9.2
>
> Attachments: 84.patch
>
>
> Patches to implement tree/list/co-recursive structures in thrift
> https://github.com/apache/thrift/pull/84
--
This message was sent by Atlassian JIRA
(v6.2#6252)