You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by GitBox <gi...@apache.org> on 2022/06/06 22:43:28 UTC

[GitHub] [thrift] Jens-G opened a new pull request, #2616: Haxe compiler/runtime fixes

Jens-G opened a new pull request, #2616:
URL: https://github.com/apache/thrift/pull/2616

   Certain hx source files actually don't compile and/or can be removed, because they are never used. 
   Also, initialisation with IDL constants does not work properly.
   
   The default behaviour of the haxe compiler does only compile files and classes that are referenced anywhere in the code, which can make it hard to spot such problems. 
   
   NB: complex inits will be handled with a subsequent ticket. This is a known issue of this patch


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@thrift.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [thrift] Jens-G merged pull request #2616: THRIFT-5589 Haxe compiler/runtime fixes

Posted by GitBox <gi...@apache.org>.
Jens-G merged PR #2616:
URL: https://github.com/apache/thrift/pull/2616


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@thrift.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org