You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (Jira)" <ji...@apache.org> on 2022/09/11 10:34:00 UTC

[jira] [Resolved] (THRIFT-5626) Parser should not confuse data types and field names

     [ https://issues.apache.org/jira/browse/THRIFT-5626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens Geyer resolved THRIFT-5626.
--------------------------------
    Fix Version/s: 0.18.0
       Resolution: Fixed

> Parser should not confuse data types and field names
> ----------------------------------------------------
>
>                 Key: THRIFT-5626
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5626
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Compiler (General)
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>            Priority: Major
>             Fix For: 0.18.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> {code}
> struct foo {
>   1: optional string string
>   40: optional string uuid
> }
> {code}
> Should compile.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)