[
https://issues.apache.org/jira/browse/THRIFT-3477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15047449#comment-15047449
]
Hudson commented on THRIFT-3477:
--------------------------------
FAILURE: Integrated in Thrift #1761 (See
[https://builds.apache.org/job/Thrift/1761/])
THRIFT-3477 Parser fails on enum item that starts with 'E' letter and (jensg:
rev 5eed3a161fc4750ac7db5651373c5c2ece709fe6)
* test/ConstantsDemo.thrift
* compiler/cpp/src/thriftl.ll
* test/EnumTest.thrift
> Parser fails on enum item that starts with 'E' letter and continues with
> number
> --------------------------------------------------------------------------------
>
> Key: THRIFT-3477
> URL: https://issues.apache.org/jira/browse/THRIFT-3477
> Project: Thrift
> Issue Type: Bug
> Components: Compiler (General)
> Reporter: Gordashnikov Artur
> Assignee: Jens Geyer
> Fix For: 1.0
>
> Attachments:
> THRIFT-3477-Parser-fails-on-enum-item-that-starts-wi.patch
>
>
> Consider simple enum:
> {code}
> enum Test
> {
> E10
> }
> {code}
> It will fail with message
> {code}
> [ERROR:C:/Test.thrift:3] (last token was 'E10') syntax error
> [FAILURE:C:/Test.thrift:3] Parser error during include pass.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)