From: "Ludovic Courtès" <ludo@gnu.org>
To: Tomas Volf <~@wolfsden.cz>
Cc: Josselin Poiret <dev@jpoiret.xyz>,
Simon Tournier <zimon.toutoune@gmail.com>,
Mathieu Othacehe <othacehe@gnu.org>,
Tobias Geerinckx-Rice <me@tobias.gr>,
Christopher Baines <guix@cbaines.net>,
72928@debbugs.gnu.org
Subject: [bug#72928] [PATCH] time-machine: Print profile path if no command is given.
Date: Sun, 15 Sep 2024 23:29:19 +0200 [thread overview]
Message-ID: <87frq0d2s0.fsf@gnu.org> (raw)
In-Reply-To: <87r09khcuo.fsf@wolfsden.cz> (Tomas Volf's message of "Sun, 15 Sep 2024 22:38:07 +0200")
Hi,
Tomas Volf <~@wolfsden.cz> skribis:
>>> + (if command-line
>>> + (apply execl (cons* executable executable command-line))
>>> + (format #t "~a\n" directory)))))))
>>
>> Maybe print ‘executable’ rather than ‘directory’?
>
> Printing directory gives nice symmetry between
>
> $ $(guix build guix)/bin/guix describe
> guix 9a2ddcc
> repository URL: https://git.savannah.gnu.org/git/guix.git
> branch: master
> commit: 9a2ddcc8f5a6f64b475eeb13a3f1034aa6a4a49a
>
>
> and
>
> $ $(guix time-machine -q --commit=9a2ddcc8f5a6f64b475eeb13a3f1034aa6a4a49a)/bin/guix describe
> guix 9a2ddcc
> repository URL: https://git.savannah.gnu.org/git/guix.git
> commit: 9a2ddcc8f5a6f64b475eeb13a3f1034aa6a4a49a
>
> And in some cases you need the store item (guix copy?), and in my
> opinion it is easier to go from directory to binary than other way
> around.
Ah yes, good points, I agree. Let’s do that.
> Ah, yeah, definitely. Once previous point is clarified, I will send v2.
Green light as far as I’m concerned!
Thanks,
Ludo’.
next prev parent reply other threads:[~2024-09-15 21:32 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-01 13:54 [bug#72928] [PATCH] time-machine: Print profile path if no command is given Tomas Volf
2024-09-09 14:40 ` Ludovic Courtès
2024-09-15 20:38 ` Tomas Volf
2024-09-15 21:29 ` Ludovic Courtès [this message]
2024-09-20 15:49 ` Simon Tournier
2024-09-22 14:09 ` Tomas Volf
2024-09-26 15:59 ` Simon Tournier
2024-10-04 15:45 ` Ludovic Courtès
2024-10-06 13:23 ` [bug#72928] [PATCH v2] " Tomas Volf
2024-10-07 9:56 ` bug#72928: " Ludovic Courtès
2024-10-07 9:59 ` [bug#72928] " 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=87frq0d2s0.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=72928@debbugs.gnu.org \
--cc=dev@jpoiret.xyz \
--cc=guix@cbaines.net \
--cc=me@tobias.gr \
--cc=othacehe@gnu.org \
--cc=zimon.toutoune@gmail.com \
--cc=~@wolfsden.cz \
/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.