repo stringclasses 15
values | fix_commit stringlengths 40 40 | buggy_commit stringlengths 40 40 | message stringlengths 3 64.3k | files listlengths 1 300 | timestamp timestamp[s]date 2013-03-13 20:45:00 2026-04-11 07:48:46 |
|---|---|---|---|---|---|
golang/go | 17622b891a478a68fba9001db4be901689611351 | 5451ba3ac4f0a61e1fffdabac3d9b5daa5f04124 | runtime/coverage: recognise Plan 9 error message in emitToNonexistentDir
In TestCoverageApis/emitToNonexistentDir there is a list of error
messages to match when a nonexistent directory is opened. The list
has message text only for Unix and Windows. Add the corresponding
text for Plan 9.
Fixes #55983
Change-Id: Id32... | [
{
"path": "src/runtime/coverage/testdata/harness.go",
"patch": "@@ -56,6 +56,7 @@ func emitToNonexistentDir() {\n \twant := []string{\n \t\t\"no such file or directory\", // linux-ish\n \t\t\"system cannot find the file specified\", // windows\n+\t\t\"does not exist\", // ... | 2022-10-01T13:39:47 |
facebook/react | f035949e73003a57122e826c16ccc81ce9c7f3f3 | 26aff787e70f35eb5e5bb2f659d13dd31b1344d3 | Add support for <dialog> tag.
fixes #2017 | [
{
"path": "docs/docs/ref-04-tags-and-attributes.md",
"patch": "@@ -18,8 +18,8 @@ The following HTML elements are supported:\n ```\n a abbr address area article aside audio b base bdi bdo big blockquote body br\n button canvas caption cite code col colgroup data datalist dd del details dfn\n-div dl dt em emb... | 2014-08-12T18:58:10 |
nodejs/node | 7816e5f7b911125919a2af4d71f67c34c52b0a27 | 213cac0b94bdf3d089b1b97ae85b660cc8cf0c9c | deps: fix indenting of sources in ngtcp2.gyp
PR-URL: https://github.com/nodejs/node/pull/34033
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> | [
{
"path": "deps/ngtcp2/ngtcp2.gyp",
"patch": "@@ -49,69 +49,69 @@\n ]\n },\n 'sources': [\n- 'lib/ngtcp2_acktr.c',\n- 'lib/ngtcp2_acktr.h',\n- 'lib/ngtcp2_addr.c',\n- 'lib/ngtcp2_addr.h',\n- 'lib/ngtcp2_buf.c',\n- 'lib/ngtcp2_buf.h',\n- 'lib/ngtcp2_cc.c',\n- 'lib/ngtcp2_cc.h',\n-... | 2020-06-24T14:11:17 |
rust-lang/rust | 3e41e85b2761bbe21169e7dd72cb959fb63a31fa | 0e2b63cd875e0496b3a2da237282e02333b632ee | Add fixme to associated_ty_item_bounds | [
{
"path": "src/tools/rust-analyzer/crates/hir-ty/src/lower_nextsolver.rs",
"patch": "@@ -1594,6 +1594,7 @@ fn fn_sig_for_enum_variant_constructor<'db>(\n }))\n }\n \n+// FIXME(next-solver): should merge this with `explicit_item_bounds` in some way\n pub(crate) fn associated_ty_item_bounds<'db>(\n db... | 2025-08-15T04:41:23 |
vercel/next.js | 42d6e3092eb67cf1205f9d09cd3d4002ff7b649a | 6b3d145e7e7e88037f4e326cc63038814ab5fd76 | Fix useOptimistic in server components bug. Add tests for invalid React server APIs (#59621)
## What?
Fixes a bug where `useOptimistic` wouldn't trigger a compiler error when
imported in Server Components.
Adds tests for the following `import { x } from 'react'` in Server
Components, where `x` is the value:
... | [
{
"path": "packages/next-swc/crates/core/src/react_server_components.rs",
"patch": "@@ -627,7 +627,7 @@ pub fn server_components<C: Comments>(\n JsWord::from(\"useState\"),\n JsWord::from(\"useSyncExternalStore\"),\n JsWord::from(\"useTransition\"),\n- JsWord::... | 2023-12-14T20:09:41 |
electron/electron | f193b2b2a642b4a025fc59586c6bc6bafab7df1c | cfb5b6ac8983cc90b2b85e43d5ea21f42178f681 | Fix build/include_what_you_use linter violations in brightray | [
{
"path": "brightray/CPPLINT.cfg",
"patch": "@@ -1 +1 @@\n-filter=-build/include_what_you_use,-legal/copyright,-runtime/references\n+filter=-legal/copyright,-runtime/references",
"additions": 1,
"deletions": 1,
"language": "Unknown"
},
{
"path": "brightray/browser/browser_client.h",
... | 2017-05-18T22:06:57 |
golang/go | 5451ba3ac4f0a61e1fffdabac3d9b5daa5f04124 | e7e554e546af2038e6395ecee30241c230a77349 | go/token: fix File.AddLineColumnInfo logic
The offset of the line info should be smaller than the file size.
Otherwise, it should be ignored.
Before the change, such an invalid line info won't be ignored when it's
the first one to add.
Change-Id: Id17492a8de97f277a49a59fae0070efeec40b2f9
GitHub-Last-Rev: 4d61d73c3ac2... | [
{
"path": "src/go/token/position.go",
"patch": "@@ -245,7 +245,7 @@ func (f *File) AddLineInfo(offset int, filename string, line int) {\n // information for line directives such as //line filename:line:column.\n func (f *File) AddLineColumnInfo(offset int, filename string, line, column int) {\n \tf.mutex.Lo... | 2022-10-01T11:37:36 |
rust-lang/rust | 0e2b63cd875e0496b3a2da237282e02333b632ee | 5c893461719c3d4da1201a0080b60f1ca95c5c88 | Update fixme | [
{
"path": "src/tools/rust-analyzer/crates/hir-ty/src/lib.rs",
"patch": "@@ -292,7 +292,7 @@ impl<'db> MemoryMap<'db> {\n }\n }\n \n-// FIXME(next-solver):\n+// FIXME(next-solver): add a lifetime to this\n /// A concrete constant value\n #[derive(Debug, Clone, PartialEq, Eq)]\n pub enum ConstScalar {",
... | 2025-08-15T04:38:50 |
nodejs/node | 9de95f494e25f3ba8100c54e6263736c2bfe48f0 | 86e67aaa699cfb028d381b6576234c3d30339801 | deps: temporary fixup for ngtcp2 to build on windows
The ngtcp2 update uses a gcc builtin that is not available under
_MSC_VER. This floats a patch to fix it.
Upstream PR: https://github.com/ngtcp2/ngtcp2/pull/247
PR-URL: https://github.com/nodejs/node/pull/34033
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Revi... | [
{
"path": "deps/ngtcp2/lib/ngtcp2_cc.c",
"patch": "@@ -31,6 +31,19 @@\n #include \"ngtcp2_mem.h\"\n #include \"ngtcp2_rcvry.h\"\n \n+#ifdef _MSC_VER\n+#include <intrin.h>\n+static inline int __builtin_clzll(unsigned long long x) {\n+#if defined(_WIN64) || defined(_LP64)\n+ return (int)__lzcnt64(x);\n+#else... | 2020-06-23T21:58:48 |
vercel/next.js | 002af4eb3a9b64e1013a13f23446e21dcca16849 | d2fd8f77ea4bdfc716a0250dc2b2a9e8e1f15f92 | Add test for importing client components from server actions (#59615)
## What?
Adds two tests for server actions returning client components:
- (supported) Importing a server action from a server component. That
server action imports a client component and returns it.
- (not supported yet) Importing a server a... | [
{
"path": "test/e2e/app-dir/actions/app-action.test.ts",
"patch": "@@ -1081,5 +1081,38 @@ createNextDescribe(\n }\n )\n })\n+\n+ describe('server actions render client components', () => {\n+ describe('server component imported action', () => {\n+ it('should support importin... | 2023-12-14T12:23:55 |
facebook/react | 6f49827c12a2b2e2156c07b112e9d3f335e5d669 | 13e60298e13859b1a8811a7a4117521c93aa2870 | Fix typo | [
{
"path": "docs/docs/ref-08-reconciliation.md",
"patch": "@@ -129,5 +129,5 @@ Because we rely on two heuristics, if the assumptions behind them are not met, p\n \n 1. The algorithm will not try to match sub-trees of different components classes. If you see yourself alternating between two components classes... | 2014-08-12T02:57:33 |
electron/electron | cfb5b6ac8983cc90b2b85e43d5ea21f42178f681 | bb4a61c7ff3df2c13a9a849d62336c862ac868a3 | Fix build/header_guard linter violations in brightray | [
{
"path": "brightray/CPPLINT.cfg",
"patch": "@@ -1 +1 @@\n-filter=-build/header_guard,-build/include_what_you_use,-legal/copyright,-runtime/references\n+filter=-build/include_what_you_use,-legal/copyright,-runtime/references",
"additions": 1,
"deletions": 1,
"language": "Unknown"
},
{
"p... | 2017-05-18T22:05:25 |
golang/go | 18888751828c329ddf5efdd7ec1b39adf0b6ea00 | 82e357d6d5944fc5b0293085a0305fe328c505ea | regexp: fix a few function names on comments
Change-Id: I192dd34c677e52e16f0ef78e1dae58a78f6d1aac
GitHub-Last-Rev: 1638a7468951df72f13fea34855b6a4fcbb08226
GitHub-Pull-Request: golang/go#55967
Reviewed-on: https://go-review.googlesource.com/c/go/+/436885
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian ... | [
{
"path": "src/regexp/onepass.go",
"patch": "@@ -33,10 +33,10 @@ type onePassInst struct {\n \tNext []uint32\n }\n \n-// OnePassPrefix returns a literal string that all matches for the\n+// onePassPrefix returns a literal string that all matches for the\n // regexp must start with. Complete is true if the p... | 2022-09-30T09:38:39 |
rust-lang/rust | 1a29d9c23ff8df46197f5ebd3df15fe99904d312 | 1cd7080c3a7f29297675a72a157575ae12717304 | Add `-Zindirect-branch-cs-prefix` option
This is intended to be used for Linux kernel RETPOLINE builds.
Signed-off-by: Miguel Ojeda <ojeda@kernel.org> | [
{
"path": "compiler/rustc_session/messages.ftl",
"patch": "@@ -49,6 +49,8 @@ session_hexadecimal_float_literal_not_supported = hexadecimal float literal is n\n session_incompatible_linker_flavor = linker flavor `{$flavor}` is incompatible with the current target\n .note = compatible flavors are: {$compa... | 2025-05-07T13:38:14 |
nodejs/node | ec7ad1d0ec0b28c3b3782c48489d23f2b44efcd7 | c3d85b7637fdd87cfee52d50286ce9036a6f1bc2 | deps: cherry-pick akamai/openssl/commit/bf4b08ecfbb7a26ca4b0b9ecaee3b31d18d7bda9
Original Commit Message:
Fix out-of-bounds read when TLS msg is split up into multiple chunks
Previously, SSL_provide_quic_data tried to handle this kind of
situation, but it failed when the length of input data is less than
SSL... | [
{
"path": "deps/openssl/openssl/ssl/ssl_local.h",
"patch": "@@ -1410,6 +1410,8 @@ struct ssl_st {\n OSSL_ENCRYPTION_LEVEL quic_write_level;\n QUIC_DATA *quic_input_data_head;\n QUIC_DATA *quic_input_data_tail;\n+ uint8_t quic_msg_hd[SSL3_HM_HEADER_LENGTH];\n+ size_t quic_msg_hd_offset;\n ... | 2020-05-24T04:46:58 |
facebook/react | e2ac2f326c87263c2dc693230368286a9ab6d159 | f7af58fa0cd39452d2699d0194df2002100f9eed | Improve Danger error message to not blame React | [
{
"path": "src/browser/ui/dom/Danger.js",
"patch": "@@ -60,9 +60,10 @@ var Danger = {\n dangerouslyRenderMarkup: function(markupList) {\n invariant(\n ExecutionEnvironment.canUseDOM,\n- 'dangerouslyRenderMarkup(...): Cannot render markup in a Worker ' +\n- 'thread. This is likely a bug... | 2014-08-11T20:26:48 |
vercel/next.js | 1145d2707736477a730ce3dd1fa20369fe2f349d | e3b0294c9e4ac6fe4360c5c5a807fcd29e54467e | test(integration): adjust fixture to work with turbopack (#59595) | [
{
"path": "test/integration/server-side-dev-errors/test/index.test.js",
"patch": "@@ -206,7 +206,7 @@ describe('server-side dev errors', () => {\n const err = stderr.slice(stderrIdx)\n \n return err.includes('pages/uncaught-rejection.js') &&\n- err.includes('7:19') &&\n+ (err.inclu... | 2023-12-13T21:17:52 |
electron/electron | ca274f7be0dca936b05c321327fe603c90b68c0c | db6d75ca90ebe23d70f40f767264f7c2d77f882e | Use kIgnoreCertificateErrors from content_switches.h | [
{
"path": "brightray/browser/url_request_context_getter.cc",
"patch": "@@ -307,7 +307,7 @@ net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext() {\n network_session_params.enable_http2 = false;\n \n // --ignore-certificate-errors\n- if (command_line.HasSwitch(switches::kIgnore... | 2017-05-18T20:37:32 |
rust-lang/rust | 1cd7080c3a7f29297675a72a157575ae12717304 | 425a9c0a0e365c0b8c6cfd00c2ded83a73bed9a0 | Add -Zindirect-branch-cs-prefix (from draft PR) | [
{
"path": "compiler/rustc_codegen_llvm/src/context.rs",
"patch": "@@ -462,6 +462,15 @@ pub(crate) unsafe fn create_module<'ll>(\n }\n }\n \n+ if sess.opts.unstable_opts.indirect_branch_cs_prefix {\n+ llvm::add_module_flag_u32(\n+ llmod,\n+ llvm::ModuleFlagMergeBeh... | 2025-05-07T07:57:01 |
golang/go | 82e357d6d5944fc5b0293085a0305fe328c505ea | 4585bf96b4025f18682122bbd66d4f2a010b3ac9 | os: use backslashes for DirFS on Windows
Otherwise DirFS of a UNC path does not work.
Fixes #54694
Change-Id: I82c1c436f7c26b3935c2cc4fd238daf094fc4d86
Reviewed-on: https://go-review.googlesource.com/c/go/+/426094
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryB... | [
{
"path": "src/os/file.go",
"patch": "@@ -642,7 +642,7 @@ func (dir dirFS) Open(name string) (fs.File, error) {\n \tif !fs.ValidPath(name) || runtime.GOOS == \"windows\" && containsAny(name, `\\:`) {\n \t\treturn nil, &PathError{Op: \"open\", Path: name, Err: ErrInvalid}\n \t}\n-\tf, err := Open(string(dir)... | 2022-08-27T02:22:50 |
nodejs/node | bad1a150ea031f03a383ac150f963d5947e2b25d | 74cbfd3f360bcb2def3b7dcfd5845c52c3719505 | deps: cherry-pick akamai/openssl/commit/d5a13ca6e29f3ff85c731770ab0ee2f2487bf8b3
Original Commit Message:
Prevent KeyUpdate for QUIC
QUIC does not use the TLS KeyUpdate message/mechanism, and indeed
it is an error to generate or receive such a message. Add the
necessary checks (noting that the check for rec... | [
{
"path": "deps/openssl/openssl/ssl/ssl_quic.c",
"patch": "@@ -92,6 +92,7 @@ int SSL_provide_quic_data(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,\n const uint8_t *data, size_t len)\n {\n size_t l;\n+ uint8_t mt;\n \n if (!SSL_IS_QUIC(ssl)) {\n SSLerr(SSL_F_SSL_PROVID... | 2020-05-11T20:13:01 |
facebook/react | 8642262aad73ada51698758572bf91bbb47e396d | 77d7b4928e47daba339a680ef24eabdf8c7dbcb4 | Copy edit (fix grammar) | [
{
"path": "docs/docs/flux-todo-list.md",
"patch": "@@ -329,7 +329,7 @@ return (\n </section>\n ); \n ``` \n-Now each TodoItem can display it's own text, and perform actions utilizing it's own ID. Explaining all the different actions that a TodoItem can invoke in the TodoMVC example goes beyond the scope o... | 2014-08-11T16:19:08 |
rust-lang/rust | 9878616a3d66872cb9a358873992cc81efbd1578 | 425a9c0a0e365c0b8c6cfd00c2ded83a73bed9a0 | resolve: debug for block module | [
{
"path": "compiler/rustc_resolve/src/lib.rs",
"patch": "@@ -781,7 +781,10 @@ impl<'ra> std::ops::Deref for Module<'ra> {\n \n impl<'ra> fmt::Debug for Module<'ra> {\n fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {\n- write!(f, \"{:?}\", self.res())\n+ match self.kind {\n+ ... | 2025-08-17T14:37:42 |
electron/electron | 73b49f0dfea83b07bd572e1c2eb8b6bb690f850b | 97160ffa630624290a239a08f47b1a2f6ac527d9 | Fix JSON issue in example block | [
{
"path": "docs/api/structures/printer-info.md",
"patch": "@@ -8,33 +8,37 @@\n \n ## Example\n \n+Below is an example of some of the additional options that may be set which\n+may be different on each platform.\n+\n ```javascript\n-name: 'Zebra_LP2844',\n-description: 'Zebra LP2844',\n-status: 3,\n-isDefaul... | 2017-05-18T18:28:10 |
vercel/next.js | b99e8f5ad0e901ca3163dd4f48fad3f513456be4 | f51ee191da73e560861b1ed4b7e062d93ceb9ec6 | move segment constants to separate file (#59587)
Moved this to prevent a bundle regression when these constants are used
on both client/server.
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sec... | [
{
"path": "packages/next/src/build/webpack/loaders/next-app-loader.ts",
"patch": "@@ -1,9 +1,5 @@\n import type webpack from 'next/dist/compiled/webpack/webpack'\n-import {\n- DEFAULT_SEGMENT_KEY,\n- PAGE_SEGMENT_KEY,\n- type ValueOf,\n-} from '../../../shared/lib/constants'\n+import type { ValueOf } fro... | 2023-12-13T18:25:54 |
golang/go | ef1c70fbde3acb3d0865b8c12e75e6dcb65653d3 | 738a2caf089a195724041df58778a7e94fc7b80b | cmd/go: remove the -i build flag
The flag is now removed from `go build` and `go test`.
It has been deprecated since Go 1.16, printing a warning message.
The idea was to fully delete it in Go 1.17, but that didn't happen.
First, delete the BuildI variable and its flag declarations,
as well as all the bits of docs tha... | [
{
"path": "src/cmd/dist/build.go",
"patch": "@@ -1359,7 +1359,7 @@ func cmdbootstrap() {\n \tos.Setenv(\"CC\", compilerEnvLookup(defaultcc, goos, goarch))\n \t// Now that cmd/go is in charge of the build process, enable GOEXPERIMENT.\n \tos.Setenv(\"GOEXPERIMENT\", goexperiment)\n-\tgoInstall(goBootstrap, a... | 2022-07-05T14:57:37 |
facebook/react | f71455fb319d1daf5a04cc03357fcd185d9f72ec | 036d751397140e1eae01ea6ce6ebe86f0482f485 | Fire onBeforeUpdate for space on Android
We deliberately skip the event, but Android Chrome
doesn't fire the keypress, so this is wrong. | [
{
"path": "src/browser/eventPlugins/BeforeInputEventPlugin.js",
"patch": "@@ -69,6 +69,9 @@ var eventTypes = {\n // Track characters inserted via keypress and composition events.\n var fallbackChars = null;\n \n+// Track whether we've ever handled a keypress on the space key.\n+var hasSpaceKeypress = false;... | 2014-08-06T23:33:31 |
nodejs/node | d8f8723577583d0d3d0239013c6e503c7d4e3abb | 8ada27510dd5a2269dfc2af2777365be8b2d02ac | src: reduce scope of code cache mutex
As indicated in the added comment, this can lead to a deadlock
otherwise. In the concrete instance in which I encountered this,
the relevant nested call is the one to `require('internal/tty')`
inside of the `afterInspector()` function for uncaught exception
handling.
PR-URL: http... | [
{
"path": "src/node_native_module.cc",
"patch": "@@ -263,10 +263,13 @@ MaybeLocal<Function> NativeModuleLoader::LookupAndCompile(\n Local<Integer> column_offset = Integer::New(isolate, 0);\n ScriptOrigin origin(filename, line_offset, column_offset, True(isolate));\n \n- Mutex::ScopedLock lock(code_cach... | 2020-06-19T21:19:25 |
vercel/next.js | 79e82d42c69431de8bf794ab63cc2f68c2765c27 | e9ac616414662ac435c0c9677ad4e9b9221268a6 | Fix another magic segment string constant (#59591)
Follow-up to #59552, I think this one was missed because it landed
around the same time as #59538.
Closes NEXT-1869 | [
{
"path": "packages/next/src/client/components/router-reducer/reducers/navigate-reducer.ts",
"patch": "@@ -272,7 +272,7 @@ function navigateReducer_noPPR(\n // Filter out the __DEFAULT__ paths as they shouldn't be scrolled to in this case.\n if (\n scrollableSegmentPath... | 2023-12-13T17:36:19 |
golang/go | 1baea0ddb32dbcce37d7d8e5863dbf7063439a74 | 0cbe30467ad2b4823bc07a8784ca66aff7cdb20a | test: skip inlining check in escape4.go
This is the last failed test in Unified IR, since it can inline f5 and
f6 but the old frontend can not. So marking them as //go:noinline, with
a TODO for re-enable once GOEXPERIMENT=nounified is gone.
Fixes #53058
Change-Id: Ifbbc49c87997a53e1b323048f0067f0257655fad
Reviewed-o... | [
{
"path": "test/escape4.go",
"patch": "@@ -38,6 +38,10 @@ func f2() {} // ERROR \"can inline f2\"\n func f3() { panic(1) } // ERROR \"can inline f3\" \"1 escapes to heap\"\n func f4() { recover() }\n \n+// TODO(cuonglm): remove f5, f6 //go:noinline and update the error message\n+// once GOEXP... | 2022-09-30T17:44:43 |
facebook/react | e39a28c175bd54c8ace66b5b54c8995987591f6c | 2d250d44a5909d9e9d6a0e6fef541cf6fdf6e0ae | [docs] Add parens to defeat ASI in example
Fixes #1996. | [
{
"path": "docs/docs/05-reusable-components.md",
"patch": "@@ -134,10 +134,11 @@ var MyComponent = React.createClass({\n },\n \n render: function() {\n- return\n+ return (\n <div>\n {this.props.children} // This must be exactly one element or it will throw.\n- </div>;\n+ </... | 2014-08-05T04:47:51 |
rust-lang/rust | b9861fb75dda32fb349894fe8c73ab68d0c2f5f7 | 8e7cca83344e511e263e91f9539b8d341b2dd2bb | fix: Make lang items query properly filter out overwritten/excluded sysroots | [
{
"path": "src/tools/rust-analyzer/crates/base-db/src/lib.rs",
"patch": "@@ -30,6 +30,8 @@ use triomphe::Arc;\n pub use vfs::{AnchoredPath, AnchoredPathBuf, FileId, VfsPath, file_set::FileSet};\n \n pub type FxIndexSet<T> = indexmap::IndexSet<T, rustc_hash::FxBuildHasher>;\n+pub type FxIndexMap<K, V> =\n+ ... | 2025-08-17T07:09:52 |
nodejs/node | 336546b075edc068f7d8daf7c04d92a530d94ba4 | 4629e96c209bbc6e81a4ff178dcb8afa27feb042 | benchmark: fix EventTarget benchmark
Fixes: https://github.com/nodejs/node/issues/33782
PR-URL: https://github.com/nodejs/node/pull/34015
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> | [
{
"path": "benchmark/events/eventtarget.js",
"patch": "@@ -2,7 +2,7 @@\n const common = require('../common.js');\n \n const bench = common.createBenchmark(main, {\n- n: [2e7],\n+ n: [1e6],\n listeners: [1, 5, 10]\n }, { flags: ['--expose-internals'] });\n \n@@ -13,11 +13,9 @@ function main({ n, listener... | 2020-06-21T15:54:24 |
vercel/next.js | e9ac616414662ac435c0c9677ad4e9b9221268a6 | 723450240670c679917a33838bfbdc003ecc3d41 | chore: update Turbopack (#59589)
### Changes
* https://github.com/vercel/turbo/pull/6777 <!-- Leah -
fix(turbopack-ecmascript-runtime): handle non encoded CSS paths -->
* https://github.com/vercel/turbo/pull/6785 <!-- Tim Neutkens - Ensure
turbopack-trace-server doesn't send message in a loop -->
Closes P... | [
{
"path": "Cargo.lock",
"patch": "@@ -322,7 +322,7 @@ dependencies = [\n [[package]]\n name = \"auto-hash-map\"\n version = \"0.1.0\"\n-source = \"git+https://github.com/vercel/turbo.git?tag=turbopack-231208.1#943f856354fcd45af869b0dab56ec51144eb81cc\"\n+source = \"git+https://github.com/vercel/turbo.git?ta... | 2023-12-13T17:25:37 |
golang/go | 0cbe30467ad2b4823bc07a8784ca66aff7cdb20a | dd7ce26abf7cf431e7cecf6153fbb8730b1da686 | test: relax closure name matching in closure3.go
The mismatch between Unified IR and the old frontend is not about how
they number the closures, but how they name them. For nested closure,
the old frontend use the immediate function which contains the closure
as the outer function, while Unified IR uses the outer most... | [
{
"path": "test/closure3.dir/main.go",
"patch": "@@ -252,10 +252,10 @@ func main() {\n \t\t\tb := 3\n \t\t\treturn func(y int) int { // ERROR \"can inline main.func27.1\"\n \t\t\t\tc := 5\n-\t\t\t\treturn func(z int) int { // ERROR \"can inline main.func27.1.1\" \"can inline main.func27.2\"\n+\t\t\t\treturn... | 2022-09-30T17:23:48 |
rust-lang/rust | 6be749b619e5c74133a27ffa9f2485179b64068f | c39ebeaa0b780afbeb40c8a42cc20bea861ca458 | fix: python formatting error | [
{
"path": "src/etc/lldb_providers.py",
"patch": "@@ -410,15 +410,17 @@ def get_type_name(self):\n else:\n return \"&str\"\n \n+\n def _getVariantName(variant) -> str:\n \"\"\"\n Since the enum variant's type name is in the form `TheEnumName::TheVariantName$Variant`,\n we can ... | 2025-08-10T16:18:36 |
nodejs/node | a30babf6720f1afaa47dfc47c7e970f541cce312 | 4b3654e923e7c3c2195c6809d52e65f77e5c4e92 | events: Handle a range of this values for dispatchEvent
On the web, dispatchEvent is finicky about its `this` value. An exception is
thrown for `this` values which are not an EventTarget.
PR-URL: https://github.com/nodejs/node/pull/34015
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Benjamin Gruenbaum... | [
{
"path": "lib/internal/event_target.js",
"patch": "@@ -9,21 +9,25 @@ const {\n Object,\n Set,\n Symbol,\n+ SymbolFor,\n SymbolToStringTag,\n } = primordials;\n \n const {\n codes: {\n ERR_INVALID_ARG_TYPE,\n ERR_EVENT_RECURSION,\n- ERR_MISSING_ARGS\n+ ERR_MISSING_ARGS,\n+ ERR_IN... | 2020-05-30T15:48:46 |
golang/go | 20da893e8392c5008f7583400accf2a2b9a2f8ff | cc90e45f1da8879163ae4ed3b1f7a5045cfc0685 | debug/dwarf: don't crash on negative range/rnglist offset
No test case because the problem can only happen for invalid data. Let
the fuzzer find cases like this.
Fixes #55948
Change-Id: I7ba40ba928d2a14d4ac5b39f966173f3868d4729
Reviewed-on: https://go-review.googlesource.com/c/go/+/436876
TryBot-Result: Gopher Robot... | [
{
"path": "src/debug/dwarf/entry.go",
"patch": "@@ -1104,7 +1104,7 @@ func (d *Data) baseAddressForEntry(e *Entry) (*Entry, uint64, error) {\n }\n \n func (d *Data) dwarf2Ranges(u *unit, base uint64, ranges int64, ret [][2]uint64) ([][2]uint64, error) {\n-\tif ranges > int64(len(d.ranges)) {\n+\tif ranges <... | 2022-09-29T22:00:08 |
vercel/next.js | 855139b239207e42e8868c2a0e1e82b915d53687 | f518fd81b374e8bbefbafa2741ef20a52b51c973 | cleanup magic segment strings (#59552)
This uses the existing PAGE_SEGMENT constant in places where we had
`__PAGE__` and introduces a similar constant for `__DEFAULT__`.
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you... | [
{
"path": "packages/next/src/build/webpack/loaders/next-app-loader.ts",
"patch": "@@ -1,5 +1,9 @@\n import type webpack from 'next/dist/compiled/webpack/webpack'\n-import type { ValueOf } from '../../../shared/lib/constants'\n+import {\n+ DEFAULT_SEGMENT_KEY,\n+ PAGE_SEGMENT_KEY,\n+ type ValueOf,\n+} fro... | 2023-12-13T15:03:40 |
rust-lang/rust | c39ebeaa0b780afbeb40c8a42cc20bea861ca458 | 12eb1a0bce83b569f0500f0a78972a1102906264 | feat(lldb debug info): deref pointer types for more accurate rust type classification | [
{
"path": "src/etc/lldb_lookup.py",
"patch": "@@ -10,6 +10,9 @@ def is_hashbrown_hashmap(hash_map: lldb.SBValue) -> bool:\n \n \n def classify_rust_type(type: lldb.SBType) -> str:\n+ if type.IsPointerType():\n+ type = type.GetPointeeType()\n+\n type_class = type.GetTypeClass()\n if type_cl... | 2025-08-10T14:43:08 |
nodejs/node | 4b3654e923e7c3c2195c6809d52e65f77e5c4e92 | 42d932c59bffe2f399759b8c7dd32e351ff144a3 | events: fix EventTarget support
Remove support for multiple arguments (which don't actually work for
EventTarget). Use our EventTarget implementation rather than a mock.
Refactor `once` code in preparation of `on` using shared code for
supporting `on` with `EventTarget`s.
Support EventTarget in the `events.on` stati... | [
{
"path": "lib/events.js",
"patch": "@@ -623,41 +623,20 @@ function unwrapListeners(arr) {\n \n function once(emitter, name) {\n return new Promise((resolve, reject) => {\n- if (typeof emitter.addEventListener === 'function') {\n- // EventTarget does not have `error` event semantics like Node\n- ... | 2020-05-30T13:44:35 |
facebook/react | b83076468da57e2fcaf18f2f21c20bc34a0aa077 | 45c719942e974f1bbe6bfc18c90746b882cb76a0 | Improve normalization of charCode, fix FF not reporting Enter | [
{
"path": "src/browser/eventPlugins/SimpleEventPlugin.js",
"patch": "@@ -31,6 +31,8 @@ var SyntheticTouchEvent = require('SyntheticTouchEvent');\n var SyntheticUIEvent = require('SyntheticUIEvent');\n var SyntheticWheelEvent = require('SyntheticWheelEvent');\n \n+var getEventCharCode = require('getEventChar... | 2014-07-29T22:34:01 |
electron/electron | d8aca08da71b71c980bb2a774bdca484727d86d7 | c419ebdd6da49579e520f6ea0d530b40d1bf8d39 | Set _debugWaitConnect on --inspect-brk | [
{
"path": "atom/browser/node_debugger.cc",
"patch": "@@ -7,6 +7,7 @@\n #include \"base/command_line.h\"\n #include \"base/strings/utf_string_conversions.h\"\n #include \"libplatform/libplatform.h\"\n+#include \"native_mate/dictionary.h\"\n \n namespace atom {\n \n@@ -35,6 +36,13 @@ void NodeDebugger::Start(... | 2017-05-16T21:50:49 |
golang/go | aeab76f0befcd6ab1257eae9adb27ac2cb2b7ff8 | 76c1a501a5bb1e511655d89195b3b94b7a621cf9 | encoding: fix a few function names on comments
Change-Id: I17a311afb94a056b3d35bfa241f5d0d206db602d
GitHub-Last-Rev: 42129464c9e17fae9b61ea60940e193fcefc5760
GitHub-Pull-Request: golang/go#55962
Reviewed-on: https://go-review.googlesource.com/c/go/+/436882
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submi... | [
{
"path": "src/encoding/asn1/asn1.go",
"patch": "@@ -111,7 +111,7 @@ func parseInt64(bytes []byte) (ret int64, err error) {\n \treturn\n }\n \n-// parseInt treats the given bytes as a big-endian, signed integer and returns\n+// parseInt32 treats the given bytes as a big-endian, signed integer and returns\n ... | 2022-09-30T06:11:15 |
rust-lang/rust | 12eb1a0bce83b569f0500f0a78972a1102906264 | 99ba5565678a51c2488322a5e75d5b59e323b498 | feat(lldb debug info): improve enum value formatting in lldb | [
{
"path": "src/etc/lldb_providers.py",
"patch": "@@ -1,4 +1,5 @@\n from __future__ import annotations\n+import re\n import sys\n from typing import List, TYPE_CHECKING\n \n@@ -409,6 +410,14 @@ def get_type_name(self):\n else:\n return \"&str\"\n \n+def _getVariantName(variant) -> str:\n+... | 2025-08-10T14:16:17 |
vercel/next.js | f518fd81b374e8bbefbafa2741ef20a52b51c973 | 9dfeced2347a815746900958129a65e58ec2a919 | Docs: Fix formatting in testing docs and update examples dependencies (#59572)
Follow-up from: https://github.com/vercel/next.js/pull/59268 | [
{
"path": "docs/02-app/01-building-your-application/08-testing/01-vitest.mdx",
"patch": "@@ -1,6 +1,6 @@\n ---\n title: Setting up Vitest with Next.js\n-nav: Vitest\n+nav_title: Vitest\n description: Learn how to set up Vitest with Next.js for Unit Testing.\n ---\n \n@@ -26,6 +26,8 @@ npm install -D vitest ... | 2023-12-13T15:02:53 |
nodejs/node | 42d932c59bffe2f399759b8c7dd32e351ff144a3 | 5e6ae9aa5d228eb9b54f3ebde6a3d791dff3d0ed | events: fix depth in customInspectSymbol and clean up
PR-URL: https://github.com/nodejs/node/pull/34015
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> | [
{
"path": "lib/internal/event_target.js",
"patch": "@@ -2,8 +2,10 @@\n \n const {\n ArrayFrom,\n+ Boolean,\n Error,\n Map,\n+ NumberIsInteger,\n Object,\n Set,\n Symbol,\n@@ -78,7 +80,7 @@ class Event {\n return name;\n \n const opts = Object.assign({}, options, {\n- dept: optio... | 2020-05-30T20:00:43 |
golang/go | aeedb5ab13a677367be8e526cc43aeecc3734c86 | 1e65fa58c11b78bd0b026583e9ba7f724a84d628 | internal/singleflight: avoid race between multiple Do calls
When the first call to Do finished, it calls c.wg.Done() to signal
others that the call was done. However, that happens without holding
a lock, so if others call to Do complete and be followed by a call to
ForgotUnshared, that then returns false.
Fixing this... | [
{
"path": "src/internal/singleflight/singleflight.go",
"patch": "@@ -91,9 +91,9 @@ func (g *Group) DoChan(key string, fn func() (any, error)) <-chan Result {\n // doCall handles the single call for a key.\n func (g *Group) doCall(c *call, key string, fn func() (any, error)) {\n \tc.val, c.err = fn()\n-\tc.w... | 2022-09-29T04:45:33 |
electron/electron | 3f87880990ba4bcaf1555f75d23f8caf9e2725e4 | 5337b4ad943495f6eb487e39f282a693fe4115ea | Bump node for inspector Windows fixes | [
{
"path": "vendor/node",
"patch": "@@ -1 +1 @@\n-Subproject commit 24ebf0c5bce0a2e3b34f0fa2ef0995fb5a8bc91b\n+Subproject commit 12445aade4a398da629cdda6311854a0c6446bd5",
"additions": 1,
"deletions": 1,
"language": "Unknown"
}
] | 2017-05-16T02:10:36 |
vercel/next.js | 55645ffc8a36bbcad530ab37e131b10599c70815 | f1143bc4f4b18949ffcff1cb1d8ab03901cb70e5 | Fix closing tags for jest docs (#59579) | [
{
"path": "docs/02-app/01-building-your-application/08-testing/02-jest.mdx",
"patch": "@@ -294,7 +294,7 @@ describe('Home', () => {\n })\n ```\n \n-</PageOnly>\n+</PagesOnly>\n \n <AppOnly>\n \n@@ -331,8 +331,6 @@ describe('Page', () => {\n \n </AppOnly>\n \n-</PagesOnly>\n-\n Optionally, add a [snapshot te... | 2023-12-13T14:51:17 |
nodejs/node | 91d9cdfffc61be3c537d220f6b58e7087873a964 | af83dcd5f46ecc6c3662cd0c18100a61118ca5e7 | doc: mention errors thrown by methods called on an unbound dgram.Socket
PR-URL: https://github.com/nodejs/node/pull/33983
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "doc/api/dgram.md",
"patch": "@@ -108,6 +108,9 @@ Tells the kernel to join a multicast group at the given `multicastAddress` and\n one interface and will add membership to it. To add membership to every\n available interface, call `addMembership` multiple times, once per interface.\n \n+When calle... | 2020-06-19T23:52:55 |
golang/go | 826efd7f25f789ab06f257eee19f02b1dc6c8a09 | 8a0cf719a626ebd1ec11531ebaeacccbd19178ec | internal/singleflight: fix duplicate deleting key when ForgetUnshared called
A key may be forgotten while the call is still in flight. So when the
call finished, it should only delete the key if that key is associated
with the call. Otherwise, we may remove the wrong newly created call.
Fixes #55343
Change-Id: I4fa7... | [
{
"path": "src/internal/singleflight/singleflight.go",
"patch": "@@ -94,7 +94,9 @@ func (g *Group) doCall(c *call, key string, fn func() (any, error)) {\n \tc.wg.Done()\n \n \tg.mu.Lock()\n-\tdelete(g.m, key)\n+\tif g.m[key] == c {\n+\t\tdelete(g.m, key)\n+\t}\n \tfor _, ch := range c.chans {\n \t\tch <- Re... | 2022-09-23T04:02:41 |
rust-lang/rust | 8792010768cff60d202b3608e6918be3199aeae2 | 2e2642e641a941f0a1400c7827fd89aa86fef8f4 | Rust build fails on OpenBSD after using file_lock feature
PR 130999 added the file_lock feature, but doesn't included OpenBSD in the supported targets (Tier 3 platform), leading to a compilation error ("try_lock() not supported"). | [
{
"path": "library/std/src/sys/fs/unix.rs",
"patch": "@@ -1263,6 +1263,7 @@ impl File {\n target_os = \"fuchsia\",\n target_os = \"linux\",\n target_os = \"netbsd\",\n+ target_os = \"openbsd\",\n target_vendor = \"apple\",\n ))]\n pub fn lock(&self) -> io::Resu... | 2025-08-16T18:11:52 |
vercel/next.js | f1143bc4f4b18949ffcff1cb1d8ab03901cb70e5 | 60e84073b8effd0676c4c6340f1a2da7e330181a | docs: fix bad closed tag (#59575)
Found this from build error trace while testing the change in #59569
```
docs/02-app/01-building-your-application/08-testing/02-jest.mdx": UnexpectedMDXError: Error: Build failed with 1 error:
--
_mdx_bundler_entry_point-776983b1-6900-47c0-98cc-0c35882e9532.mdx:297:0: ERROR: ... | [
{
"path": "docs/02-app/01-building-your-application/08-testing/02-jest.mdx",
"patch": "@@ -331,7 +331,7 @@ describe('Page', () => {\n \n </AppOnly>\n \n-<PagesOnly>\n+</PagesOnly>\n \n Optionally, add a [snapshot test](https://jestjs.io/docs/snapshot-testing) to keep track of any unexpected changes in your ... | 2023-12-13T14:30:24 |
facebook/react | 76c3d7c647b986c769ad110d7ab96f2713cb8984 | 9f5403b18cc22c1b75ef100dc1a2c56071326d7b | fix spurious ) | [
{
"path": "docs/_posts/2014-07-30-flux-actions-and-the-dispatcher.md",
"patch": "@@ -6,7 +6,7 @@ author: Bill Fisher\n \n Flux is the application architecture Facebook uses to build JavaScript applications. It's based on a unidirectional data flow. We've built everything from small widgets to huge applicat... | 2014-07-30T17:42:59 |
nodejs/node | af83dcd5f46ecc6c3662cd0c18100a61118ca5e7 | d408ee1be31f94c20397baeb0a1740b4a0d8167c | doc: document n-api callback scope usage
Document that it is not necessary to open handle and/or callback scopes
inside finalizer, async work, thread-safe function etc. callbacks
unless for reasons documented in the section about object lifetime
management.
Link usage of callback signatures to their definition.
Fixe... | [
{
"path": "doc/api/n-api.md",
"patch": "@@ -391,6 +391,7 @@ napi_status napi_set_instance_data(napi_env env,\n * `[in] data`: The data item to make available to bindings of this instance.\n * `[in] finalize_cb`: The function to call when the environment is being torn\n down. The function receives `data` s... | 2020-06-16T19:27:14 |
golang/go | 8a0cf719a626ebd1ec11531ebaeacccbd19178ec | 33738ddd0a99991459d3bf215004e4327c2f8af2 | cmd/link/internal/ld: panic if inlined functions missing FuncInfo
All inlined functions are Go functions, and thus should be capable of
having a FuncInfo. Missing FuncInfo is likely indication of a compiler
bug that dropped the symbol too early, failing to add it to the symbol
list used for writing output. I believe a... | [
{
"path": "src/cmd/link/internal/ld/pcln.go",
"patch": "@@ -171,7 +171,18 @@ func genInlTreeSym(ctxt *Link, cu *sym.CompilationUnit, fi loader.FuncInfo, arch\n \t\tvar funcID objabi.FuncID\n \t\tif inlFunc.Valid() {\n \t\t\tfuncID = inlFunc.FuncID()\n+\t\t} else if !ctxt.linkShared {\n+\t\t\t// Inlined func... | 2022-09-09T16:29:48 |
vercel/next.js | 60e84073b8effd0676c4c6340f1a2da7e330181a | 5f7fd469060671c3c78da7c1ba3b9aae7b5c0a23 | Fix test/tsconfig.json alias for internal test utils (#59570)
Inside `test/` folder we should use different path for alias paths
Follow up #59550 | [
{
"path": "test/tsconfig.json",
"patch": "@@ -13,11 +13,11 @@\n \"baseUrl\": \".\",\n \"types\": [\"react\", \"jest\", \"node\", \"trusted-types\", \"jest-extended\"],\n \"paths\": {\n- \"development-sandbox\": [\"test/lib/development-sandbox\"],\n- \"next-test-utils\": [\"test/lib/nex... | 2023-12-13T13:57:23 |
nodejs/node | f6dbba82bd9648d5df3721905fc952c896cb3449 | 680d7a04e7c6ee985ae0127d6883a1d68ff9e5e1 | internal: rename error-serdes for consistency
All other JavaScript files in lib use snake case, so make this
one consistent.
PR-URL: https://github.com/nodejs/node/pull/33793
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By:... | [
{
"path": "lib/internal/main/worker_thread.js",
"patch": "@@ -198,7 +198,7 @@ function workerOnGlobalUncaughtException(error, fromPromise) {\n \n let serialized;\n try {\n- const { serializeError } = require('internal/error-serdes');\n+ const { serializeError } = require('internal/error_serdes');\... | 2020-06-08T15:05:45 |
rust-lang/rust | 2050a3b297d8878f232d28d48aa1a3a12d1616ee | 0d797d23cfbe26d50b5405c72b5a791b6dc58b3d | std: fix more typos | [
{
"path": "library/std/src/sys/pal/uefi/time.rs",
"patch": "@@ -188,7 +188,7 @@ pub(crate) mod system_time_internal {\n Duration::new(epoch, t.nanosecond)\n }\n \n- /// This algorithm is a modifed version of the one described in the post:\n+ /// This algorithm is a modified version of the ... | 2025-08-16T15:34:55 |
facebook/react | 52143700e828a6c52fc039f62999d404fa41f79f | 590e5057bcd0998e4136acef4727a6c8b13ed70c | Fix typo | [
{
"path": "examples/todomvc-flux/js/stores/TodoStore.js",
"patch": "@@ -87,7 +87,7 @@ var TodoStore = merge(EventEmitter.prototype, {\n \n /**\n * Tests whether all the remaining TODO items are marked as completed.\n- * @return {booleam}\n+ * @return {boolean}\n */\n areAllComplete: function... | 2014-07-30T13:38:19 |
electron/electron | e3160126d6a3ebd8c048ffa03e422a52bd248723 | 03c2d6f435a4768e4eaac65dd8ea33dfebc284f0 | Update debug CLI flags | [
{
"path": "docs/api/chrome-command-line-switches.md",
"patch": "@@ -28,7 +28,7 @@ Disables the disk cache for HTTP requests.\n \n Disable HTTP/2 and SPDY/3.1 protocols.\n \n-## --debug=`port` and --debug-brk=`port`\n+## --inspect=`port` and --inspect-brk=`port`\n \n Debug-related flags, see the [Debugging t... | 2017-05-15T16:42:57 |
golang/go | 33738ddd0a99991459d3bf215004e4327c2f8af2 | 4a49af5755564b5412acea2cfc3ac8556a7af453 | cmd/compile: eagerly create LSym for closures
The linker needs FuncInfo metadata for all inlined functions. This is
typically handled by gc.enqueueFunc calling ir.InitLSym for all function
declarations in typecheck.Target.Decls (ir.UseClosure adds all closures
to Decls).
However, non-trivial closures in Decls are ign... | [
{
"path": "src/cmd/compile/internal/gc/compile.go",
"patch": "@@ -44,7 +44,7 @@ func enqueueFunc(fn *ir.Func) {\n \n \tif len(fn.Body) == 0 {\n \t\t// Initialize ABI wrappers if necessary.\n-\t\tssagen.InitLSym(fn, false)\n+\t\tir.InitLSym(fn, false)\n \t\ttypes.CalcSize(fn.Type())\n \t\ta := ssagen.AbiForB... | 2022-09-09T20:23:39 |
vercel/next.js | 0ddc7e8fadab08118261c0cdfb35ff72fe4ae5ec | 32759b48b7af5f1f9df47b6515d0676aa5697cef | Docs: Add App Router Testing Guides and update /examples (#59268)
This PR updates the testing guides to use App Router and TypeScript,
also updates `/examples` to show `app` and `pages` examples.
## Overview
- [x] Create a new "Testing" section that is shared between `app` and
`pages`.
- [x] Explain the diffe... | [
{
"path": "docs/02-app/01-building-your-application/08-testing/01-vitest.mdx",
"patch": "@@ -0,0 +1,202 @@\n+---\n+title: Setting up Vitest with Next.js\n+nav: Vitest\n+description: Learn how to set up Vitest with Next.js for Unit Testing.\n+---\n+\n+Vite and React Testing Library are frequently used togeth... | 2023-12-13T04:30:23 |
nodejs/node | db0e991d528f7fb3ccc90b183b2c2b875bf540ec | e202df8e4b1f5aee1c9b04996807bae942723a2f | fs: remove custom Buffer pool for streams
The performance benefit of using a custom pool are negligable.
Furthermore, it causes problems with Workers and transferrable.
Rather than further adding complexity for compat with Workers,
just remove the pooling logic.
Refs: https://github.com/nodejs/node/issues/33880#issue... | [
{
"path": "lib/internal/fs/streams.js",
"patch": "@@ -26,29 +26,8 @@ const { toPathIfFileURL } = require('internal/url');\n const kIoDone = Symbol('kIoDone');\n const kIsPerformingIO = Symbol('kIsPerformingIO');\n \n-const kMinPoolSpace = 128;\n const kFs = Symbol('kFs');\n \n-let pool;\n-// It can happen t... | 2020-06-19T22:01:09 |
rust-lang/rust | d73e6b46e7a9af6488b13a016515403ee44a3e08 | 6a51eef11b0d43bc7a0f0e20142649fe2783d9f3 | tidy: add better error reporting for if typos can't be run | [
{
"path": "src/tools/tidy/src/extra_checks/mod.rs",
"patch": "@@ -587,7 +587,6 @@ fn spellcheck_runner(\n ) -> Result<(), Error> {\n let bin_path =\n crate::ensure_version_or_cargo_install(outdir, cargo, \"typos-cli\", \"typos\", \"1.34.0\")?;\n-\n match Command::new(bin_path).current_dir(sr... | 2025-08-08T20:17:25 |
golang/go | 73e14a302682df64bffae789802bafc0dec85a2e | 902da52f7b5826c2083effc20b209f39d58d2919 | internal: fix a few function names on comments
Change-Id: I53169e386b8c789b092de348fa891fe50e11c2ef
GitHub-Last-Rev: 75232393b4ba415bddc731f15550d7094ccfd953
GitHub-Pull-Request: golang/go#55965
Reviewed-on: https://go-review.googlesource.com/c/go/+/436883
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go... | [
{
"path": "src/internal/coverage/pkid.go",
"patch": "@@ -67,7 +67,7 @@ var rtPkgs = [...]string{\n // is not part of the runtime and doesn't require a hard-coded ID.\n const NotHardCoded = -1\n \n-// HardCodedPkgId returns the hard-coded ID for the specified package\n+// HardCodedPkgID returns the hard-code... | 2022-09-30T09:19:02 |
vercel/next.js | 9973770b43dde84d66fbf73725716e82107db635 | 95fe24f61d49976e1b6ff290e5560afa687bca3d | chore(create-next-app): bump prompts to v2.4.2 (#59006)
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making:
## For Con... | [
{
"path": "packages/create-next-app/package.json",
"patch": "@@ -33,7 +33,7 @@\n \"@types/ci-info\": \"2.0.0\",\n \"@types/cross-spawn\": \"6.0.0\",\n \"@types/node\": \"^20.2.5\",\n- \"@types/prompts\": \"2.0.1\",\n+ \"@types/prompts\": \"2.4.2\",\n \"@types/tar\": \"6.1.5\",\n \"... | 2023-12-13T00:16:13 |
electron/electron | 6b5bd3b6ceb9457b091171bbde40700be71c66dd | 22099747af4a3132953ad3cbf9652bb73f29944c | Fix how rpc-server releases references after page reload
In addition to listening for "render-view-deleted", listen for
"ELECTRON_BROWSER_CONTEXT_RELEASE" synchronous message, which is sent by the
remote module when the page is about to be navigated.
This is required to allow child windows running in the same rendere... | [
{
"path": "lib/browser/rpc-server.js",
"patch": "@@ -394,6 +394,11 @@ ipcMain.on('ELECTRON_BROWSER_DEREFERENCE', function (event, id) {\n objectsRegistry.remove(event.sender.getId(), id)\n })\n \n+ipcMain.on('ELECTRON_BROWSER_CONTEXT_RELEASE', (e) => {\n+ objectsRegistry.clear(e.sender.getId())\n+ e.ret... | 2017-05-15T11:57:23 |
nodejs/node | adf14e2617b0d85c7b23020ed8761b47e92ce336 | 9f2e00fb9970dbcfcabee268c0a62ea5fb2153ae | quic: fix lint error in node_quic_crypto
Currently, the following lint error is generated:
Running C++ linter...
File "src/quic/node_quic_crypto.cc" does not use "String"
make[1]: *** [Makefile:1336: tools/.cpplintstamp] Error 1
This commit removes the unused using declaration.
PR-URL: https://github.com/nodejs/node... | [
{
"path": "src/quic/node_quic_crypto.cc",
"patch": "@@ -31,7 +31,6 @@ namespace node {\n \n using crypto::EntropySource;\n using v8::Local;\n-using v8::String;\n using v8::Value;\n \n namespace quic {",
"additions": 0,
"deletions": 1,
"language": "Unknown"
}
] | 2020-06-22T17:08:45 |
facebook/react | b606dac461070c368f688c929a6ff0af6a5570e4 | 673e228af942af37dbf697b9b13463be7a2893be | Fix small language nits | [
{
"path": "docs/_posts/2014-07-28-community-roundup-20.md",
"patch": "@@ -4,32 +4,32 @@ layout: post\n author: Lou Husson\n ---\n \n-It's an exciting time for React as there are now more commits from open source contributors than Facebook engineers! Keep up the good work :)\n+It's an exciting time for React... | 2014-07-27T20:44:47 |
vercel/next.js | 95fe24f61d49976e1b6ff290e5560afa687bca3d | e9757175bc759842a1e82b9fdc5c20fad248077c | Fix force-static and fetch no-store cases (#59549)
This ensures that `export const dynamic = 'force-static'` is properly
honored when a page contains fetches with `cache: 'no-store'`, `cache:
'no-cache'` or `next: { revalidate: 0 }`.
Closes NEXT-1858 | [
{
"path": "packages/next/src/server/app-render/create-component-tree.tsx",
"patch": "@@ -201,6 +201,7 @@ export async function createComponentTree({\n }\n \n if (\n+ !staticGenerationStore.forceStatic &&\n staticGenerationStore.isStaticGeneration &&\n ctx.defaultRevalidate === 0 &&\... | 2023-12-13T00:08:03 |
electron/electron | b20085fa7ada8ea5ef191e59e283eddcbe7a3cbc | 8a2f24c95f3d4db0c14bc87fb793b2618f4256ef | :memo: fix typo docs-translations/id/tutorial/using-widevine-cdm-plugin.md and docs/tutorial/using-widevine-cdm-plugin.md from previous commit [ci skip] | [
{
"path": "docs-translations/id/tutorial/using-widevine-cdm-plugin.md",
"patch": "@@ -60,12 +60,12 @@ Contoh kode:\n ```javascript\n const {app, BrowserWindow} = require('electron')\n \n-// You have to pass the filename of `widevinecdmadapter` here, it is\n+// Anda harus melewatkan filename `widevinecdmadap... | 2017-05-16T06:49:56 |
nodejs/node | a041723774a45f727cfb2290fafa63f48d898712 | a0cbd676e7aeb8ba8c929453c24640cec140e061 | deps: fix indentation for sources in nghttp3.gyp
PR-URL: https://github.com/nodejs/node/pull/33942
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net> | [
{
"path": "deps/nghttp3/nghttp3.gyp",
"patch": "@@ -37,30 +37,30 @@\n 'include_dirs': [ 'lib/includes' ]\n },\n 'sources': [\n- 'lib/nghttp3_buf.c',\n- 'lib/nghttp3_conv.c',\n- 'lib/nghttp3_err.c',\n- 'lib/nghttp3_gaptr.c',\n- 'lib/nghttp3_idtr.c',\n- 'lib/nghttp3_map.c',\n- 'lib/... | 2020-06-21T17:14:11 |
golang/go | 7aa4905bb4fd70a5b32552fd8db23a3550d3df83 | 9910f8a4034d1edf317966060336a569800d4663 | go/doc: use strings.TrimPrefix
Change-Id: Ie1e76d2e99bf2af7f064c9073c1fb866086962f6
Reviewed-on: https://go-review.googlesource.com/c/go/+/436715
Run-TryBot: Robert Griesemer <gri@google.com>
Run-TryBot: xie cui <523516579@qq.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@goog... | [
{
"path": "src/go/doc/comment/parse.go",
"patch": "@@ -851,9 +851,7 @@ func (d *parseDoc) docLink(text, before, after string) (link *DocLink, ok bool)\n \t\t\treturn nil, false\n \t\t}\n \t}\n-\tif strings.HasPrefix(text, \"*\") {\n-\t\ttext = text[1:]\n-\t}\n+\ttext = strings.TrimPrefix(text, \"*\")\n \tpk... | 2022-09-29T13:37:25 |
vercel/next.js | 61889f89692e49665d88f6a173140aa67a21977e | ed12b552de3739c386bdcecf22fd1fd9faefe3ad | fix(playwright): teardown when global quit force terminates browser (#59548) | [
{
"path": "run-tests.js",
"patch": "@@ -555,7 +555,8 @@ ${ENDGROUP}`)\n // If environment is CI and if this test execution is failed after retry, preserve test traces\n // to upload into github actions artifacts for debugging purpose\n const shouldPreserveTracesOutput =\n- p... | 2023-12-12T23:18:47 |
facebook/react | 0c4b2728c8c399c3bbcd210149b044f360bb9439 | e30b60cc58fc5dd9e07fb9673eabace92325c364 | Fix typo for 'fundations' | [
{
"path": "docs/_posts/2014-07-28-community-roundup-20.md",
"patch": "@@ -22,7 +22,7 @@ At the last [JSConf.us](http://2014.jsconf.us/), Vjeux talked about the design d\n \n ## Live Editing\n \n-The best feature of React is that it provides fundations to implement concepts that were otherwise extremely hard... | 2014-07-27T20:29:12 |
rust-lang/rust | 4335405fa7c709b2733c6121fbf4bc0d8e291dcc | 2e2642e641a941f0a1400c7827fd89aa86fef8f4 | overhaul `&mut` suggestions in borrowck errors | [
{
"path": "compiler/rustc_borrowck/src/diagnostics/mutability_errors.rs",
"patch": "@@ -3,6 +3,7 @@\n \n use core::ops::ControlFlow;\n \n+use either::Either;\n use hir::{ExprKind, Param};\n use rustc_abi::FieldIdx;\n use rustc_errors::{Applicability, Diag};\n@@ -12,15 +13,16 @@ use rustc_middle::bug;\n use ... | 2025-08-06T14:37:14 |
golang/go | d7dbe0111ef2a6de80a20fef188db61d8fab5c96 | 9faf6b79297810f6c9418201c6a9fe7fe5a3695c | runtime/trace: skip tests if parsing fails with timestamp error
already skips tests in case of the timestamp error, eg. #97757
Change-Id: Ia696e83cba2e3ed50181a8100b964847092a7365
GitHub-Last-Rev: 8e5f607e14f6a15ed6da5f205c4ca67a4adb6fc8
GitHub-Pull-Request: golang/go#55918
Reviewed-on: https://go-review.googlesource... | [
{
"path": "src/runtime/crash_cgo_test.go",
"patch": "@@ -730,7 +730,10 @@ func TestCgoTraceParser(t *testing.T) {\n \t}\n \toutput := runTestProg(t, \"testprogcgo\", \"CgoTraceParser\")\n \twant := \"OK\\n\"\n-\tif output != want {\n+\tErrTimeOrder := \"ErrTimeOrder\\n\"\n+\tif output == ErrTimeOrder {\n+\t... | 2022-09-29T07:29:51 |
vercel/next.js | 6fe1f06828959d513e98b53c84c8b67e80e76d21 | e8a70c0b25604ad0ee11b4e36fb2d967ddc6a5dc | fix(turbopack-ecmascript-runtime): handle non encoded CSS paths (vercel/turbo#6777)
### Description
Quick fix while there might still be some characters in filenames that
are not allowed in URLs
Closes PACK-2097 | [
{
"path": "crates/turbopack-core/src/ident.rs",
"patch": "@@ -174,6 +174,9 @@ impl AssetIdent {\n context_path: Vc<FileSystemPath>,\n expected_extension: String,\n ) -> Result<Vc<String>> {\n+ // TODO(PACK-2140): restrict character set to A–Za–z0–9-_.~'()\n+ // to be compat... | 2023-12-12T20:44:42 |
electron/electron | a1e826e4058dc78578f7a7ec7dd617489bc96eab | e708a45496b9a9621e6c1f16aa039f700a2aba14 | Fix copy paste typos in BrowserView docs | [
{
"path": "docs/api/browser-view.md",
"patch": "@@ -46,29 +46,29 @@ Objects created with `new BrowserView` have the following properties:\n \n A [`WebContents`](web-contents.md) object owned by this view.\n \n-#### `win.id` _Experimental_\n+#### `view.id` _Experimental_\n \n A `Integer` representing the uni... | 2017-05-15T18:08:55 |
rust-lang/rust | e906a59ebb5111d065d74c0127647dd380e25dc5 | 1ae7c4907275f10b3db9e886bc8809ec063e45ee | Fix `unicode_data.rs` mention message | [
{
"path": "triagebot.toml",
"patch": "@@ -1003,11 +1003,12 @@ cc = [\"@calebzulawski\", \"@programmerjake\"]\n \n [mentions.\"library/core/src/unicode/unicode_data.rs\"]\n message = \"\"\"\n-`library/core/src/unicode/unicode_data.rs` is generated by\n-`src/tools/unicode-table-generator` via `./x run\n-src/t... | 2025-08-16T09:41:51 |
golang/go | 5613de9d47b518496b487804806db933b5ea375a | 679640aee8e0df8eaed8ac56226b8b7ed69d225e | cmd/go/internal/bug: use bytes.Contains
Change-Id: I982835eb0d051e48964fc4a66018514c7203dd0a
Reviewed-on: https://go-review.googlesource.com/c/go/+/436696
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Go... | [
{
"path": "src/cmd/go/internal/bug/bug.go",
"patch": "@@ -217,7 +217,7 @@ func printGlibcVersion(w io.Writer) {\n \tfmt.Fprintf(w, \"%s: %s\\n\", m[1], firstLine(out))\n \n \t// print another line (the one containing version string) in case of musl libc\n-\tif idx := bytes.IndexByte(out, '\\n'); bytes.Index... | 2022-09-29T12:35:12 |
vercel/next.js | 6fbff29a2e312eee0c129184aee4105b6a186771 | 5adacb69126e0fd7dff7ebd45278c0dfd42f6116 | allow passing wildcard domains in serverActions.allowedDomains (#59428)
Implementation of feature request opened here -
https://github.com/vercel/next.js/discussions/59427
Approach:
~~We are using micromatch in the csrf protection step of actionHandler
to allow for wildcard domains passed in allowedDomains. Th... | [
{
"path": "docs/02-app/01-building-your-application/02-data-fetching/02-server-actions-and-mutations.mdx",
"patch": "@@ -893,7 +893,7 @@ For large applications that use reverse proxies or multi-layered backend archite\n module.exports = {\n experimental: {\n serverActions: {\n- allowedOrigins: ['... | 2023-12-12T19:08:36 |
facebook/react | f1508c49371dd050c09c1ae39d02fb9a5542e6ef | efdc5da097c102f01496a4e4189cfdee4793c22b | Use .bind when autobinding
This eliminates all of the `boundMethod` frames from call stacks when debugging and as far as I know should behave the same otherwise.
Test Plan: jest | [
{
"path": "src/core/ReactCompositeComponent.js",
"patch": "@@ -1265,9 +1265,7 @@ var ReactCompositeComponentMixin = {\n */\n _bindAutoBindMethod: function(method) {\n var component = this;\n- var boundMethod = function() {\n- return method.apply(component, arguments);\n- };\n+ var bou... | 2014-07-24T19:11:19 |
electron/electron | bcbfd0d5c602d0b921c86a18dd75aceb99d6cccb | e708a45496b9a9621e6c1f16aa039f700a2aba14 | Disable crashReporter specs on Linux CI | [
{
"path": "spec/api-crash-reporter-spec.js",
"patch": "@@ -9,13 +9,20 @@ const url = require('url')\n const {closeWindow} = require('./window-helpers')\n \n const {remote} = require('electron')\n+const isCI = remote.getGlobal('isCi')\n const {app, BrowserWindow, crashReporter} = remote.require('electron')\n... | 2017-05-15T17:57:45 |
nodejs/node | 8ef86a920cda7421a8d2c6ed7cdc991ac289f58c | 680644ae153cd2ef6817e0df88db50fb64ab5c36 | quic: fix clang warning
PR-URL: https://github.com/nodejs/node/pull/33963
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> | [
{
"path": "src/quic/node_quic_crypto.cc",
"patch": "@@ -560,7 +560,9 @@ Local<Value> GetALPNProtocol(const QuicSession& session) {\n QuicCryptoContext* ctx = session.crypto_context();\n Environment* env = session.env();\n std::string alpn = ctx->selected_alpn();\n- if (alpn == NGTCP2_ALPN_H3 + 1) {\n... | 2020-06-19T14:10:15 |
golang/go | 1d65566148d0b214fcf9667535ecc1d43ed4f7ee | c69d6d8b3e787e6cd87e0a8a3c726720296462b1 | cmd/fix: use strings.Cut
Change-Id: Ibee86b4c5dc9a18df9bdc65b0ec8339ee1cac7a9
GitHub-Last-Rev: 336580707cd58f2c17ec4c686d54982417d1a4b4
GitHub-Pull-Request: golang/go#55911
Reviewed-on: https://go-review.googlesource.com/c/go/+/435739
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmits... | [
{
"path": "src/cmd/fix/main.go",
"patch": "@@ -75,8 +75,8 @@ func main() {\n \t\t}\n \t\tmajorStr := (*goVersionStr)[len(\"go\"):]\n \t\tminorStr := \"0\"\n-\t\tif i := strings.Index(majorStr, \".\"); i >= 0 {\n-\t\t\tmajorStr, minorStr = majorStr[:i], majorStr[i+len(\".\"):]\n+\t\tif before, after, found :... | 2022-09-28T08:47:08 |
vercel/next.js | b441cff7a90fe205842ec1932289166e7116de6f | eb6aae640f140c40f53503247007e179f6f7ba12 | fix NODE_OPTIONS=inspect (#59530)
Passing `NODE_OPTIONS='--inspect'` was failing because a sub-process was
getting created (`getRegistry()`) which would trigger a "address already
in use" error when the process inherited the same debugger port from the
parent process.
I had to disable this test in
https://githu... | [
{
"path": "packages/next/src/lib/helpers/get-registry.ts",
"patch": "@@ -1,5 +1,6 @@\n import { execSync } from 'child_process'\n import { getPkgManager } from './get-pkg-manager'\n+import { getNodeOptionsWithoutInspect } from '../../server/lib/utils'\n \n /**\n * Returns the package registry using the use... | 2023-12-12T15:03:13 |
electron/electron | 5b02974aa89a767a3bc71ecab60bfa7b6b632ef1 | 9ce08d08de7c2edb7b3ba798fc45d214a9285ca3 | fix line is > 80 characters long | [
{
"path": "brightray/browser/url_request_context_getter.cc",
"patch": "@@ -96,8 +96,9 @@ URLRequestContextGetter::Delegate::CreateHttpCacheBackendFactory(\n auto& command_line = *base::CommandLine::ForCurrentProcess();\n int max_size = 0;\n if (command_line.HasSwitch(switches::kDiskCacheSize)) {\n- ... | 2017-05-08T07:21:39 |
nodejs/node | 680644ae153cd2ef6817e0df88db50fb64ab5c36 | 73a7a24ccedded80c0eadf1232428438f4c95080 | http: expose host and protocol on ClientRequest
Allow host and protocol to be inspected.
PR-URL: https://github.com/nodejs/node/pull/33803
Fixes: https://github.com/nodejs/node/issues/2461
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jas... | [
{
"path": "doc/api/http.md",
"patch": "@@ -754,6 +754,27 @@ added: v0.4.0\n \n * {string} The request path.\n \n+### `request.method`\n+<!-- YAML\n+added: v0.1.97\n+-->\n+\n+* {string} The request method.\n+\n+### `request.host`\n+<!-- YAML\n+added: REPLACEME\n+-->\n+\n+* {string} The request host.\n+\n+###... | 2020-06-09T05:42:07 |
rust-lang/rust | a69ba29a0f94fe77249906d478a3ae91506fdfb7 | e8f90b12fcb51f00ba41a86ddd3f1d511d013514 | Fix deprecation attribute on foreign statics & types | [
{
"path": "compiler/rustc_attr_parsing/src/attributes/deprecation.rs",
"patch": "@@ -54,6 +54,8 @@ impl<S: Stage> SingleAttributeParser<S> for DeprecationParser {\n Allow(Target::TyAlias),\n Allow(Target::Use),\n Allow(Target::ForeignFn),\n+ Allow(Target::ForeignStatic),\n+ ... | 2025-08-16T07:44:43 |
golang/go | c69d6d8b3e787e6cd87e0a8a3c726720296462b1 | 84c188008e4a2c772308e2b6c74d4c353303d308 | cmd: fix a few function names on comments
Change-Id: Ia0896bd1edf2558821244fecd1c297b599472f47
GitHub-Last-Rev: cfd1e1091a064cdc38469c02c6c013635d7d437b
GitHub-Pull-Request: golang/go#55944
Reviewed-on: https://go-review.googlesource.com/c/go/+/436637
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian La... | [
{
"path": "src/cmd/dist/util.go",
"patch": "@@ -309,7 +309,7 @@ func xreaddir(dir string) []string {\n \treturn names\n }\n \n-// xreaddir replaces dst with a list of the names of the files in dir.\n+// xreaddirfiles replaces dst with a list of the names of the files in dir.\n // The names are relative to d... | 2022-09-29T12:46:10 |
facebook/react | 354fb4429978a8d77df72781ce1754c2ffcce9b3 | 12b532c253e6efc3d077b35f9c3aa88ed94fc435 | Use setImmediate to defer value restoration
Depends on #1758.
Fixes #1698.
Previously, controlled components would update too soon when using something like ReactLayeredComponentMixin (i.e., before the layer's updates could propagate from the parent), causing the cursor to jump even when always updating the new mode... | [
{
"path": "src/browser/ui/dom/components/ReactDOMInput.js",
"patch": "@@ -25,6 +25,7 @@ var ReactBrowserComponentMixin = require('ReactBrowserComponentMixin');\n var ReactCompositeComponent = require('ReactCompositeComponent');\n var ReactDOM = require('ReactDOM');\n var ReactMount = require('ReactMount');\... | 2014-06-28T23:45:43 |
nodejs/node | 326a79ebb979de1a952a83c23d37bbdcd6cdc2eb | 74cd70e568dafefdf16845e2e7738d053456d290 | test: fix typo in test-quic-client-empty-preferred-address.js
PR-URL: https://github.com/nodejs/node/pull/33976
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> | [
{
"path": "test/parallel/test-quic-client-empty-preferred-address.js",
"patch": "@@ -3,7 +3,7 @@\n \n // This test ensures that when we don't define `preferredAddress`\n // on the server while the `preferredAddressPolicy` on the client\n-// is `accpet`, it works as expected.\n+// is `accept`, it works as ex... | 2020-06-19T16:58:23 |
rust-lang/rust | 41405456daf54af9182e73277c417a6572d14200 | aa8b09d4682dc577ae35784d316d265d4d5619a5 | `missing_inline_in_public_items`: fix lint emission source HirId
use trait item's HirId when emitting lint at `check_item` level
changelog: [`missing_inline_in_public_items`]: fix trait item lint emission
Signed-off-by: Zihan <zihanli0822@gmail.com> | [
{
"path": "clippy_lints/src/missing_inline.rs",
"patch": "@@ -1,4 +1,4 @@\n-use clippy_utils::diagnostics::span_lint;\n+use clippy_utils::diagnostics::{span_lint, span_lint_hir};\n use rustc_hir::attrs::AttributeKind;\n use rustc_hir::def_id::DefId;\n use rustc_hir::{self as hir, Attribute, find_attr};\n@@ ... | 2025-08-16T05:23:37 |
facebook/react | 12b532c253e6efc3d077b35f9c3aa88ed94fc435 | 520d73d73cbd46d8d1094b920b38604e31e77a5c | Add ReactUpdates.setImmediate for async callbacks
Callbacks passed to this setImmediate function are called at the end of the current update cycle, which is guaranteed to be asynchronous but in the same event loop (with the default batching strategy).
This is useful for new-style refs (#1373, #1554) and for fixing #1... | [
{
"path": "src/core/ReactUpdates.js",
"patch": "@@ -29,6 +29,8 @@ var mixInto = require('mixInto');\n var warning = require('warning');\n \n var dirtyComponents = [];\n+var setImmediateCallbackQueue = CallbackQueue.getPooled();\n+var setImmediateEnqueued = false;\n \n var batchingStrategy = null;\n \n@@ -73... | 2014-06-28T23:46:31 |
golang/go | 84c188008e4a2c772308e2b6c74d4c353303d308 | 972496ae6e63bc2985cc1b827389f3216a54d083 | crypto: fix a few function names on comments
Change-Id: I06f85f78c4c802142fc9207b100753decd568274
GitHub-Last-Rev: 4ad4c0f5e93df9ea83deb86b814167e661bba0ff
GitHub-Pull-Request: golang/go#55945
Reviewed-on: https://go-review.googlesource.com/c/go/+/436639
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian ... | [
{
"path": "src/crypto/tls/key_schedule.go",
"patch": "@@ -99,7 +99,7 @@ func (c *cipherSuiteTLS13) exportKeyingMaterial(masterSecret []byte, transcript\n \t}\n }\n \n-// generateECDHEParameters returns a PrivateKey that implements Diffie-Hellman\n+// generateECDHEKey returns a PrivateKey that implements Dif... | 2022-09-29T12:56:21 |
nodejs/node | 74cd70e568dafefdf16845e2e7738d053456d290 | 25413b003c574b0b070141dd8931e1a7cab77131 | test: fix typo in common/index.js
PR-URL: https://github.com/nodejs/node/pull/33976
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> | [
{
"path": "test/common/index.js",
"patch": "@@ -27,7 +27,7 @@ const process = global.process; // Some tests tamper with the process global.\n const assert = require('assert');\n const { exec, execSync, spawnSync } = require('child_process');\n const fs = require('fs');\n-// Do not require 'os' until needed... | 2020-06-19T16:57:27 |
electron/electron | d84ddd7fe49c39d113041354292f7c0efe6c7e8e | a6e11d3b63cb7ca3b3661b6a56a853358b1ab734 | Fix createFromDataURL return type
Fixes #9469 | [
{
"path": "docs/api/native-image.md",
"patch": "@@ -153,6 +153,8 @@ Creates a new `NativeImage` instance from `buffer`.\n \n * `dataURL` String\n \n+Returns `NativeImage`\n+\n Creates a new `NativeImage` instance from `dataURL`.\n \n ## Class: NativeImage",
"additions": 2,
"deletions": 0,
"langu... | 2017-05-15T15:24:06 |
Subsets and Splits
Assembly Language GitHub Issues
Retrieves a sample of assembly-language related commits with their details, but doesn't provide meaningful analysis or patterns beyond basic filtering.
Swift Compiler Issues Analysis
Retrieves all training data for the Swift programming language repository, providing basic filtering but offering limited analytical insight beyond identifying relevant code examples.