Releases: rogpeppe/go-internal
Releases · rogpeppe/go-internal
v1.6.2
04 Sep 05:35
Compare
Sorry, something went wrong.
No results found
testscript: support Go 1.16, move to Actions 1115b6a
testscript: allow multiple args to chmod bb90167
v1.6.1
31 Jul 15:28
Compare
Sorry, something went wrong.
No results found
testscript: relax constraints around actual source in cmp with update (#107 )
v1.6.0 - testscript improvements
06 May 12:18
Compare
Sorry, something went wrong.
No results found
New features in this release:
add ${/} as a companion to ${:} (#90 ; thanks to @mvdan )
add Env.Setenv and Env.Getenv (#96 ; thanks to @twpayne )
support stdout/stderr args in stdin (#94 ; thanks to @mvdan )
expose current subtest in Env (#95 ; thanks to @frankban )
Also apply fix to lockedfile to fix #91 (thanks to @myitcv )
v1.5.2
13 Jan 18:27
Compare
Sorry, something went wrong.
No results found
testscript: provide WorkdirRoot as a new Params field (#87 ) bc89b17
testscript: fix race in setupfilenames test (#88 ) ae313c1
v1.5.1
18 Dec 16:40
Compare
Sorry, something went wrong.
No results found
testscript: fail a test when a testscript Dir contains no scripts (#85 ) bf08ea5
v1.3.2
07 Sep 13:33
Compare
Sorry, something went wrong.
No results found
testscript: make sure work dir isn't removed when -testwork is used (#80 ) 18d060b
testscript: ensure that temp dir isn't sym-linked (#79 ) 9181448
v1.3.1
27 Aug 10:20
Compare
Sorry, something went wrong.
No results found
ci: changes for go1.13beta1 0483ff7
modfile: add tests for AddReplace and DropReplace (#72 ) 3670dca
Merge pull request #71 from rogpeppe/023-fmtsort 6f68bf1
v1.2.2
14 Feb 10:33
Compare
Sorry, something went wrong.
No results found
cmd/testscript: add support to pass through env vars with -e (#54)
v1.2.1
12 Feb 11:50
Compare
Sorry, something went wrong.
No results found
testscript: only expand second argument to cmpenv (#53)
v1.1.1-alpha
17 Jan 19:34
Compare
Sorry, something went wrong.
No results found
testscript: respect TestScript env PATH variable for exec command (#49)
Includes a partial snapshot of os/exec's platform-specific LookPath
logic, as of 0456036e28b718d215f49abe83d3c49101f8a4c7. This is largely a
copy and paste, with a type alias to os/exec.Error and an "alias" of
os/exec.ErrNotFound.