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 11A11200D0B for ; Wed, 13 Sep 2017 01:08:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0FAE41609C8; Tue, 12 Sep 2017 23:08:52 +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 4C8FB1609B4 for ; Wed, 13 Sep 2017 01:08:51 +0200 (CEST) Received: (qmail 43922 invoked by uid 500); 12 Sep 2017 23:08:49 -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 43911 invoked by uid 99); 12 Sep 2017 23:08:49 -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; Tue, 12 Sep 2017 23:08:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3E13CF57F0; Tue, 12 Sep 2017 23:08:48 +0000 (UTC) From: domino14 To: dev@thrift.apache.org Reply-To: dev@thrift.apache.org References: In-Reply-To: Subject: [GitHub] thrift issue #1312: THRIFT-4260: Add context as first arg for client method. Content-Type: text/plain Message-Id: <20170912230849.3E13CF57F0@git1-us-west.apache.org> Date: Tue, 12 Sep 2017 23:08:48 +0000 (UTC) archived-at: Tue, 12 Sep 2017 23:08:52 -0000 Github user domino14 commented on the issue: https://github.com/apache/thrift/pull/1312 Is this in the latest version of thrift? It seems that auto-generated code does not have `context` in its function signatures, but thrift itself requires them, so auto-generated code does not compile with the version of thrift that generated it! ---