From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA0A51382C5 for ; Sat, 12 May 2018 21:32:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC662E0856; Sat, 12 May 2018 21:32:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4570E0856 for ; Sat, 12 May 2018 21:32:06 +0000 (UTC) Received: from eris.local (dynamic-adsl-84-221-240-135.clienti.tiscali.it [84.221.240.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: lu_zero) by smtp.gentoo.org (Postfix) with ESMTPSA id 10BA2335C9E for ; Sat, 12 May 2018 21:32:04 +0000 (UTC) Subject: Re: [gentoo-soc] [rust] Weekly report To: gentoo-soc@lists.gentoo.org References: <20180512180303.GA5933@nolla> From: Luca Barbato Message-ID: Date: Sat, 12 May 2018 23:32:00 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: <20180512180303.GA5933@nolla> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Archives-Salt: 2ad04c80-5318-4788-9b50-05ed43e9a09e X-Archives-Hash: 3cc5ff4653599f59f2ec5559f9ee7d20 On 12/05/2018 20:03, gibix wrote: > Hello! > > I spent the week to setting up the environment and keeping track > discussions in the rust community, this is particularly important for the > cargo-ebuild design. I made a presentation of the project at the local > rust meetup. > > The full report with references to resources, commits and more can be found > here: > https://gibix.github.io/2018/05/11/gsoc-weekly-report.html > You should explain better what you mean with dropping metadeps, I'm quite sure there isn't a better way to express pkg-config dependencies right now and I would not suggest to parse/process all crate build.rs to extract the same information from there. lu