Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EE423200D50 for ; Mon, 4 Dec 2017 15:36:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id ECD6C160BF3; Mon, 4 Dec 2017 14:36:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3614E160C1B for ; Mon, 4 Dec 2017 15:36:09 +0100 (CET) Received: (qmail 51463 invoked by uid 500); 4 Dec 2017 14:36:06 -0000 Mailing-List: contact dev-help@thrift.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@thrift.apache.org Delivered-To: mailing list dev@thrift.apache.org Received: (qmail 51304 invoked by uid 99); 4 Dec 2017 14:36:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2017 14:36:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 78911E2F03; Mon, 4 Dec 2017 14:36:06 +0000 (UTC) From: jeking3 To: dev@thrift.apache.org Reply-To: dev@thrift.apache.org References: In-Reply-To: Subject: [GitHub] thrift issue #1437: THRIFT-4403: Fix incorrect usage of 'this' Content-Type: text/plain Message-Id: <20171204143606.78911E2F03@git1-us-west.apache.org> Date: Mon, 4 Dec 2017 14:36:06 +0000 (UTC) archived-at: Mon, 04 Dec 2017 14:36:10 -0000 Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1437 Great - I am going to see if this resolves any of the cross test known failures. ---