AS3 compiler generates uncompilable code for binary types.
----------------------------------------------------------

                 Key: THRIFT-1180
                 URL: https://issues.apache.org/jira/browse/THRIFT-1180
             Project: Thrift
          Issue Type: Bug
          Components: AS3 - Compiler
    Affects Versions: 0.6.1, 0.6, 0.5, 0.7
         Environment: Mac OS X 10.6.7 
            Reporter: Ethan Urie
            Priority: Minor
             Fix For: 0.7
         Attachments: THRIFT-1180_use_ByteArray_for_binary_types.patch

When a thrift definition file includes a field of type {{binary}} the generated 
code uses {{byte[]}} which is not valid AS3 (there's no byte primitive). AS3 
does provide the ByteArray class which would fix this issue.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to