[
https://issues.apache.org/jira/browse/THRIFT-3455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15033780#comment-15033780
]
ASF GitHub Bot commented on THRIFT-3455:
----------------------------------------
GitHub user nsuke opened a pull request:
https://github.com/apache/thrift/pull/724
THRIFT-3455 THRIFT-3464 c_glib fixes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsuke/thrift THRIFT-3464
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/724.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 #724
----
commit cb9c7747f8772cbdafa2b760d2c43512e55e210e
Author: Nobuaki Sukegawa <[email protected]>
Date: 2015-12-01T13:17:24Z
THRIFT-3455 struct write method's return value is incorrect
commit b896eaa508a835286807a9878feaac6a3a88a047
Author: Nobuaki Sukegawa <[email protected]>
Date: 2015-12-01T13:42:55Z
THRIFT-3464 Fix several defects in c_glib code generator
----
> struct write method's return value is incorrect
> -----------------------------------------------
>
> Key: THRIFT-3455
> URL: https://issues.apache.org/jira/browse/THRIFT-3455
> Project: Thrift
> Issue Type: Bug
> Components: C glib - Compiler
> Affects Versions: 0.9.3
> Reporter: Aki Sukegawa
> Assignee: Aki Sukegawa
>
> Generated write method tries to return written bytes but only sums
> begin/end_field byte lengths.
> (It skips field value)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)