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

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

Github user jeking3 commented on the issue:

    https://github.com/apache/thrift/pull/1084
  
    None that I know of.  What you can do is:
    
    1. Make sure language support is in the Dockerfile for the ubuntu and 
debian builds.
    2. Look for CROSS_LANGS in the top level Makefile.am.  That should lead you 
to the rest.
    3. You will need a TestServer and TestClient implementation; you can look 
in test/cpp or test/perl for example implementations.  You will probably need a 
new test/ subdirectory for swift.
    4. Make cross until it works.  If a test reliably fails (and is supposed 
to) put it into the known test failures file by running "test.py -U merge" from 
the test directory after running make cross.
    
    Note that adding to CROSS_LANGS will also run the cross feature tests as 
well, which are in test/features.


> Swift Library
> -------------
>
>                 Key: THRIFT-3773
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3773
>             Project: Thrift
>          Issue Type: New Feature
>          Components: Swift - Library
>            Reporter: Thomas Bartelmess
>            Assignee: Chris Simpson
>
> We already have the option to generate Swift code in the Cocoa compiler, 
> however large parts of the (Objective-C) Cocoa Library still depend on Cocoa 
> and  Objective-C.
> It would be good to have a native Swift library that doesn't depend on the 
> Cocoa libraries.
> Design goals:
> - Fully compatible with the code that is currently generated by the Cocoa 
> compiler (both Objective-C and Swift).
> - Ability to run on Linux
> - Pure Swift, no Objective-C code.
> - No dependencies on closed source apple libraries
> - Keep the same interface, so that the library is compatible with the code 
> the current cocoa compiler generates
> - Better server support that the current Objective-C library.
> - Follow the new Swift packaging format to be compatible with the Swift 
> Package manager



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

Reply via email to