Skip to content

runtime: incorrect terminology 'reraised' in panic message #73526

Closed
@rsc

Description

@rsc

This terminology is not Go terminology:

--- FAIL: TestFib (0.00s)
panic: runStmt *ast.ForStmt [recovered, reraised]

...

“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

Metadata

Metadata

Labels

BugReportIssues describing a possible bug in the Go implementation.NeedsFixThe path to resolution is known, but the work has not been done.compiler/runtimeIssues related to the Go compiler and/or runtime.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions