You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/12 02:57:04 UTC

[jira] [Commented] (THRIFT-4196) Cannot generate recursive Rust types

    [ https://issues.apache.org/jira/browse/THRIFT-4196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007559#comment-16007559 ] 

ASF GitHub Bot commented on THRIFT-4196:
----------------------------------------

GitHub user allengeorge opened a pull request:

    https://github.com/apache/thrift/pull/1267

    THRIFT-4196 Support recursive types in Rust

    Client: rs
    
    * Modify code generator to support recursive types
    * Modify rust test (not cross-test) client to test recursive calls

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/allengeorge/thrift allen/thrift-4196-final

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/1267.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1267
    
----
commit a3e38261108430585f0e5d72f59b093e1ceffbf6
Author: Allen George <al...@gmail.com>
Date:   2017-05-11T11:56:15Z

    THRIFT-4196 Support recursive types in Rust
    Client: rs
    
    * Modify code generator to support recursive types
    * Modify rust test (not cross-test) client to test recursive calls

----


> Cannot generate recursive Rust types
> ------------------------------------
>
>                 Key: THRIFT-4196
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4196
>             Project: Thrift
>          Issue Type: Bug
>          Components: Rust - Compiler
>            Reporter: Allen George
>            Assignee: Allen George
>
> Pretty simple: I attempted to generate code for a recursive type described in test/recursive.thrift and the rust code generator promptly failed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)