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

use filepath.WalkDir, add TestScript.Name #236

Merged
merged 2 commits into from
Oct 26, 2023
Merged

Commits on Oct 2, 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 2, 2023
    Configuration menu
    Copy the full SHA
    ff5141d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. 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 24, 2023
    Configuration menu
    Copy the full SHA
    f2ddc5a View commit details
    Browse the repository at this point in the history