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
Also simplify the build process in cd.yml
github.com/hack-pad/hackpad - f5de9aec72b44869a124d38fc95c1ed04965b15c authored over 1 year ago by John Starich <[email protected]>github.com/hack-pad/hackpad - 534a41d0aa18752d5e34e5f7d3a19d1623310da5 authored over 1 year ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - e0e4e408f0e5e57be2e9d57d5289206f2179adda authored over 1 year ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 6b127e28c420b7ff3f29a4f60abcd8b0a7ed6e1c authored over 1 year ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 93d62a829a48323d09806b977fe5157e57e513a8 authored over 1 year ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 3592462d98895509953e84cfaa9e37c95a131ece authored over 1 year ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 8f1adc2fc8e749b34e47855db8fae5feb8545d4f authored over 1 year ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 86b56b593c6f5903e5852808de9fdbe29e7d2f55 authored over 1 year ago by John Starich <[email protected]>
github.com/hack-pad/hackpad - 6a62b1a7e32f043c085f0d0898f324c4ad3dbefe authored over 1 year ago by John Starich <[email protected]>
github.com/hack-pad/go - ee701249dcd1f6da2d1b0b6b58f12446cfca6321 authored almost 2 years ago by John Starich <[email protected]>
github.com/hack-pad/go - 82f1f52873f50b3b5c74bd4718b34acf1dd6c87f authored almost 2 years ago by John Starich <[email protected]>
Unified IR already records the correct type for them.
Fixes #59450
Change-Id: I275c45b48f67bde...
github.com/hack-pad/go - 99001c460e9c552c9ccc8a65c428bbe4d6128085 authored almost 2 years ago by Cuong Manh Le <[email protected]>
Casting to a *uintptr is not ok if there isn't at least 8 bytes of
data backing that pointer (on...
This change documents the new GODEBUG settings introduced for
html/template and mime/multipart, ...
Change-Id: I1ca3074262203c6f250c902ca087d244edf9eb96
Reviewed-on: https://go-review.googlesource...
ECMAScript 6 introduced template literals[0][1] which are delimited with
backticks. These need t...
Setting a large line or column number using a //line directive can cause
integer overflow even i...
The parsed forms of MIME headers and multipart forms can consume
substantially more memory than ...
For requests containing large numbers of small parts,
memory consumption of a parsed form could ...
When copying form data to disk with io.Copy,
allocate only one copy buffer and reuse it rather t...
A parsed MIME header is a map[string][]string. In the common case,
a header contains many one-el...
This fixes a segv that was reported due to building minio. The
problem occurred because of an in...
unsafe.SliceData can return pointers which are nil. That function gets
lowered to the SSA OpSlic...
For G[T] that was seen and compiled in imported package, it is not added
to typecheck.Target.Dec...
This change fixes time.LoadLocationFromTZData and time.Location.lookup logic if the given time i...
github.com/hack-pad/go - 65fa8a69312dd64e09e32e4138ccc7278d0693e5 authored almost 2 years ago by Geon Kim <[email protected]>
Tweak the code in trampoline generation that determines if a given
call branch will reach, chang...
This patch changes the Go command to examine the set of compiler
flags feeding into the C compil...
On darwin, the external linker generally supports CALL relocations
with addend. One exception is...
This reverts CL 445535.
Reason for revert: see issue #58826. It doesn't handle large offset wel...
github.com/hack-pad/go - 5c7cc468a8dacc032c4eddea6d5e7fc089d2f517 authored almost 2 years ago by Cherry Mui <[email protected]>Also annotate calls to tooSlow with specific reasons.
This will somewhat reduce test coverage o...
github.com/hack-pad/go - b852f39511db4c8f74a243fa3ce251b0dc8872b3 authored almost 2 years ago by Bryan C. Mills <[email protected]>
When calling a c library function, you discover that an error has
occurred, typically by looking...
Change-Id: Ib993bfea994a3e885a6068860d2e1f6705f8cf40
Reviewed-on: https://go-review.googlesource...
github.com/hack-pad/go-webworkers - c84fdb4df244033fcbd9967382cbfe2265d88d0a authored almost 2 years ago by John Starich <[email protected]>
github.com/hack-pad/safejs - 330b042eea2ff5ea8e3592a77402f6d754b8f45e authored almost 2 years ago by John Starich <[email protected]>
The assertion here was to make sure the newly constructed and
typechecked expression selected th...
Convert TestUnknownAuthorityError to use subtests, avoiding continuing
the test after an unrecov...
On Windows, replace tests which rely on a root that expired last year.
On Darwin fix an test whi...
Updates #58714
Fixes #58774
Change-Id: Ifa5c059ed5e358ed98aee7e83b95dd1806b535f7
Reviewed-on: h...
This test is flaky, apparently due to a typo'd operator in CL 21447
that causes it to compare “s...
Updates #58789.
Fixes #58793.
Change-Id: I91cdd20c6d4f05baaacd6a38717aa7bed6682573
Reviewed-on:...
CL 416115 added using faccessat2(2) from syscall.Faccessat on Linux
(which is the only true way ...
I had forgotten, which caused amd64 allocations to go back up
significantly. Added an allocation...
Return an explicit error when PrivateKey.ECDH is called with a PublicKey
which uses a different ...
When inlining functions that contain function literals, we need to be
careful about position inf...
This patch provides a fix for a problem linking large arm32 binaries
with external linking, spec...
Unlike the rest of nistec, the P-256 assembly doesn't use complete
addition formulas, meaning th...
* Initial code commit
* Add deps for jsguard
Fix a misuse of bufio.Reader.Read in the helper class
cmd/internal/cov.MReader; the MReader meth...
This reverts CL 428555.
Reason for revert: It appears that even a newer kernel can get
ENOSYS f...
github.com/hack-pad/go-webworkers - e3e10b6d3dc57a075d5caafe6c1018d71072e603 authored almost 2 years ago by John Starich <[email protected]>
* Move JS .env file to indexeddb, should not be in root
* Update to latest wasmbrowsertest
* R...
* Attempt to parse all `js.Value.Call()` errors as `DOMException`s
* Expose a `NewDOMException(...
The sweep assist computation is intentionally racy for performance,
since the specifics of sweep...
For go/defer calls like "defer f(x, y)", the compiler rewrites it to:
x1, y1 := x, y
defer fu...
There are a plenty of regression in 1.20 with this optimization. This CL
disable inline static i...
These functions are linked using go:linkname, but do not match the
original declarations. This c...
Update golang.org/x/net to the tip of internal-branch.go1.20-vendor to
include CL 468336.
The c...
github.com/hack-pad/go - 828b05cc647e9777c7e8c67fdd9d5bef2b842d31 authored almost 2 years ago by Michael Pratt <[email protected]>
Change-Id: I6a40cdd44d7bc7e4bf95a5169ecad16757eb41d3
Reviewed-on: https://go-review.googlesource...
Disable cmd/internal/moddeps test, since this update includes PRIVATE
track fixes.
Fixes CVE-20...
github.com/hack-pad/go - 8e02cffd8e8a1d5d7b25bd46f675fc8ff9e841d0 authored almost 2 years ago by Roland Shoemaker <[email protected]>
Message marshalling makes use of BytesOrPanic a lot, under the
assumption that it will never pan...
Reader.ReadForm is documented as storing "up to maxMemory bytes + 10MB"
in memory. Parsed forms ...
Do not permit Clean to convert a relative path into one starting
with a drive reference. This ch...
This patch detects at which index position profiling samples that have
the value-type samples co...
Fixes #58431.
Updates #58019.
Change-Id: Ib25d668bfede6e87a3786f44bdc0db1027e3ebec
Reviewed-on:...
The tests for cmd/go/internal/test were not running at all due to a
missed call to m.Run in Test...
In general it seems ok to assume that an open-source module that did
exist will continue to do s...
Darwin needs the osinit_hack call to fix some bugs in the Apple libc
that surface when Go progra...
If you use an external linker with --gc-sections, nothing refers
to .go.buildinfo, so the sectio...
zoneinfo_abbrs hasn't been updated since go 1.14, it's time to
regenerate it.
Fixes #58117.
Ch...
github.com/hack-pad/go - 9987cb6cf34cc893887ad2ecc9d832ee3c69c255 authored almost 2 years ago by qmuntal <[email protected]>
In the types1 universe under the unified frontend, we never need to
worry about type parameter c...
Blank node must be ignored when building arguments substitued tree.
Otherwise, it could be used ...
Since go1.19, these errors are already reported by types2 for any user's
Go code. Compiler gener...
Change-Id: I156873d216ccb7d91e716b4348069df246b527b3
Reviewed-on: https://go-review.googlesource...
* Add examples README note for breaking changes
* Upgrade examples deps
Closes https://githu...
github.com/hack-pad/hackpadfs - caed6d39c0bd529d9d1295edf331ab6fbc12b532 authored almost 2 years ago by John Starich <[email protected]>
* Fix missing transaction abort handler, simplify event handling
* Fix txn.Await() to return no...
Fix a coding error in coverage meta-data decoding in the method
decodemeta.CoverageMetaDataDecod...
When walking through the set of coverage data files generated from a
"go test -cover" run, it's ...
CL 381316 documented the memory model of Map's APIs. However, the newly
introduced Swap, Compare...
This reverts commit 3680b5e9c4f42fcf9155aa42b3b344d1fbe19571.
Reason for revert: causes long co...
github.com/hack-pad/go - 10124c2631893fc944a98880796eadd7df048c37 authored almost 2 years ago by Keith Randall <[email protected]>
CL 444277 fixed Time.UnmarshalText and Time.UnmarshalJSON to properly
unmarshal timestamps accor...
Import x/tools as of CL 462596 (070db2996ebe, Jan 18 2022),
to bring in two vet analysis fixes (...
Updates #57823
Updates #57854
Change-Id: I54654d3ecb20b75afa9052c5c9db2072a86188d4
Reviewed-on:...
Switches to https://github.com/hack-pad/safejs to
properly handle all JavaScript panic scenario...
github.com/hack-pad/go-indexeddb - ea2d1f0b3ce392e41e726315ffc43f11696d53bc authored almost 2 years ago by John Starich <[email protected]>
Switches to https://github.com/hack-pad/safejs to properly handle all panic scenarios.
Also a...
github.com/hack-pad/go-indexeddb - d651e163344c12bee2a7ddd29953c22eaa56ca8b authored almost 2 years ago by John Starich <[email protected]>github.com/hack-pad/safejs - 4a526970aeb5f86148ad557b375eda0d953d27cd authored almost 2 years ago by John Starich <[email protected]>
github.com/hack-pad/safejs - 00b2bb7e8647d843269c95431491b1a78042b87c authored almost 2 years ago by John Starich <[email protected]>
github.com/hack-pad/safejs - c5f8c5d8c9ffd77b905f8cef853eceac5ce53f22 authored almost 2 years ago by John Starich <[email protected]>
github.com/hack-pad/safejs - 340b5fec436a9542df8ed96e54a8f8d29753059c authored almost 2 years ago by John Starich <[email protected]>
Unified IR added several new IR fields for holding *runtime._type
expressions. To avoid throwing...
Merge List:
+ 2023-01-17 9088c691da cmd/compile: ensure temp register mask isn't empty
+ 2023-0...
We need to avoid nospill registers at this point in regalloc.
Make sure that we don't restrict o...
Windows provides no reliable way to rename files atomically.
The Plan 9 implementation of os.Re...
github.com/hack-pad/go - c0799f7015e6cae37c21294bb94f56050fda5f4e authored almost 2 years ago by Alan Donovan <[email protected]>
Change-Id: I5d6d2bd5cbb246ea514e5adbe936fb31b92904af
Reviewed-on: https://go-review.googlesource...
Change-Id: Ie3fe0274288d6cb6303acdcec1340c480e5c0b20
GitHub-Last-Rev: ce9d44619e970b1319fbccf3aa...
This patch ensures that the go command's "list" subcommand accepts
coverage-related build option...
Change-Id: Ic215a90d1e1daa5805dbab1dc56480281e53b341
Reviewed-on: https://go-review.googlesource...
In particular, CheckSignatureFrom just can't check the path length
limit, because it might be en...
At the moment the only documentation is the release notes,
but everything mentioned in the relea...
The arena goexperiment contains code used inside Google in very
limited use cases that we will m...