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
These tests fail consistently due to a DNS change causing widespread
trybot outages.
Fixes #567...
github.com/hack-pad/go - 97765249082b6835c77517a4e63bb38cfd6db97b authored about 2 years ago by Michael Anthony Knyszek <[email protected]>
When the GC is scanning some memory (possibly conservatively),
finding a pointer, while concurre...
I forgot to lock the scriptResult in the overview handler, and
apparently a cmd/go test is incid...
Many stages in the linker assume some runtime symbols exist.
Error out if the runtime package ca...
Fixes #53439
Change-Id: I425af0f78153511034e4a4648f32ef8c9378a325
Reviewed-on: https://go-revie...
With net converted to libc, os/user is the last remaining
cgo code in the standard libary on mac...
Update crypto/ecdh to use boringcrypto when enabled.
Change-Id: Idd0ce06a22b1a62289b383c4689380...
github.com/hack-pad/go - d62f8d5f2becb765c6c6947bfc1858ced43c1cbb authored about 2 years ago by Russ Cox <[email protected]>This limitation exists on MIPS platform, but not on loong64.
Change-Id: I14bb3ec6895a8f7850873c...
github.com/hack-pad/go - ffc4496306a93a5d95abd6b1ec7bb81ca02c0026 authored about 2 years ago by Wayne Zuo <[email protected]>
CL 428137 replaced 'buf := make(bytes.Buffer)' with 'var buf strings.Builder'.
That change also ...
Adjust PGO inlining default parameters to 99% CDF threshold and
2000 budget. Benchmark results (...
Some object file writer functions are structured like, having a
local variable, setting fields, ...
This change is made to align with the current (recently changed) glibc behaviour, it will allow ...
github.com/hack-pad/go - 79950a41625d1a041781e6344f5ca57308c7df08 authored about 2 years ago by Mateusz Poliwczak <[email protected]>Updates #35849
Change-Id: Ifa18e448c0d436c18d7204ac755cd36bc28cd612
Reviewed-on: https://go-rev...
Updates #35849
Change-Id: I8b40a2de6a05880a9f939349a714b631888f5f94
Reviewed-on: https://go-rev...
This copies the logic we use in runtime/cgo, when calling pthread_create,
into runtime proper, w...
Implement extracting signed domain relations for OpPhi's composed entirely of integer constants....
github.com/hack-pad/go - d96eb826cb7cd4fe36745e3b1a79e0a2571acc4a authored about 2 years ago by Jakub Ciolek <[email protected]>
It will behave as if teh command-line-arguments module was vendored,
with zero dependencies, muc...
This can be used to provide better instruction selection for assembly
implementations without ha...
This package is only used by tests anyway, but might as well
remove the cgo use on macOS so that...
We had a special case to zero out the Target field for package
"unsafe", which is not imported f...
Use a single writeErrStr function. Avoid using global variables.
Use a single version of some er...
CL 107196 introduced a default TCP keepalive interval for Dialer and TCPListener (used by both L...
github.com/hack-pad/go - fbf763fd1d6be3c162ea5ff3c8843171ef937c3a authored about 2 years ago by database64128 <[email protected]>
In some places of the HTTP transport errors were constructed that
wrapped other errors without p...
This was the last piece of ref10 code, including the infamous "Christmas
tree" in scMulAdd, that...
Same as CL 448675 did in package reflect.
Change-Id: I26277d8dcf2d2e204724d6fa5cc6e1ad391633f5
...
Fixes #56173
Change-Id: I03a3ad769c99c0bdb78b1d757173d630879fd4dd
GitHub-Last-Rev: e3e31fa0b95a...
It adds support for /etc/hosts aliases and fixes the difference between the glibc cgo and the go...
github.com/hack-pad/go - d931b3b771ebd9cc0f77d3a002ff6cfb9f4d9c8b authored about 2 years ago by Mateusz Poliwczak <[email protected]>
The ResponseController type provides a discoverable interface
to optional methods implemented by...
We don't seem to have tests verifying that handler reads from the
request body or writes to the ...
AllPos truncates and overwrites its slice-storage input instead
of appending. This makes that c...
The compiler is too clever so the allocations are currently
avoided. Rewrite to make them actual...
Package "builtin" is not a real, importable package; it exists only
for documentation. Package "...
As of CL 448803, packages in GOROOT only have install targets when
they have cgo source files. W...
Modified the fmahash gc debug flag to use this, and modified the
test to check for a hash match ...
The new "InvalidSyntaxTree" node in the error code declaration
inadvertently incremented the val...
Also, remove `debug` constant. Was not used.
Follow-up on CL 442303.
Fixes #56681.
Change-Id: ...
github.com/hack-pad/go - d3726f346925e8a6ef30b2db9de013fa314492e2 authored about 2 years ago by Robert Griesemer <[email protected]>
When writing markdown for godoc, we can reference a method M of
a type T as [T.M]. This doesn't ...
Since the first implementation of os/user, it's called C malloc
to allocate memory for buffers. ...
For #53821
Change-Id: I2e7c5376e6ca3e3dbb2f92ad771aed62fca8b793
GitHub-Last-Rev: b67ddf81ecec18...
When you run 'go env' or any command that needs to consider
what the default gcc flags are (such...
When people add new API and get an all.bash failure,
they often don't know about the API checker...
crypto/rsa assumes RSA OAEP uses the same hash to be used for both the label
and the mask genera...
Add test.
Fixes #20396
Change-Id: I89e9013eb338f831e1908e390b284794df78fb6b
Reviewed-on: https...
Non-regression tests are added.
Fixes #8068
Change-Id: Icb36c910bbf4955743b7aa8382002b2d9246fa...
github.com/hack-pad/go - bef5eca118fab6b7dd56c31fd1957c5edc214021 authored about 2 years ago by Constantin Konstantinidis <[email protected]>Updates #54299.
Change-Id: I20a9191fa3c78810987ace69527d34091c4a42fb
Reviewed-on: https://go-re...
Updates #53003.
Change-Id: I076d1eb4bd0580002ad8008f3ca213c5edc951ee
Reviewed-on: https://go-re...
This reverts commit d154ef60a0c88be98c70bbe1c5735fb7b1f45250.
This change made IsAbs return tru...
github.com/hack-pad/go - 739618945ef271793d608b587694ca1df353951d authored about 2 years ago by Damien Neil <[email protected]>
Some file operations, notably Stat and Mkdir, special cased their
behavior when operating on a f...
Previously, the volumeNameLen function checked for UNC paths starting
with two slashes, a non-'....
The "go test" and "go build" commands have special-case behavior when
passed "-o /dev/null". The...
Updates #50436.
Change-Id: Ib6771221bda1c81d5593b29d7287ebcf169882ff
Reviewed-on: https://go-re...
Fixes #29169
Change-Id: I3a0fd506c45ad999a2fc6f75f9b3e8a5118ad91b
Reviewed-on: https://go-revie...
Instead of hardcoding the set of five packages that depend on cgo to
decide whether a package sh...
An upcoming change to the filepath package to make IsAbs("NUL")==false
on Windows will cause thi...
If fsys.Walk is called with a root directory that is a symlink, follow
the symlink when doing th...
Fixes #54299
Change-Id: I3a29527bde7ac71f3824e771982db4257234e9ef
Reviewed-on: https://go-revie...
If GOROOT is stale, test fail when commands unexpectedly write to GOROOT.
Include an message in ...
Add a new "Action":"start" test2json event to mark the
start of the test binary execution. This ...
FIPS-140 has been updated to allow 4096-bit RSA keys.
Allow them in certificate processing.
Fix...
github.com/hack-pad/go - 9ff2a6677fd34084295172aff0848ab9a4f5b76e authored about 2 years ago by Russ Cox <[email protected]>
Change-Id: Ia5a090953d324f0f8aa9c1808c88125ad5eb6f98
Reviewed-on: https://go-review.googlesource...
Benchmarks on linux/loong64:
name old time/op new time/op delta
Fastrand ...
Change-Id: I4fd1c307901c265ab9865bf8a74460ddc15e5d14
Reviewed-on: https://go-review.googlesource...
Change-Id: I163ea3a770f2228f67d4fb1374653566e64b91f7
Reviewed-on: https://go-review.googlesource...
Fixes #53658. io.Copy() uses sendfile(2) to avoid allocating extra buffers when src is a file an...
github.com/hack-pad/go - 27c38142756902c9a2e281ff1dd0f2e0a7273f75 authored about 2 years ago by Daulet Zhanguzin <[email protected]>
Comparing opening and closing tag is done using the prefix when available.
Documentation states ...
Test added.
Fixes #8535
Change-Id: Ic89c2781e81d963a653180812748b3fc95fb7fae
Reviewed-on: http...
Rename "Zeus" to "NeoverseV1" for the partnum 0xd40 to be
consistent with the documentation of M...
The linux-amd64-wsl builder was failing because the res_nsearch
implementation was storing point...
startTheWorldWithSema should call traceGCSTWDone only when
the tracing is enabled.
Change-Id: I...
github.com/hack-pad/go - 8befe0e4083a2a61741f03fb4e4cc2814fe27c35 authored about 2 years ago by Xiangdong Ji <[email protected]>This bool doesn't seem to be used anymore. Remove it.
Change-Id: Ic73346a98513c392d89482c5e1d81...
github.com/hack-pad/go - 2df6c1abce8cfd3f47ed5eb5a45733d7cbb53b4b authored about 2 years ago by Jakub Ciolek <[email protected]>
If an imported, non-generic function F transitively calls a generic
function G[T], we may need t...
On Android and Dragonfly, don't use -lresolv. It doesn't exist there.
On Linux, use res_search ...
github.com/hack-pad/go - a7538d78214920b798a1914a2a789ae833d6f1e1 authored about 2 years ago by Russ Cox <[email protected]>
The current code passes a Go pointer to a NUL-terminated C string
to the C function res_nsearch ...
Return an error when parsing a MIME header containing bytes in the
key or value outside the set ...
This CL updates svn vctest so they work on Windows.
Side effect is that svn logs are no longer ...
github.com/hack-pad/go - 41be62e168fa7de2cf3357ad32f7105377bfd758 authored about 2 years ago by qmuntal <[email protected]>
Add a -pgo flag for "go build" (and other build actions), to
specify the file path of a profile ...
This change modifies the pacer in two ways:
* It replaces the PI controller used as a smoothing ...
Change-Id: I9f54f1463b0682d0d76cd57e5fef318565883a87
Reviewed-on: https://go-review.googlesource...
- Include the callee names in hot call inlining message.
- Print the graph when pgoinline >= 2.
...
Passing a profile with no sample is arguably not a user error.
Accept such a profile, and ignore...
Appears to be a typo in CL 447315.
Change-Id: I9f380a3c7521f5ac5a1d7e271eaa60bd4bbcfb29
Reviewe...
Unix and Windows differ in how they handle LookupCNAME(name).
If name exists in DNS with an A o...
github.com/hack-pad/go - 6939659a085de15ba7e08ebe0c8864616ba21b76 authored about 2 years ago by Russ Cox <[email protected]>
The interface will let us store actor-specific state in the
interface implementation instead of ...
Change-Id: Ifd88315626e0ce5b9b8d3c66aa9dd9806f8407dd
Reviewed-on: https://go-review.googlesource...
Extend the context package to allow users to specify why a context was
canceled in the form of a...
Change-Id: Iddf4d3bcc3bc2badf0d0f6b06375c901e76a40bb
GitHub-Last-Rev: 95586bfc1666985c270c3b4dcc...
Change-Id: I7605bcbbaa64bb4273ad458a157b1c6011467973
Reviewed-on: https://go-review.googlesource...
Remove redundant code at line 365, `oldCtx := req.Context()`, because it's the same as line 349...
github.com/hack-pad/go - e6f662d7b071c659f4146408e31671cb32e2104c authored about 2 years ago by tk <[email protected]>
Resend of CL 432735 (with one additional conversion that the original CL
missed) after it broke ...
Change-Id: I71774ad0197ce654dc56c2fa2fa12f1e6696382e
Reviewed-on: https://go-review.googlesource...
Fixes #56603
Change-Id: I6af9d80201025ae4028bfaa4a62e5de9ac0c501d
GitHub-Last-Rev: e6ed5e14512e...
This gets the Go command out of the business of thinking it understands
compiler debug flags, an...
Invalid struct name in the comment in merge.go
dstate -> mstate
dstate already exists and is in ...
Alpine has a known issue where setgid clobbers the Go stack (#39857).
misc/cgo/test skips other ...
Support for direct libc calls was added in CL 446178 but the build
tags weren't quite activating...
Change-Id: I9ef4898d68dfd06618c0bd8e23f81a1d2c77a836
Signed-off-by: cui fliter <[email protected]...
In verifyServerCertificate parse certificates using the global
certificate cache.
This should s...
github.com/hack-pad/go - 72ce9ba9cb640f1a2184389d1dc146d731882328 authored about 2 years ago by Roland Shoemaker <[email protected]>
Change-Id: Iabf955cdb161d02cb4a3e06f466b331e1b6eb2c2
Signed-off-by: cui fliter <[email protected]...
Adds a BoringSSL CRYPTO_BUFFER_POOL style reference counted intern
table for x509.Certificates. ...
Adding PCALIGN in indexbodyp9 function shows
improvements in some SimonWaldherr benchmarks and o...