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: rogpeppe/go-internal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.0
Choose a base ref
...
head repository: rogpeppe/go-internal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.0
Choose a head ref
  • 7 commits
  • 25 files changed
  • 3 contributors

Commits on Aug 7, 2023

  1. testscript: add ttyin/ttyout commands

    FiloSottile authored and mvdan committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e748a67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fbe0b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. all: add Go 1.21, drop Go 1.19

    And fix up the tests and code to adapt accordingly.
    While here, update the checkout action as well.
    mvdan committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b6a9d8b View commit details
    Browse the repository at this point in the history
  2. testscript: propagate GORACE like we already do with GOCOVERDIR

    Do both in a loop to deduplicate code.
    While here, only set them if they aren't empty;
    this way we don't unnecessarily pollute Vars with entries
    such as `GOCOVERDIR=` when they don't do anything useful.
    mvdan committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    32ae337 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. testscript,goproxytest: use filepath.WalkDir

    This can easily save hundreds of stat calls per test script,
    particularly when testing Go tools.
    
    While here, remove a few uses of the deprecated io/ioutil in cmd,
    and check some missed errors in txtar-c.
    mvdan committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0bcf77f View commit details
    Browse the repository at this point in the history
  2. testscript: add TestScript.Name

    This will be useful in some cmd/cue test scripts
    where we want each test to create a unique remote resource
    that includes the current test name as a prefix,
    for the sake of more easily seeing which test created which resource.
    mvdan committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    fa6a31e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. robustio: copy from cmd/go/internal/robustio (#239)

    Copied from Go commit b18b05881691861c4279a50010829150f1684fa9.
    rogpeppe authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    2c88e7f View commit details
    Browse the repository at this point in the history
Loading