Re: [go-nuts] Re: Go 1.10 is released

2018-02-19 Thread Henrik Johansson
Well, first I'll have a look at it's magic  On Mon, Feb 19, 2018, 22:06 Rob Pike wrote: > You could say > > export GOCACHE=off > > in your bashrc to disable the cache permanently. > > -rob > > > On Tue, Feb 20, 2018 at 8:00 AM, Henrik Johansson > wrote:

Re: [go-nuts] Re: Go 1.10 is released

2018-02-19 Thread Rob Pike
You could say export GOCACHE=off in your bashrc to disable the cache permanently. -rob On Tue, Feb 20, 2018 at 8:00 AM, Henrik Johansson wrote: > Ok, good to know. Thanks! > > > On Mon, Feb 19, 2018, 21:49 Ian Lance Taylor wrote: > >> On Mon, Feb 19,

Re: [go-nuts] Re: Go 1.10 is released

2018-02-19 Thread Henrik Johansson
Ok, good to know. Thanks! On Mon, Feb 19, 2018, 21:49 Ian Lance Taylor wrote: > On Mon, Feb 19, 2018 at 12:40 PM, Henrik Johansson > wrote: > > Yes I understand. I was just wondering if the GOCACHE flag is permanent > or > > as a temp safety in case

Re: [go-nuts] Re: Go 1.10 is released

2018-02-19 Thread Ian Lance Taylor
On Mon, Feb 19, 2018 at 12:40 PM, Henrik Johansson wrote: > Yes I understand. I was just wondering if the GOCACHE flag is permanent or > as a temp safety in case someone encounters a bug in the caching. Ah. We are going to keep the GOCACHE environment variable around,

Re: [go-nuts] Re: Go 1.10 is released

2018-02-19 Thread Henrik Johansson
Yes I understand. I was just wondering if the GOCACHE flag is permanent or as a temp safety in case someone encounters a bug in the caching. On Mon, Feb 19, 2018, 21:35 Ian Lance Taylor wrote: > On Mon, Feb 19, 2018 at 12:08 PM, Henrik Johansson > wrote:

Re: [go-nuts] Re: Go 1.10 is released

2018-02-19 Thread Ian Lance Taylor
On Mon, Feb 19, 2018 at 12:08 PM, Henrik Johansson wrote: > Ah, that's not what I meant but GOCACHE var itself and if it will be > permanent as a way to disable the cache. Sorry, I'm not sure exactly what you are saying. There is no way to permanently disable the cache,

Re: [go-nuts] Re: Go 1.10 is released

2018-02-19 Thread Henrik Johansson
Ah, that's not what I meant but GOCACHE var itself and if it will be permanent as a way to disable the cache. On Mon, Feb 19, 2018, 21:00 Ian Lance Taylor wrote: > On Sun, Feb 18, 2018 at 11:00 PM, Henrik Johansson > wrote: > > > > Why I wondered was

Re: [go-nuts] Re: Go 1.10 is released

2018-02-19 Thread Ian Lance Taylor
On Sun, Feb 18, 2018 at 11:00 PM, Henrik Johansson wrote: > > Why I wondered was because to build script (a tiny settings file really) for > Archlinux uses this flag to build it's Go packages. > Is it available as a paranoia "i really need all the tests run"? Will it be >

Re: [go-nuts] Re: Go 1.10 is released

2018-02-19 Thread Nathan Kerr
I have also updated my release related resources: - Go Release Timeline - When Should You Upgrade Go? Enjoy! On Monday, February 19, 2018 at 6:17:18 AM UTC-7, Michel Casabianca

Re: [go-nuts] Re: Go 1.10 is released

2018-02-19 Thread Johann Höchtl
Am Montag, 19. Februar 2018 14:17:18 UTC+1 schrieb Michel Casabianca: > > Hi Gophers, > > I have updated my list of Go interfaces for this release : > http://sweetohm.net/article/go-interfaces.en.html > > Just came across this very helpful overview (and sorry for hi-jacking the thread). Can

Re: [go-nuts] Re: Go 1.10 is released

2018-02-19 Thread Michel Casabianca
Hi Gophers, I have updated my list of Go interfaces for this release : http://sweetohm.net/article/go-interfaces.en.html Enjoy! 2018-02-19 8:00 GMT+01:00 Henrik Johansson : > Thx, > > Why I wondered was because to build script (a tiny settings file really) > for Archlinux

Re: [go-nuts] Re: Go 1.10 is released

2018-02-18 Thread Henrik Johansson
Thx, Why I wondered was because to build script (a tiny settings file really) for Archlinux uses this flag to build it's Go packages. Is it available as a paranoia "i really need all the tests run"? Will it be removed later on? sön 18 feb. 2018 kl 23:04 skrev Ian Lance Taylor

Re: [go-nuts] Re: Go 1.10 is released

2018-02-18 Thread Ian Lance Taylor
On Sun, Feb 18, 2018 at 11:22 AM, Henrik Johansson wrote: > The GOCACHE variable. What is it's effect when building Go itself? > It doesn't disable test caching when using the resulting go tools right? Right. Ian -- You received this message because you are subscribed to

Re: [go-nuts] Re: Go 1.10 is released

2018-02-18 Thread Henrik Johansson
The GOCACHE variable. What is it's effect when building Go itself? It doesn't disable test caching when using the resulting go tools right? sön 18 feb. 2018 kl 19:55 skrev Lucio : > > > On Sunday, 18 February 2018 04:20:39 UTC+2, Dmitriy Cherchenko wrote: >> >> I like how