Go

lp://staging/~push-gopher/golang/weekly

Created by Push Gopher and last modified
Get this branch:
bzr branch lp://staging/~push-gopher/golang/weekly
Only Push Gopher can upload to this branch. If you are Push Gopher please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Push Gopher
Project:
Go
Status:
Development

Recent revisions

12869. By Andrew Gerrand <email address hidden>

weekly.2012-03-27
HG=12869:dc5e410f0b4c

12868. By Chico

doc: added The Go image package article

Orignally published on The Go Programming Language, September 21, 2011.

http://blog.golang.org/2011/09/go-image-package.html

Update issue 2547

R=adg, nigeltao
CC=golang-dev
http://codereview.appspot.com/5933049

Committer: Nigel Tao <email address hidden>
HG=12868:fa13417a0ac9

12867. By Andrew Gerrand <email address hidden>

misc/dist: it sucks hwhen you forget to fix typos

R=golang-dev
CC=golang-dev
http://codereview.appspot.com/5937049
HG=12867:21c0a4d35c57

12866. By Alex Brainman <email address hidden>

path/filepath: correct comment in EvalSymlinks

R=golang-dev, r
CC=golang-dev, hcwfrichter
http://codereview.appspot.com/5934046
HG=12866:e030d03913ac

12865. By Andrew Gerrand <email address hidden>

misc/dist: support upload only (no build)

R=golang-dev, dsymonds
CC=golang-dev
http://codereview.appspot.com/5940050
HG=12865:aa9382857ab2

12864. By Andrew Gerrand <email address hidden>

doc: link to Go Project Dashboard from package list

R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/5937048
HG=12864:5c8c1994d9c6

12863. By Andrew Gerrand <email address hidden>

cmd/godoc: use virtual filesystem to implement -templates flag

R=golang-dev, gri, rsc
CC=golang-dev
http://codereview.appspot.com/5921045
HG=12863:f5fbf05c731c

12862. By Russ Cox <email address hidden>

runtime: work around false negative in deadlock detection

Not a complete fix for issue 3342, but fixes the trivial case.
There may still be a race in the instants before and after
a scavenger-induced garbage collection.

Intended to be "obviously safe": a call to runtime?gosched
before main.main is no different than a call to runtime.Gosched
at the beginning of main.main, and it is (or had better be)
safe to call runtime.Gosched at any point during main.

Update issue 3342.

R=iant
CC=golang-dev
http://codereview.appspot.com/5919052
HG=12862:01acf1dbe91f

12861. By Russ Cox <email address hidden>

cmd/go: respect $GOBIN always

Another attempt at http://codereview.appspot.com/5754088.

Before, we only consulted $GOBIN for source code
found in $GOROOT, but that's confusing to explain
and less useful. The new behavior lets users set
GOBIN=$HOME/bin and have all go-compiled binaries
installed there.

Tested a few cases in test.bash.

Ran all.bash with and without $GOBIN and it works.
Even so, I expect it to break the builders,
like it did last time, we can debug from there.

Fixes issue 3269 (again).
Fixes issue 3396.
Fixes issue 3397.

R=golang-dev, bradfitz
CC=golang-dev
http://codereview.appspot.com/5927051
HG=12861:91c8264647f8

12860. By Russ Cox <email address hidden>

go/build: fix import check

When we find a package in DIR/src/foo, we only let it
be known as foo if there is no other foo in an earlier
GOPATH directory or the GOROOT directory.
The GOROOT check was looking in GOROOT/src/foo
instead of GOROOT/src/pkg/foo, which meant that
the import paths "lib9", "libbio", "libmach", and so
on were unavailable, and the import paths "math",
"errors", and so on were available. Correct this.

Fixes issue 3390.

R=golang-dev, minux.ma
CC=golang-dev
http://codereview.appspot.com/5927050
HG=12860:25b27d4e232b

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://staging/~push-gopher/golang/tip
This branch contains Public information 
Everyone can see this information.

Subscribers