<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go/src/runtime/debug, branch fix-runtime-test-GOMAXPROCS</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=fix-runtime-test-GOMAXPROCS</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=fix-runtime-test-GOMAXPROCS'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2025-05-13T16:21:20Z</updated>
<entry>
<title>cmd/go: support -json flag in go version</title>
<updated>2025-05-13T16:21:20Z</updated>
<author>
<name>xieyuschen</name>
<email>xieyuschen@gmail.com</email>
</author>
<published>2024-10-14T11:11:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=a632009c4a0b0826871baae7e7ce7804b4089d93'/>
<id>urn:sha1:a632009c4a0b0826871baae7e7ce7804b4089d93</id>
<content type='text'>
It supports features described in the issue:

* add -json flag for 'go version -m' to print json encoding of
  runtime/debug.BuildSetting to standard output.
* report an error when specifying -json flag without -m.
* print build settings on seperated line for each binary

Fixes #69712

Change-Id: I79cba2109f80f7459252d197a74959694c4eea1f
Reviewed-on: https://go-review.googlesource.com/c/go/+/619955
Reviewed-by: Sam Thanawalla &lt;samthanawalla@google.com&gt;
Reviewed-by: Junyang Shao &lt;shaojunyang@google.com&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
</content>
</entry>
<entry>
<title>runtime/debug: update SetCrashOutput example to not pass parent env vars</title>
<updated>2025-04-24T19:01:27Z</updated>
<author>
<name>Felix Geisendörfer</name>
<email>felix.geisendoerfer@datadoghq.com</email>
</author>
<published>2025-04-24T14:38:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3672a09a48464d18d0c669cc3590d13091a2e77a'/>
<id>urn:sha1:3672a09a48464d18d0c669cc3590d13091a2e77a</id>
<content type='text'>
Fixes #73490

Change-Id: I500fa73f4215c7f490779f53c1c2c0d775f51a95
Reviewed-on: https://go-review.googlesource.com/c/go/+/667775
Reviewed-by: Alan Donovan &lt;adonovan@google.com&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Michael Knyszek &lt;mknyszek@google.com&gt;
</content>
</entry>
<entry>
<title>all: use built-in min, max functions</title>
<updated>2025-04-11T23:00:30Z</updated>
<author>
<name>Marcel Meyer</name>
<email>mm.marcelmeyer@gmail.com</email>
</author>
<published>2025-04-11T22:19:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=03640f688b6ae069c72373d7aaa8d23784e456fc'/>
<id>urn:sha1:03640f688b6ae069c72373d7aaa8d23784e456fc</id>
<content type='text'>
Change-Id: Ie76ebb556d635068342747f3f91dd7dc423df531
GitHub-Last-Rev: aea61fb3a054e6bd24f4684f90fb353d5682cd0b
GitHub-Pull-Request: golang/go#73340
Reviewed-on: https://go-review.googlesource.com/c/go/+/664677
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Auto-Submit: Keith Randall &lt;khr@golang.org&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
Reviewed-by: Keith Randall &lt;khr@golang.org&gt;
Reviewed-by: Keith Randall &lt;khr@google.com&gt;
</content>
</entry>
<entry>
<title>crypto/internal/fips140: make Version return latest when not frozen</title>
<updated>2025-03-07T19:33:03Z</updated>
<author>
<name>Filippo Valsorda</name>
<email>filippo@golang.org</email>
</author>
<published>2025-03-06T16:08:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=705fa920c13e87a580f0fc5bec4e186e1b6f663b'/>
<id>urn:sha1:705fa920c13e87a580f0fc5bec4e186e1b6f663b</id>
<content type='text'>
Fixes #71820

Change-Id: I6a6a46563da281a7b20efc61eefdcbb2e146db33
Reviewed-on: https://go-review.googlesource.com/c/go/+/655795
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Daniel McCarney &lt;daniel@binaryparadox.net&gt;
Reviewed-by: Junyang Shao &lt;shaojunyang@google.com&gt;
Auto-Submit: Filippo Valsorda &lt;filippo@golang.org&gt;
Reviewed-by: Roland Shoemaker &lt;roland@golang.org&gt;
</content>
</entry>
<entry>
<title>all: surround -test.run arguments with ^$</title>
<updated>2025-02-25T18:58:29Z</updated>
<author>
<name>qmuntal</name>
<email>quimmuntal@gmail.com</email>
</author>
<published>2025-02-24T08:57:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=f707e53fd52284e58b9ea5d7889ad360d34d5116'/>
<id>urn:sha1:f707e53fd52284e58b9ea5d7889ad360d34d5116</id>
<content type='text'>
If the -test.run value is not surrounded by ^$ then any test that
matches the -test.run value will be run. This is normally not the
desired behavior, as it can lead to unexpected tests being run.

Change-Id: I3447aaebad5156bbef7f263cdb9f6b8c32331324
Reviewed-on: https://go-review.googlesource.com/c/go/+/651956
Reviewed-by: Cherry Mui &lt;cherryyz@google.com&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@google.com&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
</content>
</entry>
<entry>
<title>all: use testenv.Executable instead of os.Executable and os.Args[0]</title>
<updated>2025-02-24T19:03:10Z</updated>
<author>
<name>qmuntal</name>
<email>quimmuntal@gmail.com</email>
</author>
<published>2025-02-24T08:43:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=dceee2e983f5dab65c3905ecf40e70e15cf41b7d'/>
<id>urn:sha1:dceee2e983f5dab65c3905ecf40e70e15cf41b7d</id>
<content type='text'>
In test files, using testenv.Executable is more reliable than
os.Executable or os.Args[0].

Change-Id: I88e577efeabc20d02ada27bf706ae4523129128e
Reviewed-on: https://go-review.googlesource.com/c/go/+/651955
Reviewed-by: Cherry Mui &lt;cherryyz@google.com&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@google.com&gt;
</content>
</entry>
<entry>
<title>runtime/debug: document DefaultGODEBUG as a BuildSetting</title>
<updated>2025-02-13T15:11:41Z</updated>
<author>
<name>Sean Liao</name>
<email>sean@liao.dev</email>
</author>
<published>2024-07-12T19:56:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=c4136a433c28eb12abad777f8e74087ecf6e21f4'/>
<id>urn:sha1:c4136a433c28eb12abad777f8e74087ecf6e21f4</id>
<content type='text'>
Fixes #66465

Change-Id: I60c017ddba29fa5b452b665d8521cd6c8e20438c
Reviewed-on: https://go-review.googlesource.com/c/go/+/597979
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Jorropo &lt;jorropo.pgm@gmail.com&gt;
Auto-Submit: Ian Lance Taylor &lt;iant@google.com&gt;
Reviewed-by: qiu laidongfeng2 &lt;2645477756@qq.com&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@google.com&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
</content>
</entry>
<entry>
<title>all: fix some function names and typos in comment</title>
<updated>2024-11-21T22:16:20Z</updated>
<author>
<name>cuishuang</name>
<email>imcusg@gmail.com</email>
</author>
<published>2024-11-20T13:56:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=a925402b62c06d1cfe2b345cba0b11fa06b8401d'/>
<id>urn:sha1:a925402b62c06d1cfe2b345cba0b11fa06b8401d</id>
<content type='text'>
Change-Id: I07e7c8eaa5bd4bac0d576b2f2f4cd3f81b0b77a4
Reviewed-on: https://go-review.googlesource.com/c/go/+/630055
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Commit-Queue: Ian Lance Taylor &lt;iant@google.com&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@google.com&gt;
Reviewed-by: Russ Cox &lt;rsc@golang.org&gt;
Auto-Submit: Ian Lance Taylor &lt;iant@google.com&gt;
</content>
</entry>
<entry>
<title>runtime/debug: minor cleanups after CL 384154</title>
<updated>2024-10-23T04:48:55Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2024-10-23T00:24:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=d0631b90a3b0934d0fe223e2d889d785d297f083'/>
<id>urn:sha1:d0631b90a3b0934d0fe223e2d889d785d297f083</id>
<content type='text'>
Change some vars to consts, remove some unneeded string conversions.

Change-Id: Ib12eed11ef080c4b593c8369bb915117e7100045
Reviewed-on: https://go-review.googlesource.com/c/go/+/621838
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@google.com&gt;
Auto-Submit: Ian Lance Taylor &lt;iant@google.com&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
</content>
</entry>
<entry>
<title>runtime/debug: document ParseBuildInfo and (*BuildInfo).String</title>
<updated>2024-10-23T04:48:53Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2024-10-23T00:21:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=0c460ad0142b6ca1866272002f90fb8166ce4cc0'/>
<id>urn:sha1:0c460ad0142b6ca1866272002f90fb8166ce4cc0</id>
<content type='text'>
For #51026
Fixes #69971

Change-Id: I47f2938d20cbe9462bf738a506baedad4a7006c3
Reviewed-on: https://go-review.googlesource.com/c/go/+/621837
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@google.com&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
Auto-Submit: Ian Lance Taylor &lt;iant@google.com&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@google.com&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
</content>
</entry>
</feed>
