You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2014/11/05 13:07:59 UTC

git commit: THRIFT-2793: Go compiler produces uncompilable code Client: go Patch: Jens Geyer

Repository: thrift
Updated Branches:
  refs/heads/master 477616650 -> e81367bb9


THRIFT-2793: Go compiler produces uncompilable code
Client: go
Patch: Jens Geyer

Updating changelog for this ticket


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/e81367bb
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/e81367bb
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/e81367bb

Branch: refs/heads/master
Commit: e81367bb95714a4720d36c5bf3bb0386d4ae04c0
Parents: 4776166
Author: jfarrell <jf...@apache.org>
Authored: Wed Nov 5 07:06:58 2014 -0500
Committer: jfarrell <jf...@apache.org>
Committed: Wed Nov 5 07:06:58 2014 -0500

----------------------------------------------------------------------
 CHANGES | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/e81367bb/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 28c1f40..a0d2a3c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,7 @@ Apache Thrift Changelog
 Thrift 0.9.2
 --------------------------------------------------------------------------------
 ## Bug
+    * [THRIFT-2793] - Go compiler produces uncompilable code
     * [THRIFT-1481] - Unix domain sockets in C++ do not support the abstract namespace
     * [THRIFT-1455] - TBinaryProtocolT<Transport_>::writeString casts from size_t to uint32_t, which is not safe on 64-bit platforms
     * [THRIFT-1579] - PHP Extention - function thrift_protocol_read_binary not working from TBinarySerializer::deserialize