unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#66319: Incorrect code snippet in manual
@ 2023-10-02 16:38 Gabriel Hondet via Bug reports for GNU Guix
  2023-10-06 15:31 ` John Kehayias via Bug reports for GNU Guix
  2023-10-11 10:36 ` Simon Tournier
  0 siblings, 2 replies; 5+ messages in thread
From: Gabriel Hondet via Bug reports for GNU Guix @ 2023-10-02 16:38 UTC (permalink / raw)
  To: 66319

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

Hello,

The code snippets of the page 'Sending a patch series' look incorrect to
me: the snippets mention the email address
"guix-patches@debbugs.gnu.org" but the text mentions
"guix-patches@gnu.org".

For instance,
> We can now send just the cover letter to the guix-patches@gnu.org
> address, which will create an issue that we can send the rest of the
> patches to.
> 
> > $ git send-email outgoing/0000-cover-letter.patch -a \
> >       --to=guix-patches@debbugs.gnu.org \
> >       $(etc/teams.scm cc-members ...)
> > $ rm outgoing/0000-cover-letter.patch # we don't want to resend it!

The documentation I'm looking at is the one accessible at
https://guix.gnu.org/manual/en/html_node/Sending-a-Patch-Series.html#Multiple-Patches
on the Monday, 2nd of October at 6pm (CEST) (a.k.a. 2023-10-02T18+02:00
if you prefer ISO dates).

Cheers,
Gabriel

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#66319: Incorrect code snippet in manual
  2023-10-02 16:38 bug#66319: Incorrect code snippet in manual Gabriel Hondet via Bug reports for GNU Guix
@ 2023-10-06 15:31 ` John Kehayias via Bug reports for GNU Guix
  2023-10-11 10:36 ` Simon Tournier
  1 sibling, 0 replies; 5+ messages in thread
From: John Kehayias via Bug reports for GNU Guix @ 2023-10-06 15:31 UTC (permalink / raw)
  To: Gabriel Hondet; +Cc: 66319-done

Hi Gabriel,

On Mon, Oct 02, 2023 at 06:38 PM, Gabriel Hondet wrote:

> Hello,
>
> The code snippets of the page 'Sending a patch series' look incorrect to
> me: the snippets mention the email address
> "guix-patches@debbugs.gnu.org" but the text mentions
> "guix-patches@gnu.org".
>

It is possible that one is an alias for the other (I'm not sure), but as
far as I know I always use the guix-patches@gnu.org address to start a
patch submission. After the initial email, as noted in the manual, you
get a bug number @debbugs.gnu.org to use.

> For instance,
>> We can now send just the cover letter to the guix-patches@gnu.org
>> address, which will create an issue that we can send the rest of the
>> patches to.
>>
>> > $ git send-email outgoing/0000-cover-letter.patch -a \
>> >       --to=guix-patches@debbugs.gnu.org \
>> >       $(etc/teams.scm cc-members ...)
>> > $ rm outgoing/0000-cover-letter.patch # we don't want to resend it!
>
> The documentation I'm looking at is the one accessible at
> https://guix.gnu.org/manual/en/html_node/Sending-a-Patch-Series.html#Multiple-Patches
> on the Monday, 2nd of October at 6pm (CEST) (a.k.a. 2023-10-02T18+02:00
> if you prefer ISO dates).
>

Ah, so this is the "1.4.0" manual rather than the current one:
<https://guix.gnu.org/en/manual/devel/en/html_node/Sending-a-Patch-Series.html#Multiple-Patches-1>.
This is a long standing confusion that needs to be sorted out, but in
short I would say the 1.4.0 manual is just to match the 1.4.0 installer,
but once installed and updated you should always use the manual that
matches your guix version. You can use "info guix" for instance, or the
web "devel" manual for the latest version.

So, yes, this is a potential error in the 1.4.0 manual but is corrected
in the current version. I don't think we can easily correct the old
version (it is already tagged and released) but we do have to clarify
the manual online for what version is what. This has been reported
before and there are some proposals, not sure why it hasn't been done
yet. Sorry about that!

> Cheers,
> Gabriel

Hope that is helpful! I'm going to close this in light of the above, but
feel free (or someone else) to reopen if needed.

Thanks for the close reading, doc errors and suggestions always welcome!

John





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#66319: Incorrect code snippet in manual
  2023-10-02 16:38 bug#66319: Incorrect code snippet in manual Gabriel Hondet via Bug reports for GNU Guix
  2023-10-06 15:31 ` John Kehayias via Bug reports for GNU Guix
@ 2023-10-11 10:36 ` Simon Tournier
  2023-10-19 18:01   ` Gabriel Hondet via Bug reports for GNU Guix
  1 sibling, 1 reply; 5+ messages in thread
From: Simon Tournier @ 2023-10-11 10:36 UTC (permalink / raw)
  To: Gabriel Hondet, 66319

Hi,

On Mon, 02 Oct 2023 at 18:38, Gabriel Hondet via Bug reports for GNU Guix <bug-guix@gnu.org> wrote:

> The code snippets of the page 'Sending a patch series' look incorrect to
> me: the snippets mention the email address
> "guix-patches@debbugs.gnu.org" but the text mentions
> "guix-patches@gnu.org".

Yes, indeed…

> The documentation I'm looking at is the one accessible at
> https://guix.gnu.org/manual/en/html_node/Sending-a-Patch-Series.html#Multiple-Patches

…this documentation is frozen for release v1.4.0.  The current one is:

    https://guix.gnu.org/manual/devel/en/guix.html#Sending-a-Patch-Series

where it is fixed, if I read correctly.

Well the origin of your confusion is already tracked by:

        bug#51000: The Web manual situation is still needlessly confusing
        Tobias Geerinckx-Rice via Bug reports for GNU Guix <bug-guix@gnu.org>
        Mon, 04 Oct 2021 00:12:55 +0200
        id:87ilydycps.fsf@nckx
        https://issues.guix.gnu.org//51000
        https://issues.guix.gnu.org/msgid/87ilydycps.fsf@nckx
        https://yhetil.org/guix/87ilydycps.fsf@nckx

Therefore, I am proposing to close.  WDYT?

Cheers,
simon




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#66319: Incorrect code snippet in manual
  2023-10-11 10:36 ` Simon Tournier
@ 2023-10-19 18:01   ` Gabriel Hondet via Bug reports for GNU Guix
  2023-10-20 13:06     ` Simon Tournier
  0 siblings, 1 reply; 5+ messages in thread
From: Gabriel Hondet via Bug reports for GNU Guix @ 2023-10-19 18:01 UTC (permalink / raw)
  To: 66319

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

Hi,

On Wed, Oct 11, 2023 at 12:36:24PM +0200, Simon Tournier wrote:
> Hi,
> 
> On Mon, 02 Oct 2023 at 18:38, Gabriel Hondet via Bug reports for GNU Guix <bug-guix@gnu.org> wrote:
> 
> > The code snippets of the page 'Sending a patch series' look incorrect to
> > me: the snippets mention the email address
> > "guix-patches@debbugs.gnu.org" but the text mentions
> > "guix-patches@gnu.org".
> 
> Yes, indeed…
> 
> > The documentation I'm looking at is the one accessible at
> > https://guix.gnu.org/manual/en/html_node/Sending-a-Patch-Series.html#Multiple-Patches
> 
> …this documentation is frozen for release v1.4.0.  The current one is:
> 
>     https://guix.gnu.org/manual/devel/en/guix.html#Sending-a-Patch-Series
> 
> where it is fixed, if I read correctly.
> 
> Well the origin of your confusion is already tracked by:
> 
>         bug#51000: The Web manual situation is still needlessly confusing
>         Tobias Geerinckx-Rice via Bug reports for GNU Guix <bug-guix@gnu.org>
>         Mon, 04 Oct 2021 00:12:55 +0200
>         id:87ilydycps.fsf@nckx
>         https://issues.guix.gnu.org//51000
>         https://issues.guix.gnu.org/msgid/87ilydycps.fsf@nckx
>         https://yhetil.org/guix/87ilydycps.fsf@nckx
> 
> Therefore, I am proposing to close.  WDYT?

No problem with me, this issue won't bring anything new.

Cheers,
Gabriel

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#66319: Incorrect code snippet in manual
  2023-10-19 18:01   ` Gabriel Hondet via Bug reports for GNU Guix
@ 2023-10-20 13:06     ` Simon Tournier
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Tournier @ 2023-10-20 13:06 UTC (permalink / raw)
  To: Gabriel Hondet, 66319-done

Hi,

On Thu, 19 Oct 2023 at 20:01, Gabriel Hondet via Bug reports for GNU Guix <bug-guix@gnu.org> wrote:

>> Therefore, I am proposing to close.  WDYT?
>
> No problem with me, this issue won't bring anything new.

Closing.

Thanks,
simon




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-10-20 15:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-02 16:38 bug#66319: Incorrect code snippet in manual Gabriel Hondet via Bug reports for GNU Guix
2023-10-06 15:31 ` John Kehayias via Bug reports for GNU Guix
2023-10-11 10:36 ` Simon Tournier
2023-10-19 18:01   ` Gabriel Hondet via Bug reports for GNU Guix
2023-10-20 13:06     ` Simon Tournier

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