unofficial mirror of gwl-devel@gnu.org
 help / color / mirror / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: gwl-devel@gnu.org
Subject: Re: what colour should the bikeshed have?
Date: Mon, 24 Jun 2019 12:23:56 +0200	[thread overview]
Message-ID: <CAJ3okZ2MnM76cean6KXMYGcOSGGnpOOTmpQjQ67vD7u0zePRnA@mail.gmail.com> (raw)
In-Reply-To: <87k1dft711.fsf@elephly.net>

Hi,

On Fri, 21 Jun 2019 at 15:14, Ricardo Wurmus <rekado@elephly.net> wrote:

> But even if we can’t do that, maybe we could just replace
> the very long “procedure” with the much shorter “run”:
>
>   process: sleep
>     packages "coreutils"
>     run # bash {
>       echo "Sleeping..."
>       sleep 10
>     }

[...]

> What do you think?  Is it worth trying / doing?

Nice !
Even, the keyword `run` seems  more talkative than `procedure`.


However, I am a bit lost. Does this process still work?

process: sleep
  packages "coreutils"
  run '(begin (display "Sleeping...\n")
                    (system* "sleep" "10"))

For consistency, why not?
  run # guile {
    blah
  }


And, is it better to declare explicitly "coreutils" as package input
when using bash?
Or implicitly? For example, if `run # python {}` is used then the
package input is implicitly python.
What do you think?


All the best,
simon

  reply	other threads:[~2019-06-24 10:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-21 13:14 what colour should the bikeshed have? Ricardo Wurmus
2019-06-24 10:23 ` zimoun [this message]
2019-06-24 13:33   ` Ricardo Wurmus
2019-06-25 15:32   ` Ricardo Wurmus
2019-06-24 22:24 ` Ricardo Wurmus

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

  List information: https://www.guixwl.org/

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

  git send-email \
    --in-reply-to=CAJ3okZ2MnM76cean6KXMYGcOSGGnpOOTmpQjQ67vD7u0zePRnA@mail.gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=gwl-devel@gnu.org \
    --cc=rekado@elephly.net \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).