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 DF91538930F3; Fri, 18 Jun 2021 19:41:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DF91538930F3 ARC-Seal: i=1; a=rsa-sha256; t=1624045283; cv=none; d=zohomail.com; s=zohoarc; b=dVclyUvFvjA8YWIufyIHhgWr68Y7DzhIKdc5+DnYZPnhK7ncnh8qmyB0lYoB0r02c+nb7x7qol70qck8WTcGyFPOOhkJ8vpf6co4bL/AJ03JoBzuS3xgZdwakU5x2f5enbxrHCtekb8eCCQdu5fHOD4HaMyGggKSJqOaKPBsZFA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1624045283; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=Ugmx60alD2rLMtKOt9JVYA9kGr72uAmQuFI/pyGkw18=; b=XTTINKrEj5/nN/On6EmQx1o9rLyT9a348yAKy18VX6F2W40/aXeFkioAtTH111YU+SMVXusjdj2Dkuloh94EZ7lUnWDZYJ+A4nbXiLaP4fQppZt5c5EaRNaRNy5XEN4HKcvZIflR638kg22mzwAvp09pmqpOySnU1+mikeNm8RM= 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 1624045278699988.2002874249101; Fri, 18 Jun 2021 12:41:18 -0700 (PDT) Message-ID: <711092bc80237e32caa48f2060c93be30cb9c220.camel@zoho.com> 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: Fri, 18 Jun 2021 15:41:16 -0400 In-Reply-To: <715f6ebfe1627fc39d8ec3b15f1e38f8378f3db7.camel@redhat.com> 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> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.40.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Status: No, score=-6.0 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.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Fri, 18 Jun 2021 19:41:31 -0000 I have write access now. I'm not sure how I'm supposed to send my patches: should I put it in personal branches and you'll merge them? And for the MAINTAINERS file, should I just push to master right away, after sending it to the mailing list? Thanks for your help! Le vendredi 18 juin 2021 =C3=A0 12:09 -0400, David Malcolm a =C3=A9crit=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