[Fedocal] Reminder meeting : Go SIG Meeting

2019-03-13 Thread jcajka
Dear all, You are kindly invited to the meeting: Go SIG Meeting on 2019-03-20 from 16:00:00 to 17:00:00 UTC At fedora-gol...@irc.freenode.net The meeting will be about: Meeting of Go SIG. For proposed agenda see the tagged tickets https://pagure.io/GoSIG/go-sig/issues?status=Open&tags=me

Re: [golang-dev] proposal: public module authentication with the Go notary

2019-03-13 Thread Jakub Cajka
- Original Message - > From: "Florian Weimer" > To: "Jakub Cajka" > Cc: golang@lists.fedoraproject.org > Sent: Wednesday, March 13, 2019 1:17:16 PM > Subject: Re: [golang-dev] proposal: public module authentication with the Go > notary > > * Jakub Cajka: > > > Interesting. I haven'

Re: [golang-dev] proposal: public module authentication with the Go notary

2019-03-13 Thread Florian Weimer
* Jakub Cajka: > Interesting. I haven't touched and put much time in to that since > doing the initial scoping ~3y ago(so I would take anything that I have > said with grain of salt). Would you mind opening BZ? Fair enough: Thanks, Florian __

Re: [golang-dev] proposal: public module authentication with the Go notary

2019-03-13 Thread Jakub Cajka
- Original Message - > From: "Florian Weimer" > To: "Jakub Cajka" > Cc: golang@lists.fedoraproject.org > Sent: Wednesday, March 13, 2019 12:56:57 PM > Subject: Re: [golang-dev] proposal: public module authentication with the Go > notary > > * Jakub Cajka: > > > I have a feeling tha

Re: [golang-dev] proposal: public module authentication with the Go notary

2019-03-13 Thread Florian Weimer
* Jakub Cajka: > I have a feeling that we have had this discussion in the past. If I'm > not mistaken then https://golang.org/pkg/ is the stdlib(including > "runtime" package that enables interaction with runtime) and runtime > is separated part of a language/compiler/produced binary, i.e. it is

Re: [golang-dev] proposal: public module authentication with the Go notary

2019-03-13 Thread Jakub Cajka
- Original Message - > From: "Florian Weimer" > To: "Jakub Cajka" > Cc: golang@lists.fedoraproject.org > Sent: Wednesday, March 13, 2019 11:44:09 AM > Subject: Re: [golang-dev] proposal: public module authentication with the Go > notary > > * Jakub Cajka: > > > - Original Messa

Re: [golang-dev] proposal: public module authentication with the Go notary

2019-03-13 Thread Florian Weimer
* Jakub Cajka: > - Original Message - >> From: "Florian Weimer" >> To: "Jakub Cajka" >> Cc: golang@lists.fedoraproject.org >> Sent: Wednesday, March 13, 2019 10:58:16 AM >> Subject: Re: [golang-dev] proposal: public module authentication with the Go >> notary >> >> * Jakub Cajka: >> >

Re: [golang-dev] proposal: public module authentication with the Go notary

2019-03-13 Thread Jakub Cajka
- Original Message - > From: "Florian Weimer" > To: "Jakub Cajka" > Cc: golang@lists.fedoraproject.org > Sent: Wednesday, March 13, 2019 10:58:16 AM > Subject: Re: [golang-dev] proposal: public module authentication with the Go > notary > > * Jakub Cajka: > > > From the Fedora pers

Re: [golang-dev] proposal: public module authentication with the Go notary

2019-03-13 Thread Florian Weimer
* Jakub Cajka: > From the Fedora perspective it is due to the stability of the upstream > code(API changes) there is nearly no effective difference compared to > the non shared(you will have to rebuild "everything" anyway). I have > been toying for a long time with switching at least sdtlib to be

Re: [golang-dev] proposal: public module authentication with the Go notary

2019-03-13 Thread Florian Weimer
* Fabio Valentini: > Go has supported -buildmode=shared on all major architectures for some > time. I'm curious why nobody uses that yet. There is no ABI document like this one for Go: I assume that the Go compiler changes ABI between releases, jus

Re: [golang-dev] proposal: public module authentication with the Go notary

2019-03-13 Thread Jakub Cajka
- Original Message - > From: "Fabio Valentini" > To: golang@lists.fedoraproject.org > Sent: Wednesday, March 13, 2019 10:07:35 AM > Subject: Re: [golang-dev] proposal: public module authentication with the Go > notary > > On Wed, Mar 13, 2019, 09:14 Nicolas Mailhot < nicolas.mail...@

Re: [golang-dev] proposal: public module authentication with the Go notary

2019-03-13 Thread Fabio Valentini
On Wed, Mar 13, 2019, 09:14 Nicolas Mailhot wrote: > Le 2019-03-13 03:24, Ian Denhardt a écrit : > > Quoting Nicolas Mailhot (2019-03-12 04:22:45) > > > >> > In a parallel thread, a Nix developer was asking about basically the > >> > same use case, and was pointed at `go build -mod=vendor`. It se

Re: [golang-dev] proposal: public module authentication with the Go notary

2019-03-13 Thread Nicolas Mailhot
Le 2019-03-13 03:24, Ian Denhardt a écrit : Quoting Nicolas Mailhot (2019-03-12 04:22:45) > In a parallel thread, a Nix developer was asking about basically the > same use case, and was pointed at `go build -mod=vendor`. It seems like > this does exactly what is wanted here -- just use the code