<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go/src/os/exec/exec_plan9.go, branch makepkg</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=makepkg</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=makepkg'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2022-04-26T13:47:05Z</updated>
<entry>
<title>os/exec: make skipStdinCopyError a function instead of a variable</title>
<updated>2022-04-26T13:47:05Z</updated>
<author>
<name>Bryan C. Mills</name>
<email>bcmills@google.com</email>
</author>
<published>2022-04-23T02:00:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=ad5eaa8c4cd952df0d4894f11ee0158a9a33a0f3'/>
<id>urn:sha1:ad5eaa8c4cd952df0d4894f11ee0158a9a33a0f3</id>
<content type='text'>
This makes clearer that skipStdinCopyError is always defined and never
overridden in tests.

Secondarily, it may also help reduce init-time work and allow the
linker and/or inliner to better optimize this package.

(Noticed while prototyping #50436.)

Change-Id: I4f3c1bc146384a98136a4039f82165ed106c14b8
Reviewed-on: https://go-review.googlesource.com/c/go/+/401897
Run-TryBot: Bryan Mills &lt;bcmills@google.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@google.com&gt;
</content>
</entry>
<entry>
<title>all: update references to symbols moved from os to io/fs</title>
<updated>2020-10-20T02:32:42Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2020-07-07T17:49:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=7bb721b9384bdd196befeaed593b185f7f2a5589'/>
<id>urn:sha1:7bb721b9384bdd196befeaed593b185f7f2a5589</id>
<content type='text'>
The old os references are still valid, but update our code
to reflect best practices and get used to the new locations.

Code compiled with the bootstrap toolchain
(cmd/asm, cmd/dist, cmd/compile, debug/elf)
must remain Go 1.4-compatible and is excluded.

For #41190.

Change-Id: I8f9526977867c10a221e2f392f78d7dec073f1bd
Reviewed-on: https://go-review.googlesource.com/c/go/+/243907
Trust: Russ Cox &lt;rsc@golang.org&gt;
Run-TryBot: Russ Cox &lt;rsc@golang.org&gt;
TryBot-Result: Go Bot &lt;gobot@golang.org&gt;
Reviewed-by: Rob Pike &lt;r@golang.org&gt;
</content>
</entry>
<entry>
<title>os/exec: ignore hungup error while copying stdin on Plan 9</title>
<updated>2019-12-15T15:34:17Z</updated>
<author>
<name>Fazlul Shahriar</name>
<email>fshahriar@gmail.com</email>
</author>
<published>2019-11-21T09:09:17Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=a3dc6da6d6d25666d24bab293c0990d1b07bb798'/>
<id>urn:sha1:a3dc6da6d6d25666d24bab293c0990d1b07bb798</id>
<content type='text'>
Fixes #35753

Change-Id: I38674c59c601785eb25b778dc25efdb92231dd9b
Reviewed-on: https://go-review.googlesource.com/c/go/+/208223
Run-TryBot: Emmanuel Odeke &lt;emm.odeke@gmail.com&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
</content>
</entry>
</feed>
