Re: [go-nuts] the go archive size must be smaller?

2020-07-20 Thread yangw...@gmail.com
No problem, i'm just curious.

Thanks.

mai

在2020年7月21日星期二 UTC+8 上午2:42:58 写道:

> On Mon, Jul 20, 2020 at 11:29 AM yangw...@gmail.com
>  wrote:
> >
> > The size of the archived go distributions is growing in newer go release.
> >
> > My question:
> > What are the main contents of these additions? Can the size of the 
> archived go distributions be reduced?
>
> The Go 1 compatibility guarantee (https://golang.org/doc/go1compat)
> pretty much guarantees that every new release will be larger. It's
> hard for us to get rid of existing code.
>
> Although the size is increasing the increase does not seem all that
> big, and the file size doesn't seem particularly large by modern
> standards. Is this causing a problem somewhere?
>
> Thanks.
>
> Ian
>
>
> > 在2020年7月21日星期二 UTC+8 上午2:16:19 写道:
> >>
> >> On Mon, Jul 20, 2020 at 10:41 AM yangw...@gmail.com
> >>  wrote:
> >> >
> >> > Yes, I'm asking about the size of the archived go distributions.
> >>
> >> Thanks. Now that we understand that, what is your question?
> >>
> >> Ian
> >>
> >>
> >> > 在2020年7月19日星期日 UTC+8 上午12:11:02 写道:
> >> >>
> >> >> You are asking about the size of the archived go distributions, NOT 
> about the size of programs built with go, correct?
> >> >>
> >> >>
> >> >> On Friday, July 17, 2020 at 5:33:31 PM UTC-4, yangw...@gmail.com 
> wrote:
> >> >>>
> >> >>> This issue is only the binary file, I said is go archive size .
> >> >>> Such as go1.14.6.darwin-amd64.tar.gz or 
> go1.14.5.darwin-amd64.tar.gz's size etc.
> >> >>>
> >> >>> 在2020年7月17日星期五 UTC+8 下午5:38:04 写道:
> >> >>>>
> >> >>>> Note that progress for reducing binary size is tracked under this 
> issue: https://github.com/golang/go/issues/6853
> >> >
> >> > --
> >> > You received this message because you are subscribed to the Google 
> Groups "golang-nuts" group.
> >> > To unsubscribe from this group and stop receiving emails from it, 
> send an email to golang-nuts...@googlegroups.com.
> >> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/golang-nuts/874a0d0d-324e-46d1-9c2c-a119889fd00an%40googlegroups.com
> .
> >
> > --
> > You received this message because you are subscribed to the Google 
> Groups "golang-nuts" group.
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to golang-nuts...@googlegroups.com.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/golang-nuts/3f99ea3b-58ae-4916-926f-32b20b161615n%40googlegroups.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/e85ec02e-b438-4338-b172-49714441n%40googlegroups.com.


Re: [go-nuts] the go archive size must be smaller?

2020-07-20 Thread yangw...@gmail.com
The size of the archived go distributions is growing in newer go release.

My question:
What are the main contents of these additions? Can the size of the archived 
go distributions be reduced?

在2020年7月21日星期二 UTC+8 上午2:16:19 写道:

> On Mon, Jul 20, 2020 at 10:41 AM yangw...@gmail.com
>  wrote:
> >
> > Yes, I'm asking about the size of the archived go distributions.
>
> Thanks. Now that we understand that, what is your question?
>
> Ian
>
>
> > 在2020年7月19日星期日 UTC+8 上午12:11:02 写道:
> >>
> >> You are asking about the size of the archived go distributions, NOT 
> about the size of programs built with go, correct?
> >>
> >>
> >> On Friday, July 17, 2020 at 5:33:31 PM UTC-4, yangw...@gmail.com wrote:
> >>>
> >>> This issue is only the binary file, I said is go archive size .
> >>> Such as go1.14.6.darwin-amd64.tar.gz or go1.14.5.darwin-amd64.tar.gz's 
> size etc.
> >>>
> >>> 在2020年7月17日星期五 UTC+8 下午5:38:04 写道:
> >>>>
> >>>> Note that progress for reducing binary size is tracked under this 
> issue: https://github.com/golang/go/issues/6853
> >
> > --
> > You received this message because you are subscribed to the Google 
> Groups "golang-nuts" group.
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to golang-nuts...@googlegroups.com.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/golang-nuts/874a0d0d-324e-46d1-9c2c-a119889fd00an%40googlegroups.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/3f99ea3b-58ae-4916-926f-32b20b161615n%40googlegroups.com.


Re: [go-nuts] the go archive size must be smaller?

2020-07-20 Thread yangw...@gmail.com
Yes, I'm asking about the size of the archived go distributions.

在2020年7月19日星期日 UTC+8 上午12:11:02 写道:

> You are asking about the size of the archived go distributions, NOT about 
> the size of programs built with go, correct?
>
>
> On Friday, July 17, 2020 at 5:33:31 PM UTC-4, yangw...@gmail.com wrote:
>>
>> This issue is only the binary file, I said is go archive size .
>> Such as go1.14.6.darwin-amd64.tar.gz 
>> <https://golang.org/dl/go1.14.6.darwin-amd64.tar.gz> or 
>> go1.14.5.darwin-amd64.tar.gz 
>> <https://golang.org/dl/go1.14.6.darwin-amd64.tar.gz>'s size etc.
>>
>> 在2020年7月17日星期五 UTC+8 下午5:38:04 写道:
>>
>>> Note that progress for reducing binary size is tracked under this issue: 
>>> https://github.com/golang/go/issues/6853
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/874a0d0d-324e-46d1-9c2c-a119889fd00an%40googlegroups.com.


Re: [go-nuts] the go archive size must be smaller?

2020-07-17 Thread yangw...@gmail.com
This issue is only the binary file, I said is go archive size .
Such as go1.14.6.darwin-amd64.tar.gz 
 or 
go1.14.5.darwin-amd64.tar.gz 
's size etc.

在2020年7月17日星期五 UTC+8 下午5:38:04 写道:

> Note that progress for reducing binary size is tracked under this issue: 
> https://github.com/golang/go/issues/6853
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/dd1edcfe-698b-4005-be0e-56083c35878fn%40googlegroups.com.