From: zimoun <zimon.toutoune@gmail.com>
To: Liliana Marie Prikler <liliana.prikler@gmail.com>
Cc: Mark H Weaver <mhw@netris.org>, 50620@debbugs.gnu.org
Subject: [bug#50620] [PATCH 1/2] guix: packages: Document 'computed-origin-method'.
Date: Wed, 29 Sep 2021 15:17:10 +0200 [thread overview]
Message-ID: <CAJ3okZ2Po4ZHMr0Aa=5ProJYbm_USXvrxEG_U21H0DzhA5QXOQ@mail.gmail.com> (raw)
In-Reply-To: <56dcce10a751153d89f515028cd18c9125f6b84f.camel@gmail.com>
Hi,
On Wed, 29 Sept 2021 at 12:10, Liliana Marie Prikler
<liliana.prikler@gmail.com> wrote:
> Perhaps we're bikeshedding, but you started to shed the bike when you
> chose to move this procedure to (guix packages) rather than
> implementing one of Mark's suggestions in [0]. I do think we should
> allow for bikeshedding comments from both sides if that is the case.
I do not have time to bikeshed. :-) (Even if I like to practise it. ;-))
(Note that Mark agreed on my proposal as a variant of one of their
suggestions [0].)
0: <http://issues.guix.gnu.org/50515#5>
> I don't think #50515 is "perfect as-is", though. Mark's (1) suggestion
> was to put computed-origin-method into its own module, which is the
> same as my long-term position. Mark suggested a short-term fix (2) of
> still comparing by eq?, which I believe you dismissed for the wrong
> reasons. Yes, you would still need to check the promise, but you
> wouldn't invert said check, i.e. you would still first look for the
> method and then assert that the uri makes sense. I think it is safer
> to err on the side of conservatism here rather than claim that this
> code will work for future computed-origin-esque methods.
Maybe. Well, I commented there [1], reworded here:
The option (1) with its own module means make computed-origin-method
public which implies a lengthy discussion, therefore it is not an
option for me. We agree an option (1), I guess. ;-) From my point of
view, the long-term solution is to improve snippet and remove this
computed-origin-method; not make it public.
Perhaps I am wrong about option (2) -- my claim is that
computed-origin-method is *always* used with a promise so it is for
sure an half-baked guess but enough; and it avoids to hard code the
modules from where the packages come from. Therefore, option (2) does
not improve, IMHO.
For sure, I am right about this [1]:
--8<---------------cut here---------------start------------->8---
However, I would not like that the sources.json situation stays blocked
by the computed-origin-method situation when sources.json is produced by
the website independently of Guix, somehow. :-)
--8<---------------cut here---------------end--------------->8---
because it is exactly what it is: blocked by the
computed-origin-method situation.
1: <http://issues.guix.gnu.org/50515#4>
> Instead of doing either (1) or (2), you opted for your own solution
> (3), which is to put this method into (guix packages). In my personal
> opinion, this is a half-baked solution, because it puts computed-
> origin-method into the (guix ...) without addressing any of the more
> fundamental issues raised by Mark. If you really, really can't put
> this into its own module, then I'd at least suggest (3a), which is to
> put it into (gnu packages) instead. That way, the definition is at
> least closer to where it's used and it's clearer that it's a hack to
> package certain things, not a core part of Guix. Perhaps you can even
> make use of it without needing to rebuild the guix package in [2/2],
> but don't quote me on that.
All the solutions are half-baked! :-) Also, generating this
sources.json using the website is half-backed at first. ;-)
Options (1) and (2) are more half-baked than my initial submission (3)
(guix packages) or (3a) (gnu packages), IMHO.
I still think that (guix packages) is better than (gnu packages).
Maintainers, what do you think?
About update guix package [2/2], it has to be done, IIUC. The file
sources.json contains what the package guix provides, not what the
current Guix has. The website -- built using the Guile tool haunt --
uses Guix as a Guile library. Maybe I miss something.
> For the right amount of incremental change, I'd suggest the following:
> Try to see whether you can do with computed-origin-method in (gnu
> packages) and without rebuilding the guix package, and if so, submit a
This is what I suggested earlier ;-) [2]: send a v2 moving to '(gnu
packages)' instead and rename to 'compute-origin'. Although I
disagree on (gnu packages). :-)
I need explanations if rebuild the guix package is not necessary.
2: <http://issues.guix.gnu.org/50620#8>
> If you are also interested in the more long-term discussion of allowing
> computed origins into the (guix) tree, I suggest sending a v2 patch to
> this thread, which creates a new module, adds documentation, and so on,
> and so forth, and also link to it on guix-devel. For the time being,
> this v2 should also refrain from touching anything that uses the
> current computed-origin-method, as that can be addressed in rather
> simple follow-up commits, particularly if we also implement a #50515-v2
> before. Then we can fully use this to bikeshed about making it a verb
> and what not.
For long-term, the road seems to improve the 'snippet' mechanism, not
make computed-origin-method public, IMHO.
All the best,
simon
next prev parent reply other threads:[~2021-09-29 13:33 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-16 11:45 [bug#50620] [PATCH 0/2] Unify 'computed-origin-method' (linux, icecat) zimoun
2021-09-16 11:47 ` [bug#50620] [PATCH 1/2] guix: packages: Document 'computed-origin-method' zimoun
2021-09-16 11:47 ` [bug#50620] [PATCH 2/2] gnu: guix: Update to xxxx zimoun
2021-09-16 15:53 ` [bug#50620] [PATCH 1/2] guix: packages: Document 'computed-origin-method' Liliana Marie Prikler
2021-09-16 23:38 ` Mark H Weaver
2021-09-17 8:41 ` zimoun
2021-09-28 9:36 ` Mark H Weaver
2021-09-28 16:01 ` Liliana Marie Prikler
2021-09-28 16:37 ` zimoun
2021-09-28 17:24 ` Liliana Marie Prikler
2021-09-29 8:32 ` zimoun
2021-09-29 10:10 ` Liliana Marie Prikler
2021-09-29 13:17 ` zimoun [this message]
2021-09-29 14:36 ` Liliana Marie Prikler
2021-09-29 17:48 ` zimoun
2021-09-29 19:10 ` Liliana Marie Prikler
2021-09-29 20:15 ` zimoun
2021-09-29 22:13 ` Liliana Marie Prikler
2021-09-29 23:31 ` zimoun
2021-09-29 21:40 ` Mark H Weaver
2021-09-29 22:45 ` zimoun
2021-09-30 7:11 ` Liliana Marie Prikler
2021-09-29 13:16 ` [bug#50620] [PATCH 0/2] Unify 'computed-origin-method' (linux, icecat) Ludovic Courtès
2021-09-29 15:34 ` Liliana Marie Prikler
2021-09-29 21:47 ` Ludovic Courtès
2021-09-29 23:44 ` Liliana Marie Prikler
2021-09-30 8:28 ` Ludovic Courtès
2021-09-30 14:17 ` Liliana Marie Prikler
2021-09-30 20:09 ` Ludovic Courtès
2021-09-30 21:49 ` Liliana Marie Prikler
2021-09-29 20:42 ` Mark H Weaver
2021-09-29 21:34 ` Ludovic Courtès
2021-09-30 22:17 ` bug#50620: " 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
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='CAJ3okZ2Po4ZHMr0Aa=5ProJYbm_USXvrxEG_U21H0DzhA5QXOQ@mail.gmail.com' \
--to=zimon.toutoune@gmail.com \
--cc=50620@debbugs.gnu.org \
--cc=liliana.prikler@gmail.com \
--cc=mhw@netris.org \
/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).