You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dmitshur
added
NeedsFix
The path to resolution is known, but the work has not been done.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
and removed
NeedsFix
The path to resolution is known, but the work has not been done.
labels
Feb 18, 2019
This is a regression from CL 141417, where the httptest.ResponseRecorder type was replaced with a custom implementation in order to fix #28138. It wasn't caught because we didn't have a test for the -url flag yet (we will after your CL, thanks for that).
dmitshur
added
NeedsFix
The path to resolution is known, but the work has not been done.
and removed
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
labels
Feb 18, 2019
What version of Go are you using (
go version
)?I'm comparing the x/tools repo at
release-branch.go1.11
vsrelease-branch.go1.12
.Does this issue reproduce with the latest release?
Yes, this is broken in
master
of the x/tools repo.What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
I expected to see HTML similar to what's served by the root of https://golang.org/
What did you see instead?
The command returned no output.
I have a fix for this, including regression tests. I'll upload it shortly.
The text was updated successfully, but these errors were encountered: