-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.
Milestone
Description
What version of Go are you using (go version)?
$ go version go version go1.14.2 linux/amd64
Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (go env)?
go env Output
$ go env GO111MODULE="" GOARCH="amd64" GOBIN="" GOCACHE="/home/vearutop/.cache/go-build" GOENV="/home/vearutop/.config/go/env" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOINSECURE="" GONOPROXY="github.com/hellofresh" GONOSUMDB="github.com/hellofresh" GOOS="linux" GOPATH="/home/vearutop/go" GOPRIVATE="github.com/hellofresh" GOPROXY="https://proxy.golang.org,direct" GOROOT="/home/vearutop/sdk/go1.14.2" GOSUMDB="sum.golang.org" GOTMPDIR="" GOTOOLDIR="/home/vearutop/sdk/go1.14.2/pkg/tool/linux_amd64" GCCGO="gccgo" AR="ar" CC="gcc" CXX="g++" CGO_ENABLED="1" GOMOD="/home/vearutop/sdk/go/src/go.mod" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build956599529=/tmp/go-build -gno-record-gcc-switches"
What did you do?
I wanted to install generics prototype tool go2go locally to play with it. I thought I could use dl/gotip for that.
gotip download dev.go2go
What did you expect to see?
I expect to see dev.go2go built and available through gotip.
What did you see instead?
I see that dev.go2go is not a valid CL number.
Being able to build prototype branches with gotip can simplify the process of prototypes review.
I've tried to implement this in forked gotip.
Hopefully it would make sense to add such feature in dl/gotip.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.