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 are mentioned in the release notes but not the actual doc comments.
Nothing should exist o...
In the fix for 54332 the MOVD R1, R1 instruction was added to
morestack_noctxt function to set t...
This reverts CL 448360 and adds a regression test for #57754.
Reason for revert: broke 'go list...
github.com/hack-pad/go - ebb572d82f97d19d0016a49956eb1fddc658eb76 authored almost 2 years ago by Bryan Mills <[email protected]>
For #49569.
For #54202.
Change-Id: Iac45338bc4e45617e8ac7425076cf4cd0af157a4
Reviewed-on: https...
Remove a superfluous go.mod file in one of the testdata subdirs; test
runs ok without it, no nee...
Change-Id: I87007947c075e8b90dd74bdf164b59e81487f6de
Reviewed-on: https://go-review.googlesource...
Merge List:
+ 2023-01-11 245e95dfab go/types, types2: don't look up fields or methods when expe...
github.com/hack-pad/go - 9efc2e7f9592b38d4573e81460a5be9d2dee409b authored almost 2 years ago by Carlos Amedee <[email protected]>
As we have seen many times, the type checker must be careful to avoid
accessing named type infor...
Fix incorrect comment for the runtime package.
Change-Id: Iab889eff0e9c622afbed959d32b8b5f0ed0b...
github.com/hack-pad/go - 18625d9becc559e65ab5b39aa5d27ae6eb7b00aa authored almost 2 years ago by zhengchaopu <[email protected]>
While at it, also remove the word "constraint" in the detail explanation
of an unsatisfied const...
CL 451735 worked around bugs in Apple's atfork handlers by calling
notify_is_valid_token and xpc...
An Apple engineer suggests that since __fork is not public API,
it would be better to use a diff...
In CL 436655 I added a GODEBUG setting to this test process to verify
that Wait is eventually ca...
As part of IsNewObject, we need to go from the SelectN[0] use of
a call to the SelectN[1] use of...
Profiles only began adding Function.start_line in 1.20. If it is
missing, add a hint to the erro...
Fixes #54778
Change-Id: If9aef0c06b993ef2aedbeea9452297ee9f11fa06
Reviewed-on: https://go-revie...
I spent quite a while determining the cause of empty stacks in
profiles and reasoning out why th...
The current output of TestLabelSystemstack is a bit cryptic. This CL
improves various messages a...
Change-Id: Id485d0f1e06febe97d1a770bc26c138d9613a7dd
GitHub-Last-Rev: e57dd3e1abb58031b3d8bec8be...
These typos were found by executing grep, aspell, sort, and uniq in
a pipe and searching the res...
When building in schroot (for building Debian package),
the cgroupfs is not mounted in schroot (...
cannonical -> canonical
Change-Id: I656ea210d8ef6eaa85245cb8f463f6b4fd67e1a2
GitHub-Last-Rev: 5...
Change-Id: Ie4d8e1ae9c4c6046d27a27a61ef1147bc0ff373c
Reviewed-on: https://go-review.googlesource...
Change-Id: Idcea184a5b0c205efd3c91c60b5d954424f37679
Reviewed-on: https://go-review.googlesource...
This patch fixes an elderly bug with "go test -covermode=atomic
sync/atomic". Change the cover t...
Links under strings package were linking to the bytes versions of the functions.
Change-Id: If6...
github.com/hack-pad/go - bae7d772e800207ed764b70a9e5963f0c1e8f0aa authored about 2 years ago by Piers <[email protected]>
Add the text from dev.boringcrypto's README making clear what
this code is and that it is unsupp...
Per the latest spec, we distinguish between interface implementation
and constraint satisfaction...
Change-Id: I34b2b9f9b70e39c872d5edbbda4de0fe330211f5
GitHub-Last-Rev: 723e36e11ee011c54d3ffc8125...
Change-Id: Ieb30cc96008bd705677e44983c68d4581706cc05
Reviewed-on: https://go-review.googlesource...
Change-Id: Iaacc96e6302833019ebf7a82d5a1ae49f6ff1955
Reviewed-on: https://go-review.googlesource...
Fixes #57162
Change-Id: I190810d702e503822265b12c56db69ec1093233c
GitHub-Last-Rev: e8b259d4b375...
I opened #54872 without considering my browser's extensions and one of
them ended up being the c...
Merge List:
+ 2022-12-29 db36eca33c doc/go1.20: fix typos
+ 2022-12-29 642fd5f7ce go/types, typ...
Fix os.FS example, brought up in
https://github.com/hack-pad/hackpadfs/issues/29
Thanks @jri...
github.com/hack-pad/hackpadfs - d5a1f9aff21ef565158470f05e986b16065ac40c authored about 2 years ago by John Starich <[email protected]>
Change-Id: Ie2e583cba9e9bec7d642e323e77fb2d9b05dc7bc
Reviewed-on: https://go-review.googlesource...
Fixes #57486.
Change-Id: I4b71199a724718886ce6d7a49e96a9ebdcbcf737
Reviewed-on: https://go-revi...
The libFuzzer generated binary by default writes failure input
into the current directory. Set c...
Apparently we don't have tests for libfuzzer mode. Add some tests.
Updates #57449.
Change-Id: ...
github.com/hack-pad/go - e870de9936a7efa42ac1915ff4ffb16017dbc819 authored about 2 years ago by Cherry Mui <[email protected]>
This updates the explanation about
naming test files to be a little more clear.
Fixes #57389
C...
github.com/hack-pad/go - 38cfb3be9d486833456276777155980d1ec0823e authored about 2 years ago by Andrey Bozhko <[email protected]>
Currently in libfuzzer mode, we put our counters in section
__sancov_cntrs. When linking with C/...
Issues #33565 and #56784 were caused by hangs in the child process
after fork, while it ran atfo...
Revert CL 451735 (1f4394a0c926), which fixed #33565 and #56784
but also introduced #57263.
I ha...
github.com/hack-pad/go - 6c9b661867a4439d3ba3086f21c7ea0a5d6c3d5e authored about 2 years ago by Russ Cox <[email protected]>Test that "go install -buildmode=shared std" works.
For #57334.
Change-Id: I465a07cf2e90359959...
github.com/hack-pad/go - 6d3139b203912835b19e32fcb9bb709f89f0bc11 authored about 2 years ago by Cherry Mui <[email protected]>
The runtime/internal/startlinetest package contains a call to a
function defined in runtime_test...
Only one of the runtime/race/internal/amd64vN packages should be
included in a build. Generally ...
Change-Id: Ia0ce728ca18eefd835220b2076c4aa8ba00cda6d
Reviewed-on: https://go-review.googlesource...
The processPod() helper (invoked by processCoverTestDir, which is in
turn called by _testmain.go...
On macOS return the error code from SecTrustEvaluateWithError, and use
it to create typed errors...
CL 452616 disables path security checks by default, enabling them
only when GODEBUG=tarinsecurep...
This reverts CL 407414.
When forwarding an inbound request that contains an existing
X-Forwarde...
The Android seccomp policy does not allow faccessat2, so attempting to
use it results in a SIGSY...
Set bufSize to the actual dns message size, so that the p.Start (below) gets a fully valid dns m...
github.com/hack-pad/go - 78fc81070a853d08a71f70fa20b2093f5535e6c5 authored about 2 years ago by Mateusz Poliwczak <[email protected]>
TestReaddirSmallSeek should have been reenabled as part of
CL 405275, but didn't. Do it now.
Up...
github.com/hack-pad/go - a5a47442502e8e42b390f458f8f91dea3de872eb authored about 2 years ago by qmuntal <[email protected]>
The function LoweredAtomicCas32 is implemented using the LL-SC instruction pair
on loong64, mips...
Some compilers default to having -fstack-protector on, which breaks
when using internal linking ...
Provide more information about why this test might be hanging waiting
for PutIdleConn to be call...
Our minimum Linux version is 2.6.32, and the accept4 system call was
introduced in 2.6.28, so we...
I made this test parallel in CL 439196, which exposed it to the
fork/exec race condition describ...
Change-Id: Icddf980e533b86ca955660ad028f5ad04b6aecbe
Reviewed-on: https://go-review.googlesource...
Fixes #57323.
Change-Id: I77d3d747aa4746bb9a8cca0c0500ff8fa6ae33a3
Reviewed-on: https://go-revi...
Fixes #5069.
Change-Id: I4bc0f52a9cd1e64a49846dffeb4be5cbecc29a96
Reviewed-on: https://go-revie...
For #57003, #57004.
Change-Id: Ic1386a0ce83897411fbc68c83a9125af1cc11b54
Reviewed-on: https://g...
Devirtualization can turn OCALLINTER into OCALLMETH, but then we want
to actually desugar into O...
Fixes #40882.
Change-Id: I90f99d75e6d66f857b6ab8789c6d436f85d20993
Reviewed-on: https://go-revi...
For #56548.
Fixes #57012.
Change-Id: I44f850522e52b1811025fb31bcef289da8f8089d
Reviewed-on: htt...
- Rephrase the notion of "comparability" from a property
of values (operands) to a property of...
After dup'ing file descriptors in syscall.ProcAttr.Files to pass
to the exec'ed process, the log...
Rather than reporting an impossible conversion error when mixing an
untyped value with a pointer...
The comment on `slicebytetostringtmp` mention that `==` operator does
not allocate []byte to str...
The skipping logic should also trigger if /sys/fs/cgroup is
mounted read-only too. This is how i...
Fixes #57208.
Updates #23152.
Change-Id: Icc9a74aeb26f1b6f151162c5d6bf1b4d7cd54d0a
Reviewed-on:...
Change-Id: I4382b5317cf7f39a48005516ff6d437883c6fd07
Reviewed-on: https://go-review.googlesource...
Change-Id: Id0319a9cc9acc549022fdcd6b7d71c7343afd245
GitHub-Last-Rev: 2b84d25763c3f8a03663d4ba75...
Previous implementation has a check on pointer size but only if ptrSize
is 4. but it does not ch...
The URL anchor was invalid. Add the missing "array_or_" part.
Change-Id: Ib27f4d0f21b0148bea8b6...
github.com/hack-pad/go - 5dca7ed66fd7e46ad371dd5c9655077da57eb9cf authored about 2 years ago by Shengyu Zhang <[email protected]>Similar to CL 456556 but for ppc64 instead of arm64.
Change docs about how booleans are stored ...
github.com/hack-pad/go - 888047c31007c0ad96764254fa8afb1417ddfd40 authored about 2 years ago by Keith Randall <[email protected]>
Tested by temporarily changing sysdir to use a directory where
the expected files were all symli...
ARM64 maintains booleans in the low byte of registers. Upper parts
of that register are junk.
Th...
Fix typo.
Change-Id: Id3a78ac5d8ea429ba1685889cd1661aaca8572c5
Reviewed-on: https://go-review.g...
In the wrappers for getgrnam_r and similar, the structs to be returned
are allocated on the C st...
Type inference uses a trick of "renaming" type parameters in the type
parameter list to avoid cy...
Change-Id: Ie639fe39b83336c0d885cdcb2fddc06f2b06c2dd
GitHub-Last-Rev: b5cc78ad42ee57d77cf027cc5f...
The -v flag value is "test2json", not "json", since it emits output
in a custom format that the ...
Fix a buglet in cmd/cover in how we handle package name/path for the
"go build -o foo.exe *.go" ...
Change-Id: Ia07e237647b419b73d6faa11baa32e6176c8b7ce
Reviewed-on: https://go-review.googlesource...
These short timeouts can overrun due to system scheduling delay
(or GC latency) on a slow or hea...
- Start handling signals in 'go test' just before starting the test
subprocess instead of just...
The getpwuid_r function is expected to return ERANGE on overflow.
Accept -1 on AIX as we see tha...
CL 455716 added TestFromFS. This test was failing on Plan 9
because fromFS didn't return an empt...
Change-Id: I26470f8bcd902f9e1c7877763e360cb3c6255f3a
Reviewed-on: https://go-review.googlesource...
Empirically, unread PTY output may be discarded on macOS when the
child process exits.
Fixes #5...
github.com/hack-pad/go - 7c7cd56870ba617f964014fa4694e9b61e29cf97 authored about 2 years ago by Bryan C. Mills <[email protected]>Following go.dev/cl/334376.
Change-Id: I96be6379566b5bcc31e41bdd5f30946b06001153
Reviewed-on: h...
Change-Id: I180f262837b164095f9ac9459d900ec1ac0585a3
Reviewed-on: https://go-review.googlesource...
This section is complete.
For #54202.
Change-Id: I304cc55a5b8ed53e8b8dff73a5feb5ef39207846
Rev...
Add some basic material on the changes to code coverage testing
to the release notes.
For #5420...
github.com/hack-pad/go - f715d28cea22de3a5752bdf019c1a00d4dcadf63 authored about 2 years ago by Than McIntosh <[email protected]>
getpwnam_r and friends return the errno as the result,
not in the global errno. The code changes...
The main change here is documenting the last-minute addition types.Satisfies.
Change-Id: I8be2d...
github.com/hack-pad/go - a4a86c7b2441d2777beb2377acfa3d9d7b1fc4ee authored about 2 years ago by Russ Cox <[email protected]>
CL 424854 changed the unified IR writer's handling of type
declarations to write the underlying ...
[Re-land of CL 424854, which was reverted as CL 425214.]
When handling a type declaration like:...
github.com/hack-pad/go - dddc1ba847467524c397eda22b69862773e9f21a authored about 2 years ago by Matthew Dempsky <[email protected]>