Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all: Go 1.21 support #3824

Merged
merged 6 commits into from
Aug 4, 2023
Merged

all: Go 1.21 support #3824

merged 6 commits into from
Aug 4, 2023

Commits on Jul 26, 2023

  1. testing: add Testing function

    This is new in Go 1.21.
    aykevl committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ed38943 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. all: Go 1.21 support

    aykevl committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8755bcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b5619d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db0a706 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cf55d0 View commit details
    Browse the repository at this point in the history
  5. compiler: improve panic message when a runtime call is unavailable

    This should not happen under normal circumstances. It can still happen
    when there is a mismatch between TinyGo version and the associated
    runtime, or while developing the compiler package.
    aykevl committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    be39e9c View commit details
    Browse the repository at this point in the history