You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/28 01:35:20 UTC

[jira] [Commented] (THRIFT-3905) Dart compiler does not initialize bool, int, and double properties

    [ https://issues.apache.org/jira/browse/THRIFT-3905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15442531#comment-15442531 ] 

ASF GitHub Bot commented on THRIFT-3905:
----------------------------------------

GitHub user markerickson-wf opened a pull request:

    https://github.com/apache/thrift/pull/1068

    THRIFT-3905 Initialize bool, int, and double properties

    see https://issues.apache.org/jira/browse/THRIFT-3905
    
    @tylertreat-wf 
    @stevenosborne-wf 
    @brianshannan-wf


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/markerickson-wf/thrift thrift-3905

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/1068.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1068
    
----
commit b354b0541a9b4ba786ea53ba8a8f63cecd770cd9
Author: Mark Erickson <ma...@workiva.com>
Date:   2016-08-28T01:32:13Z

    THRIFT-3905 Initialize bool, int, and double properties

----


> Dart compiler does not initialize bool, int, and double properties
> ------------------------------------------------------------------
>
>                 Key: THRIFT-3905
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3905
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Dart - Compiler
>    Affects Versions: 0.10.0
>            Reporter: Mark Erickson
>            Assignee: Mark Erickson
>             Fix For: 0.10.0
>
>
> In Dart it is desirable to initialize bool (false), int (0), and double (0.0) properties instead of leaving them with the value of null.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)