GNU bug report logs -
#34638
[PATCH 0/4] Isolated inferiors.
Previous Next
Full log
View this message in rfc822 format
Christopher Baines <mail <at> cbaines.net> skribis:
> ---
> guix/inferior.scm | 76 +++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 76 insertions(+)
[...]
> +(define* (open-inferior/container store guix-store-item
> + #:key
> + (command "bin/guix")
> + (share-host-network? #f)
> + (extra-shared-directories '())
> + (extra-environment-variables '()))
Please add a docstring. Same comment as before regarding “extras”. :-)
> + (start-child-in-container
> + (list (string-append guix-store-item "/bin/guix")
> + ;; TODO I'm not sure why "repl" is duplicated in the following
> + ;; command
> + "repl" "repl" "-t" "machine")
This is the argv[0] issue mentioned earlier.
I think it’s not really feasible to write a test for this one, or at
least I don’t see how.
Otherwise LGTM, thanks!
Ludo’.
This bug report was last modified 5 years and 80 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.