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
For #46518
For #47694
Change-Id: I4848556674baf85ceec350645d9eddcd83f1b2e0
Reviewed-on: https:/...
For #47694
Change-Id: I27d88d864319bd8dbabfa6675a6abf2f74c50717
Reviewed-on: https://go-review....
For #20531
For #47694
Change-Id: Iaefaa0a8982eabf59cd6a53120c8af9124d60d1a
Reviewed-on: https:/...
For #47694
Change-Id: Ifab2c2720ec2ccef175a0e14a95f8df0437eb009
GitHub-Last-Rev: f3c2f12c7b6472...
This test works on FreeBSD since CL 165801 was submitted.
Updates #19093
Change-Id: I45ffeb403...
github.com/hack-pad/go - 3fb17cfd17108c0c49d8a58cf25610fe5c84755a authored about 3 years ago
For #47694
For #47916
Change-Id: Ieeffaf161da744adfdb4da8aac58a64c109ebcab
Reviewed-on: https:/...
Fixes #49678
Change-Id: I47dd959a787180a67856e60dfa6eba3ddd045972
Reviewed-on: https://go-revie...
For #47694
Change-Id: I9f4838100741d3ba13e9374e70466fa405c6e4d2
Reviewed-on: https://go-review....
Fixes #50295
Change-Id: If55ebcd5f2af724da7c9c744458a56d21a7ddde7
Reviewed-on: https://go-revie...
Fix it to avoid misunderstanding.
Change-Id: I2a09cb9edfa8077c5c0c35e07000c0c7dc72755e
GitHub-L...
The links to this example were using an underscore separator
instead of a hyphen, and incorrect ...
Change-Id: I213fa8aa9b9c2537a189677394ddd30c62312518
GitHub-Last-Rev: ccafdee9440b06232cdfca8309...
The test checks RUNTIME_TESTING_SHORT, whereas the test runner
actually set RUNTIME_TEST_SHORT. ...
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 about 3 years agoFixes #50256
Change-Id: I2327a0b28f8173c801ed2946bec8083967667027
Reviewed-on: https://go-revie...
Change-Id: Icedd0c3d49259d5aee249ecb33374e9b78e0c275
Reviewed-on: https://go-review.googlesource...
This is similar to CL 207350, for RISCV64.
May fix #50263.
Updates #35470.
Change-Id: I0d39e19...
github.com/hack-pad/go - 59d04d104d9e08322712e837b35f4cd54c9bae1a authored about 3 years ago
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 about 3 years agoFixes #49112.
Change-Id: I8effbca7bcbb257b18fd4d3d1914fd10d4afaaae
Reviewed-on: https://go-revi...
Change-Id: I5019d5b9520e47a99a6136f615b6c9468073cc3c
GitHub-Last-Rev: 1a5392925a0c4e9b2915620fee...
When building/using plugins on darwin, we need to use flat
namespace so the same symbol from the...
For #47694
Change-Id: I9af871a4a45b002e72629904011aac8f076617f1
Reviewed-on: https://go-review....
The new description matches the implementation (CL 370774).
Also, in the section on type constr...
github.com/hack-pad/go - 3c495839fe6e711b9161f8efc2d1bd474bf60916 authored about 3 years agoFor #49602.
Change-Id: I0d3ff8f087dffb3409918494147fd1dceff7514d
Reviewed-on: https://go-review...
The "someTimeout" constant in the net test is “just to test that
net.Conn implementations don't ...
For #42061
Change-Id: I3b4c774ad9e375d4bfef1cfb4336c35ed30a6430
Reviewed-on: https://go-review....
For #48712.
Change-Id: I1596fe8688f093e0e92cf5b8d5501aac8631324e
Reviewed-on: https://go-review...
Fixes #49602.
Change-Id: I3499f8a485a2c8ec8afc74c5ef7b20d42c943a05
Reviewed-on: https://go-revi...
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 about 3 years ago
Change-Id: If28cc02a5a6f9bf2c7f2550de77ca0b31c1b35ee
Reviewed-on: https://go-review.googlesource...
We have code that intends to avoid escaping the package path for
built-in packages. But it is ha...
When a user has showSignature=true set in their Git config and the
commit in question has a sign...
Also check that executables exist immediately after building them
in parallel tests.
The parall...
github.com/hack-pad/go - d01cd8fa1dc6110cbb301fd711fe43ea744cb5c9 authored about 3 years ago
It is observed to be flaky on the only openbsd/arm builder.
Skipping on that platform until some...
Updates #50205
Change-Id: I60d2e32c2cd84599f4a0126e4da4f1d61bd29b51
Reviewed-on: https://go-rev...
To make sure that we properly pull in everything in all, because
different main modules can inte...
Fixes #50208
Change-Id: Ib0aff56341adb98ff6831c5badd1603ebf002b79
Reviewed-on: https://go-revie...
The imported code is already typechecked. NodAddrAt typechecks its
argument, which is unnecessar...
Generic instantiations can produce conversions from constant
literal ints or floats to complex v...
Thanks to the simpler test case for issue 50109. I'm keeping the old
test case in place, since i...
Decrease the slop everywhere else, since NetBSD and OpenBSD seem to be
the only ones that miss b...
For #50191
Change-Id: Ic1059127e756d69ea9b75cf5805669ec43fedd5c
Reviewed-on: https://go-review....
This is a port of CL 371757 from go/types to types2, with
minor adjustments for different error ...
This is a port of CL 371756 from go/types to types2 with
minor adjustments due to different erro...
The builtin "any" type should only be identical to an unnamed empty
interface type, not a define...
Recently in Fedora we switched binutils ld's separate-code on. This
led to increased size of bin...
Running testshared with the -testx flag leads to:
./testshared.test -testx -testwork
+ mkdir -p...
Remove duplicate 'the'
Change-Id: I3ed81c8d9c488662387e45580a3bcd462448ba44
GitHub-Last-Rev: 86...
Fixes #50085
Change-Id: I9be8ddb983fb4fe598becbb0b93bb5b7e1f8438f
Reviewed-on: https://go-revie...
When we set a timeout, we don't actually have a guarantee one how long
the OS will take to notic...
For #47694
Change-Id: Ibf38eabcb78abc563fcf77e2b566175a18c06fa3
Reviewed-on: https://go-review....
In CL 289192, crosscall_amd64() was changed to recieve 3
arguments, but the comment was not upda...
Change-Id: I432bcc6ff917d008598b2f37c6e826f588a3d6d6
Reviewed-on: https://go-review.googlesource...
In release notes for Go 1.18, fix typo in changes for package testing to
correctly document the ...
Prior to unions, unary and binary expressions always had a recorded
type. Preserve this by recor...
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 about 3 years agoPer https://groups.google.com/g/golang-dev/c/iuB22_G9Kbo/m/7B1jd1I3BQAJ.
For #47694
Change-Id:...
github.com/hack-pad/go - 1540239f48f6beaa1cae6b34d00d74860366da7d authored about 3 years agoIt is a new package and seems a major change.
Updates #47694.
Change-Id: If854e494e28bcd1e79c9...
github.com/hack-pad/go - fc8ae9860a820e2d5179fc3b15b247e0545f2a28 authored about 3 years ago
This test has worked since CL 165801 (committed March 12, 2019), so
stop skipping it. With this,...
This works around what appears to be either a kernel bug or a Go
runtime or syscall bug affectin...
For #47694
Change-Id: I79cdbdc66ea9942b597f29c9a4f428075f053466
Reviewed-on: https://go-review....
Change-Id: Ifc61e67413e5e56afbd0d4954f0150303d1a3a27
Reviewed-on: https://go-review.googlesource...
There doesn't seem anything that still needs to de done there.
Updates #47694.
Change-Id: I790...
github.com/hack-pad/go - 46ba32a2ca304b0b73979736d6fb8013529e9172 authored about 3 years ago
Fixes go test -gcflags=all=-G=0 -short std,
except for the packages with generics in their tests...
Fixes #50093.
Change-Id: Ibebeda542d2a81c979670f9098c4a6d2c3e73abb
Reviewed-on: https://go-revi...
We delay all transformations on generic functions, and only do them on
instantiated functions, f...
We can import an shape-instantiated function/method for inlining
purposes. If we are instantiati...
A "RET f(SB)" wasn't assembled correctly in a leaf function with
non-zero frame size. Follows CL...
h2_bundle.go is automatically generated from x/net/http2. Any
formatting changes within that fil...
Change-Id: I435942ff7285d32ffbc8901d9d7e76544d5aeb61
Reviewed-on: https://go-review.googlesource...
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 about 3 years ago
Although most of the code seems to be already implemented
to support this for general use, it di...
And then revert the bootstrap cmd directories and certain testdata.
And adjust tests as needed.
...
As written, the conversion P(x), where P and the type
of x are type parameters with identical un...
The test cases for this test had listed specific errors, but the
specific error values were igno...
This change applies the same transformation as in CL 366774,
but to the net package.
testUnixAd...
github.com/hack-pad/go - 4b3d8d1a390a51ea6a1b3f66ef9d56ef7203bbe7 authored about 3 years agoPassing in an explicit testing.TB gives two benefits:
1. It allows the helper to fail the test ...
github.com/hack-pad/go - b55cbbb9e76969d67fbc6e264a584ad18c2f95fa authored about 3 years ago
In some leaf functions using "RET foo(SB)", the jump may be incorrectly
translated into "JMP LR"...
The exact error isn't actually relevant to the test,
and may depend on whether the Go or cgo res...
TestUnixAndUnixpacketServer deferred a call to os.Remove on the local
address of a dialed unix d...
TestListenerClose had been asserting that a Dial to the newly-closed
address always fails, on th...
In identical(), we don't want any to match a shape empty-interface type
for the identStrict opti...
Fixes #50115.
Change-Id: Iac76e5b486d3a2a784583345eaeb22c31cc4a36d
Reviewed-on: https://go-revi...
Currently, File.Close only documents that "an" error will be returned
by pending I/O operations....
This sometimes times out and we don't have any useful output for
debugging it. Hopefully this wi...
This makes testenv.RunWithTimeout first attempt to SIGQUIT the
subprocess to get a useful Go tra...
This lifts the logic to run a subcommand with a timeout in a test from
the runtime's runTestProg...
Thanks again to @capnspacehook.
Fixes #50110
Change-Id: I1973bdea68eac9842b45f9524f62152e4f534...
github.com/hack-pad/go - 9c6e8f63c0e4f24ccf4326164ddbc0f0607343a2 authored about 3 years agoWeird, but don't drop the zone when stringifying.
Fixes #50111
Change-Id: I5fbccdfedcdc77a77ee...
github.com/hack-pad/go - 1c1998ea08d41ef09ef16c22eb8e53ea0eb569c5 authored about 3 years agocmd/vet has several precision improvements for the checkers copylock, printf, sortslice, testing...
github.com/hack-pad/go - 766f89b5c625f8c57492cf5645576d9e6f450cc2 authored about 3 years ago
The failure mode in #34264 appears to match
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=21...
Change-Id: Ie897b7b9c0a61c837245642c608129108e28423e
Reviewed-on: https://go-review.googlesource...
Change-Id: Id5293d1271370adb49489e5902000604827c4836
Reviewed-on: https://go-review.googlesource...
When exporting the "any" empty interface type for unified IR, write it
out as a reference to the...
The 'Does not match' type error shoud be reported where
the function is called, not where the fu...
The "-2008" builders are the only ones on which the failure has
been observed, so I suspect that...
Pull in security fix
2d13015 http2: cap the size of the server's canonical header cache
an...
github.com/hack-pad/go - 307d7c67477ee7ccb8544ac802e965b5d18a069e authored about 3 years agoFuzz tests in test_fuzz_chatty.txt now use -count=1 where applicable.
Fixes #48984
Change-Id: ...
github.com/hack-pad/go - 61ba0bcf8eebd1515d1af7a0e918bf912db6eb46 authored about 3 years ago
Generally speaking Go functions make no guarantees
about what has happened to result parameters ...
Pipe (and therefore forkLockPipe) does not make any guarantees
about the state of p after a fail...