Skip to content

x/website/tour: "Run" button becomes "Kill" on compilation error #50921

@enocom

Description

@enocom

To reproduce, visit any page with a playground on https://go.dev/tour:

  1. Write something that will not compile, e.g.,
package main

// missing close quote
import "fmt 

func main() {
	fmt.Println("Hello, World")
}
  1. Click "Run".
  2. Compilation error is reported, but the "Run" button is now stuck on "Kill"

Expected behavior:

After clicking "Run", the button should return to "Run" with a compilation error.

Image 1-30-22 at 9 52 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions