Tags: andyh0913/sh
Tags
interp: start using pty.Start again All we need to do is close the primary terminal after cmd.Wait. This also ensures that file is kept alive for long enough, preventing a GC run from closing the file before cmd.Wait. After this change, I am still unable to reproduce a failure. For more, see: creack/pty#127
interp: allow running Reset before Run It can make sense, for example to make copies of a new runner to be used later. While at it, I noticed that Subshell failed to initialize the Vars map, meaning that it wasn't filled at the end of Run. Fixes mvdan#704.
add release notes for v3.2.4 I messed up the v3.2.3 release; forgot to backport the Dockerfile changes, and also forgot to document the backported panic fix in the expand package. Let's pretend v3.2.3 didn't happen, since the tag was already pushed, and do a v3.2.4. v3.2.3 isn't terribly broken either, so no need to retract it.
PreviousNext