From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dKHyN-00047x-Ur for guix-patches@gnu.org; Mon, 12 Jun 2017 01:33:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dKHyJ-0008Fw-32 for guix-patches@gnu.org; Mon, 12 Jun 2017 01:33:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39053) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dKHyI-0008Fq-VV for guix-patches@gnu.org; Mon, 12 Jun 2017 01:33:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dKHyI-0001u2-GX for guix-patches@gnu.org; Mon, 12 Jun 2017 01:33:02 -0400 Subject: [bug#27321] [FIXME] gnu: ldc-bootstrap: Update ldc to 0.17.4. Resent-Message-ID: Date: Mon, 12 Jun 2017 07:32:10 +0200 From: Danny Milosavljevic Message-ID: <20170612073210.686df020@scratchpost.org> In-Reply-To: <87ink2qowx.fsf@gnu.org> References: <20170610234835.18178-1-dannym@scratchpost.org> <87ink2qowx.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 27321@debbugs.gnu.org Hi, On Sun, 11 Jun 2017 21:56:14 +0200 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > Danny Milosavljevic skribis: >=20 > > * gnu/packages/ldc.scm (ldc-bootstrap): Update ldc to 0.17.4. =20 >=20 > Why =E2=80=9CFIXME=E2=80=9D in the subject line? I forgot to edit the subject and write the patch version there, sorry. No = deeper meaning. > The diff is big but IIUC this is just a version bump, right? Yes. Sometimes they don't release a new runtime when they release a new co= mpiler. This is the case here. Thus the new version variable. Otherwise = it's just a version bump.