I'm not seeing that tag in the pulled code or on the changes page at
p/go. Is this a lag or something else?
You can download binary and source distributions from the usual place:
https://code.google.com/p/go/downloads/list?q=go1.1rc2
Yes, I saw those when they went in. So it's an untagged rc?
Would it be simpler to move cmd/prof to a sub repo ?
If we are going to make cmd/dist more intelligent about recognizing release versions, could we go ahead and make the tags follow http://semver.org/
v1.2.0-rc.1
v1.2.0
Go already follows SemVer in spirit, might as well in letter. This is something I've been doing and recommending others do for third-party packages in order to have a consistent release tag format for tooling.
Thanks again. Nathan.
v1.2.0-rc.1
v1.2.0-beta
v1.2.0
Looking at existing tags
weekly.yyyy-mm-dd # non-release
go1 # release
go1.1.2 # release
release.r60.3 # release
The potentially problematic ones are:
go1.1rc2
go1.1rc3
weekly
On Sep 20, 2013 3:12 PM, "Keith Rarick" <k...@xph.us> wrote:
>
> I'm curious about the "-osx10.8" naming convention for the darwin builds.
> I assume a change like this would not be made gratuitously.
please see issue 5726.
FYI, this release builds on the original 256MB Raspberry PI,
but the tests fail with nilptr.go, rotate[1-3].go, fixedbugs/issue5162.go throwing incorrect output and out of memory errors.
Please help us by testing your Go programs with the new tool chain and libraries, and report any problems using the issue tracker:
http://golang.org/issue/new
On Sep 21, 2013 6:59 AM, <tho...@habets.se> wrote:
>
> On Friday, 20 September 2013 05:07:21 UTC+1, Andrew Gerrand wrote:
>>
>> Please help us by testing your Go programs with the new tool chain and libraries, and report any problems using the issue tracker:
>> http://golang.org/issue/new
> Do you want documentation issues there too?
definitely. please file issues also for doc problems.
Yes, I saw those when they went in. So it's an untagged rc?
I think osx10.8 is fine. Apple doesn't seem to care for the redundancy, if you click about on a mac it also reports "OS X Version X.Y.Z".
--