Return-Path: Delivered-To: apmail-incubator-thrift-dev-archive@minotaur.apache.org Received: (qmail 32896 invoked from network); 8 Apr 2009 07:16:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Apr 2009 07:16:35 -0000 Received: (qmail 79819 invoked by uid 500); 8 Apr 2009 07:16:34 -0000 Delivered-To: apmail-incubator-thrift-dev-archive@incubator.apache.org Received: (qmail 79717 invoked by uid 500); 8 Apr 2009 07:16:34 -0000 Mailing-List: contact thrift-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: thrift-dev@incubator.apache.org Delivered-To: mailing list thrift-dev@incubator.apache.org Received: (qmail 79704 invoked by uid 99); 8 Apr 2009 07:16:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2009 07:16:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2009 07:16:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F1F4E29A0011 for ; Wed, 8 Apr 2009 00:16:12 -0700 (PDT) Message-ID: <1448878380.1239174972989.JavaMail.jira@brutus> Date: Wed, 8 Apr 2009 00:16:12 -0700 (PDT) From: "Chad Walters (JIRA)" To: thrift-dev@incubator.apache.org Subject: [jira] Commented: (THRIFT-413) Type annotations for base types In-Reply-To: <1251953723.1238467670420.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/THRIFT-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696917#action_12696917 ] Chad Walters commented on THRIFT-413: ------------------------------------- +1 lgtm > Type annotations for base types > ------------------------------- > > Key: THRIFT-413 > URL: https://issues.apache.org/jira/browse/THRIFT-413 > Project: Thrift > Issue Type: Improvement > Reporter: David Reiss > Priority: Minor > Attachments: 0001-THRIFT-413.-Suppport-for-annotations-on-base-types.patch > > > This patch allows type annotations to be applied to base types. The one thing about it that scared me a bit was that we were allocating a new type object for each base type with annotations, so checks like > {code} > if (get_true_type(ttype) == g_type_i32) > {code} > would fail if ttype had annotations. But I grepped for all uses of the global type objects and didn't find anything like that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.