Go

lp:~niemeyer/golang/disable-go-build-tests

Created by Gustavo Niemeyer and last modified
Get this branch:
bzr branch lp:~niemeyer/golang/disable-go-build-tests
Only Gustavo Niemeyer can upload to this branch. If you are Gustavo Niemeyer please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Gustavo Niemeyer
Project:
Go
Status:
Development

Recent revisions

8788. By Gustavo Niemeyer

Disable go/build tests.

8787. By Andrew Gerrand <email address hidden>

weekly.2011-06-16

R=golang-dev, dsymonds
CC=golang-dev
http://codereview.appspot.com/4643044
HG=8787:dac76f0b1a18

8786. By Andrew Gerrand <email address hidden>

goinstall, go/build: support building cgo packages

Fixes issue 1962.

R=golang-dev, bradfitz
CC=golang-dev
http://codereview.appspot.com/4636044
HG=8786:20d3c7744959

8785. By Nigel Tao <email address hidden>

doc/effective_go: add a note about prefixing error strings with their
package name.

R=r, rsc
CC=golang-dev
http://codereview.appspot.com/4630042
HG=8785:12cc5b3cc379

8784. By Nigel Tao <email address hidden>

regexp: add a package prefix to error strings.

R=r, r
CC=golang-dev
http://codereview.appspot.com/4630041
HG=8784:fc5e8036769a

8783. By Alex Brainman <email address hidden>

cgo: make file path work for windows

R=golang-dev, mattn.jp, adg
CC=golang-dev
http://codereview.appspot.com/4634043

Committer: Andrew Gerrand <email address hidden>
HG=8783:4795e1786223

8782. By Brad Fitzpatrick <email address hidden>

http: document http client/transport thread safety

Fixes issue 1961

R=golang-dev, rsc, r
CC=golang-dev
http://codereview.appspot.com/4633045
HG=8782:9fef9a578278

8781. By Russ Cox <email address hidden>

unicode: add case folding tables

R=r, r
CC=golang-dev
http://codereview.appspot.com/4571074
HG=8781:3a81409b9013

8780. By Brad Fitzpatrick <email address hidden>

http: make Headers be source of truth

Previously Request and Response had redundant fields for
Referer, UserAgent, and cookies which caused confusion and
bugs. It also didn't allow us to expand the package over
time, since the way to access fields would be in the Headers
one day and promoted to a field the next day. That would be
hard to gofix, especially with code ranging over Headers.

After a discussion on the mail package's design with a similar
problem, we've designed to make the Headers be the source of
truth and add accessors instead.

Request:
change: Referer -> Referer()
change: UserAgent -> UserAgent()
change: Cookie -> Cookies()
new: Cookie(name) *Cookie
new: AddCookie(*Cookie)

Response:
change: Cookie -> Cookies()

Cookie:
new: String() string

R=rsc
CC=golang-dev
http://codereview.appspot.com/4620049
HG=8780:894b438b8564

8779. By Volker Dobler <email address hidden>

xml: allow attributes without value in non-strict mode.

Attributes without value are commen in html and the xml
parser will accept them in non-strict mode and use the
attribute name as value. Thus parsing <p nowrap> as
<p norwar="nowrap">.

R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/4601053

Committer: Russ Cox <email address hidden>
HG=8779:f5d2325ee229

Branch metadata

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

Subscribers