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: robfig/soy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: robfig/soy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fuzz
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 108 files changed
  • 1 contributor

Commits on Nov 22, 2018

  1. fuzz.go: add fuzz test

    This currently results in a build error:
      go-fuzz-build github.com/robfig/soy
    Rob Figueiredo committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    3d76863 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

  1. go-fuzz: check in the results of 3 days worth of fuzzing

        $ go-fuzz-build  github.com/robfig/soy
        $ nohup go-fuzz -bin=soy-fuzz.zip -workdir=testdata -dumpcover
    Rob Figueiredo committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    fe14b7a View commit details
    Browse the repository at this point in the history
Loading