From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender4-pp-o91.zoho.com (sender4-pp-o91.zoho.com [136.143.188.91]) by sourceware.org (Postfix) with ESMTPS id 4C4F53858C60; Wed, 13 Oct 2021 02:09:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4C4F53858C60 ARC-Seal: i=1; a=rsa-sha256; t=1634090949; cv=none; d=zohomail.com; s=zohoarc; b=IHW/VBk1ycB5o+iV0tLes/htSLcZziiOPTc4Mh17/mtn7pmNjNpPhb95ETiiiUZRkqZecZPXV/6uvB1b/LMM2X93Fg4dH6FKHUpCfva6EPnPTu4afHxEakAQQ8XhqE+nK7FnFmgoik/d9evZUDPoiAZmTORYrDSZ09RinJ0SMiU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1634090949; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=1S6b1FyH3hvFXbg0Eaq8aZ1pezcgk2EE3kr5zAE6bc4=; b=It1jPHfdtBY839xk9FRXxqt0mklqqNvpRrau+vlQX213/sGOqJ/KmD0awqWgc90I/EkmwgCw9KeXME0wzW7HP1kT89ItsTGkuY6KAla7Ca2y5zsJyojr1/lbcBhdY1W3FYtnckxsD96tXh750943MsetX0c0oq5K4yBRroFPNBk= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=zoho.com; spf=pass smtp.mailfrom=bouanto@zoho.com; dmarc=pass header.from= Received: from [192.168.1.174] (38.87.11.6 [38.87.11.6]) by mx.zohomail.com with SMTPS id 1634090946056910.8490250374235; Tue, 12 Oct 2021 19:09:06 -0700 (PDT) Message-ID: Subject: Re: [PATCH] libgccjit: add some reflection functions in the jit C api From: Antoni Boucher To: David Malcolm Cc: Antoni Boucher via Jit , gcc-patches@gcc.gnu.org Date: Tue, 12 Oct 2021 22:09:03 -0400 In-Reply-To: References: <20200902010120.crnx55ev635ceiey@bouanto-desktop.localdomain> <6fe2ea355403eb177c9632e076c11c792f23c791.camel@redhat.com> <9cd00fe5cb5c03184e3a5bd939447b30450a8ca7.camel@redhat.com> <20201015160226.cka4iq3w22jztopm@bouanto-desktop.localdomain> <20201015173952.ft7mu5ajbaxb3gke@bouanto-desktop.localdomain> <54ba5c58dbd2b8c7b1f3276c2b87cddf55e258bd.camel@redhat.com> <20201103221324.xw3jbvrw2uwdc4rz@bouanto-desktop.localdomain> <3388bb8c84e68cd7b0698dc154e7a5666c0d2cde.camel@redhat.com> <0e8b6450bcb23182b85342d8010c3bea0c297ba2.camel@zoho.com> <534254132a841b75d555a52ce952f84418f168c2.camel@redhat.com> <3c328b40570b10b22a8925fd64b2781dc9264358.camel@zoho.com> <715f6ebfe1627fc39d8ec3b15f1e38f8378f3db7.camel@redhat.com> <711092bc80237e32caa48f2060c93be30cb9c220.camel@zoho.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.40.4 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: jit@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Jit mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2021 02:09:15 -0000 David: PING Le lundi 27 septembre 2021 =C3=A0 20:53 -0400, Antoni Boucher a =C3=A9crit= =C2=A0: > I fixed an issue (it would show an error message when > gcc_jit_type_dyncast_function_ptr_type was called on a type different > than a function pointer type). >=20 > Here's the updated patch. >=20 > Le vendredi 18 juin 2021 =C3=A0 16:37 -0400, David Malcolm a =C3=A9crit= =C2=A0: > > On Fri, 2021-06-18 at 15:41 -0400, Antoni Boucher wrote: > > > I have write access now. > >=20 > > Great. > >=20 > > > I'm not sure how I'm supposed to send my patches: > > > should I put it in personal branches and you'll merge them? > >=20 > > Please send them to this mailing list for review; once they're > > approved > > you can merge them. > >=20 > > >=20 > > > And for the MAINTAINERS file, should I just push to master right > > > away, > > > after sending it to the mailing list? > >=20 > > I think people just push the MAINTAINERS change and then let the > > list > > know, since it makes a good test that write access is working > > correctly. > >=20 > > Dave > >=20 > > >=20 > > > Thanks for your help! > > >=20 > > > Le vendredi 18 juin 2021 =C3=A0 12:09 -0400, David Malcolm a =C3=A9cr= it=C2=A0: > > > > On Fri, 2021-06-18 at 11:55 -0400, Antoni Boucher wrote: > > > > > Le vendredi 11 juin 2021 =C3=A0 14:00 -0400, David Malcolm a > > > > > =C3=A9crit=C2=A0: > > > > > > On Fri, 2021-06-11 at 08:15 -0400, Antoni Boucher wrote: > > > > > > > Thank you for your answer. > > > > > > > I attached the updated patch. > > > > > >=20 > > > > > > BTW you (or possibly me) dropped the mailing lists; was > > > > > > that > > > > > > deliberate? > > > > >=20 > > > > > Oh, my bad. > > > > >=20 > > > >=20 > > > > [...] > > > >=20 > > > >=20 > > > > > >=20 > > > > > >=20 > > > > > > > I have signed the FSF copyright attribution. > > > > > >=20 > > > > > > I can push changes on your behalf, but I'd prefer it if you > > > > > > did > > > > > > it, > > > > > > especially given that you have various other patches you > > > > > > want > > > > > > to > > > > > > get > > > > > > in. > > > > > >=20 > > > > > > Instructions on how to get push rights to the git repo are > > > > > > here: > > > > > > =C2=A0 https://gcc.gnu.org/gitwrite.html > > > > > >=20 > > > > > > I can sponsor you. > > > > >=20 > > > > > Thanks. > > > > > I did sign up to get push rights. > > > > > Have you accepted my request to get those? > > > >=20 > > > > I did, but I didn't see any kind of notification.=C2=A0 Did you get > > > > an > > > > email > > > > about it? > > > >=20 > > > >=20 > > > > Dave > > > >=20 > > >=20 > > >=20 > >=20 > >=20 >=20