From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: 02/02: gexp: Default to current target. Date: Fri, 06 Mar 2020 19:37:17 +0100 Message-ID: <878skdl482.fsf@gnu.org> References: <20200306091716.6047.35532@vcs0.savannah.gnu.org> <20200306091718.330842086E@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45676) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jAHqb-0005Rr-18 for guix-devel@gnu.org; Fri, 06 Mar 2020 13:37:21 -0500 In-Reply-To: <20200306091718.330842086E@vcs0.savannah.gnu.org> (guix-commits@gnu.org's message of "Fri, 6 Mar 2020 04:17:18 -0500 (EST)") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org, Mathieu Othacehe Hi Mathieu, guix-commits@gnu.org skribis: > mothacehe pushed a commit to branch core-updates > in repository guix. > > commit a6bf7a9745f39afca7412f6627d24dc42ebf8075 > Author: Mathieu Othacehe > AuthorDate: Fri Mar 6 10:06:54 2020 +0100 > > gexp: Default to current target. >=20=20=20=20=20 > * guix/gexp.scm (lower-object): Set target argument to 'current by de= fault and > look for the current target system at bind time if needed, > (gexp->file): ditto, > (gexp->script): ditto, > (lower-gexp): make sure lowered extensions are not cross-compiled. >=20=20=20=20=20 > * tests/gexp.scm: Add cross-compilation test-cases for gexp->script a= nd > gexp->file with a target passed explicitely and with a default target. Could you push to =E2=80=98master=E2=80=99 as well? In general, to minimize the risks of merge conflicts, I=E2=80=99m all for pushing things on =E2=80=98master=E2=80=99 only (unless they entail full re= builds of course.) Eventually, they get merged to =E2=80=98core-updates=E2=80=99, = =E2=80=98staging=E2=80=99, etc. Thanks, Ludo=E2=80=99.