all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Tried to send a patch
@ 2022-09-05  8:11 Adam Kandur
  2022-09-05 11:58 ` Tobias Geerinckx-Rice
  0 siblings, 1 reply; 4+ messages in thread
From: Adam Kandur @ 2022-09-05  8:11 UTC (permalink / raw)
  To: help-guix

Hi guix!
Two days ago I tried to send a patch to guix-patches. But my message didn’t
appear in mail archive? Did I send it wrong?

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

* Re: Tried to send a patch
  2022-09-05  8:11 Tried to send a patch Adam Kandur
@ 2022-09-05 11:58 ` Tobias Geerinckx-Rice
  2022-09-05 13:03   ` Adam Kandur
  0 siblings, 1 reply; 4+ messages in thread
From: Tobias Geerinckx-Rice @ 2022-09-05 11:58 UTC (permalink / raw)
  To: Adam Kandur; +Cc: help-guix

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

Hi Adam,

Adam Kandur 写道:
> Two days ago I tried to send a patch to guix-patches. But my 
> message didn’t
> appear in mail archive? Did I send it wrong?

Probably?  It's hard to say otherwise without more information.

The Guix project has no direct control over the mail server or 
access to its logs.  All I can say is it never hit Mailman.

Assuming you used this same address, what was the subject?  Do you 
still have a copy of the message?  I could ask the GNU sysadmins 
to see if they can find traces of it.

Kind regards,

T G-R

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

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

* Re: Tried to send a patch
  2022-09-05 11:58 ` Tobias Geerinckx-Rice
@ 2022-09-05 13:03   ` Adam Kandur
  2022-09-05 13:13     ` Tobias Geerinckx-Rice
  0 siblings, 1 reply; 4+ messages in thread
From: Adam Kandur @ 2022-09-05 13:03 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: help-guix

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

Hi Tobias!
I attached my previous message as a file. Thanks for your help.

пн, 5 сент. 2022 г. в 15:03, Tobias Geerinckx-Rice <me@tobias.gr>:
>
> Hi Adam,
>
> Adam Kandur 写道:
> > Two days ago I tried to send a patch to guix-patches. But my
> > message didn’t
> > appear in mail archive? Did I send it wrong?
>
> Probably?  It's hard to say otherwise without more information.
>
> The Guix project has no direct control over the mail server or
> access to its logs.  All I can say is it never hit Mailman.
>
> Assuming you used this same address, what was the subject?  Do you
> still have a copy of the message?  I could ask the GNU sysadmins
> to see if they can find traces of it.
>
> Kind regards,
>
> T G-R

[-- Attachment #2: [PATCH] gnu_ Add go-github-com-goccy-go-json..eml --]
[-- Type: message/rfc822, Size: 2123 bytes --]

From: "Adam Kandur <>" <kefironpremise@gmail.com>
To: guix-patches@gnu.org
Subject: [PATCH] gnu: Add go-github-com-goccy-go-json.
Date: Sat,  3 Sep 2022 06:03:36 +0300
Message-ID: <20220903030349.883-1-user@workstation>

* gnu/packages/golang.scm (go-github-com-goccy-go-json): New variable.
---
 gnu/packages/golang.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 383d4d1..88bbd81 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2923,6 +2923,28 @@ (define-public go-github-com-burntsushi-toml
 is similar to Go's standard library @code{json} and @code{xml} package.")
     (license license:expat)))
 
+(define-public go-github-com-goccy-go-json
+  (package
+    (name "go-github-com-goccy-go-json")
+    (version "0.9.10")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/goccy/go-json")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1bg8p4c6r8r0kixdxv2m8xmdsmb1zl5sd8czswpccldjk3c358wp"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/goccy/go-json"))
+    (home-page "https://github.com/goccy/go-json")
+    (synopsis "JSON encoder/decoder in Go")
+    (description
+     "Fast JSON encoder/decoder compatible with encoding/json for Go.")
+    (license license:expat)))
+
 (define-public go-github-com-getsentry-raven-go
   (let ((commit "5c24d5110e0e198d9ae16f1f3465366085001d92")
         (revision "0"))
-- 
2.37.2


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

* Re: Tried to send a patch
  2022-09-05 13:03   ` Adam Kandur
@ 2022-09-05 13:13     ` Tobias Geerinckx-Rice
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Geerinckx-Rice @ 2022-09-05 13:13 UTC (permalink / raw)
  To: Adam Kandur; +Cc: help-guix

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

Adam,

Adam Kandur 写道:
> I attached my previous message as a file. Thanks for your help.

Thanks, and please do try sending it to the list again.  It might 
have been a fluke.

> пн, 5 сент. 2022 г. в 15:03, Tobias Geerinckx-Rice 
> <me@tobias.gr>:
>> All I can say is it never hit Mailman.

That's actually not strictly true.  It never did so *from our 
perspective*, but it could have been silently swallowed.

Kind regards,

T G-R

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

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

end of thread, other threads:[~2022-09-05 13:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-05  8:11 Tried to send a patch Adam Kandur
2022-09-05 11:58 ` Tobias Geerinckx-Rice
2022-09-05 13:03   ` Adam Kandur
2022-09-05 13:13     ` Tobias Geerinckx-Rice

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.