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: tinygo-org/tinygo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release
Choose a base ref
...
head repository: tinygo-org/tinygo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: print-all-errors
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 18 files changed
  • 1 contributor

Commits on Jul 9, 2024

  1. all: add testing for compiler error messages

    This is needed for some improvements I'm going to make next.
    
    This commit also refactors error handling slightly to make it more
    easily testable, this should hopefully not result in any actual changes
    in behavior.
    aykevl committed Jul 9, 2024
    Copy the full SHA
    3610c93 View commit details
  2. libclang: do not make error locations relative

    This is done at a later time anyway, so doesn't need to be done in the
    cgo package. In fact, _not_ doing it there makes it easier to print
    correct relative packages.
    aykevl committed Jul 9, 2024
    Copy the full SHA
    3de78fc View commit details

Commits on Jul 10, 2024

  1. loader: handle go list errors inside TinyGo

    Instead of exiting with an error, handle these errors internally.
    This will enable a few improvements in the future.
    aykevl committed Jul 10, 2024
    Copy the full SHA
    a6602dc View commit details

Commits on Jul 12, 2024

  1. loader: report all type and syntax errors possible

    Previously the loader would only report the first error. With this
    change, all syntax and type errors will be reported.
    aykevl committed Jul 12, 2024
    Copy the full SHA
    587ad68 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff release...print-all-errors