[go-nuts] Re: Go 1.7 Release Candidate 1 is released

2016-07-12 Thread Sathish VJ
On Mac, bash prompt, attempting to install go to custom location using package installation file go1.7rc1.darwin-amd64.pkg. But it is always installed in /usr/local/bin. export GOROOT="/Users/username/coding/golang/go1.7.rc1" export GOPATH="/Users/username/coding/golang/gopath" export GOBIN="

Re: [go-nuts] Re: Go 1.7 Release Candidate 1 is released

2016-07-09 Thread Lucio
On Friday, 8 July 2016 16:49:02 UTC+2, Ian Lance Taylor wrote: > > On Fri, Jul 8, 2016 at 2:08 AM, Lucio > > wrote: > > This may be spurious, but I took a fresh clone/checkout of go1.7rc1 and > > tried to build it using an arbitrary TIP (at the time) version of Go - > one, > > I'm sure, that w

[go-nuts] Re: Go 1.7 Release Candidate 1 is released

2016-07-09 Thread Eric Brown
Look at the release notes, under 'Compiler Toolchain', about 20% scroll down the page. Try the compiler arguments provided and see if disabling the new compiler back-end ( -ssa=0 ) resolves this and report your results. On Friday, July 8, 2016 at 4:08:31 AM UTC-5, Lucio wrote: > > This may be s

Re: [go-nuts] Re: Go 1.7 Release Candidate 1 is released

2016-07-08 Thread Ian Lance Taylor
On Fri, Jul 8, 2016 at 5:27 AM, Val wrote: > > In the Release Notes DRAFT, "IsExists" should be fixed to "IsExist", both in > text and link. Thanks, sent https://golang.org/cl/24819 to fix this. Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" gro

Re: [go-nuts] Re: Go 1.7 Release Candidate 1 is released

2016-07-08 Thread Ian Lance Taylor
On Fri, Jul 8, 2016 at 2:08 AM, Lucio wrote: > This may be spurious, but I took a fresh clone/checkout of go1.7rc1 and > tried to build it using an arbitrary TIP (at the time) version of Go - one, > I'm sure, that was running on NetBSD before - and came up with odd errors. > It just happened to be

[go-nuts] Re: Go 1.7 Release Candidate 1 is released

2016-07-08 Thread Val
Great menu, thanks. In the Release Notes DRAFT, "IsExist*s*" should be fixed to "IsExist", both in text and link. Cheers On Friday, July 8, 2016 at 6:50:34 AM UTC+2, Chris Broadfoot wrote: > > Hello gophers, > > We have just released go1.7rc1, a release candidate for Go 1.7. > It is cut from rel

[go-nuts] Re: Go 1.7 Release Candidate 1 is released

2016-07-08 Thread Ondrej
Excellent work! - Binary 27% smaller - Performance up by 5-10% - JSON marshalling of numerical keys much welcome - Fortran support is great (I haven't tested it, but just the prospects are cool) Thank you, as always. On Friday, 8 July 2016 05:50:34 UTC+1, Chris Broadfoot wrote: > > Hello gopher

[go-nuts] Re: Go 1.7 Release Candidate 1 is released

2016-07-08 Thread Lucio
This may be spurious, but I took a fresh clone/checkout of go1.7rc1 and tried to build it using an arbitrary TIP (at the time) version of Go - one, I'm sure, that was running on NetBSD before - and came up with odd errors. It just happened to be the platform at hand at the time. I have just ver