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 #47694.
Change-Id: Ide378f4a34587027c3d84fed2126c5b9bd8f7287
Reviewed-on: https://go-review...
CL: #332771
Updates: #47694
Change-Id: I8c729084b7a8745ec73f87ef3c469edbd596ddb4
Reviewed-on: h...
cl/345570
cl/345569
Updates: #47694
Change-Id: I170af16d5fc9f022d3d29ed0772cfc3d02b8bbcf
Review...
This test is failing on the longtest builders.
Adding a skip temporarily until it can be diagnos...
When swapping two chunks of bytes in a slice, don't pick chunks which
extend beyond the end of t...
When reconstructing inputs, we miscalculated the number of mutations
that needed to be applied. ...
It causes a crash because of the unexpected XDOT operation. It's not
needed, since we will run C...
If we have to build a test package, and if the full set of packages
being tested imports the reg...
- fixed a typo in the method set section
- express in the syntax that ~T denotes an underlying t...
Change-Id: I6db6fcf0ebe36da77af062114b5264405f15fee8
GitHub-Last-Rev: 80a97262bb220bb3958c94016e...
This is a port of CL 363834 from types2 to go/types.
Change-Id: I32583ead4bce626e0761f4c3276780...
github.com/hack-pad/go - feb330dcdd86146f5c9b4e09d30e19fc920f78f4 authored about 3 years agoThis is a port of CL 363839 from types2 to go/types.
Change-Id: I9efe412a6a602fd55170d1ee89c8e1...
github.com/hack-pad/go - 8d6c4e07fdd4a81c466450b51cda71a1bfab41fc authored about 3 years agoThis is a port of CL 363838 from types2 to go/types.
Change-Id: I03f4da86ea38209a73f567cc5d84e7...
github.com/hack-pad/go - 5d5f2b1e201fe9f3b641109ccd91b3ceae4cf460 authored about 3 years ago
This is a port of CL 363837 from types2 to go/types. As usual, test
error messages had to be rep...
The linker DWARF test includes an "examiner" helper type (with
associated methods) that is used ...
This is the first of several CLs that update the existing
Go 1.17 spec for type parameters.
Thi...
github.com/hack-pad/go - f6647f2e3bc0b803a67c97a7d5d8733cefbd5d5b authored about 3 years ago
Use actual unmapped memory instead of small integers to make
pointers that will fault when acces...
This is a port of CL 363671 from types2 to go/types. Also adjust the
error message to match type...
This is a port of CL 363670 from types2 to go/types.
Change-Id: I2ac3a5f86bb4eafddd2854e193083b...
github.com/hack-pad/go - 72f0976ac45fcb7f3fd6d47a3ac5c96a78edd59d authored about 3 years agoThis is a port of CL 363669 from types2 to go/types.
Change-Id: Id1f375ff5708dab528144e30ce16d2...
github.com/hack-pad/go - 3404ee3e86b9f4eab55d2451dcd9db5b4cd9ed4a authored about 3 years ago
This is a port of CL 363662 from types2 to go/types. An error message
was adjusted to be on the ...
This is a port of CL 363668 from types2 to go/types.
Change-Id: Ic55acb2e27f57c33467cef2f687cd6...
github.com/hack-pad/go - 353cb71ea29e02a41f77b7576d658de4515e264d authored about 3 years agoThis is a port of CL 363665 from types2 to go/types.
Change-Id: I20c4e20ab97f1e4de66a29095dc4a9...
github.com/hack-pad/go - 2463b4fcafbd59998ea4c81b0fd91a697ad02c15 authored about 3 years agoThis is a port of CL 363654 from types2 to go/types.
Change-Id: I64041615ccc7f11f2e4ae395b063ec...
github.com/hack-pad/go - b95bff0318150e0b2869079bf2c0068fb4bcb17c authored about 3 years ago
This is a port of CL 363441 from types2 to go/types, with an additional
adjustment in methodset....
This is a clean port of CL 363440 from types2 to go/types.
Change-Id: Ibbef41b5b599d5c88f712267...
github.com/hack-pad/go - e3b48af57560e730a512d79f9d338aafac61f944 authored about 3 years ago
When using faketime, only run the scavenger for one loop.
It tries to run for 1 ms, but with fak...
For #49047
Change-Id: If06ce033f7bfd23d640311f1be261afab8332028
Reviewed-on: https://go-review....
This is a port of CL 363155 from types2 to go/types.
Change-Id: Ic24f8c88513599c8f4685f0b66d378...
github.com/hack-pad/go - 9a33945f2cc4b2108defdcdea80dc0ebe5af3c24 authored about 3 years ago
This is a port of CL 359016 from types2 to go/types. Some of the code
around untyped nil differe...
Change-Id: I02c9bea1637c2694a76e7747cb8a2e3562301566
Reviewed-on: https://go-review.googlesource...
There are code paths (particularly error formatting or tracing) that
call tparamIndex before the...
We were not calling objDecl on methods on pointer receivers in
missingMethod. This may not have ...
Introduce a new constant compilerErrorMessages, which is set to false
for now, so that we can po...
Permit a test whose program is already built to run immediately,
rather than waiting for another...
This makes two changes: (1) mutator.mutate now only applies a single
mutation to the input, and ...
This change avoids the program intermittently hanging on windows/arm64 after getting
a signal fo...
This is a port of CL 363439 from types2 to go/types.
Change-Id: Ic71871874345e1d0a4a42703e3673a...
github.com/hack-pad/go - 4083a6f3776487e707d4c56c63b1d7dbabb01fb0 authored about 3 years ago
CL 364377 emitted definition of 'any' when compiling runtime. But 'any'
is only available when g...
This CL is a clean port CL 363658 from types2 to go/types.
Change-Id: Ie2032f85a9cfca62161c2e62...
github.com/hack-pad/go - 03dd049d6efcbca6b829d7ed504ceea6318f2036 authored about 3 years agoThis CL is a clean port of CL 363635 from go/types to types2.
Updates #47916
Change-Id: Ib4675...
github.com/hack-pad/go - 3c00a2839a8b577912f78d5fe1ba2d765d0f6c7c authored about 3 years ago
This CL is a clean port of CL 363517 from go/types to types2,
with the exception that types_test...
This CL is a clean port of CL 363176 from go/types to types2.
It also includes a minor adjustme...
github.com/hack-pad/go - 1c13b58abaaeaaaa54a5471613c020fe78105016 authored about 3 years agoThis CL is a clean port of CL 363175 from go/types to types2.
Change-Id: I149789be07c0ca7ddef7b...
github.com/hack-pad/go - 9c60a0968987ca3245b115a46d358d63b6b31b0f authored about 3 years agoThis CL is a clean port of CL 363115 from go/types to types2.
Change-Id: Ic2bd9388c57ffa02e75ab...
github.com/hack-pad/go - 633d8c120b8f9c2ce4a0d079cd700a152a27dad6 authored about 3 years ago
This is a port of CL 363114 from go/types to types2 with a temporary
work-around in tparamIndex ...
This CL is a mostly clean port of CL 362801 from go/types to types2.
It deviates from go/types i...
This CL is a clean port of CL 351338 from go/types to types2.
Change-Id: I7fd0e5a447bf51cb359e7...
github.com/hack-pad/go - fceca2c0f1ff21e1b2b0bf9960b776bb08e58d86 authored about 3 years agoThis CL is a clean port of CL 351335 from go/types to types2.
Updates #47916
Change-Id: Idc377...
github.com/hack-pad/go - f384c707ac3dd946e3c895d0f4e154744048ef36 authored about 3 years ago
Include the predefined type 'any' in the list of other important
predefined types that are emitt...
This appears to be leftover debugging
from CL 356011.
Change-Id: Ieeda0b7e297e0cb943827b2864413...
github.com/hack-pad/go - a2b8231b91e8c4c9e95875b8063bf364f5b0db97 authored about 3 years agoWe need TLS set up to be able to print an error without crashing.
Fixes #49586
Update #45453
C...
github.com/hack-pad/go - 01b6cf09fc9f272d9db3d30b4c93982f4911d120 authored about 3 years agoFixes #48527
Change-Id: Ib5df0819cbcd5c2e4f03bda841871d237af96b19
Reviewed-on: https://go-revie...
exec_test.go's init function uses os.NewFile(fd) + f.Stat as a portable
mechanism to determine i...
Adds the same logic used in debug/elf to load DWARF5 sections.
Fixes #49590
Change-Id: Iee05b9...
github.com/hack-pad/go - 6c36c332fefdd433cfe6e6468a2542fc310e9f8a authored about 3 years ago
This change updates the cmd module's requirement on x/mod and vendors in
the changes.
This pull...
github.com/hack-pad/go - 40effca7a13d11f3549a24a5d4b02e87c12fc6bb authored about 3 years ago
casgstatus currently calls nanotime on every casgstatus when tracking,
even though the time is o...
Because any is an a alias, it is naively formatted as interface{} in
error messages. This is a s...
Updates #47631
Fixes #49611
Change-Id: Ib4a4466038e0d4a9aa9380d7909f29f7d15c6c69
Reviewed-on: h...
This is a port of CL 363438 from types2 to go/types.
Change-Id: I87c76d31b398b9ce406f96b0030ee4...
github.com/hack-pad/go - 7c50ef6c8c4c827db45a3327cb950913cf9d489b authored about 3 years agoThis is a clean port of CL 363154 from types2 to go/types.
Change-Id: I26c18767041db096390e84ba...
github.com/hack-pad/go - f041c7e3028545ba39c60d6e20ab9b74c01bbf33 authored about 3 years ago
This is a port of CL 363075 from types2 to go/types, adjusted for the
different error reporting ...
This is a port of CL 362997 from types2 to go/types. Some error
positions were adjusted in tests...
This is a clean port of CL 362995 from types2 to go/types.
Change-Id: Iefc37b28178795ea944e0bc0...
github.com/hack-pad/go - 50dac3b410b9bc47dabc3f3c2afd21f7aecfb118 authored about 3 years agoThis is a clean port of CL 362994 from types2 to go/types.
Change-Id: I51b38c35ec3306274ef03555...
github.com/hack-pad/go - 67c15568156eb0c5607edc51a2b5d69876ba236d authored about 3 years agoThis is a clean port of CL 362895 from types2 to go/types.
Change-Id: Icd0631127c51aec80ce9450d...
github.com/hack-pad/go - bddb79f0faa11958ff473109398be684c088a6a9 authored about 3 years ago
Update the vendored x/tools to pick up the fix for #49597, using the
following commands:
go g...
github.com/hack-pad/go - 9efb6493f498f8fdcc5d34d4df4d5e9c620f861b authored about 3 years ago
On a non-nil err, buildinfo.ReadFile will always return a nil
*Buildinfo. In scanFile, we need t...
This CL is clean port of CL 362800 from go/types to types2.
Change-Id: I66443b5a82b3a9c2f608a0f...
github.com/hack-pad/go - 6b3f4d388fe5602172f45361f438edf54699b953 authored about 3 years agoThis CL is a clean port of CL 362799 from go/types to types2.
Change-Id: Id670aa4b1ca0b568a79bb...
github.com/hack-pad/go - 313cae3861841e9c64bebe2c1aed8126cf6cc117 authored about 3 years ago
This is a clean port of CL 362798 from go/types to types2,
with an additional comment adjustment...
Also mention local types restriction.
We probably want to say more at some point, this is just ...
github.com/hack-pad/go - febbef593e8d77500d0e330db91a7be1a71d05e9 authored about 3 years agoFor #45435
Change-Id: I728accd9a53c1826243f52aa04dc2a0a1dfdaadf
Reviewed-on: https://go-review....
For #47694
Change-Id: I39594c273aeb038702457587ee1c46e4b3920bb6
Reviewed-on: https://go-review....
When a DW_FORM_line_strp is used without a debug_line_str section a
good error message (about th...
But exclude the test when running unified build for now
(the unified builder's importers are not...
Type constraint satisfaction is interface implementation.
Adjusted a few error messages.
Chang...
github.com/hack-pad/go - 95e85e31089523447aadb7670715c4d3383cc4ee authored about 3 years ago
Because the underlying type of a type parameter is an interface,
the questions whether *P for a ...
Checker.implements implements the complete interface
"implements" predicate. Use it instead of C...
Report the error at the first place (which is to say, latest index)
causing the error.
Change-I...
github.com/hack-pad/go - fda92615040c831bdcd812fd20ddb0da9dcef70b authored about 3 years agoAs a result, slightly narrow position tolerance for tests.
Change-Id: I543dc2b7b9a7940b0684067d...
github.com/hack-pad/go - 42fa03a88ca7767c1869e55b3144a9828d29b7b5 authored about 3 years ago
Change-Id: Ia09f7b1af0e84858fb73ab7e2592c5c3e983dc0e
Reviewed-on: https://go-review.googlesource...
Fixes #49566.
Change-Id: I80ff4ca661f82b0981d51e0997d5988a9b82f508
Reviewed-on: https://go-revi...
Most of the time we don't have a type parameter. Avoid using a
closure in that case.
While at i...
github.com/hack-pad/go - 0a39e4a89d26d8375bb5877f736dcc0047894060 authored about 3 years ago
Change-Id: Idb02449ef1b06d5f47eeb4a4413e56e2cd5d0d96
Reviewed-on: https://go-review.googlesource...
We hope to support this feature one day, but it doesn't work currently.
Issue a nice error messa...
A recent change to error message formatting was missing a nil check.
Fixes #49592
Change-Id: I...
github.com/hack-pad/go - 92655582d0d3b739a1fc88c73cc49a24eb57f845 authored about 3 years ago
The bare error message "%s is not a generic type" is probably never
sufficient, so change the si...
During development, we used placeholder _Todo error codes for new
errors related to generics. Ad...
The main fix is that we should call ir.SetPos() at the beginning of
(*subster).node.edit functio...
Currently "released" is not accumulated bytes released. If the last
attempt to scavenge ends up ...
If the call to gcWriteBarrier is via PLT, the PLT stub will
clobber R1. Mark R1 clobbered.
For ...
github.com/hack-pad/go - ce4a2755956a42aa3211c121139a52c9a97a9aa0 authored about 3 years ago
We want package names exposed by reflect to be things like
main.F[main.foo], not main.F["".foo]....
Update #47694
Change-Id: I9c90bd251616cd4d10434bd3b6e6c30c5c819e24
Reviewed-on: https://go-revi...
The simplified version of under exposed a bug (by crashing):
When a pointer base is used before ...
Most of them are fixed, but some of them have been rewritten to refer
to specific issues.
For #...
github.com/hack-pad/go - c54605266b746dd4d81e3753b55910e5c8dde5f0 authored about 3 years ago
Instantiate already returns an error when validation fails. Panicking on
an incorrect number of ...
Add a test that exercises the fall-back logic in Context to handle hash
collisions by de-duplica...
This test is failing with -G=0, so specify -G=3.
Change-Id: I4c74707d0a43f8191cb0b156204604458b...
github.com/hack-pad/go - 2fd720b78086eaa57559e38f6ad4fe51c09c3a17 authored about 3 years ago
Now that we have a Context type the context (unexported) type is
particularly confusing. Rename ...