GitHub user markerickson-wf opened a pull request:

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

    THRIFT-3535 library_prefix generator argument

    Add a library_prefix argument to the Dart generator to generate files and 
imports that are usable in an existing Dart library.
    
    This produces a file structure like:
    
    ```
    gen-dart/
        tutorial.dart
        tutorial/
            calculator.dart
            invalid_operation.dart  
            operation.dart
            tutorial_constants.dart
            work.dart
    ```
    
    https://issues.apache.org/jira/browse/THRIFT-3535

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

    $ git pull https://github.com/markerickson-wf/thrift library_prefix

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

    https://github.com/apache/thrift/pull/789.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 #789
    
----
commit 089c09d701bef066788090c78171822c0359cfe1
Author: Mark Erickson <[email protected]>
Date:   2016-01-09T20:30:45Z

    Add an argument to generate files and imports that are usable in an 
existing Dart library.
    
    https://issues.apache.org/jira/browse/THRIFT-3535

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to