[
https://issues.apache.org/jira/browse/THRIFT-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14203715#comment-14203715
]
Hudson commented on THRIFT-2753:
--------------------------------
SUCCESS: Integrated in Thrift #1338 (See
[https://builds.apache.org/job/Thrift/1338/])
THRIFT-2753 Haxe support: Misc. improvements (jensg: rev
fea00ac871202a819c5bc88cf0cc18ed5edcc84a)
* lib/haxe/test/php.hxml
* lib/haxe/test/project.hide
* test/haxe/src/TestServer.hx
* test/haxe/src/TestClient.hx
* lib/haxe/src/org/apache/thrift/protocol/TJSONProtocol.hx
* lib/haxe/test/src/StreamTest.hx
* lib/haxe/test/java.hxml
* lib/haxe/test/flash.hxml
* lib/haxe/test/Makefile.am
* lib/haxe/src/org/apache/thrift/transport/THttpClient.hx
* lib/haxe/test/src/TestBase.hx
* lib/haxe/test/make_all.bat
* lib/haxe/test/neko.hxml
* lib/haxe/src/org/apache/thrift/transport/TServerSocket.hx
* configure.ac
* compiler/cpp/src/generate/t_haxe_generator.cc
* tutorial/haxe/project.hide
* test/haxe/project.hide
* test/haxe/Makefile.am
* lib/haxe/test/src/Main.hx
* lib/haxe/src/org/apache/thrift/transport/TFileStream.hx
* lib/haxe/src/org/apache/thrift/server/TServerEventHandler.hx
* .gitignore
* lib/haxe/src/org/apache/thrift/transport/TFramedTransport.hx
* lib/haxe/README.md
* lib/haxe/test/csharp.hxml
* lib/haxe/src/org/apache/thrift/transport/TServerTransport.hx
* lib/haxe/test/make_all.sh
* test/haxe/src/Main.hx
* lib/haxe/test/python.hxml
* lib/haxe/src/org/apache/thrift/transport/TStream.hx
* tutorial/haxe/src/Main.hx
* lib/haxe/src/org/apache/thrift/transport/TStreamTransport.hx
* lib/haxe/test/cpp.hxml
* lib/haxe/src/org/apache/thrift/transport/TFramedTransportFactory.hx
* lib/haxe/src/org/apache/thrift/server/TSimpleServer.hx
* tutorial/haxe/Makefile.am
* test/haxe/src/Arguments.hx
* lib/haxe/src/org/apache/thrift/server/TServer.hx
* lib/haxe/test/javascript.hxml
> Misc. Haxe improvements
> -----------------------
>
> Key: THRIFT-2753
> URL: https://issues.apache.org/jira/browse/THRIFT-2753
> Project: Thrift
> Issue Type: Sub-task
> Components: Haxe - Compiler, Haxe - Library
> Reporter: Jens Geyer
> Assignee: Jens Geyer
> Fix For: 0.9.3
>
>
> This is the second part of the Haxe addition started with THRIFT-2644,
> completing the base feature set with HTTP client and stream transports.
> *Test improvements*
> - added missing testException tests
> - aligned cross test return codes
> - aligned cross test command line arguments
> - added --skip-speed-test switch
> *Code generator improvements*
> - added suffix "_FIELD_ID" to the fieldIDs to prevent name collisions with
> uppercase-only members (like ID, VAT)
> - always render enum type with full namespace to prevent name collisions with
> class members
> *Library improvements*
> - HTTP transport client added
> - Generic Stream transport added, implemented FileStream transport
> - fixed possible double UTF-8 encoding/decoding in JSON protocol
> - Haxe Thrift library test project added
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)