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: master
Choose a base ref
...
head repository: fortio/testscript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.

Commits on Mar 29, 2023

  1. cut probably a bit too deep (unquote and proxy/gotools is probably to…

    …o much) in attempt to get a smaller testscript only; many tests failing as a result
    ldemailly committed Mar 29, 2023
    Copy the full SHA
    7dd2019 View commit details
  2. move testscript at toplevel, avoids stutter. declare we need go1.20 o…

    …therwise coverage etc doesn't work
    ldemailly committed Mar 29, 2023
    Copy the full SHA
    8dc95ca View commit details
  3. Copy the full SHA
    e65f4c1 View commit details
  4. wip/'fix'tests (rm mostly)

    ldemailly committed Mar 29, 2023
    Copy the full SHA
    c87a3fc View commit details
  5. Copy the full SHA
    2423452 View commit details
  6. cleanup go mod

    ldemailly committed Mar 29, 2023
    Copy the full SHA
    c48e7da View commit details
  7. 'fixed' tests

    ldemailly committed Mar 29, 2023
    Copy the full SHA
    d8fea8b View commit details
  8. making tidy step happier

    ldemailly committed Mar 29, 2023
    Copy the full SHA
    a78d73d View commit details
  9. Merge pull request #2 from fortio/fix_tests

    wip/'fix'tests (rm mostly)
    ldemailly authored Mar 29, 2023
    Copy the full SHA
    38528bb View commit details
  10. locally address #190 (#3)

    ldemailly authored Mar 29, 2023
    Copy the full SHA
    b2b184e View commit details

Commits on May 7, 2023

  1. testscript: use unix.CloneFile on MacOs

    To fix unexpected errors of type:
    
    ```
    [signal: killed]
    FAIL: testscripts/myecho.txt:1: unexpected command failure
    ```
    
    Fixes #200
    bep authored and ldemailly committed May 7, 2023
    Copy the full SHA
    6dc92e9 View commit details
  2. testscript: expose (*TestScript).stdout via Stdout() (#216)

    Similarly, expose (*TestScript).stderr via Stderr().
    
    Closes #139
    myitcv authored and ldemailly committed May 7, 2023
    Copy the full SHA
    6e3acf8 View commit details
  3. CI: go back to macos-latest

    Now that it seems we found a fix to #200, there is no reason to stick
    to macos-11, which will likely be deprecated soon.
    
    Update actions/setup-go to its latest version as well.
    The new version uses caching by default, which we do not need.
    
    While here, tidy up the cloneFile docs a bit.
    mvdan authored and ldemailly committed May 7, 2023
    Copy the full SHA
    534df1c View commit details
  4. no need for unquote (#6)

    fix failing tests: it's not needed here and we removed that command (maybe shouldn't have...)
    ldemailly authored May 7, 2023
    Copy the full SHA
    c39e1ca View commit details
  5. Better README text (#5)

    * Better README text
    
    Borrowed the better text from #225
    
    * add explanation about link section
    
    and try if it still works with ## instead of #
    ldemailly authored May 7, 2023
    Copy the full SHA
    a672e49 View commit details

Commits on Sep 6, 2024

  1. git ignore .DS_Store

    ldemailly committed Sep 6, 2024
    Copy the full SHA
    cf3b5d7 View commit details
  2. testscript: use unix.CloneFile on MacOs

    To fix unexpected errors of type:
    
    ```
    [signal: killed]
    FAIL: testscripts/myecho.txt:1: unexpected command failure
    ```
    
    Fixes #200
    bep authored and ldemailly committed Sep 6, 2024
    Copy the full SHA
    7b4b328 View commit details
  3. CI: go back to macos-latest

    Now that it seems we found a fix to #200, there is no reason to stick
    to macos-11, which will likely be deprecated soon.
    
    Update actions/setup-go to its latest version as well.
    The new version uses caching by default, which we do not need.
    
    While here, tidy up the cloneFile docs a bit.
    mvdan authored and ldemailly committed Sep 6, 2024
    Copy the full SHA
    e4e4bde View commit details
  4. internal: remove unused packages

    internal/syscall/windows/registry was never imported by any of our
    packages, so it seems to always have been unneeded module zip bloat.
    
    internal/textutil was used by modfile, which now simply forwards to
    x/mod/modfile, so the import is gone.
    mvdan authored and ldemailly committed Sep 6, 2024
    Copy the full SHA
    997adf4 View commit details
  5. all: remove some unused code

    Primarily testscript's code to support calling testing.MainStart;
    we originally needed that to implement our own deep code coverage,
    but thankfully `go test` does that for us automatically now.
    mvdan authored and ldemailly committed Sep 6, 2024
    Copy the full SHA
    5f25770 View commit details
  6. Copy the full SHA
    0998eef View commit details
Loading