Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/playground
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: golang/playground
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev.go2go
Choose a head ref
  • 9 commits
  • 20 files changed
  • 4 contributors

Commits on Jun 30, 2020

  1. all: go2goplay.golang.org source

    This CL contains the altered playground source that is served
    at go2goplay.golang.org.
    
    It compiles the toolchain at the dev.go2go branch of the main
    Go repository, translates .go2 programs using the go2go tool,
    and compiles the playground frontend binary using the dev.go2go
    toolchain (to support code formatting).
    
    The header and “About” text is updated to differentiate from
    the normal playground and explain its differences,
    code location, etc.
    
    Most features present on play.golang.org are missing, and this
    instance only supports single-file, non-test, main-package
    programs. This was done for initial simplicity of the
    implementation.
    
    Updates golang/go#39675
    Fixes golang/go#39809
    
    Change-Id: Id9461830c4233ab3f938dc6d21da3e5f2d8adbc3
    Reviewed-on: https://go-review.googlesource.com/c/playground/+/240541
    Reviewed-by: Alexander Rakoczy <[email protected]>
    andybons committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    5ac6e03 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. [dev.go2go] examples: update hello.txt

    Change-Id: I8b05351fabf4b580df3c2c8df4442fcec92825ee
    Reviewed-on: https://go-review.googlesource.com/c/playground/+/243377
    Reviewed-by: Andrew Bonventre <[email protected]>
    griesemer committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    785c065 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. [dev.go2go] all: update edit.go to be in sync with hello.txt example

    Change-Id: Idce55e562e65347df4cbfbbca3d34ddb7542cab9
    Reviewed-on: https://go-review.googlesource.com/c/playground/+/243897
    Reviewed-by: Andrew Bonventre <[email protected]>
    andybons committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    e4ebab0 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. [dev.go2go] Dockerfile: ensure Docker doesn’t use cache when cloning …

    …dev.go2go branch
    
    Change-Id: I491f42e5d4998ff05ccbc85361b92a669a6ea300
    Reviewed-on: https://go-review.googlesource.com/c/playground/+/249700
    Reviewed-by: Alexander Rakoczy <[email protected]>
    andybons committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    da5671d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. [dev.go2go] examples: update generic examples to use latest syntax

    Change-Id: Ib41cb92dc0c3a3446a9a349ccdda88968cd60a27
    Reviewed-on: https://go-review.googlesource.com/c/playground/+/251937
    Reviewed-by: Andrew Bonventre <[email protected]>
    griesemer authored and andybons committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    4bad6ac View commit details
    Browse the repository at this point in the history
  2. [dev.go2go] all: update edit.go to be consistent with hello.txt example

    Change-Id: I6aee2fd120ffcb58ef4a36aeed215239fa99f4cb
    Reviewed-on: https://go-review.googlesource.com/c/playground/+/251838
    Reviewed-by: Robert Griesemer <[email protected]>
    andybons committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    185d3b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. [dev.go2go] add go2goplay Cloud Build deploy trigger

    This config will cause Cloud Build to deploy go2goplay.golang.org
    when a commit is made to the dev.go2go branch of the main go repo.
    
    Change-Id: I5e1639cdb30b6c24d1578de47d960d530cdd2102
    Reviewed-on: https://go-review.googlesource.com/c/playground/+/257217
    Trust: Andrew Bonventre <[email protected]>
    Trust: Alexander Rakoczy <[email protected]>
    Reviewed-by: Alexander Rakoczy <[email protected]>
    andybons committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    546f94f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. [dev.go2go] fix the go2go playground build for 1.16

    The go2go playground Docker build was failing due to lack of code in
    GOPATH.  Following CL 295649, simply remove this unnecessary logic.
    
    Also apply a patch from Alex to fix the failing tests, which have
    probably been failing on the dev.go2go branch for some time. Thanks
    Alex!
    
    Change-Id: I49cfc073e07d918fc5247494f0eaa3c5bd8215ea
    Reviewed-on: https://go-review.googlesource.com/c/playground/+/298889
    Trust: Robert Findley <[email protected]>
    Run-TryBot: Robert Findley <[email protected]>
    TryBot-Result: Go Bot <[email protected]>
    Reviewed-by: Alexander Rakoczy <[email protected]>
    findleyr committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    fb5cd7c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. [dev.go2go] deploy: use gcloud to manage triggers, trigger from GCR

    The GCP UI is nicer for editing triggers, and the gcloud command now has
    beta support for import/export. It wants YAML format, though. Delete the
    json versions and replace them with freshly pulled versions, including
    the change to trigger from GCR.
    
    Change-Id: If05944fdd6cca6d7f72b56ade191a3b00c333b9e
    Reviewed-on: https://go-review.googlesource.com/c/playground/+/327389
    Trust: Heschi Kreinick <[email protected]>
    Run-TryBot: Heschi Kreinick <[email protected]>
    TryBot-Result: Go Bot <[email protected]>
    Reviewed-by: Alexander Rakoczy <[email protected]>
    heschi committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    6aa43c4 View commit details
    Browse the repository at this point in the history
Loading