Skip to content

playground: Map based program timesout #38622

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

Closed
ardan-bkennedy opened this issue Apr 23, 2020 · 3 comments
Closed

playground: Map based program timesout #38622

ardan-bkennedy opened this issue Apr 23, 2020 · 3 comments

Comments

@ardan-bkennedy
Copy link

What version of Go are you using (go version)?

Current version of the Go playground

Does this issue reproduce with the latest release?

Only happening on the playground

What operating system and processor architecture are you using (go env)?

N/A

What did you do?

https://play.golang.org/p/0KFlxby2a0z

What did you expect to see?

Program should output the ranging of the map

What did you see instead?

timeout running program

@randall77
Copy link
Contributor

Maybe a dup of #38546 ? Adding another string to one of the printfs fixes it.

@ianlancetaylor
Copy link
Contributor

Yes, I think it's a cached time out. Even changing a comment fixes the problem.

Closing as a dup of #38546.

@toothrot
Copy link
Contributor

This has been resolved by #38546. I tested the linked snippet, and it works correctly now.

@golang golang locked and limited conversation to collaborators Apr 27, 2021
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

5 participants