Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6g rejects panic(nil) #990

Closed
rsc opened this issue Aug 1, 2010 · 1 comment
Closed

6g rejects panic(nil) #990

rsc opened this issue Aug 1, 2010 · 1 comment

Comments

@rsc
Copy link
Contributor

rsc commented Aug 1, 2010

What steps will reproduce the problem?
1. panic(nil)

What is the expected output? What do you see instead?
6g complains about "use of untyped nil".
I think this is a dreg (panic(nil) was invalid before recover,
just as println(nil) is invalid).
@rsc
Copy link
Contributor Author

rsc commented Aug 3, 2010

Comment 1:

This issue was closed by revision 585eae3.

Status changed to Fixed.

@rsc rsc added the fixed label Aug 3, 2010
@rsc rsc self-assigned this Aug 3, 2010
@golang golang locked and limited conversation to collaborators Jun 24, 2016
@rsc rsc removed their assignment Jun 22, 2022
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants