all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 69244@debbugs.gnu.org
Cc: Troy Figiel <troy@troyfigiel.com>
Subject: [bug#69244] [PATCH] gnu: go-golang-org-x-net-html: Add missing input.
Date: Sun, 18 Feb 2024 22:08:10 +0000	[thread overview]
Message-ID: <87o7cdjuid.fsf@gmail.com> (raw)
In-Reply-To: <87a5nzat2b.fsf@troyfigiel.com>

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


Hi Troy,

I've started review process for all Golang related patches sent.

Did you check the go.mod for the commit of go-golang-org-x-net package?
It looks like it need 2 more modules

<https://cs.opensource.google/go/x/net/+/8e0e7d8d38f2b6d21d742845570dde2902d06a1d:go.mod>
--8<---------------cut here---------------start------------->8---
module golang.org/x/net

go 1.17

require (
    golang.org/x/sys v0.4.0
    golang.org/x/term v0.4.0
    golang.org/x/text v0.6.0
)
--8<---------------cut here---------------end--------------->8---

Due to large amount of impact for any packages in golang-build, I would
place it in go-team branch (not existing yet).

May, please, double check if we need golang.org/x/sys and
golang.org/x/term and send v2 if so.

--
Oleg

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

  reply	other threads:[~2024-02-18 22:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-17 17:38 [bug#69244] [PATCH] gnu: go-golang-org-x-net-html: Add missing input Troy Figiel
2024-02-18 22:08 ` Sharlatan Hellseher [this message]
2024-02-18 22:47   ` Troy Figiel
2024-02-20  0:04 ` bug#69244: " Sharlatan Hellseher

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=87o7cdjuid.fsf@gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=69244@debbugs.gnu.org \
    --cc=troy@troyfigiel.com \
    /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.