Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/net/idna: typo breaks cloud.google.com/go/bigquery #18574

Closed
thylong opened this issue Jan 9, 2017 · 3 comments
Closed

x/net/idna: typo breaks cloud.google.com/go/bigquery #18574

thylong opened this issue Jan 9, 2017 · 3 comments

Comments

@thylong
Copy link

thylong commented Jan 9, 2017

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

go version go1.7 darwin/amd64

What operating system and processor architecture are you using (go env)?

GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/thylong/www/repositories"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/dk/fklfd7ns5vs4r6g0yf7trjhw0000gp/T/go-build270511806=/tmp/go-build -gno-record-gcc-switches -fno-common"
CXX="clang++"
CGO_ENABLED="1"

What did you do?

go get cloud.google.com/go/bigquery

What did you expect to see?

No output, just download and install the package.

What did you see instead?

# golang.org/x/net/idna
src/golang.org/x/net/idna/idna.go:470: undefined: bidirule.ValidString

This issue, regardless its complexity is very critical.

@bradfitz
Copy link
Contributor

bradfitz commented Jan 9, 2017

Run get get -u. You have an old x/net/text package.

@bradfitz bradfitz closed this as completed Jan 9, 2017
@thylong
Copy link
Author

thylong commented Jan 9, 2017

Thanks for the tips !

@fredmenez
Copy link

typo fix : golang.org/x/text is the one to update

@golang golang locked and limited conversation to collaborators Jan 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants