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.14.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.14.1
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 25, 2025

  1. testscript: remove temp dirs when finishing once again

    The recent transition from RunMain to Main meant that we started
    calling os.Exit directly when Main finished.
    However, we failed to spot that os.Exit would make our earlier deferred
    cleanup of the temporary directory not run at all.
    
    Spotted because my /tmp started getting filled up after a few hours
    of development, and I found a suspiciously large number of
    testscript-looking directories.
    mvdan committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    9ee3698 View commit details
    Browse the repository at this point in the history
Loading