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.
and removed
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
labels
Jul 30, 2024
Go version
go version devel go1.23-e44fa1c1a9 2024-06-18 15:33:06 +0000 linux/amd64
Output of
go env
in your module/workspace:What did you do?
for a
main_test.go
(note: should be run without themain.go
file below as it can affect the debug settings):running it:
vs
a
main.go
:running it:
What did you see happen?
The test binary did not record a
DefaultGODEBUG=panicnil=1
, while the setting was clearly in effect (recover nil).What did you expect to see?
The setting recorded as part of DefaultGODEBUG
The text was updated successfully, but these errors were encountered: