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 2023/04/20 16:22:00 UTC

[jira] [Resolved] (THRIFT-5703) Haxe 4.30 emits "Local variable retval used without being initialized" on generated code

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

Jens Geyer resolved THRIFT-5703.
--------------------------------
    Fix Version/s: 0.19.0
       Resolution: Fixed

> Haxe 4.30 emits "Local variable retval used without being initialized" on generated code
> ----------------------------------------------------------------------------------------
>
>                 Key: THRIFT-5703
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5703
>             Project: Thrift
>          Issue Type: Bug
>          Components: Haxe - Compiler
>            Reporter: Jens Geyer
>            Assignee: Jens Geyer
>            Priority: Major
>             Fix For: 0.19.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> {code}
> struct Foo {}
> service Bar {
>   Foo FooBar()
> }
> {code}
> produces "Local variable retval used without being initialized" in the generated service call helper function for FooBar() when compiled with Haxe 4.30.



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