all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Jan Nieuwenhuizen <janneke@gnu.org>
Cc: 26926@debbugs.gnu.org
Subject: bug#26926: [PATCH] gnu: update Mes to 0.6.
Date: Tue, 16 May 2017 22:06:13 +0200	[thread overview]
Message-ID: <87k25g5zyi.fsf@gnu.org> (raw)
In-Reply-To: <87inl3770q.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Sun, 14 May 2017 18:11:33 +0200")

Hi Jan!

Jan Nieuwenhuizen <janneke@gnu.org> skribis:

> Mes 0.6 for Guix.  Nyacc is now unbundled.  Mescc works with vanilla
> Nyacc.  Mescc behaves more like a regular C compiler and now passes
> 33/55 tests of the tinycc test2 test suite.

Woow, really impressive progress.

> Mescc can also be used as a Nyacc C compiler backend for Guile (x86 only).

I got stuck in a meta-circular attempt to understand the meaning of this
sentence.  What does this mean in very explicit terms?  :-)

> From f84c29fa5947051033d022dcb02496d8f8e14d28 Mon Sep 17 00:00:00 2001
> From: Jan Nieuwenhuizen <janneke@gnu.org>
> Date: Sun, 14 May 2017 11:35:30 +0200
>
>
 ^ extra line :-)

> * gnu/packages/mes.scm (mes): Update to 0.6.

[...]

> +         ,@(if (or (equal? (%current-system) "x86_64-linux")
> +                   (equal? (%current-target-system) "x86_64-linux"))

Note that %current-system is a “system type” like “x86_64-linux”
whereas %current-target-system is a GNU triplet like
“x86_64-linux-pc-gnu”.  Thus, the second line should be

  (string-prefix? (%current-target-system) "x86_64-linux")

OK with this change!

I’ve added you as a member of the group on Savannah so you can push it
yourself.  :-)

Please read ‘HACKING’ for the details.  Before pushing, can you reply to
this message and sign your reply with the OpenPGP key that you’ll use
to sign commits?  Also please upload your OpenPGP key to Savannah.

Thank you!

Ludo’.

  reply	other threads:[~2017-05-16 20:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-14 16:11 bug#26926: [PATCH] gnu: update Mes to 0.6 Jan Nieuwenhuizen
2017-05-16 20:06 ` Ludovic Courtès [this message]
2017-05-16 21:33   ` Jan Nieuwenhuizen
2017-05-17  7:32     ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k25g5zyi.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=26926@debbugs.gnu.org \
    --cc=janneke@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.