Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Hackpad

We strive for making code editing in the browser a powerful, streamlined experience.
Collective - Host: opensource - https://opencollective.com/hackpad - Website: https://hackpad.org - Code: https://github.com/hack-pad

doc/go1.18: list new net/netip and net functions and methods

For #46518
For #47694

Change-Id: I4848556674baf85ceec350645d9eddcd83f1b2e0
Reviewed-on: https:/...

github.com/hack-pad/go - 0f3becf62f3935846490e60e5005e1e4a55bec67 authored almost 3 years ago by Ian Lance Taylor <[email protected]>
doc/go1.18: mention testing.F in testing package section

For #47694

Change-Id: I27d88d864319bd8dbabfa6675a6abf2f74c50717
Reviewed-on: https://go-review....

github.com/hack-pad/go - d7b035f930549bc6b6192f73351bce138130350e authored almost 3 years ago by Ian Lance Taylor <[email protected]>
doc/go1.18: document {text,html}/template {break,continue} commands

For #20531
For #47694

Change-Id: Iaefaa0a8982eabf59cd6a53120c8af9124d60d1a
Reviewed-on: https:/...

github.com/hack-pad/go - 90fb5a4f97a11bb3aa4a6143ec687d20b35ef010 authored almost 3 years ago by Ian Lance Taylor <[email protected]>
doc/go1.18: add net/http.MaxBytesHandler

For #47694

Change-Id: Ifab2c2720ec2ccef175a0e14a95f8df0437eb009
GitHub-Last-Rev: f3c2f12c7b6472...

github.com/hack-pad/go - ebac50e9cef66920ecfe018252ffdc2294a0c249 authored almost 3 years ago by Carl Johnson <[email protected]>
os: enable TestPipeThreads on FreeBSD

This test works on FreeBSD since CL 165801 was submitted.

Updates #19093

Change-Id: I45ffeb403...

github.com/hack-pad/go - 3fb17cfd17108c0c49d8a58cf25610fe5c84755a authored almost 3 years ago by Tobias Klauser <[email protected]>
doc/go1.18: mention new go/types/Config.Context field

For #47694
For #47916

Change-Id: Ieeffaf161da744adfdb4da8aac58a64c109ebcab
Reviewed-on: https:/...

github.com/hack-pad/go - 60f2c12a85470c87ef9c49d6f79458f575612e0d authored almost 3 years ago by Ian Lance Taylor <[email protected]>
all: update vendored golang.org/x/crypto for cryptobyte fix

Fixes #49678

Change-Id: I47dd959a787180a67856e60dfa6eba3ddd045972
Reviewed-on: https://go-revie...

github.com/hack-pad/go - a1ce5503c7a9518c96a231e3ff867d5c994afda2 authored almost 3 years ago by Filippo Valsorda <[email protected]>
doc/go1.18: mention new debug/elf.R_PPC64_RELATIVE constant

For #47694

Change-Id: I9f4838100741d3ba13e9374e70466fa405c6e4d2
Reviewed-on: https://go-review....

github.com/hack-pad/go - 9502339561fac403e0dd0b3d51409e97d44ac129 authored almost 3 years ago by Ian Lance Taylor <[email protected]>
cmd/link: use SHT_INIT_ARRAY for .init_array section

Fixes #50295

Change-Id: If55ebcd5f2af724da7c9c744458a56d21a7ddde7
Reviewed-on: https://go-revie...

github.com/hack-pad/go - cfb0cc355233d4367b188b23a3bc143985a28b8c authored almost 3 years ago by Ian Lance Taylor <[email protected]>
reflect: update relative path in comment

Fix it to avoid misunderstanding.

Change-Id: I2a09cb9edfa8077c5c0c35e07000c0c7dc72755e
GitHub-L...

github.com/hack-pad/go - 2d1d54808131b09da768ec334b3387ccb70562ec authored almost 3 years ago by Jing维 <[email protected]>
net/http: fix link to ResponseWriter trailer example

The links to this example were using an underscore separator
instead of a hyphen, and incorrect ...

github.com/hack-pad/go - b5e06545b3c3b3b9c2ed8204e5ba3fd25a85db0f authored almost 3 years ago by Reilly Watson <[email protected]>
runtime: typo fix cyle -> cycle

Change-Id: I213fa8aa9b9c2537a189677394ddd30c62312518
GitHub-Last-Rev: ccafdee9440b06232cdfca8309...

github.com/hack-pad/go - 4dfbb89f585aac690a1c41dbb1604a567bc46f63 authored almost 3 years ago by “kinggo” <[email protected]>
runtime: check the correct environment variable in TestCgoCallbackGC

The test checks RUNTIME_TESTING_SHORT, whereas the test runner
actually set RUNTIME_TEST_SHORT. ...

github.com/hack-pad/go - e0879490904495d26f762e19a997d4384bffa932 authored almost 3 years ago by Cherry Mui <[email protected]>
net/netip: add a fuzz test

This is a pretty straight port of the fuzz test at https://github.com/inetaf/netaddr.

The Marsh...

github.com/hack-pad/go - 15550625c3140efce8ea1d7d3193ec4c563eb117 authored almost 3 years ago by Andrew LeFevre <[email protected]>
cmd/doc: don't log on constraint type elements

Fixes #50256

Change-Id: I2327a0b28f8173c801ed2946bec8083967667027
Reviewed-on: https://go-revie...

github.com/hack-pad/go - 6713b5dbbc4b3bbfa2022538501c7f8104f1e5fd authored almost 3 years ago by Ian Lance Taylor <[email protected]>
all: fix spelling errors found by misspell

Change-Id: Icedd0c3d49259d5aee249ecb33374e9b78e0c275
Reviewed-on: https://go-review.googlesource...

github.com/hack-pad/go - 9901d9e87a47b775edd0e75edb19ba696091603e authored almost 3 years ago by Dan Kortschak <[email protected]>
cmd/internal/obj/riscv: mark stack bounds check prologue nonpreemptible

This is similar to CL 207350, for RISCV64.

May fix #50263.
Updates #35470.

Change-Id: I0d39e19...

github.com/hack-pad/go - 59d04d104d9e08322712e837b35f4cd54c9bae1a authored almost 3 years ago by Cherry Mui <[email protected]>
go/types: better error message when using comparable in union

This is a port of CL 372674 from types2 to go/types with
minor adjustments for error handling.

...

github.com/hack-pad/go - 7c94355b738170cf06484d502af7f2d935831c2b authored almost 3 years ago by Robert Griesemer <[email protected]>
go/types, types2: delay "does not satisfy comparable" error until needed

Fixes #49112.

Change-Id: I8effbca7bcbb257b18fd4d3d1914fd10d4afaaae
Reviewed-on: https://go-revi...

github.com/hack-pad/go - a2004de0885cc3796fed6dff54678efb8ffa4d01 authored almost 3 years ago by Robert Griesemer <[email protected]>
runtime: mgc.go typo fix: becuse -> because

Change-Id: I5019d5b9520e47a99a6136f615b6c9468073cc3c
GitHub-Last-Rev: 1a5392925a0c4e9b2915620fee...

github.com/hack-pad/go - 87b2a54827b5a845e9b29ede9414495e3e869f2e authored almost 3 years ago by clamyang <[email protected]>
cmd/link: force eager binding when using plugins on darwin

When building/using plugins on darwin, we need to use flat
namespace so the same symbol from the...

github.com/hack-pad/go - c5fee935bbb8f02406eb653cfed550593755a1a4 authored almost 3 years ago by Cherry Mui <[email protected]>
doc/go1.18: document union element restriction

For #47694

Change-Id: I9af871a4a45b002e72629904011aac8f076617f1
Reviewed-on: https://go-review....

github.com/hack-pad/go - 529939072eef730c82333344f321972874758be8 authored almost 3 years ago by Ian Lance Taylor <[email protected]>
spec: describe constraint parsing ambiguity and work-around more precisely

The new description matches the implementation (CL 370774).

Also, in the section on type constr...

github.com/hack-pad/go - 3c495839fe6e711b9161f8efc2d1bd474bf60916 authored almost 3 years ago by Robert Griesemer <[email protected]>
spec: clarify that comparable cannot be a union element

For #49602.

Change-Id: I0d3ff8f087dffb3409918494147fd1dceff7514d
Reviewed-on: https://go-review...

github.com/hack-pad/go - 2bdf34f3e86693264938d791a673a97011420eb2 authored almost 3 years ago by Robert Griesemer <[email protected]>
net: lengthen arbitrary SetDeadline timeout by a few orders of magnitude

The "someTimeout" constant in the net test is “just to test that
net.Conn implementations don't ...

github.com/hack-pad/go - 55a25aa6ca03143bef38be7f6d618df51c569a66 authored almost 3 years ago by Bryan C. Mills <[email protected]>
os/exec: skip TestContextCancel on netbsd/arm64

For #42061

Change-Id: I3b4c774ad9e375d4bfef1cfb4336c35ed30a6430
Reviewed-on: https://go-review....

github.com/hack-pad/go - 63077bfcf563e3f2ef96fa51203ed2fad71a371c authored almost 3 years ago by Bryan C. Mills <[email protected]>
go/types, types2: use compiler error message for undefined operators

For #48712.

Change-Id: I1596fe8688f093e0e92cf5b8d5501aac8631324e
Reviewed-on: https://go-review...

github.com/hack-pad/go - 2e6e9df2c1242274b02b584c617947aeed39c398 authored almost 3 years ago by Robert Griesemer <[email protected]>
cmd/compile/internal/types2: better error message when using comparable in union

Fixes #49602.

Change-Id: I3499f8a485a2c8ec8afc74c5ef7b20d42c943a05
Reviewed-on: https://go-revi...

github.com/hack-pad/go - c3561dd346262414caff570c05f2403f9688aca0 authored almost 3 years ago by Robert Griesemer <[email protected]>
cmd/compile/internal/syntax: fix parsing of type parameter lists

The parser cannot distinguish a type parameter list of the form

[P *T ] or
[P (T)]

where T is ...

github.com/hack-pad/go - 33a1a93a92804205eca89e2bb113ca68c1de5a4f authored almost 3 years ago by Robert Griesemer <[email protected]>
cmd/go: update go work docs

Change-Id: If28cc02a5a6f9bf2c7f2550de77ca0b31c1b35ee
Reviewed-on: https://go-review.googlesource...

github.com/hack-pad/go - 0c24038d22a83c0da5feb3d700b13445f47b24c9 authored almost 3 years ago by Michael Matloob <[email protected]>
cmd/compile: only avoid escaping package paths for "go.shape"

We have code that intends to avoid escaping the package path for
built-in packages. But it is ha...

github.com/hack-pad/go - 1387b5e91d76ba6727a7434c06f7c368d6c53d5c authored almost 3 years ago by Dan Scales <[email protected]>
cmd/go/internal/vcs: prevent Git signatures from breaking commit time parsing

When a user has showSignature=true set in their Git config and the
commit in question has a sign...

github.com/hack-pad/go - b1a53ece68d46e4fb59c74d2bc529060861f5dbf authored almost 3 years ago by Andre Marianiello <[email protected]>
misc/cgo/testcarchive: log command output more consistently

Also check that executables exist immediately after building them
in parallel tests.

The parall...

github.com/hack-pad/go - d01cd8fa1dc6110cbb301fd711fe43ea744cb5c9 authored almost 3 years ago by Bryan C. Mills <[email protected]>
net/http/pprof: skip TestDeltaProfile on openbsd/arm

It is observed to be flaky on the only openbsd/arm builder.
Skipping on that platform until some...

github.com/hack-pad/go - d93677ad7e40d66c2ec5c5e75c984533db00b5ee authored almost 3 years ago by Bryan C. Mills <[email protected]>
cmd/go: add missing cgo condition in TestScript/mod_list_compiled_concurrent

Updates #50205

Change-Id: I60d2e32c2cd84599f4a0126e4da4f1d61bd29b51
Reviewed-on: https://go-rev...

github.com/hack-pad/go - ae695cd93fc7d2aadeb3636002fd77f35bfa0710 authored almost 3 years ago by Bryan C. Mills <[email protected]>
cmd/go: examine dependencies of main modules in workspace mode

To make sure that we properly pull in everything in all, because
different main modules can inte...

github.com/hack-pad/go - ea26ce7cec7ed19b7e859dbb0e7e4354a9679911 authored almost 3 years ago by Michael Matloob <[email protected]>
reflect: fix name of type parameter

Fixes #50208

Change-Id: Ib0aff56341adb98ff6831c5badd1603ebf002b79
Reviewed-on: https://go-revie...

github.com/hack-pad/go - 1d3a5b4aeac319acd51b32e1d47a9c316d9ce2aa authored almost 3 years ago by zhouguangyuan <[email protected]>
cmd/compile: don't re-typecheck while importing

The imported code is already typechecked. NodAddrAt typechecks its
argument, which is unnecessar...

github.com/hack-pad/go - 7f2314530e7cb4a11c6df4f7bd51187f5cffe2a5 authored almost 3 years ago by Keith Randall <[email protected]>
cmd/compile: upgrade ssa to do (int or float) -> complex

Generic instantiations can produce conversions from constant
literal ints or floats to complex v...

github.com/hack-pad/go - d107aa2cd1fdc596b9275a127e6c35cc5f8d32bb authored almost 3 years ago by Keith Randall <[email protected]>
test: add simpler test for issue 50109

Thanks to the simpler test case for issue 50109. I'm keeping the old
test case in place, since i...

github.com/hack-pad/go - 6e7c6912186b6c91fff332ef473409a8e960c519 authored almost 3 years ago by Dan Scales <[email protected]>
net: increase timing slop in TimeoutFluctuation tests on NetBSD and OpenBSD

Decrease the slop everywhere else, since NetBSD and OpenBSD seem to be
the only ones that miss b...

github.com/hack-pad/go - c9ffcca7848e2c59a75f97801617322bb054c3fd authored almost 3 years ago by Bryan C. Mills <[email protected]>
net: skip Lookup tests of external hosts on builders with flaky networks

For #50191

Change-Id: Ic1059127e756d69ea9b75cf5805669ec43fedd5c
Reviewed-on: https://go-review....

github.com/hack-pad/go - 58e8e26924ed113a8d5f4187c36ca6ef13f29fb2 authored almost 3 years ago by Bryan C. Mills <[email protected]>
cmd/compile/internal/types2: record types for union subexpressions

This is a port of CL 371757 from go/types to types2, with
minor adjustments for different error ...

github.com/hack-pad/go - 07ed86c57bb2aa5656ad7ab8df9c8b5faf089cbd authored almost 3 years ago by Robert Griesemer <[email protected]>
cmd/compile/internal/types2: externalize union type sets

This is a port of CL 371756 from go/types to types2 with
minor adjustments due to different erro...

github.com/hack-pad/go - 4cda05d41a8585c79bfe00f867ed3513672e69fa authored almost 3 years ago by Robert Griesemer <[email protected]>
cmd/compile: correct type identity comparison with "any"

The builtin "any" type should only be identical to an unnamed empty
interface type, not a define...

github.com/hack-pad/go - bc0aba971705722b6798746b2003908166ee007b authored almost 3 years ago by Cherry Mui <[email protected]>
misc/cgo/testshared: increase size limit in size check

Recently in Fedora we switched binutils ld's separate-code on. This
led to increased size of bin...

github.com/hack-pad/go - 83fc0978e5d953ed058ca30bcfb8ddbc9ebdd88d authored almost 3 years ago by Jakub Čajka <[email protected]>
misc/cgo/testshared: pass -x flag only to commands supporting it

Running testshared with the -testx flag leads to:

./testshared.test -testx -testwork
+ mkdir -p...

github.com/hack-pad/go - d5fefbb4980aaf46ac25344615c660136c365b9f authored almost 3 years ago by Jakub Čajka <[email protected]>
all: fix typo in comment

Remove duplicate 'the'

Change-Id: I3ed81c8d9c488662387e45580a3bcd462448ba44
GitHub-Last-Rev: 86...

github.com/hack-pad/go - 567b177949d0819169c10ba6a07ff60554eb5285 authored almost 3 years ago by ichxxx <[email protected]>
doc/go1.18: discuss embedded build info compatibility

Fixes #50085

Change-Id: I9be8ddb983fb4fe598becbb0b93bb5b7e1f8438f
Reviewed-on: https://go-revie...

github.com/hack-pad/go - b1c7703f266a2d72f80f3b55eff822ad7980ce31 authored almost 3 years ago by Hana <[email protected]>
net: eliminate arbitrary timeout in TestVariousDeadlines

When we set a timeout, we don't actually have a guarantee one how long
the OS will take to notic...

github.com/hack-pad/go - b5c0dbaafc548bd432c14935ae242ce1433180e8 authored almost 3 years ago by Bryan C. Mills <[email protected]>
doc/go1.18: mention that embedding a type parameter is forbidden

For #47694

Change-Id: Ibf38eabcb78abc563fcf77e2b566175a18c06fa3
Reviewed-on: https://go-review....

github.com/hack-pad/go - 9d0ca262bbfa5561910f75e7b7d937b615d69393 authored almost 3 years ago by Ian Lance Taylor <[email protected]>
runtime/cgo: fix signature of crosscall_amd64 in comment

In CL 289192, crosscall_amd64() was changed to recieve 3
arguments, but the comment was not upda...

github.com/hack-pad/go - c948823cb7fc898eafb798ad15655663755d0bc9 authored almost 3 years ago by MoZhonghua <[email protected]>
doc/go1.18: fix an unclosed anchor

Change-Id: I432bcc6ff917d008598b2f37c6e826f588a3d6d6
Reviewed-on: https://go-review.googlesource...

github.com/hack-pad/go - dc5a8f9647257584a17efef219edc7d494b9a5bc authored almost 3 years ago by Brad Fitzpatrick <[email protected]>
doc: fix typo in 1.18 release notes for package testing

In release notes for Go 1.18, fix typo in changes for package testing to
correctly document the ...

github.com/hack-pad/go - 38c067d178111d48a5ce96feccae1a7abe28ff59 authored almost 3 years ago by Olivier Mengué <[email protected]>
go/types: record types for union subexpressions

Prior to unions, unary and binary expressions always had a recorded
type. Preserve this by recor...

github.com/hack-pad/go - 8108444eaa7ee45a74b2f2da6d21dd1d2b0c0352 authored almost 3 years ago by Robert Findley <[email protected]>
go/types: externalize union type sets

Move calculated type sets for unions into a map, rather than storing
them on the Union type.

Ty...

github.com/hack-pad/go - af05064f978729f3b066e1d627633c11c5e267e2 authored almost 3 years ago by Robert Findley <[email protected]>
doc/go1.18: add caution about use of generics in production

Per https://groups.google.com/g/golang-dev/c/iuB22_G9Kbo/m/7B1jd1I3BQAJ.

For #47694

Change-Id:...

github.com/hack-pad/go - 1540239f48f6beaa1cae6b34d00d74860366da7d authored almost 3 years ago by Ian Lance Taylor <[email protected]>
doc/go1.18: move debug/buildinfo to core library section

It is a new package and seems a major change.

Updates #47694.

Change-Id: If854e494e28bcd1e79c9...

github.com/hack-pad/go - fc8ae9860a820e2d5179fc3b15b247e0545f2a28 authored almost 3 years ago by Cherry Mui <[email protected]>
os: enable TestClosedPipeRace* on FreeBSD

This test has worked since CL 165801 (committed March 12, 2019), so
stop skipping it. With this,...

github.com/hack-pad/go - 0f05ed3b7821db1d73954aa9e7fd49e5a19ec12a authored almost 3 years ago by Austin Clements <[email protected]>
testing: retry spurious errors from RemoveAll for temp directories

This works around what appears to be either a kernel bug or a Go
runtime or syscall bug affectin...

github.com/hack-pad/go - d407a8c3c49f11980f224d204147eff8fcb087f4 authored almost 3 years ago by Bryan C. Mills <[email protected]>
doc: update go1.18 release notes with a blurb about workspace mode

For #47694

Change-Id: I79cdbdc66ea9942b597f29c9a4f428075f053466
Reviewed-on: https://go-review....

github.com/hack-pad/go - 265fbaa94b8614cbd861711d7f7c6d278dc1ddba authored almost 3 years ago by Michael Matloob <[email protected]>
api: promote next to go1.18

Change-Id: Ifc61e67413e5e56afbd0d4954f0150303d1a3a27
Reviewed-on: https://go-review.googlesource...

github.com/hack-pad/go - becaeea1199b875bc24800fa88f2f4fea119bf78 authored almost 3 years ago by Cherry Mui <[email protected]>
doc/go1.18: remove residual TODOs

There doesn't seem anything that still needs to de done there.

Updates #47694.

Change-Id: I790...

github.com/hack-pad/go - 46ba32a2ca304b0b73979736d6fb8013529e9172 authored almost 3 years ago by Cherry Mui <[email protected]>
cmd/compile: fix any in -G=0 mode

Fixes go test -gcflags=all=-G=0 -short std,
except for the packages with generics in their tests...

github.com/hack-pad/go - c1f012a0d9b4c7bc9f2a1474f4935e53eccd1794 authored almost 3 years ago by Russ Cox <[email protected]>
go/types, types2: record (top-level) union types

Fixes #50093.

Change-Id: Ibebeda542d2a81c979670f9098c4a6d2c3e73abb
Reviewed-on: https://go-revi...

github.com/hack-pad/go - 1afa432ab93aa9adb2e0f04b6c15eb654762d652 authored almost 3 years ago by Robert Griesemer <[email protected]>
cmd/compile: fix case where we didn't delay transformAssign in varDecl

We delay all transformations on generic functions, and only do them on
instantiated functions, f...

github.com/hack-pad/go - 006d4e627812816123a5bb86ebf5a2fa57af8b4a authored almost 3 years ago by Dan Scales <[email protected]>
cmd/compile: avoid re-instantiating method that is already imported

We can import an shape-instantiated function/method for inlining
purposes. If we are instantiati...

github.com/hack-pad/go - 5b9207ff67bd3df43a95fd403b2e06e2aa4c33bf authored almost 3 years ago by Dan Scales <[email protected]>
cmd/internal/obj: fix tail call in non-zero frame leaf function on MIPS and S390X

A "RET f(SB)" wasn't assembled correctly in a leaf function with
non-zero frame size. Follows CL...

github.com/hack-pad/go - 67917c3d78002ebca7de697f4ede74e602701554 authored almost 3 years ago by Cherry Mui <[email protected]>
net/http: revert h2_bundle.go formatting change from CL 368254

h2_bundle.go is automatically generated from x/net/http2. Any
formatting changes within that fil...

github.com/hack-pad/go - 9e85dc5f183d688f5297203dd76f281a6d87d94f authored almost 3 years ago by Bryan C. Mills <[email protected]>
cmd/go: document -fuzzminimizetime

Change-Id: I435942ff7285d32ffbc8901d9d7e76544d5aeb61
Reviewed-on: https://go-review.googlesource...

github.com/hack-pad/go - 7bdbc73be1d10a9b32cb5edc6b9d0c93805f059c authored almost 3 years ago by Katie Hockman <[email protected]>
cmd/compile/internal/amd64: fix for coverage testing

Fix up a unit test to make it more friendly for coverage runs.
Currently on tip if you do

cd...

github.com/hack-pad/go - 3e8aa5dd495d30ff29cd4fb78aabe8fc0ebb1eda authored almost 3 years ago by Than McIntosh <[email protected]>
testing: update docs for fuzzcachedir

Although most of the code seems to be already implemented
to support this for general use, it di...

github.com/hack-pad/go - f909f813a0c12fde089a6c5e18fdcb9e71759cf7 authored almost 3 years ago by Katie Hockman <[email protected]>
all: gofmt -w -r 'interface{} -> any' src

And then revert the bootstrap cmd directories and certain testdata.
And adjust tests as needed.
...

github.com/hack-pad/go - 2580d0e08d5e9f979b943758d3c49877fb2324cb authored almost 3 years ago by Russ Cox <[email protected]>
spec: fix conversion rules (match implementation)

As written, the conversion P(x), where P and the type
of x are type parameters with identical un...

github.com/hack-pad/go - 083ef5462494e81ee23316245c5d65085a3f62d9 authored almost 3 years ago by Robert Griesemer <[email protected]>
net: refactor TestWriteToTimeout

The test cases for this test had listed specific errors, but the
specific error values were igno...

github.com/hack-pad/go - acc65b47e12e2ba061b8ab4f86b183d039072776 authored almost 3 years ago by Bryan C. Mills <[email protected]>
net: create unix sockets in unique directories

This change applies the same transformation as in CL 366774,
but to the net package.

testUnixAd...

github.com/hack-pad/go - 4b3d8d1a390a51ea6a1b3f66ef9d56ef7203bbe7 authored almost 3 years ago by Bryan C. Mills <[email protected]>
net: pass a testing.TB to newLocal* helpers

Passing in an explicit testing.TB gives two benefits:

1. It allows the helper to fail the test ...

github.com/hack-pad/go - b55cbbb9e76969d67fbc6e264a584ad18c2f95fa authored almost 3 years ago by Bryan C. Mills <[email protected]>
cmd/asm,cmd/compile: fix tail call in leaf functions on PPC64

In some leaf functions using "RET foo(SB)", the jump may be incorrectly
translated into "JMP LR"...

github.com/hack-pad/go - d198a36d8c1d0a251449a1cc2355485a177310c4 authored almost 3 years ago by Paul E. Murphy <[email protected]>
net: don't check "invalid.invalid" lookup errors in TestLookupHostCancel

The exact error isn't actually relevant to the test,
and may depend on whether the Go or cgo res...

github.com/hack-pad/go - f4ca598c9f08a4d00942a1c6a6b8cc7d8f162b66 authored almost 3 years ago by Bryan C. Mills <[email protected]>
net: do not try to remove the LocalAddr of a unix socket

TestUnixAndUnixpacketServer deferred a call to os.Remove on the local
address of a dialed unix d...

github.com/hack-pad/go - 6f42be78bbc107beef8b6eb61a794355e07120ca authored almost 3 years ago by Bryan C. Mills <[email protected]>
net: remove erroneous Dial check in TestListenerClose

TestListenerClose had been asserting that a Dial to the newly-closed
address always fails, on th...

github.com/hack-pad/go - 36db10f3cb916a1b97af3bfd4be7e3a2932185f8 authored almost 3 years ago by Bryan C. Mills <[email protected]>
cmd/compile: fix identity case relating to 'any' and shape types

In identical(), we don't want any to match a shape empty-interface type
for the identStrict opti...

github.com/hack-pad/go - 9bfe09d78bd1b3ab97bc6e1c31395f0822875fba authored almost 3 years ago by Dan Scales <[email protected]>
net/netip: make Prefix.MarshalText format 4-in-6 IPs consistently

Fixes #50115.

Change-Id: Iac76e5b486d3a2a784583345eaeb22c31cc4a36d
Reviewed-on: https://go-revi...

github.com/hack-pad/go - 49b7c9caec6b96d0b327624efee61bd8a72cf68c authored almost 3 years ago by Matt Layher <[email protected]>
os: document error returned by pending I/O operations on Close

Currently, File.Close only documents that "an" error will be returned
by pending I/O operations....

github.com/hack-pad/go - 56817040d53187abcd568af0eea27cc21379c0ad authored almost 3 years ago by Austin Clements <[email protected]>
runtime: run gdb with a timeout for TestGdbBacktrace

This sometimes times out and we don't have any useful output for
debugging it. Hopefully this wi...

github.com/hack-pad/go - 8692bacb6a43d1f65e09d0e581ca8b464fd77664 authored almost 3 years ago by Austin Clements <[email protected]>
testenv: kill subprocess if SIGQUIT doesn't do it

This makes testenv.RunWithTimeout first attempt to SIGQUIT the
subprocess to get a useful Go tra...

github.com/hack-pad/go - cc795a01dcec7c97044b31571af88ac98310f2b3 authored almost 3 years ago by Austin Clements <[email protected]>
testenv: abstract run-with-timeout into testenv

This lifts the logic to run a subcommand with a timeout in a test from
the runtime's runTestProg...

github.com/hack-pad/go - 6b8977372263504535cad6e880ffca156bdfdf68 authored almost 3 years ago by Austin Clements <[email protected]>
net/netip: make AddrPort.MarshalText format 4-in-6 IPs consistently

Thanks again to @capnspacehook.

Fixes #50110

Change-Id: I1973bdea68eac9842b45f9524f62152e4f534...

github.com/hack-pad/go - 9c6e8f63c0e4f24ccf4326164ddbc0f0607343a2 authored almost 3 years ago by Brad Fitzpatrick <[email protected]>
net/netip: fix formatting of IPv4-in-6 address with zone

Weird, but don't drop the zone when stringifying.

Fixes #50111

Change-Id: I5fbccdfedcdc77a77ee...

github.com/hack-pad/go - 1c1998ea08d41ef09ef16c22eb8e53ea0eb569c5 authored almost 3 years ago by Brad Fitzpatrick <[email protected]>
doc: document cmd/vet changes for 1.18 release

cmd/vet has several precision improvements for the checkers copylock, printf, sortslice, testing...

github.com/hack-pad/go - 766f89b5c625f8c57492cf5645576d9e6f450cc2 authored almost 3 years ago by Tim King <[email protected]>
net: ignore EADDRINUSE errors when dialing to IPv4 from IPv6 on FreeBSD

The failure mode in #34264 appears to match
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=21...

github.com/hack-pad/go - c473ca087733236a6524900d037d92f32d5f6b70 authored almost 3 years ago by Bryan C. Mills <[email protected]>
go/types: remove TODO that is no longer relevant

Change-Id: Ie897b7b9c0a61c837245642c608129108e28423e
Reviewed-on: https://go-review.googlesource...

github.com/hack-pad/go - 13d15d147dd09b9209f5bc3778905684379129d8 authored almost 3 years ago by Hossein Zolfi <[email protected]>
[dev.boringcrypto] misc/boring: add new releases to RELEASES file

Change-Id: Id5293d1271370adb49489e5902000604827c4836
Reviewed-on: https://go-review.googlesource...

github.com/hack-pad/go - 069bbf543456dd7364dcb728a73b98f0044996ae authored almost 3 years ago by Alexander Rakoczy <[email protected]>
cmd/compile: preserve 'any' type alias in unified IR

When exporting the "any" empty interface type for unified IR, write it
out as a reference to the...

github.com/hack-pad/go - 8ff254e30ba9d9c13747fe42213c3f54b47c58e7 authored almost 3 years ago by Matthew Dempsky <[email protected]>
cmd/compile: fix type error reported on the wrong line

The 'Does not match' type error shoud be reported where
the function is called, not where the fu...

github.com/hack-pad/go - ece493eb831a7797d03d60b44b817caf1c63a0ab authored almost 3 years ago by Jason7602 <[email protected]>
crypto/x509: skip known TestSystemVerify flakes on windows-*-2008 builders

The "-2008" builders are the only ones on which the failure has
been observed, so I suspect that...

github.com/hack-pad/go - 78b4518e31b39aac4fbad1679db95b3f526229a7 authored almost 3 years ago by Bryan C. Mills <[email protected]>
net/http: update bundled golang.org/x/net/http2

Pull in security fix

2d13015 http2: cap the size of the server's canonical header cache

an...

github.com/hack-pad/go - 307d7c67477ee7ccb8544ac802e965b5d18a069e authored almost 3 years ago by Filippo Valsorda <[email protected]>
cmd/go: use -count=1 in test_fuzz_chatty.txt

Fuzz tests in test_fuzz_chatty.txt now use -count=1 where applicable.

Fixes #48984

Change-Id: ...

github.com/hack-pad/go - 61ba0bcf8eebd1515d1af7a0e918bf912db6eb46 authored almost 3 years ago by Julie Qiu <[email protected]>
syscall: avoid writing to p when Pipe(p) fails

Generally speaking Go functions make no guarantees
about what has happened to result parameters ...

github.com/hack-pad/go - 474ebb917cb802bf1d08434a265515d50c174082 authored almost 3 years ago by Russ Cox <[email protected]>
syscall: fix ForkLock spurious close(0) on pipe failure

Pipe (and therefore forkLockPipe) does not make any guarantees
about the state of p after a fail...

github.com/hack-pad/go - a76511f3a40ea69ee4f5cd86e735e1c8a84f0aa2 authored almost 3 years ago by Russ Cox <[email protected]>