You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Allen George (Jira)" <ji...@apache.org> on 2021/03/06 15:56:00 UTC

[jira] [Updated] (THRIFT-4098) Support user-defined output namespaces in generated Rust modules

     [ https://issues.apache.org/jira/browse/THRIFT-4098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Allen George updated THRIFT-4098:
---------------------------------
    Priority: Major  (was: Minor)

> Support user-defined output namespaces in generated Rust modules
> ----------------------------------------------------------------
>
>                 Key: THRIFT-4098
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4098
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Rust - Compiler
>            Reporter: Allen George
>            Priority: Major
>
> Currently the Rust compiler assumes that all generated modules are rooted at the top-level of your crate (i.e. at {{lib.rs}}). There are many useful cases where you want to control exactly where the generated code lives (for example - you may want it to be inside another sub-module you control); typically this is done via thrift {{namespace}} definitions. The compiler currently ignores these declarations. It should be changed to:
> # recognize them if they exist, and generate code with the proper module paths
> # default to the current behavior if no {{namespace}} declarations exist
> # work properly in both cases with service inheritance.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)