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
Pull in HTTP/2 security fix:
1e63c2f08a http2: limit canonical header cache by bytes, not entr...
github.com/hack-pad/go - 8cd931ff0d4652b333996299d63603c659dbcc6c authored about 2 years ago by Damien Neil <[email protected]>Commit generated by update.bash.
For #22487.
Change-Id: I6a995a3baea7c511b9bd5155f81d8b8e2cdff...
github.com/hack-pad/go - 10bb003401060a48d5836c3af483de562f980ac5 authored about 2 years ago by Russ Cox <[email protected]>
Do not permit access to Windows reserved device names (NUL, COM1, etc.)
via os.DirFS and http.Di...
This reverts CL 455358, commit 98da0fb43fb481a25b3b4399cd9f517fe94d9f3f.
Reason for revert: sti...
github.com/hack-pad/go - e535d6776c060da5f1947c4290159be0eb60ed6c authored about 2 years ago by Cherry Mui <[email protected]>
Now that we have newer C compilers on the Windows builders, they
should fully support reproducib...
CL 454475 switched from checking CompressedSize to UncompressedSize
when determining if we shoul...
These environment variables affect cmd/dist, and in turn run.bash.
They exist primarily for the ...
Fixes #53358.
Change-Id: I38528da1596b6e1aaedcab89b1513fb8acac596c
Reviewed-on: https://go-revi...
It is possible that CL 455166 fixes this. Try unskipping the test
and see. If it fails again we ...
Pass -Wl,--no-insert-timestamp to the external linker on windows, so
as to suppress generation o...
Fixes #57097
Change-Id: I6ab659abbca1ae0ac8710674d39aec116fab0baa
Reviewed-on: https://go-revie...
Provide file/line numbers for errors when we have them.
Make the assembler error text closer to ...
We know the type argument against which constraint type inference fails:
print the type argument...
Put comments about what operations do per block of related opcodes
instead of on each line. This...
In the profiler, when unwinding the stack, we have special
handling for VDSO calls. Currently, t...
As with all the stuff that call cgo from net package.
Change-Id: I7c42ae44a1d47f4f949b203682217...
github.com/hack-pad/go - a5b10be471b92847c14fc07e0564a298c7e49a3b authored about 2 years ago by Mateusz Poliwczak <[email protected]>
This adds the nonPGO, non-coverage compiler changes
for the 1.20 release. There's not that much...
Fix typo in CL 454838.
Change-Id: I0e91d22cf09949f0bf924ebcf09f1ddac525bac4
Reviewed-on: https:...
Without it, at least on ARM64 with older BFD linker, it will
include the file of the object file...
Change-Id: I4cff6b2a1fed6acdf754539c3c53a61eaa3b3f84
Reviewed-on: https://go-review.googlesource...
Pointed out in review of CL 453602,
but it looks like I forgot to re-upload before submitting.
...
github.com/hack-pad/go - c0497d1a81b1104a3981be33abfd66252cea90c8 authored about 2 years ago by Russ Cox <[email protected]>For #23011.
Change-Id: I386920928a98403180098f1da5ea7696a239210e
Reviewed-on: https://go-review...
This was a regression test added for a 'git' command line
used for build stamping. Unfortunately...
(Until it can be made hermetic.)
The gopkg.in service has had a lot of flakiness lately. Go use...
github.com/hack-pad/go - 5efa4dab917a65ba9b70553c9df8962dc3cac3ca authored about 2 years ago by Bryan C. Mills <[email protected]>
Historically, on Windows filepath.Join("c:", elt) does not insert
a path separator between "c:" ...
gcimporter.TestImportTypeparamTests still needs to create full export
data because it loads lots...
We're unlikely to get this package out of the door all that soon. For
now add a note that SetFal...
CL 450055 replaced BitLen with a slower constant-time implementation,
which caused a performance...
The darwin arm64 port was added in Go 1.16 and is a first-class port,
so it should be tracked by...
End-of-line comments are not doc comments,
so Deprecated notes in them are not recognized
as dep...
End-of-line comments are not doc comments,
so Deprecated notes in them are not recognized
as dep...
End-of-line comments are not doc comments,
so Deprecated notes in them are not recognized
as dep...
Deprecating an API creates notices that go out to potentially
millions of Go developers encourag...
A potential user did not realize Deps included all transitive dependencies,
not just direct depe...
Previously, we were using internal/goroot.PkgfileMap to locate
cached export data. However, Pkgf...
pkg/obj will be empty, so just remove it.
pkg/$GOOS_$GOARCH will be empty unless the user has sp...
Change-Id: I516195fb1c2434feb3bf130d37012a98d77beeb6
Reviewed-on: https://go-review.googlesource...
Change-Id: I042906d8eee8defafbd98f671fd30c2a68281705
GitHub-Last-Rev: 0660c9a989600eeb8652d12287...
Glibc returns size > bufSize, when the entire dns reply does not fit inside the provided buffer....
github.com/hack-pad/go - 93587d3591f6cb5cd21951a03c3aa750873f2601 authored about 2 years ago by Mateusz Poliwczak <[email protected]>The comment copy pasted from the permuteInitialBlock and should be fixed.
Change-Id: I101f1dece...
github.com/hack-pad/go - 7e92b80c21ea22b9dcfb27cc68c61b805485f379 authored about 2 years ago by Chaoshuai Lü <[email protected]>Updates #46731
Change-Id: Ie64e87d759c48642582342d221b24f77bb81d47a
Reviewed-on: https://go-rev...
For #54202.
For #56548.
Change-Id: If2b9e41813c3e1c8d373469a40e1bd0bd5ea2b16
Reviewed-on: https...
The test attempted to find all stdlib packages by scanning
pkg/$GOOS_$GOARCH for .a files and th...
Ordinary interface types now satisfy comparable constraints. This
is a fully backward-compatible...
This refines the error output that was previously adjusted in CL 437298.
Longer term, we should...
github.com/hack-pad/go - af1a5d92871129e5fff093bcb3518b1ebfc86976 authored about 2 years ago by Bryan C. Mills <[email protected]>
Disable the "torture" portion of the maphash tests if -race is in
effect (these tests can cause ...
Include hint from isValid, as well as CheckSignatureFrom.
Change-Id: I408f73fc5f12572f1937da50b...
github.com/hack-pad/go - 36b87f273cc43e21685179dc1664ebb5493d26ae authored about 2 years ago by Roland Shoemaker <[email protected]>
The CL below was accidentally submitted, while waiting for the freeze
exception. Reverting.
Thi...
github.com/hack-pad/go - 2ca32a5b99c37ac5851ecd5b994b3ba86f9766f7 authored about 2 years ago by Robert Griesemer <[email protected]>
Use the io.Seek* constants instead of their deprecated os.SEEK_*
counterparts.
Change-Id: Ie899...
github.com/hack-pad/go - f5026496cfbe4701b62c6a6942c8a0df48f1053e authored about 2 years ago by Tobias Klauser <[email protected]>
In CL 449955 we made reading of directories with associated file data
an error, since it is a "m...
CL 353849 removed validation of signature parameters being passed to
Verify which led to two dis...
Ordinary interface types now satisfy comparable constraints.
This change makes the new comparab...
github.com/hack-pad/go - 15e705ea963b5008112793507365e24b743606bc authored about 2 years ago by Robert Griesemer <[email protected]>
CL 450136 added handling for simple calls in staticinit. If there's any
derived types conversion...
This CL updates the cgo tool to walk the TypeParams fields for
function types and type declarati...
TestLookupDotsWithRemoteSource and TestLookupGoogleSRV
were disabled because they look up the no...
This change adds release notes for the "Runtime" section and updated
some of the release notes f...
Read the full (empty) response body before closing it,
to avoid cancelling the request while the...
if q != nil {
p = &q.f
}
Which gets rewritten to a conditional move:
tmp :...
github.com/hack-pad/go - c8057d85692c01e96d3c04815a0a364c7cfb4d90 authored about 2 years ago by Keith Randall <[email protected]>
Document that a slice can be converted to either an array or a pointer
to an array of a matching...
Change-Id: I75aef6bf957939fae8b680214f5923dc2713a5cc
Reviewed-on: https://go-review.googlesource...
This reverts CL 105636.
Reason for revert: Fails with existing XML data. At this stage in the ...
github.com/hack-pad/go - 483f3dc39fb187dadd28a0d06a92084a207715b3 authored about 2 years ago by Ian Lance Taylor <[email protected]>
I misunderstood CL 420774. We didn't remove GO_LDSO, just that
make.bash no longer tries to set ...
Add code tag for environment variables and file paths in the
Bootstrap section.
Add code tag fo...
github.com/hack-pad/go - 8c0f9ed4ce0b56c13fb1e1c52a3f48298775937e authored about 2 years ago by Cherry Mui <[email protected]>
A couple of the windows runtime tests were being gated by "if
testenv.Builder() == ..." guards t...
For #54202.
Change-Id: I06d7a44fb24427d783a9f57368dccce219b217bb
Reviewed-on: https://go-review...
For #54202.
For #55022.
Change-Id: Ia3183e48536fa707c091094880d52fb75e7f6666
Reviewed-on: https...
Also update test helper programs to avoid the deprecated io/ioutil
package and fix minor formatt...
Change-Id: I8d970e8db859bdd17390cfbc22cc2ba0d326ed0c
Reviewed-on: https://go-review.googlesource...
Change-Id: Ic1302eb02f4369bf6758be9fb91379fd9a992e48
Reviewed-on: https://go-review.googlesource...
Change-Id: I9c6f9ec28dbe038ddc195310a32d97d5b2a28ef5
Reviewed-on: https://go-review.googlesource...
Change-Id: I8767696a62d8a814c7ed94abfd4b99ca0cab31f9
Reviewed-on: https://go-review.googlesource...
No one ever runs 'go tool api', because the invocation
has gotten unwieldy enough that it's not ...
Finish all standard library TODOs, including additions
flagged by another run of relnote.
Chang...
github.com/hack-pad/go - 76ec47eeec0e61bd5c679412ec847cdfaf1a95bb authored about 2 years ago by Russ Cox <[email protected]>
Change-Id: I7e2519601bfe1a59a48e240ff67868b1d74d55d1
Reviewed-on: https://go-review.googlesource...
Fixes post-review comment on CL 375977.
Change-Id: If7117fd7b505670eb676a73d991917505bc18a4b
Re...
Implements MountFS on `Sub()` fallback to support non-read operations.
Caveat: The `PathError...
github.com/hack-pad/hackpadfs - 62d66678aa534f671783495abb76b98676e7662f authored about 2 years ago by John Starich <[email protected]>
Uses `hackpadfs.Fn()` and skip helpers to detect MountFS supported
operations in `fstest`.
U...
github.com/hack-pad/hackpadfs - 53caad6c173e2d99d4adf1f6ede177d10a5479a7 authored about 2 years ago by John Starich <[email protected]>
Version 2022f was released on 2022-10-29, see
https://mm.icann.org/pipermail/tz-announce/2022-O...
All mips variant perform syscalls similarly. R2 (v0) holds r1 and R3
(v1) holds r2 of a syscall....
These should be deprecated, but per go.dev/wiki/Deprecated,
that should only happen two releases...
These should be marked deprecated, but that needs a
(likely quick) proposal review.
The proposa...
github.com/hack-pad/go - 920f87adda5412a41036a862cf2139bed24aa533 authored about 2 years ago by Russ Cox <[email protected]>
This CL documents the changes introduced by
https://go-review.googlesource.com/c/go/+/405275.
C...
github.com/hack-pad/go - ff18af84019c7f6ce245db2aa6b19bb62c4ae02b authored about 2 years ago by qmuntal <[email protected]>uintptr case was not covered, so add test.
Change-Id: I894e06cb7db250d5dc1f14293c0d5834bfb00b9a...
github.com/hack-pad/go - 7db54f1050b201948ab292312d0d59bc439d7b21 authored about 2 years ago by kijimaD <[email protected]>
This was disabled in CL 452676 out of an abundance of caution,
but further analysis has shown th...
There has been no proposal discussion about adding these notices.
Also, even if we did decide to...
Change-Id: Id8f074b96d28ae37a3d2d2a52a2b80cc53cd1203
Reviewed-on: https://go-review.googlesource...
Change-Id: I3931b84466f1ded9eecd8b70373ee183268a87a4
Reviewed-on: https://go-review.googlesource...
Add links to all significant documentation symbols.
Fix or improve wording a few places.
Change...
github.com/hack-pad/go - 0e0b1cddf2bd4cdb629922149f17a21762158612 authored about 2 years ago by Russ Cox <[email protected]>
Change-Id: I2e35bddfe20c96a8dc0ab187286aaf543ff66164
Reviewed-on: https://go-review.googlesource...
CL 450136 fixed a different copy of this error but missed this one.
With the compiler fix from ...
github.com/hack-pad/go - a8510f92e6c2b845c66f1fa428466ed3beafc083 authored about 2 years ago by Russ Cox <[email protected]>Address the release notes TODO regarding the timeformat analyzer.
Change-Id: Ic132569d84d6e00ee...
github.com/hack-pad/go - 4c0c0e5d9c59dbc2ce6493de4baf3ffb4c1531bb authored about 2 years ago by Tim King <[email protected]>
The plugin mechanism has a number of serious drawbacks.
This change documents them.
Fixes #5689...
github.com/hack-pad/go - ee56b3c51016f1db83150d08db4fdb9921230c71 authored about 2 years ago by Alan Donovan <[email protected]>
If needed, the built-in function append allocates a new underlying
array. While we (probably) do...
At parse time we don't know if a[i] is an index expression or a
type (or function) instantiation...
This undoes the code (but not test) change from CL 451219, which turns
out to be slightly harmfu...
The Go 1.20 code freeze has recently started. This is a time to
update the vendored copy.
Done ...
github.com/hack-pad/go - bb917bd1b212dc8fff3852fa164667cd06b9f653 authored about 2 years ago by Cherry Mui <[email protected]>
Update net/http to enable tests that pass with the latest update
to the vendored x/net.
Update ...
github.com/hack-pad/go - 21015cf6baed45a1e7c3d1a0dfe34c778140344f authored about 2 years ago by Damien Neil <[email protected]>This reverts CL 450375.
Reason for revert: This change causes test failures (and possibly other...
github.com/hack-pad/go - 69ca0a859cbd8807b03b7772a11f5a147cd46565 authored about 2 years ago by Damien Neil <[email protected]>
Revise the code added in CL 452763 that skips some of the -race tests
on older windows builders....
This change is being made late in the release cycle.
Disable it by default. Insecure path checks...