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

cmd/go: remove references to 'go help fuzz' #48623

Closed
mfrw opened this issue Sep 25, 2021 · 3 comments
Closed

cmd/go: remove references to 'go help fuzz' #48623

mfrw opened this issue Sep 25, 2021 · 3 comments
Labels
Documentation FrozenDueToAge fuzz Issues related to native fuzzing support GoCommand cmd/go NeedsFix The path to resolution is known, but the work has not been done.

Comments

@mfrw
Copy link
Contributor

mfrw commented Sep 25, 2021

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

tip

$ go version
go version devel go1.18-8854368cb0 Sat Sep 25 01:24:46 2021 +0000 linux/amd64

Does this issue reproduce with the latest release?

I did not check for the release, but the tip of master branch [as of 25-Sep-2021]

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

go env Output
$ go env
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/mfrw/.cache/go-build"
GOENV="/home/mfrw/.config/go/env"
GOEXE=""
GOEXPERIMENT=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GOMODCACHE="/home/mfrw/g/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/mfrw/g"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/home/mfrw/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/home/mfrw/go/pkg/tool/linux_amd64"
GOVCS=""
GOVERSION="devel go1.18-8854368cb0 Sat Sep 25 01:24:46 2021 +0000"
GCCGO="gccgo"
GOAMD64="v1"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/home/mfrw/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-build6268976=/tmp/go-build -gno-record-gcc-switches"

What did you do?

go help fuzz

What did you expect to see?

Help about fuzzing.

What did you see instead?

go help fuzz: unknown help topic. Run 'go help'.

Although:

git branch --contains 2212a1a339c7ac72ff2133855c97ae097444cb5c
has master

Maybe I am missing something trivial :(

Apologies in advance if its known already or if its by design.

@seankhliao seankhliao changed the title Although there was a merge of dev.fuzz and master; go help fuzz does not return expected result. cmd/go: remove references to 'go help fuzz' Sep 25, 2021
@seankhliao seankhliao added Documentation fuzz Issues related to native fuzzing support GoCommand cmd/go NeedsFix The path to resolution is known, but the work has not been done. labels Sep 25, 2021
@seankhliao
Copy link
Member

CL 351113 removed it but apparently not all the references

@mfrw
Copy link
Contributor Author

mfrw commented Sep 25, 2021

Can I give it a stab ?
I think we have to remove fuzz refrences for master branch.

@gopherbot
Copy link

Change https://golang.org/cl/352313 mentions this issue: cmd/go: remove references to 'go help fuzz'

@golang golang locked and limited conversation to collaborators Sep 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation FrozenDueToAge fuzz Issues related to native fuzzing support GoCommand cmd/go NeedsFix The path to resolution is known, but the work has not been done.
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

3 participants