[
https://issues.apache.org/jira/browse/THRIFT-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14349770#comment-14349770
]
Hudson commented on THRIFT-3025:
--------------------------------
SUCCESS: Integrated in Thrift #1472 (See
[https://builds.apache.org/job/Thrift/1472/])
THRIFT-3025 Change pure Ints into @enums (jensg: rev
65ee9838bcfe1da945647b27f8db98ea573e5def)
* lib/haxe/src/org/apache/thrift/protocol/TCompactTypes.hx
* lib/haxe/src/org/apache/thrift/TFieldRequirementType.hx
* lib/haxe/src/org/apache/thrift/protocol/TMessageType.hx
* lib/haxe/src/org/apache/thrift/TApplicationException.hx
* lib/haxe/src/org/apache/thrift/protocol/TMessage.hx
* lib/haxe/src/org/apache/thrift/transport/TTransportException.hx
* lib/haxe/src/org/apache/thrift/protocol/TProtocolException.hx
* lib/haxe/src/org/apache/thrift/protocol/TCompactProtocol.hx
* lib/haxe/src/org/apache/thrift/protocol/TType.hx
> Change pure Int constants into @enums (where possible)
> ------------------------------------------------------
>
> Key: THRIFT-3025
> URL: https://issues.apache.org/jira/browse/THRIFT-3025
> Project: Thrift
> Issue Type: Improvement
> Components: Haxe - Library
> Reporter: Jens Geyer
> Assignee: Jens Geyer
> Fix For: 0.9.3
>
>
> There are a few places where numeric constants should be represented as
> {{@enums}} instead of Ints.
> *Important note:* This is not possible now in all cases [because of a
> restriction with Haxe
> 3.1.3|https://github.com/HaxeFoundation/haxe/issues/3649] which essentially
> prevents the handling of enum values that are unknown at compile time. Thus,
> enum values that may be subject to further expansion (such as exception
> codes) should not be converted unless Haxe 3.1.3 support is dropped.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)