Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Kalirage/sh

Tags

v3.8.0

Toggle v3.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mvdan Daniel Martí
CHANGELOG: prepare for v3.8.0

v3.7.0

Toggle v3.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
mvdan Daniel Martí
release v3.7.0

v3.6.0

Toggle v3.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
mvdan Daniel Martí
release v3.6.0

v3.5.1

Toggle v3.5.1's commit message
CHANGELOG: write entry for 3.5.1

Like github.com/burrowers/garble, we now include links too.

v3.6.0-0.dev

Toggle v3.6.0-0.dev's commit message
cmd/shfmt: undo the Docker side of the version var rename

For mvdan#860, which is left open as a warning to users.

v3.5.0

Toggle v3.5.0's commit message
finalize changelog for v3.5.0

v3.4.3

Toggle v3.4.3's commit message
write changelog for v3.4.3

v3.4.2

Toggle v3.4.2's commit message
write changelog for v3.4.2

v3.4.1

Toggle v3.4.1's commit message
write changelog for v3.4.1

v3.5.0-0.dev

Toggle v3.5.0-0.dev's commit message
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