[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40373] [PATCH] guix: new command "guix run-script"
From: |
Ludovic Courtès |
Subject: |
[bug#40373] [PATCH] guix: new command "guix run-script" |
Date: |
Wed, 01 Apr 2020 23:00:29 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi Konrad,
Konrad Hinsen <address@hidden> skribis:
> +The @command{guix run-script} command executes a Guile script
> +(@pxref{Running Guile Scripts,,, guile, GNU Guile Reference Manual}).
> +Compared to just launching the @command{guile} command,
> +@command{guix run-script} guarantees that all the Guix modules
> +and all its dependencies are available in the search path.
What about making that just a new ‘-s’ flag for ‘guix repl’ (just like
Guile’s ‘-s’ flag)? ‘-q’ should always be implied when doing that.
Now, this wouldn’t be usable as a shebang due to the fact that only one
argument is allowed, unless we do some extra argument tokenizing.
Thanks,
Ludo’.
- [bug#40373] [PATCH] guix: new command "guix run-script", Konrad Hinsen, 2020/04/01
- [bug#40373] [PATCH] guix: new command "guix run-script",
Ludovic Courtès <=
- [bug#40373] [PATCH] guix: new command "guix run-script", Ludovic Courtès, 2020/04/03
- [bug#40373] [PATCH] guix: new command "guix run-script", Konrad Hinsen, 2020/04/07
- [bug#40373] [PATCH] guix: new command "guix run-script", Ludovic Courtès, 2020/04/07
- [bug#40373] [PATCH] guix: new command "guix run-script", zimoun, 2020/04/17