x/playground: exit code 2 is cached and returned for a valid program #38873
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Probably yes
What operating system and processor architecture are you using (
go env
)?playground configurations
What did you do?
I changed the syntax of two programs(that are logically the same), by switching the order of the functions
What did you expect to see?
I was expecting to see the same outputs
What did you see instead?
The second program(from the above list) crashed
The text was updated successfully, but these errors were encountered: