]> Cypherpunks repositories - gostls13.git/commit
runtime: replace mentions of "raised" with "panicked"
authorMark Freeman <mark@golang.org>
Mon, 5 May 2025 16:33:46 +0000 (12:33 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 6 May 2025 19:12:10 +0000 (12:12 -0700)
commitd365f2266df98985f19705717ff8cf4ad3e743dc
tree83b243b5c4de00df69a5d8e7c2d6967a3ea9e12d
parent92e23b683f01fe581a0e14b5658f0c59d9ce0d38
runtime: replace mentions of "raised" with "panicked"

Fixes #73526

Change-Id: I4b801cf3e54b99559e6d5ca8fdb2fd0692a0d3a5
Reviewed-on: https://go-review.googlesource.com/c/go/+/669975
TryBot-Bypass: Mark Freeman <mark@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Mark Freeman <mark@golang.org>
Reviewed-by: Mark Freeman <mark@golang.org>
doc/next/4-runtime.md
src/cmd/go/testdata/script/test_cleanup_failnow.txt
src/cmd/go/testdata/script/test_fuzz_return.txt
src/runtime/crash_test.go
src/runtime/panic.go
src/runtime/runtime2.go
src/runtime/testdata/testprog/crash.go