-
Notifications
You must be signed in to change notification settings - Fork 77
Comparing changes
Open a pull request
base repository: rogpeppe/go-internal
base: master
head repository: fortio/testscript
compare: main
Commits on Mar 29, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 7dd2019 - Browse repository at this point
Copy the full SHA 7dd2019View commit details -
move testscript at toplevel, avoids stutter. declare we need go1.20 o…
…therwise coverage etc doesn't work
Configuration menu - View commit details
-
Copy full SHA for 8dc95ca - Browse repository at this point
Copy the full SHA 8dc95caView commit details -
Configuration menu - View commit details
-
Copy full SHA for e65f4c1 - Browse repository at this point
Copy the full SHA e65f4c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c87a3fc - Browse repository at this point
Copy the full SHA c87a3fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2423452 - Browse repository at this point
Copy the full SHA 2423452View commit details -
Configuration menu - View commit details
-
Copy full SHA for c48e7da - Browse repository at this point
Copy the full SHA c48e7daView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8fea8b - Browse repository at this point
Copy the full SHA d8fea8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a78d73d - Browse repository at this point
Copy the full SHA a78d73dView commit details -
Merge pull request #2 from fortio/fix_tests
wip/'fix'tests (rm mostly)
Configuration menu - View commit details
-
Copy full SHA for 38528bb - Browse repository at this point
Copy the full SHA 38528bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2b184e - Browse repository at this point
Copy the full SHA b2b184eView commit details
Commits on May 7, 2023
-
testscript: use unix.CloneFile on MacOs
To fix unexpected errors of type: ``` [signal: killed] FAIL: testscripts/myecho.txt:1: unexpected command failure ``` Fixes #200
Configuration menu - View commit details
-
Copy full SHA for 6dc92e9 - Browse repository at this point
Copy the full SHA 6dc92e9View commit details -
testscript: expose (*TestScript).stdout via Stdout() (#216)
Similarly, expose (*TestScript).stderr via Stderr(). Closes #139
Configuration menu - View commit details
-
Copy full SHA for 6e3acf8 - Browse repository at this point
Copy the full SHA 6e3acf8View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 534df1c - Browse repository at this point
Copy the full SHA 534df1cView commit details -
fix failing tests: it's not needed here and we removed that command (maybe shouldn't have...)
Configuration menu - View commit details
-
Copy full SHA for c39e1ca - Browse repository at this point
Copy the full SHA c39e1caView commit details -
* Better README text Borrowed the better text from #225 * add explanation about link section and try if it still works with ## instead of #
Configuration menu - View commit details
-
Copy full SHA for a672e49 - Browse repository at this point
Copy the full SHA a672e49View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf3b5d7 - Browse repository at this point
Copy the full SHA cf3b5d7View commit details -
testscript: use unix.CloneFile on MacOs
To fix unexpected errors of type: ``` [signal: killed] FAIL: testscripts/myecho.txt:1: unexpected command failure ``` Fixes #200
Configuration menu - View commit details
-
Copy full SHA for 7b4b328 - Browse repository at this point
Copy the full SHA 7b4b328View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e4e4bde - Browse repository at this point
Copy the full SHA e4e4bdeView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 997adf4 - Browse repository at this point
Copy the full SHA 997adf4View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5f25770 - Browse repository at this point
Copy the full SHA 5f25770View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0998eef - Browse repository at this point
Copy the full SHA 0998eefView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...main