unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Sarthak Shah <shahsarthakw@gmail.com>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Cc: Ricardo Wurmus <rekado@elephly.net>, guix-devel@gnu.org
Subject: Re: more package transformations: overrides
Date: Fri, 24 Mar 2023 19:35:51 +0530	[thread overview]
Message-ID: <CADBZEV=5Rw0rMYB-T7e0ydD8WST+xhr2K-n9Lhv-XML4jbB8Kg@mail.gmail.com> (raw)
In-Reply-To: <875yaq1gd6.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1726 bytes --]

Hello,

> By separate file or stdin your really mean stdin, correct?  As in:
>
> --8<---------------cut here---------------start------------->8---
> guix something < args.txt or
> echo "$args" | guix something
> --8<---------------cut here---------------end--------------->8---
>
> One note: since this mechanism could be generally useful, it should be
> globally available (like 'guix build' options), for any 'guix'
> invocation.
>
Actually, while using this shell script you could also pass a file directly
i.e all of these will work:
-----(shell)------
./guix-shell-with-args /path/to/some/file-with-args
./guix-shell-with-args < /some/other/file
echo "something from stdin" | ./guix-shell-with-args
-------------------
If needed we could modify the script to only accept a file when a flag like
--read-args-from-file is passed. It's a proof of concept, and I think some
more work would need to be put in for actually implementing it since there
are probably a whole class of possible bugs and errors that we have not
considered.
I agree that it could be beneficial to all guix subcommands; I can see
myself using it with `guix package` for example. In this case we could
perhaps have a subcommand `guix with-args <subcommand>` which lets you
invoke <subcommand> (install, package, build etc) with arguments from stdin
or (optionally) a file.

At this point, we have a real Scheme API we can use :-).  If there's a
> problem with using that, we should work toward improving it.
>

 Yes, on further deliberation I realized that I'm basically writing a DSL
atop manifests   ^_^"

If more people see a use for this suggestion, I could try writing a more
polished shell script for `guix with-args`

---
Happy Hacking!
Sarthak

[-- Attachment #2: Type: text/html, Size: 2477 bytes --]

  reply	other threads:[~2023-03-24 15:53 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-22  9:55 more package transformations: overrides Ricardo Wurmus
2023-03-22 11:00 ` Josselin Poiret
2023-03-22 14:38 ` Ludovic Courtès
2023-03-22 18:09 ` Maxim Cournoyer
2023-03-22 20:36   ` Ricardo Wurmus
2023-03-23  2:56     ` Maxim Cournoyer
2023-03-23  9:32       ` Ricardo Wurmus
2023-03-24  8:21         ` Sarthak Shah
2023-03-24 12:30           ` Maxim Cournoyer
2023-03-24 14:05             ` Sarthak Shah [this message]
2023-03-24 16:09               ` Maxim Cournoyer
2023-03-24 12:32         ` Maxim Cournoyer
     [not found]           ` <87r0tdgqbu.fsf@elephly.net>
2023-03-26  2:26             ` Maxim Cournoyer

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://guix.gnu.org/

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

  git send-email \
    --in-reply-to='CADBZEV=5Rw0rMYB-T7e0ydD8WST+xhr2K-n9Lhv-XML4jbB8Kg@mail.gmail.com' \
    --to=shahsarthakw@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    --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.
Code repositories for project(s) associated with this public inbox

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

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).