runtime: incorrect terminology 'reraised' in panic message #73526
Labels
BugReport
Issues describing a possible bug in the Go implementation.
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
This terminology is not Go terminology:
“raised” is for exceptions, but Go does not have exceptions.
It should say “repanicked” or perhaps “re-panicked”.
There is actually one mention of "raised" in the spec, in an example, but that should probably be fixed as well.
"run-time panics raised by g" should be "run-time panics during g".
/cc @griesemer
The text was updated successfully, but these errors were encountered: