[GitHub] thrift pull request: THRIFT-3783: python code generator dose not h...

2016-04-07 Thread Jens-G
Github user Jens-G commented on a diff in the pull request: https://github.com/apache/thrift/pull/982#discussion_r58929507 --- Diff: test/py/object_gen_order/cycle.thrift --- @@ -0,0 +1,29 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] thrift pull request: THRIFT-3783: python code generator dose not h...

2016-04-07 Thread Jens-G
Github user Jens-G commented on a diff in the pull request: https://github.com/apache/thrift/pull/982#discussion_r58929379 --- Diff: compiler/cpp/src/generate/t_py_generator.cc --- @@ -384,6 +406,55 @@ void t_py_generator::init_generator() { py_autogen_comment() << endl <<

[GitHub] thrift pull request: THRIFT-3783: python code generator dose not h...

2016-04-07 Thread Jens-G
Github user Jens-G commented on a diff in the pull request: https://github.com/apache/thrift/pull/982#discussion_r58929004 --- Diff: compiler/cpp/src/generate/t_py_generator.cc --- @@ -384,6 +406,55 @@ void t_py_generator::init_generator() { py_autogen_comment() << endl <<

[GitHub] thrift pull request: THRIFT-3783: python code generator dose not h...

2016-04-07 Thread Jens-G
Github user Jens-G commented on a diff in the pull request: https://github.com/apache/thrift/pull/982#discussion_r58928719 --- Diff: compiler/cpp/src/generate/t_py_generator.cc --- @@ -21,12 +21,19 @@ #include #include #include +#include +#include

[GitHub] thrift pull request: THRIFT-3783: python code generator dose not h...

2016-04-07 Thread collinmsn
GitHub user collinmsn opened a pull request: https://github.com/apache/thrift/pull/982 THRIFT-3783: python code generator dose not handle struct dependent You can merge this pull request into a Git repository by running: $ git pull https://github.com/collinmsn/thrift master