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
nodejs/node
98e5693cd460f675c18d8817b3fbd314089033c6
ccac4ee19d508abaf38bbabb87288ddeec7fcc21
doc: clarity to available addon options bullet pointed addon optons; wording clarity; fixes typo PR-URL: https://github.com/nodejs/node/pull/55715 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
[ { "path": "doc/api/addons.md", "patch": "@@ -8,20 +8,25 @@ _Addons_ are dynamically-linked shared objects written in C++. The\n [`require()`][require] function can load addons as ordinary Node.js modules.\n Addons provide an interface between JavaScript and C/C++ libraries.\n \n-There are three options for ...
2024-11-06T07:55:49
electron/electron
fb888a6989dacfd6be3fe1a2b1cfffd0de81246a
398ca2a0190d6c86d908a71c887260bf13ef5e2b
fix: crash problem with message_port close event (#41201) When worker_thread shutdown, it will destory context and close message_port. In this case, it should not dispatch close event. Because it forbid script running during NotifyContextDestroyed in ContextLifecycleNotifier. Now chromium has implemented close_eve...
[ { "path": "patches/chromium/.patches", "patch": "@@ -47,7 +47,6 @@ feat_add_support_for_overriding_the_base_spellchecker_download_url.patch\n feat_enable_offscreen_rendering_with_viz_compositor.patch\n gpu_notify_when_dxdiag_request_fails.patch\n feat_allow_embedders_to_add_observers_on_created_hunspell.pat...
2024-02-05T07:38:30
vercel/next.js
ce359e0065206ae8b2b2139bfd4b55cb273d0a3a
c181f356a1c1df42d830e6c12b3742383a033c3e
Fixed broken link in backend-for-frontend.mdx (#83310) Broken link to API Routes in Pages Router Co-authored-by: JJ Kasper <jj@jjsweb.site>
[ { "path": "docs/01-app/02-guides/backend-for-frontend.mdx", "patch": "@@ -28,7 +28,7 @@ To implement this pattern, use:\n \n - [Route Handlers](/docs/app/api-reference/file-conventions/route)\n - [`middleware`](/docs/app/api-reference/file-conventions/middleware)\n-- In Pages Router, [API Routes](/pages/bui...
2025-09-03T23:25:35
facebook/react
9710853baf9649fed556dc0e9d39765649675b7b
9d4fba078812de0363fe9514b943650fa479e8af
[Flight] Try/Catch Eval (#29671) Follow up to https://github.com/facebook/react/pull/29632. It's possible for `eval` to throw such as if we're in a CSP environment. This is non-essential debug information. We can still proceed to create a fake stack entry. It'll still have the right name. It just won't have the ...
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -1648,7 +1648,7 @@ const taskCache: null | WeakMap<\n ConsoleTask,\n > = supportsCreateTask ? new WeakMap() : null;\n \n-type FakeFunction<T> = (FakeFunction<T>) => T;\n+type FakeFunction<T> = (() => T) => T;\n const fakeFunctionCach...
2024-05-30T19:00:55
nodejs/node
4da8d110f3930e6f97c203e6a3d031cb583f4ca0
ecc62381a883ecacbcd076473132192014d6f7d7
assert: fix `deepStrictEqual` on errors when `cause` is not undefined PR-URL: https://github.com/nodejs/node/pull/55406 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Ruben Bridgewater ...
[ { "path": "lib/internal/assert/assertion_error.js", "patch": "@@ -15,6 +15,8 @@ const {\n StringPrototypeSplit,\n } = primordials;\n \n+const { isError } = require('internal/util');\n+\n const { inspect } = require('internal/util/inspect');\n const colors = require('internal/util/colors');\n const { valid...
2024-11-05T23:45:05
golang/go
e32255fcc0861727243fca4e94766c0a322954fb
0451816430486a25966dd76aa92735ac0588b8e5
cmd/compile/internal/ssa: restrict architectures for TestDebugLines_74576 CL 687815 recently added TestDebugLines_74576. The pre-existing debug_lines_test.go file generally restricts the tested architectures and contains multiple warnings that the testing approach is useful but fragile, such as: "These files must ...
[ { "path": "src/cmd/compile/internal/ssa/debug_lines_test.go", "patch": "@@ -116,20 +116,30 @@ func TestDebugLines_53456(t *testing.T) {\n }\n \n func TestDebugLines_74576(t *testing.T) {\n-\ttests := []struct {\n-\t\tfile string\n-\t\twantStmts []int\n-\t}{\n-\t\t{\"i74576a.go\", []int{12, 13, 13, 14}}...
2025-07-18T22:25:08
electron/electron
398ca2a0190d6c86d908a71c887260bf13ef5e2b
dac29f99492fda71dc79e1ee8874bee36a3b2ae6
fix: make sure invalid URL loads promises are fulfilled. (#41194) * fix: make sure invalid URL loads promisses are fulfilled. * fixup! fix: make sure invalid URL loads promisses are fulfilled.
[ { "path": "lib/browser/api/web-contents.ts", "patch": "@@ -366,11 +366,6 @@ WebContents.prototype.loadURL = function (url, options) {\n resolveAndCleanup();\n }\n };\n- const failListener = (event: Electron.Event, errorCode: number, errorDescription: string, validatedURL: string, isMain...
2024-02-05T07:36:51
vercel/next.js
7861621f588865544276d4ba7444ee7148419f6b
c2d3e65482f036616504e67a81455437c73bb5d6
test: Refactor edge-runtime-dynamic-code test (#83390) This test is about `eval` But it also used a non-static middleware `matchers` config, which is going to break once we are more strict about this and throw a build error.
[ { "path": "test/integration/edge-runtime-dynamic-code/lib/utils.js", "patch": "@@ -1,11 +1,3 @@\n-export const useCases = {\n- eval: 'using-eval',\n- noEval: 'not-using-eval',\n- wasmCompile: 'using-webassembly-compile',\n- wasmInstanciate: 'using-webassembly-instantiate',\n- wasmBufferInstanciate: 'us...
2025-09-03T21:22:16
facebook/react
9d4fba078812de0363fe9514b943650fa479e8af
fb61a1b515c5ea0e31b0dac19184454a79c4baf1
[Flight] Eval Fake Server Component Functions to Recreate Native Stacks (#29632) We have three kinds of stacks that we send in the RSC protocol: - The stack trace where a replayed `console.log` was called on the server. - The JSX callsite that created a Server Component which then later called another component....
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -67,8 +67,11 @@ import {\n REACT_ELEMENT_TYPE,\n REACT_POSTPONE_TYPE,\n ASYNC_ITERATOR,\n+ REACT_FRAGMENT_TYPE,\n } from 'shared/ReactSymbols';\n \n+import getComponentNameFromType from 'shared/getComponentNameFromType';\n+\n ex...
2024-05-30T16:00:46
nodejs/node
7f68e5466a9c443d3b19a0a0749debe493a8af34
25f84747305787126126d4ce1ad682382efcef04
path,win: fix bug in resolve and normalize Fixes: https://github.com/nodejs/node/issues/54025 PR-URL: https://github.com/nodejs/node/pull/55623 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
[ { "path": "lib/path.js", "patch": "@@ -268,10 +268,16 @@ const win32 = {\n j++;\n }\n if (j === len || j !== last) {\n- // We matched a UNC root\n- device =\n- `\\\\\\\\${firstPart}\\\\${StringPrototypeSlice(path, las...
2024-11-05T23:21:54
golang/go
34b70684ba2fc8c5cba900e9abdfb874c1bd8c0e
66536242fce34787230c42078a7bbd373ef8dcb0
go/types: infer correct type for y in append(bytes, y...) The type-checking logic for append has a special case for append(bytes, s...) where the typeset for s contains string. However, this case was triggering even when the typeset contained only []byte, causing the creation of Signature types of the form func([]byte...
[ { "path": "src/cmd/compile/internal/types2/builtins.go", "patch": "@@ -91,22 +91,25 @@ func (check *Checker) builtin(x *operand, call *syntax.CallExpr, id builtinId) (\n \t\t// to type []byte with a second argument of string type followed by ... .\n \t\t// This form appends the bytes of the string.\"\n \n-\...
2025-07-18T17:16:21
vercel/next.js
c2d3e65482f036616504e67a81455437c73bb5d6
51350aa130891943a3b5572061e24d6617fcf4ea
[test] Do not use sandboxes for hydration error tests (#83398) The sandboxes used in the `Error overlay for hydration errors in App router` test suite frequently lead to timeout errors in CI ([DD](https://app.datadoghq.com/ci/test/runs?query=test_level%3Atest%20%40git.repository.id%3A%22github.com%2Fvercel%2Fnext.js%2...
[ { "path": "test/development/acceptance-app/fixtures/hydration-errors/app/(default)/bad-nesting/page.tsx", "patch": "@@ -0,0 +1,17 @@\n+'use client'\n+\n+export default function Page() {\n+ return (\n+ <p>\n+ <span>\n+ <span>\n+ <span>\n+ <span>\n+ <p>hello wo...
2025-09-03T21:07:34
facebook/react
fb61a1b515c5ea0e31b0dac19184454a79c4baf1
5bd403122645ef0f0924ac5466f56e670a8f5b8d
fix[ReactDebugHooks/find-primitive-index]: remove some assumptions (#29652) Partially reverts https://github.com/facebook/react/pull/28593. While rolling out RDT 5.2.0, I've observed some issues on React Native side: hooks inspection for some complex hook trees, like in AnimatedView, were broken. After some debug...
[ { "path": "packages/react-debug-tools/src/ReactDebugHooks.js", "patch": "@@ -868,7 +868,12 @@ function findCommonAncestorIndex(rootStack: any, hookStack: any) {\n }\n \n function isReactWrapper(functionName: any, wrapperName: string) {\n- return parseHookName(functionName) === wrapperName;\n+ const hookNa...
2024-05-30T15:11:56
nodejs/node
25f84747305787126126d4ce1ad682382efcef04
e53fe03a181f89d205f373b94c818139b52e1943
doc: update `--max-semi-space-size` description PR-URL: https://github.com/nodejs/node/pull/55495 Fixes: https://github.com/nodejs/node/issues/55487 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
[ { "path": "doc/api/cli.md", "patch": "@@ -3541,8 +3541,12 @@ an increase of 1 MiB to semi-space applies to each of the three individual\n semi-spaces and causes the heap size to increase by 3 MiB. The throughput\n improvement depends on your workload (see [#42511][]).\n \n-The default value is 16 MiB for 64...
2024-11-05T23:14:15
golang/go
66536242fce34787230c42078a7bbd373ef8dcb0
385000b004616d5c42c868a2a072432cb65ca692
cmd/compile/internal/escape: improve DWARF .debug_line numbering for literal rewriting optimizations The literal rewriting optimizations to reduce user allocations that were implemented in CL 649079 and related CLs like CL 684116 could produce .debug_line tables such that the line numbers sometimes jumped back to a va...
[ { "path": "src/cmd/compile/internal/escape/escape.go", "patch": "@@ -539,9 +539,8 @@ func (b *batch) rewriteWithLiterals(n ir.Node, fn *ir.Func) {\n \t\treturn\n \t}\n \n-\tassignTemp := func(n ir.Node, init *ir.Nodes) {\n+\tassignTemp := func(pos src.XPos, n ir.Node, init *ir.Nodes) {\n \t\t// Preserve any...
2025-07-12T21:01:44
rust-lang/rust
6d80670bb2ea6e9d722641131d03be2c0eadc114
918214c19ae9f44eaca32d03f4a4cb10cc6089e9
test: fix exclude_tests_macro_refs test to use custom macro
[ { "path": "src/tools/rust-analyzer/crates/ide/src/references.rs", "patch": "@@ -513,61 +513,32 @@ fn test() {\n }\n \n #[test]\n- fn test_access() {\n+ fn exclude_tests_macro_refs() {\n check(\n r#\"\n-struct S { f$0: u32 }\n-\n-#[test]\n-fn test() {\n- let mut x = S { f...
2026-02-19T11:52:01
electron/electron
2ebaebb603620f18ba231bda684f9af392c76923
9bfa16ad7f118e755d340779958bcb5f2a9950b2
refactor: replace use of deprecated `base::JSONWriter::WriteJson()` (#41215) * refactor: use base::WriteJson() in ListValueToNSArray() refactor: use base::WriteJson() in DictionaryValueToNSDictionary() * refactor: use base::WriteJson() in Debugger::SendCommand() * refactor: use base::WriteJson() in ScriptingE...
[ { "path": "shell/browser/api/electron_api_debugger.cc", "patch": "@@ -159,8 +159,7 @@ v8::Local<v8::Promise> Debugger::SendCommand(gin::Arguments* args) {\n request.Set(\"sessionId\", session_id);\n }\n \n- std::string json_args;\n- base::JSONWriter::Write(request, &json_args);\n+ const auto json_a...
2024-02-02T18:25:58
facebook/react
72644ef2f2ec7a274f79f6b32320d62757521329
51dd09631ac0c7824fec55f38462846b6fe41d06
Fix `key` Warning for Flattened Positional Children (#29662) ## Summary https://github.com/facebook/react/pull/29088 introduced a regression triggering this warning when rendering flattened positional children: > Each child in a list should have a unique "key" prop. The specific scenario that triggers this i...
[ { "path": "packages/react/src/__tests__/ReactChildren-test.js", "patch": "@@ -868,6 +868,45 @@ describe('ReactChildren', () => {\n ]);\n });\n \n+ it('should warn for flattened children lists', async () => {\n+ function ComponentRenderingFlattenedChildren({children}) {\n+ return <div>{React.C...
2024-05-30T14:25:48
vercel/next.js
3efa21aad6c8f727da8d528a67a0b10765ead685
80dec3066f853fdcc6e00e66ef1661468991adff
Turbopack: Skip manifest loading in server when using route modules (#82903) ## What? When using Turbopack we'd try to load these files even when they don't exist, which adds latency because of the retrying. This PR ensures the files are skipped from loading where possible, which moves the place where it starts loadi...
[ { "path": "packages/next/src/build/utils.ts", "patch": "@@ -1164,6 +1164,7 @@ export async function isPageStatic({\n isAppPath: pageType === 'app',\n isDev: false,\n sriEnabled,\n+ needsManifestsForLegacyReasons: true,\n })\n }\n \n@@ -1436,6 +1437,7 @@ e...
2025-09-03T18:08:29
nodejs/node
d35cde624f5001e5c09b0bb75b3d34b94a859e4e
bdc266269cec8832bc39b098830ff0065a76a532
util: add sourcemap support to getCallSites PR-URL: https://github.com/nodejs/node/pull/55589 Fixes: https://github.com/nodejs/node/issues/55109 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
[ { "path": "doc/api/deprecations.md", "patch": "@@ -3899,7 +3899,7 @@ The `util.getCallSite` API has been removed. Please use [`util.getCallSites()`][\n [`url.parse()`]: url.md#urlparseurlstring-parsequerystring-slashesdenotehost\n [`url.resolve()`]: url.md#urlresolvefrom-to\n [`util._extend()`]: util.md#uti...
2024-11-04T16:06:47
rust-lang/rust
1cd345b22bfec529ad6a835474a3ee80ad04ec49
55bfca7d7d45358b220758e26869e50615e6a4e2
For panic=unwind on Wasm targets, define __cpp_exception tag Since llvm/llvm-project 159143, llvm no longer weak links the __cpp_exception tag into each object that uses it. They are now defined in compiler-rt. Rust doesn't seem to get them from compiler-rt so llvm decides they need to be imported. This adds them to l...
[ { "path": "library/unwind/src/lib.rs", "patch": "@@ -7,7 +7,7 @@\n #![cfg_attr(not(target_env = \"msvc\"), feature(libc))]\n #![cfg_attr(\n all(target_family = \"wasm\", any(not(target_os = \"emscripten\"), emscripten_wasm_eh)),\n- feature(link_llvm_intrinsics, simd_wasm64)\n+ feature(link_llvm_in...
2026-02-06T16:33:48
golang/go
385000b004616d5c42c868a2a072432cb65ca692
f506ad2644ff9c76d7e9fa00710248009d449cac
runtime: fix idle time double-counting bug This change fixes a bug in the accounting of sched.idleTime. In just the case where the GC CPU limiter needs up-to-date data, sched.idleTime is incremented in both the P-idle-time and idle-mark-work paths, but it should only be incremented in the former case. Fixes #74627. ...
[ { "path": "src/runtime/mgclimit.go", "patch": "@@ -209,14 +209,12 @@ func (l *gcCPULimiterState) updateLocked(now int64) {\n \t\tfor _, pp := range allp {\n \t\t\ttyp, duration := pp.limiterEvent.consume(now)\n \t\t\tswitch typ {\n-\t\t\tcase limiterEventIdleMarkWork:\n-\t\t\t\tfallthrough\n \t\t\tcase limi...
2025-07-15T17:11:18
facebook/react
867edc6576956f577718540c504a10bcfe2aad77
320da675705e8700bc1377a5fa22b4cdf1e52704
compiler: ValidateNoRefInRender detects writes of refs Improves ValidateNoRefAccessInRender, detecting modifications of refs during render. Fixes #29161 ghstack-source-id: 99078b3cea5b2d9019dbf77ede9c2e4cd9fbfd27 Pull Request resolved: https://github.com/facebook/react/pull/29170
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Validation/ValidateNoRefAccesInRender.ts", "patch": "@@ -10,6 +10,7 @@ import {\n HIRFunction,\n IdentifierId,\n Place,\n+ SourceLocation,\n isRefValueType,\n isUseRefType,\n } from \"../HIR\";\n@@ -117,7 +118,12 @@ function validateNoR...
2024-05-29T14:56:27
vercel/next.js
458605e68d30a6d4c8624af76d632bc63a9381cd
933463cb7872ce7076d34fe05c27f8f15007273b
fix: ensure onRequestError is invoked when otel enabled (#83343) Co-authored-by: Jiachi Liu <inbox@huozhi.im>
[ { "path": "packages/next/src/build/templates/app-page.ts", "patch": "@@ -1407,8 +1407,7 @@ export async function handler(\n )\n }\n } catch (err) {\n- // if we aren't wrapped by base-server handle here\n- if (!activeSpan && !(err instanceof NoFallbackError)) {\n+ if (!(err instanceof No...
2025-09-03T16:33:35
nodejs/node
bdc266269cec8832bc39b098830ff0065a76a532
32ff100bfa0c0f4ff72fd2228bc64b1d7ec62557
sqlite: improve error handling using MaybeLocal As per James' suggestion, consistently use MaybeLocal and avoid Check() and ToLocalChecked() entirely. Refs: https://github.com/nodejs/node/pull/54687 PR-URL: https://github.com/nodejs/node/pull/55571 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
[ { "path": "src/node_sqlite.cc", "patch": "@@ -56,40 +56,56 @@ using v8::Value;\n } \\\n } while (0)\n \n-inline Local<Object> CreateSQLiteError(Isolate* isolate, const char* message) {\n- Local<String> js_msg = String::NewFromUt...
2024-11-04T12:51:19
golang/go
f506ad2644ff9c76d7e9fa00710248009d449cac
9c507e794297c9a7f160f71b9910d5de27b9a517
cmd/compile/internal/escape: speed up analyzing some functions with many closures Escape analysis examines functions in batches. In some cases, closures are in the same batch as their parent function, but in other cases, the closures are in different batches. This can mean the per-batch ir.ReassignOracle cache is not ...
[ { "path": "src/cmd/compile/internal/escape/escape.go", "patch": "@@ -122,17 +122,24 @@ type escape struct {\n }\n \n func Funcs(all []*ir.Func) {\n-\tir.VisitFuncsBottomUp(all, Batch)\n+\t// Make a cache of ir.ReassignOracles. The cache is lazily populated.\n+\t// TODO(thepudds): consider adding a field on ...
2025-07-14T23:36:00
facebook/react
38e3b23483bf7a612391cd617a8926aa1f3cf52e
afb2c39ec36d40fff362be465e2a310661469630
Tweak error message for "Should have a queue" (#29626)
[ { "path": "packages/react-reconciler/src/ReactFiberHooks.js", "patch": "@@ -1260,7 +1260,8 @@ function updateReducerImpl<S, A>(\n \n if (queue === null) {\n throw new Error(\n- 'Should have a queue. This is likely a bug in React. Please file an issue.',\n+ 'Should have a queue. You are likel...
2024-05-29T15:41:10
nodejs/node
794cb51112f81281c11a1787194012d2e798c391
8dd0819ff38bb0bafac0957f7dbb35fe4ae662de
tools: fix root certificate updater Determine the NSS version from actual Firefox releases, instead of attempting to parse a wiki page (which is sensitive to formatting changes and relies on the page being up to date). PR-URL: https://github.com/nodejs/node/pull/55681 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> R...
[ { "path": "tools/dep_updaters/update-root-certs.mjs", "patch": "@@ -8,109 +8,78 @@ import { pipeline } from 'node:stream/promises';\n import { fileURLToPath } from 'node:url';\n import { parseArgs } from 'node:util';\n \n-// Constants for NSS release metadata.\n-const kNSSVersion = 'version';\n-const kNSSDa...
2024-11-01T16:36:45
electron/electron
bccb7b572a76a0c7f99dbdcfdb6fa76feca36da9
12870cafb7cca63c0a97a0f158f9eae6015a3dc0
chore: bump chromium to 123.0.6272.0 (main) (#41130) * chore: bump chromium in DEPS to 123.0.6265.0 * chore: bump chromium in DEPS to 123.0.6266.0 * chore: update feat_ensure_mas_builds_of_the_same_application_can_use_safestorage.patch Xref: https://chromium-review.googlesource.com/c/chromium/src/+/5232280 ...
[ { "path": "DEPS", "patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '123.0.6264.0',\n+ '123.0.6272.0',\n 'node_version':\n 'v20.11.0',\n 'nan_version':", "additions": 1, "deletions": 1, "language": "Unknown" }, { "path": "chromi...
2024-01-31T23:04:13
vercel/next.js
933463cb7872ce7076d34fe05c27f8f15007273b
93e1a4c71ea471aa10cacaa1a2e3724155f6cd9c
[test] Move error-overlay-layout to e2e tests (#83372)
[ { "path": "packages/next/src/next-devtools/dev-overlay/components/errors/error-overlay-layout/error-overlay-layout.test.tsx", "patch": "@@ -1,127 +0,0 @@\n-/**\n- * @jest-environment jsdom\n- */\n-/* eslint-disable import/no-extraneous-dependencies */\n-import { render, screen, fireEvent, act } from '@testi...
2025-09-03T15:43:37
golang/go
9c507e794297c9a7f160f71b9910d5de27b9a517
9782dcfd16bcf10f576504bacf67eb41a6cef88f
cmd/link, runtime: on Wasm, put only function index in method table and func table In the type descriptor's method table, it contains relative PCs of the methods (relative to the start of the text section) stored as 32-bit offsets. On Wasm, a PC is PC_F<<16 + PC_B, where PC_F is the function index, and PC_B is the blo...
[ { "path": "src/cmd/internal/obj/wasm/wasmobj.go", "patch": "@@ -372,6 +372,9 @@ func preprocess(ctxt *obj.Link, s *obj.LSym, newprog obj.ProgAlloc) {\n \t}\n \ttableIdxs = append(tableIdxs, uint64(numResumePoints))\n \ts.Size = pc + 1\n+\tif pc >= 1<<16 {\n+\t\tctxt.Diag(\"function too big: %s exceeds 65536...
2023-12-26T20:35:56
facebook/react
afb2c39ec36d40fff362be465e2a310661469630
c272789ce54ab2db3fb1af53c54631a7246b31bc
compiler: fixtures for fast-refresh mode (w todos) ghstack-source-id: 65dd14fe9b37328bd60fe791b23dde54da10b285 Pull Request resolved: https://github.com/facebook/react/pull/29175
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/ReactiveScopes/CodegenReactiveFunction.ts", "patch": "@@ -81,18 +81,21 @@ export function codegenFunction(\n );\n \n /**\n- * Hot-module reloading reuses component instances at runtime even as the source of the component changes.\n+ * Fast...
2024-05-20T17:20:04
nodejs/node
c2ff449e3f8fd39796cdb8d9496c47854ea1921d
c1b3531680ab41f87d869e362c80396ab9088299
crypto: fix `RSA_PKCS1_PADDING` error message The ability to revert the fix for CVE-2023-46809 was only added to Node.js 18.x, 20.x and 21.x as, per policy, security reverts are only added to the existing supported release lines at the time of the fix. The error message thrown when `RSA_PKCS1_PADDING` is used on `mai...
[ { "path": "src/crypto/crypto_cipher.cc", "patch": "@@ -1092,8 +1092,7 @@ void PublicKeyCipher::Cipher(const FunctionCallbackInfo<Value>& args) {\n if (rsa_pkcs1_implicit_rejection <= 0) {\n return THROW_ERR_INVALID_ARG_VALUE(\n env,\n- \"RSA_PKCS1_PADDING is no longer supported ...
2024-11-03T01:01:48
electron/electron
12870cafb7cca63c0a97a0f158f9eae6015a3dc0
e4d5dc138fd909de288fde82ee5d03106fe092f2
fix: move nut-js to optional spec deps (#41199)
[ { "path": "spec/package.json", "patch": "@@ -11,7 +11,6 @@\n \"@electron-ci/is-valid-window\": \"file:./is-valid-window\",\n \"@electron-ci/uv-dlopen\": \"file:./fixtures/native-addon/uv-dlopen/\",\n \"@marshallofsound/mocha-appveyor-reporter\": \"^0.4.3\",\n- \"@nut-tree/nut-js\": \"^3.1.2\"...
2024-01-31T18:35:09
rust-lang/rust
89c18c50692e18f0d085eb22091e3661904ff325
523ab42004c0f954ed404676616d58f74c80fb0a
fix: disable `bytecount/generic-simd` dependency This is a temporary measure meant to allow rustfmt to move forward with the latest subtree-push. Currently, there are issues with `bytecount/generic-simd` on the latest nightly.
[ { "path": "Cargo.toml", "patch": "@@ -30,7 +30,10 @@ path = \"src/git-rustfmt/main.rs\"\n default = [\"cargo-fmt\", \"rustfmt-format-diff\"]\n cargo-fmt = []\n rustfmt-format-diff = []\n-generic-simd = [\"bytecount/generic-simd\"]\n+# FIXME(ytmimi) re-enable \"bytecount/generic-simd\" to the `generic-simd` ...
2026-02-19T08:38:58
vercel/next.js
93e1a4c71ea471aa10cacaa1a2e3724155f6cd9c
b5fa24b7662d9cc23e95015cddfecb680908f7bf
tests: migrate on-reuqest-error tests to new model (#83383)
[ { "path": "test/e2e/on-request-error/basic/app/app-route/edge/route.js", "patch": "@@ -1,6 +1,8 @@\n-export function GET() {\n+import { connection } from 'next/server'\n+\n+export async function GET() {\n+ await connection()\n throw new Error('route-edge-error')\n }\n \n-export const dynamic = 'force-dyn...
2025-09-03T14:47:47
golang/go
c876bf9346f1afb5471947a65fb1e105caeff433
b4309ece66ca989a38ed65404850a49ae8f92742
cmd/internal/obj/wasm: use 64-bit instructions for indirect calls Currently, on Wasm, an indirect call is compiled to // function index = PC>>16, PC is already on stack I32WrapI64 I32Const $16 ShrU // set PC_B to 0 ... // actual call CallIndirect Specifically, the function index is extracted from bits 16-31 ...
[ { "path": "src/cmd/internal/obj/wasm/wasmobj.go", "patch": "@@ -465,9 +465,9 @@ func preprocess(ctxt *obj.Link, s *obj.LSym, newprog obj.ProgAlloc) {\n \n \t\t\tcase obj.TYPE_NONE:\n \t\t\t\t// (target PC is on stack)\n+\t\t\t\tp = appendp(p, AI64Const, constAddr(16)) // only needs PC_F bits (16-63), PC_B b...
2024-02-29T19:27:57
facebook/react
49ed6f0740f9d47777faafd92046f7f044cf3e5e
e2e12f33517e528bc955fe3f0098d6765f4648af
compiler: Allow global mutation in jsx props Fixes https://x.com/raibima/status/1794395807216738792 The issue is that if you pass a global-modifying function as prop to JSX, we currently report that it's invalid to modify a global during rendering. The problem is that we don't really know when/if the child component ...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Inference/InferReferenceEffects.ts", "patch": "@@ -1103,13 +1103,56 @@ function inferBlock(\n break;\n }\n case \"JsxExpression\": {\n- valueKind = {\n+ if (instrValue.tag.kind === \"Identifier\") {\n+ st...
2024-05-25T21:03:52
nodejs/node
e124b0ff7d926c14575fda90a2bfc4852670f81b
7f6ea837887a259571f4d2b8c2adcd7e688887f0
doc: broken `PerformanceObserver` code sample The code sample at the top of the "Performance measurements API" section of the docs does not run. The code in question: ```js const { PerformanceObserver, performance } = require('node:perf_hooks'); const obs = new PerformanceObserver((items) => { console.log(items.g...
[ { "path": "doc/api/perf_hooks.md", "patch": "@@ -22,18 +22,18 @@ const { PerformanceObserver, performance } = require('node:perf_hooks');\n \n const obs = new PerformanceObserver((items) => {\n console.log(items.getEntries()[0].duration);\n- performance.clearMarks();\n });\n obs.observe({ type: 'measure'...
2024-11-02T17:05:24
electron/electron
e4d5dc138fd909de288fde82ee5d03106fe092f2
6df34436171f5b0fad1fd343de08621ce3a8b669
fix: `select-usb-device` should respect `filters` option (#41166) fix: select-usb-device should respect filters option
[ { "path": "shell/browser/usb/usb_chooser_controller.cc", "patch": "@@ -120,6 +120,14 @@ void UsbChooserController::GotUsbDeviceList(\n auto* rfh = content::RenderFrameHost::FromID(render_frame_host_id_);\n v8::Isolate* isolate = JavascriptEnvironment::GetIsolate();\n v8::HandleScope scope(isolat...
2024-01-31T14:53:30
rust-lang/rust
523ab42004c0f954ed404676616d58f74c80fb0a
f6eebbdb669bb580d23b1f666fcd3f5abcf88c92
chore: bump bytecount to 0.6.9 Having some issues with the subtree-push related to bytecount. Hoping that bumping the version fixes that.
[ { "path": "Cargo.lock", "patch": "@@ -92,9 +92,9 @@ dependencies = [\n \n [[package]]\n name = \"bytecount\"\n-version = \"0.6.8\"\n+version = \"0.6.9\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce\"\n+ch...
2026-02-19T08:29:05
golang/go
b4309ece66ca989a38ed65404850a49ae8f92742
75a19dbcd7e69dc619fd57b9ed32f697121160ba
cmd/internal/doc: upgrade godoc pkgsite to 01b046e Increase the dependency on the doc tool to bring in the fixes to CL 687918 and CL 687976. Fixes golang/go#74459 Change-Id: I9cdefdfd9792a142ad14bae3d4f7bb9d8256a246 Reviewed-on: https://go-review.googlesource.com/c/go/+/687997 Reviewed-by: Jonathan Amsterdam <jba@go...
[ { "path": "src/cmd/internal/doc/main.go", "patch": "@@ -243,7 +243,7 @@ func doPkgsite(urlPath string) error {\n \t\tenv = append(env, \"GOPROXY=\"+gomodcache+\",\"+goproxy)\n \t}\n \n-\tconst version = \"v0.0.0-20250608123103-82c52f1754cd\"\n+\tconst version = \"v0.0.0-20250714212547-01b046e81fe7\"\n \tcmd...
2025-07-15T15:26:39
vercel/next.js
c316c79aefc7835a785e65d9a9e38f5da916c1fb
96c7f240ee7e02c74e283becebbc0a7d12269f36
[Cache Components] Fix revalidation of prerendered route handlers (#83375) When a prerendered and deployed route handler is revalidated, we can not rely on having a cache handler that does in-memory caching. So we need to provide a prerender resume data cache (RDC) instead, to ensure that the revalidation doesn't fail...
[ { "path": "packages/next/src/server/route-modules/app-route/module.ts", "patch": "@@ -84,6 +84,7 @@ import { INFINITE_CACHE } from '../../../lib/constants'\n import { executeRevalidates } from '../../revalidation-utils'\n import { trackPendingModules } from '../../app-render/module-loading/track-module-load...
2025-09-03T13:29:11
facebook/react
3b29ed16386c1afb2e76c3db0d576184154ec141
b44263addb4c4f74cb6520c5f652b35bda24a015
Fix "findNodeHandle inside its render()" False Positive Warning (#29627) This was missed in https://github.com/facebook/react/pull/29038 when unifying the "owner" abstractions, causing `findNodeHandle` to warn even outside of `render()` invocations.
[ { "path": "packages/react-native-renderer/src/ReactNativePublicCompat.js", "patch": "@@ -90,7 +90,7 @@ export function findHostInstance_DEPRECATED<TElementType: ElementType>(\n export function findNodeHandle(componentOrHandle: any): ?number {\n if (__DEV__) {\n const owner = currentOwner;\n- if (ow...
2024-05-29T03:36:41
rust-lang/rust
4916d9538151589027f8fb243de94a1af2774f2a
18a4108bf24e88f1537ed1f87264a64d0fb0f70d
Fix unnecessary_min_or_max for usize Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>
[ { "path": "clippy_lints/src/methods/unnecessary_min_or_max.rs", "patch": "@@ -88,7 +88,17 @@ fn detect_extrema<'tcx>(cx: &LateContext<'tcx>, expr: &'tcx Expr<'_>) -> Option<\n match (cv.int_value(cx.tcx, ty)?, ty.kind()) {\n (FullInt::S(i), &ty::Int(ity)) if i == i128::MIN >> (128 - ity.bit_widt...
2026-02-19T08:24:28
nodejs/node
df4a0c996d374ed3ea168303e36271539ee44a74
7b01758ded981fc0d95aa719b221aaa4e255421b
typings: fix `ModulesBinding` types PR-URL: https://github.com/nodejs/node/pull/55549 Refs: https://github.com/nodejs/node/pull/55412/files#r1817708918 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
[ { "path": "typings/internalBinding/modules.d.ts", "patch": "@@ -9,7 +9,7 @@ export type PackageConfig = {\n export type DeserializedPackageConfig = {\n data: PackageConfig,\n exists: boolean,\n- path: URL['pathname'],\n+ path: string,\n }\n export type SerializedPackageConfig = [\n PackageConfig['na...
2024-11-02T16:36:49
vercel/next.js
6ffc0c704e00bda4000711658eb50fa92d4202d2
d373280a90504c09c8cc74f447ae938d4b7cc95c
fix: shrink bottom stack container height (#83377)
[ { "path": "packages/next/src/next-devtools/dev-overlay/components/errors/error-overlay-bottom-stack/index.tsx", "patch": "@@ -66,7 +66,8 @@ export const styles = `\n place-items: center center;\n width: 100%;\n position: fixed;\n- overflow: hidden;\n+ height: 0;\n+ overflow: visible;\n ...
2025-09-03T11:44:51
electron/electron
6df34436171f5b0fad1fd343de08621ce3a8b669
85bebfb18073d623f1963f8c5a6d9b24295d691d
fix: validate `printToPDF` `margins` against `pageSize` (#41157) fix: validate margins against pageSize
[ { "path": "lib/browser/api/web-contents.ts", "patch": "@@ -220,6 +220,16 @@ function parsePageSize (pageSize: string | ElectronInternal.PageSize) {\n let pendingPromise: Promise<any> | undefined;\n WebContents.prototype.printToPDF = async function (options) {\n const margins = checkType(options.margins ??...
2024-01-31T09:48:41
golang/go
7dceabd3be3d119bb2539030e0e824ad85a10202
d826bf4d7440ee07f865e5852638b5a2468687ff
runtime/maps: fix typo in group.go comment (instrinsified -> intrinsified) Several comments refer to bitset as 'instrinsified', which is likely a typo, because it refers to the output of the intrinsics implemented with SIMD. Change-Id: I00f26b8d8128592ee0e9dc8a1b1480c93a9542d6 GitHub-Last-Rev: 8a4236710979f2f969210e0...
[ { "path": "src/internal/runtime/maps/group.go", "patch": "@@ -157,7 +157,7 @@ func (g ctrlGroup) matchH2(h uintptr) bitset {\n // Portable implementation of matchH2.\n //\n // Note: On AMD64, this is an intrinsic implemented with SIMD instructions. See\n-// note on bitset about the packed instrinsified retu...
2025-07-15T12:21:38
facebook/react
9d530e94c40a9adf3fbf24390ee09f10dc5dcc2d
c998bb1ed4b3285398c9c7797135d3f060243c6a
[compiler:babel] Don't read config files when not running as part of user's pipeline When the user app has a babel.config file that is missing the compiler, strange things happen as babel does some strange merging of options from the user's config and in various callsites like in our eslint rule and healthcheck script...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Babel/RunReactCompilerBabelPlugin.ts", "patch": "@@ -36,6 +36,8 @@ export function runBabelPluginReactCompiler(\n \"babel-plugin-fbt-runtime\",\n ],\n sourceType: \"module\",\n+ configFile: false,\n+ babelrc: false,\n });\n ...
2024-05-29T02:41:01
rust-lang/rust
8b03e83d2dec60884b07a9b51f419517cec43db7
9437c83913748e9215cba13f11b33585abb9f15e
fix genmc build
[ { "path": "src/tools/miri/src/concurrency/genmc/shims.rs", "patch": "@@ -24,24 +24,22 @@ impl GenmcCtx {\n }\n }\n \n+/// Small helper to get the arguments of an intercepted function call.\n+fn get_fn_args<'tcx, const N: usize>(\n+ instance: ty::Instance<'tcx>,\n+ args: &[FnArg<'tcx>],\n+) -> Inte...
2026-02-19T07:37:22
nodejs/node
7b01758ded981fc0d95aa719b221aaa4e255421b
68dc15e400d1d85772aefc6ad1f0d3ca9c7a734e
Revert "fs,win: fix bug in paths with trailing slashes" This reverts commit 00b2f07f9ddeb8ffd2fb2108b0ed9ffa81ea000d. PR-URL: https://github.com/nodejs/node/pull/55527 Fixes: https://github.com/nodejs/node/issues/17801 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol...
[ { "path": "lib/fs.js", "patch": "@@ -385,11 +385,7 @@ function readFile(path, options, callback) {\n const req = new FSReqCallback();\n req.context = context;\n req.oncomplete = readFileAfterOpen;\n- binding.open(\n- getValidatedPath(path, 'path', { expectFile: true, syscall: 'read' }),\n- flag...
2024-11-02T16:24:29
golang/go
d826bf4d7440ee07f865e5852638b5a2468687ff
bb07e55aff3041032ac8c851f4fefbd038783240
os: remove useless error check Change-Id: Ifeb5fecc6e28b79ac03e7dc2ce9531fe5eed3097 GitHub-Last-Rev: 087cf95965920c96befad5adb9e481bdf913d50a GitHub-Pull-Request: golang/go#66260 Reviewed-on: https://go-review.googlesource.com/c/go/+/570895 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUC...
[ { "path": "src/os/os_windows_test.go", "patch": "@@ -64,9 +64,6 @@ func TestSameWindowsFile(t *testing.T) {\n \t}\n \n \tp := filepath.VolumeName(path) + filepath.Base(path)\n-\tif err != nil {\n-\t\tt.Fatal(err)\n-\t}\n \tia3, err := os.Stat(p)\n \tif err != nil {\n \t\tt.Fatal(err)", "additions": 0, ...
2024-03-12T07:37:52
electron/electron
0e0a0bf724064400c117ba68e761818fd5b2ad30
08615b2d4e6498cb0a110bd4d80d76066f85d860
fix: avoid potential `CHECK()` failure in `DictionaryToRect()` (#41160) refactor: use gfx::Rect::Contains() instead of reinventing the wheel perf: use base::Value::FindInt() to avoid redundant map lookups
[ { "path": "shell/browser/ui/inspectable_web_contents.cc", "patch": "@@ -15,6 +15,7 @@\n #include \"base/json/string_escape.h\"\n #include \"base/memory/raw_ptr.h\"\n #include \"base/metrics/histogram.h\"\n+#include \"base/ranges/algorithm.h\"\n #include \"base/stl_util.h\"\n #include \"base/strings/pattern....
2024-01-30T20:48:47
vercel/next.js
886f543a27c66824e995df4fee4d1f679a0f109d
caffa0d866773a03346b484336a582ba53b27f02
fix(ppr): fix prerender info matching for rewritten paths (#83359) ## What? Fixed prerender info matching for rewritten paths in App Router by using `resolvedPathname` instead of `parsedUrl.pathname` in the app-page template. ## Why? Previously, the app-page template used `parsedUrl.pathname` to match against `prer...
[ { "path": "packages/next/src/build/templates/app-page.ts", "patch": "@@ -89,6 +89,7 @@ import * as entryBase from '../../server/app-render/entry-base' with { 'turbopac\n import { RedirectStatusCode } from '../../client/components/redirect-status-code'\n import { InvariantError } from '../../shared/lib/invar...
2025-09-03T11:04:39
facebook/react
c998bb1ed4b3285398c9c7797135d3f060243c6a
61aa159086b1a4f1dda987fc4b40e6396d05c5cd
[compiler] Run prettier, fix snap After this is merged, I'll add it to .git-blame-ignore-revs. I can't do it now as the hash will change after ghstack lands this stack. ghstack-source-id: 054ca869b7839c589524c47d1962262f6b50f8ed Pull Request resolved: https://github.com/facebook/react/pull/29214
[ { "path": "compiler/apps/playground/colors.js", "patch": "@@ -5,7 +5,6 @@\n * LICENSE file in the root directory of this source tree.\n */\n \n-\n /**\n * Sync from <https://github.com/reactjs/reactjs.org/blob/main/beta/colors.js>.\n */", "additions": 0, "deletions": 1, "language": "JavaScri...
2024-05-29T02:41:00
nodejs/node
68dc15e400d1d85772aefc6ad1f0d3ca9c7a734e
9a16fdea34316831cfcc26be41c7c8c918630de8
util: fix util.getCallSites plurality `util.getCallSite` returns an array of call site objects. Rename the function to reflect that it returns a given count of frames captured as an array of call site object. Renames the first parameter `frames` to be `frameCount` to indicate that it specifies the count of returned c...
[ { "path": "benchmark/util/get-callsite.js", "patch": "@@ -1,15 +1,15 @@\n 'use strict';\n \n const common = require('../common');\n-const { getCallSite } = require('node:util');\n+const { getCallSites } = require('node:util');\n const assert = require('node:assert');\n \n const bench = common.createBenchmar...
2024-11-02T15:24:56
golang/go
3f789721d6298b7f4406a0106670c4d4ad70a28d
b69622b83e38b58a461938163fdef03683a2a871
[dev.simd] cmd/compile: mark SIMD types non-fat This CL fixes the merge locals error. The culprit is that liveness analysis wrongly mark SIMD structs fat, hence making `StoreReg` of SIMD vectors not a varkill effect, making the liveness range of SIMD vectors not closed correctly, further making mergelocals merged 2 co...
[ { "path": "src/cmd/compile/internal/liveness/plive.go", "patch": "@@ -1534,6 +1534,9 @@ func isfat(t *types.Type) bool {\n \t\t\t}\n \t\t\treturn true\n \t\tcase types.TSTRUCT:\n+\t\t\tif t.IsSIMD() {\n+\t\t\t\treturn false\n+\t\t\t}\n \t\t\t// Struct with 1 field, check if field is fat\n \t\t\tif t.NumFiel...
2025-07-12T08:13:04
vercel/next.js
10e70b613b94e3251091caf700c0dc198fd0dc45
295c5162711498ddffbb08edbacf52860d30d35a
Turbopack: Implement `TaskInput` for `ReadRef`, use a `ReadRef` input for `AssetIdent::new` (#83356) @lukesandberg and I noticed this opportunity. ### Hypothesis `AssetIdent::new` is a dummy constructor function used for caching value with unique `Vc`s. It is called frequently. The `AssetIdent` struct is large and c...
[ { "path": "turbopack/crates/turbo-tasks-macros/src/value_macro.rs", "patch": "@@ -207,7 +207,7 @@ impl Parse for ValueArguments {\n }\n \n pub fn value(args: TokenStream, input: TokenStream) -> TokenStream {\n- let mut item = parse_macro_input!(input as Item);\n+ let item = parse_macro_input!(input as...
2025-09-03T00:36:55
electron/electron
90c7d6c82383c237977d33ae3da5eeafa93aefc3
6786fde576276b8915a4e486ff0c35a3bc1036c0
fix: `shouldPrintBackgrounds` -> `printBackground` in `webContents.printToPDF` (#41161) fix: shouldPrintBackgrounds -> printBackground
[ { "path": "shell/browser/api/electron_api_web_contents.cc", "patch": "@@ -3149,7 +3149,7 @@ v8::Local<v8::Promise> WebContents::PrintToPDF(const base::Value& settings) {\n auto landscape = settings.GetDict().FindBool(\"landscape\");\n auto display_header_footer =\n settings.GetDict().FindBool(\"di...
2024-01-30T20:47:55
facebook/react
61aa159086b1a4f1dda987fc4b40e6396d05c5cd
a9a01068084550c0c71d8da222eb67eb7024c5b3
[compiler] Fix up prettier Our prettier setup is all messed up after the merge, so this PR should fix things ghstack-source-id: f825460ea6637138db6ba08fd6136fac3f7aa001 Pull Request resolved: https://github.com/facebook/react/pull/29213
[ { "path": ".github/workflows/compiler-typescript.yml", "patch": "@@ -24,6 +24,25 @@ jobs:\n run: echo \"matrix=$(find packages -mindepth 1 -maxdepth 1 -type d | sed 's!packages/!!g' | tr '\\n' ',' | sed s/.$// | jq -Rsc '. / \",\" - [\"\"]')\" >> $GITHUB_OUTPUT\n \n # Hardcoded to improve parallel...
2024-05-29T02:41:00
nodejs/node
10cce655cac552c2babbb63083dfe54e6ba7f05f
81859cf01f7c0d644a80ec7bdd90f672b3d5444b
assert: fix the string length check for printing the simple diff PR-URL: https://github.com/nodejs/node/pull/55474 Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
[ { "path": "lib/internal/assert/assertion_error.js", "patch": "@@ -134,7 +134,14 @@ function getStackedDiff(actual, expected) {\n }\n \n function getSimpleDiff(originalActual, actual, originalExpected, expected) {\n- const stringsLen = actual.length + expected.length;\n+ let stringsLen = actual.length + ex...
2024-11-02T15:12:12
golang/go
9159cd4ec6b0e9475dc9c71c830035c1c4c13483
c6556b8eb3444b6d5473762ed1082039db7e03b5
encoding/json: decompose legacy options WARNING: This commit contains breaking changes for those already using GOEXPERIMENT=jsonv2. This decomposes FormatBytesWithLegacySemantics as: * FormatBytesWithLegacySemantics * FormatByteArrayAsArray * ParseBytesWithLooseRFC4648 This decomposes FormatTimeWithLegacySemantics a...
[ { "path": "src/encoding/json/internal/jsonflags/flags.go", "patch": "@@ -58,11 +58,14 @@ const (\n \t\tFormatNilSliceAsNull |\n \t\tMatchCaseInsensitiveNames |\n \t\tCallMethodsWithLegacySemantics |\n+\t\tFormatByteArrayAsArray |\n \t\tFormatBytesWithLegacySemantics |\n-\t\tFormatTimeWithLegacySemantics |\n...
2025-07-01T22:39:49
facebook/react
bd4bb32fe708bace6fa927834220f571ff583f39
46339720d75337ae1d1e113fd56ac99e7fd1a0b3
compiler: fix for calls on builtin jsx/function types When I added new builtin types for jsx and functions, i forget to add a shape definition. This meant that attempting to accesss a property or method on these types would cause an internal error with an unresolved shape. That wasn't obvious because we rarely call me...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/HIR/ObjectShape.ts", "patch": "@@ -431,6 +431,9 @@ addObject(BUILTIN_SHAPES, BuiltInMixedReadonlyId, [\n [\"*\", { kind: \"Object\", shapeId: BuiltInMixedReadonlyId }],\n ]);\n \n+addObject(BUILTIN_SHAPES, BuiltInJsxId, []);\n+addObject(BUILTIN_...
2024-05-28T22:09:34
electron/electron
fc917985ae8165e0cbcc11b3bebbcc995b1bd271
ffec3127d55a31c6735b4364fec5250dbbc5ac64
fix: ensure `WebContents` before checking draggable region (#41154) fix: ensure WebContents before checking draggable region
[ { "path": "shell/browser/api/electron_api_web_contents_view.cc", "patch": "@@ -81,11 +81,14 @@ void WebContentsView::SetBackgroundColor(std::optional<WrappedSkColor> color) {\n }\n \n int WebContentsView::NonClientHitTest(const gfx::Point& point) {\n- gfx::Point local_point(point);\n- views::View::Convert...
2024-01-30T10:53:19
vercel/next.js
a9d62b0d8ef862aaaed21b09fa004cbcf795ca0f
f49402c7ff0286f5ca6c23c8ff712fc7f1845c53
fix(turbopack): Pass correct browserslist to `styled-jsx` (#83334) ### What? Pass the correct browserslist query to `lightningcss` in `styled-jsx`. ### Why? To fix an issue with `styled-jsx`. #### Testing instruction: 1. `git clone https://github.com/kdy1/repro-next-styled-jsx-526 ~/projects/repro-next-styled-jsx...
[ { "path": "crates/next-api/src/project.rs", "patch": "@@ -997,6 +997,7 @@ impl Project {\n format!(\"/ROOT/{}\", self.project_path().await?.path).into(),\n this.define_env.nodejs(),\n self.current_node_js_version(),\n+ this.browserslist_query.clone(),\n ...
2025-09-02T17:56:18
rust-lang/rust
6314bd72db4badf597b584b33a00967cc7f590f1
e0cb264b814526acb82def4b5810e394a2ed294f
fix(codegen): Use `body_codegen_attrs` for caller in `adjust_target_feature_sig`
[ { "path": "compiler/rustc_middle/src/ty/context.rs", "patch": "@@ -1330,8 +1330,8 @@ impl<'tcx> TyCtxt<'tcx> {\n caller: DefId,\n ) -> Option<ty::Binder<'tcx, ty::FnSig<'tcx>>> {\n let fun_features = &self.codegen_fn_attrs(fun_def).target_features;\n- let callee_features = &self.c...
2026-02-19T05:52:42
nodejs/node
824c149e79af858be99f35a748a949995daba75b
a53c0cc7fcb51cffeb8058b26d9123b6c61ef157
doc: improve c++ embedder API doc normalise the headers, fixup bullet points and expand `node::IsolateData` scope for clarity. PR-URL: https://github.com/nodejs/node/pull/55597 Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
[ { "path": "doc/api/embedding.md", "patch": "@@ -23,7 +23,7 @@ a Node.js-specific environment.\n \n The full code can be found [in the Node.js source tree][embedtest.cc].\n \n-### Setting up per-process state\n+### Setting up a per-process state\n \n Node.js requires some per-process state management in orde...
2024-11-01T03:43:53
facebook/react
46339720d75337ae1d1e113fd56ac99e7fd1a0b3
97722ca3d4675d544eb3753438aac70f01bbbf1f
compiler: error on reassigning to const We currently don't report an error if the code attempts to reassign a const. Our thinking has been that we're not trying to catch all possible mistakes you could make in JavaScript — that's what ESLint, TypeScript, and Flow are for — and that we want to focus on React errors. Ho...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/HIR/BuildHIR.ts", "patch": "@@ -3336,6 +3336,20 @@ function lowerIdentifierForAssignment(\n });\n return null;\n }\n+ } else if (\n+ binding.bindingKind === \"const\" &&\n+ kind === InstructionKind.Reassign\n+ ) {\n+ bui...
2024-05-28T19:12:15
golang/go
b69622b83e38b58a461938163fdef03683a2a871
4993a91ae18f0e0f0edf6d86ff5bb26fd9182731
[dev.simd] cmd/compile, simd: adjust Shift.* operations This CL does: 1. Removes ShiftRightSignExtended, default signed vectors to shift arithmetic, and unsigned to shift logical. 2. Add the missing Shifts which were left out by YAML error in the generator. This CL is generated by CL 687595. Change-Id: I663115...
[ { "path": "src/cmd/compile/internal/amd64/simdssa.go", "patch": "@@ -273,15 +273,6 @@ func ssaGenSIMDValue(s *ssagen.State, v *ssa.Value) bool {\n \t\tssa.OpAMD64VPSLLVQ128,\n \t\tssa.OpAMD64VPSLLVQ256,\n \t\tssa.OpAMD64VPSLLVQ512,\n-\t\tssa.OpAMD64VPSRLVW128,\n-\t\tssa.OpAMD64VPSRLVW256,\n-\t\tssa.OpAMD64V...
2025-07-11T17:56:22
electron/electron
de76fc01ec9891d5918424982512d4648a725027
2571396584b698ab30181e62cd444e29ac51dbee
chore: fix outdated osk patch on main branch (#41152)
[ { "path": "patches/chromium/fix_on-screen-keyboard_hides_on_input_blur_in_webview.patch", "patch": "@@ -9,10 +9,10 @@ focus node change via TextInputManager.\n chromium-bug: https://crbug.com/1369605\n \n diff --git a/content/browser/renderer_host/render_widget_host_view_aura.cc b/content/browser/renderer_h...
2024-01-29T06:35:33
vercel/next.js
9163d25a3c70358ff782d0c6495e6b0d7e073da9
8f7790ab4750e358b33506d6bb4b2ad505420557
docs: use `resourceFromAttributes` to replace `new Resource()` to obtain `Resource` (#83321) ### What? By following the default method to integrate OpenTelemetry in Next.js applications... this error occurs: ``` 'Resource' only refers to a type, but is being used as a value here. ``` ### Why? `Resource` presented ...
[ { "path": "docs/01-app/02-guides/open-telemetry.mdx", "patch": "@@ -117,13 +117,13 @@ export async function register() {\n \n ```ts filename=\"instrumentation.node.ts\" switcher\n import { OTLPTraceExporter } from '@opentelemetry/exporter-trace-otlp-http'\n-import { Resource } from '@opentelemetry/resources...
2025-09-02T16:57:41
nodejs/node
a53c0cc7fcb51cffeb8058b26d9123b6c61ef157
e2bd64ddfe76a2c1d531c92eb713cf013d267f3b
src: fix dns crash when failed to create NodeAresTask PR-URL: https://github.com/nodejs/node/pull/55521 Fixes: https://github.com/nodejs/node/issues/52439 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
[ { "path": "src/cares_wrap.cc", "patch": "@@ -145,14 +145,10 @@ void ares_sockstate_cb(void* data, ares_socket_t sock, int read, int write) {\n ares_poll_cb);\n \n } else {\n- /* read == 0 and write == 0 this is c-ares's way of notifying us that */\n- /* the socket is now closed. We...
2024-11-01T03:28:03
facebook/react
163122766b6008e992898b00f1fe3b104ed78737
2787eebe52864356252a280fd811cd9d52807a82
Fix: Use action implementation at time of dispatch (#29618) Fixes the behavior of actions that are queued by useActionState to use the action function that was current at the time it was dispatched, not at the time it eventually executes. The conceptual model is that the action is immediately dispatched, as if i...
[ { "path": "packages/react-dom/src/__tests__/ReactDOMForm-test.js", "patch": "@@ -1097,7 +1097,7 @@ describe('ReactDOMForm', () => {\n });\n \n // @gate enableAsyncActions\n- test('queues multiple actions and runs them in order', async () => {\n+ test('useActionState: queues multiple actions and runs t...
2024-05-28T19:08:59
golang/go
bbb6dccd8486d1dc0b3042865e7bc0fce54137fc
1440ff70362f85c86b54b5c428fd95cb6cb35d91
[dev.simd] simd: fix documentations This CL is generated by CL 687415. Change-Id: I2d778717013af613c442116658f42a4a4cc5d734 Reviewed-on: https://go-review.googlesource.com/c/go/+/687376 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: David Chase <drchase@google.c...
[ { "path": "src/cmd/compile/internal/ssa/_gen/simdAMD64.rules", "patch": "@@ -380,12 +380,12 @@\n (GaloisFieldAffineTransformUint8x16 ...) => (VGF2P8AFFINEQB128 ...)\n (GaloisFieldAffineTransformUint8x32 ...) => (VGF2P8AFFINEQB256 ...)\n (GaloisFieldAffineTransformUint8x64 ...) => (VGF2P8AFFINEQB512 ...)\n-(...
2025-07-11T02:11:22
vercel/next.js
46e4d6ac797dc59832ad8f605d62e3f55485dbcf
abfc98ff542c7589ae598281eaa2f2708767c9bc
fix(Turbopack): Give intercept routes correct regex in generated manifest files (#83128)
[ { "path": "Cargo.lock", "patch": "@@ -4347,6 +4347,7 @@ dependencies = [\n \"qstring\",\n \"react_remove_properties\",\n \"regex\",\n+ \"regress\",\n \"remove_console\",\n \"rustc-hash 2.1.1\",\n \"serde\",\n@@ -5832,9 +5833,9 @@ dependencies = [\n \n [[package]]\n name = \"regress\"\n-version = \"0.1...
2025-09-02T14:13:15
electron/electron
2571396584b698ab30181e62cd444e29ac51dbee
8104c7908a2e281cdb2e380dd2ec49c3ead7fa3e
fix: update osk patch to fix more corner cases (#41131) This is a follow up to https://github.com/electron/electron/pull/35921 that, it fixes more corner cases that on-screen-keyboard does not hide for webviews. This change has been applied in Teams for quite a while and should be reliable enough to introduce to...
[ { "path": "patches/chromium/fix_on-screen-keyboard_hides_on_input_blur_in_webview.patch", "patch": "@@ -3,47 +3,89 @@ From: Kyrylo Hrechykhin <khrechykhin@microsoft.com>\n Date: Thu, 6 Oct 2022 18:30:53 +0200\n Subject: fix: on-screen-keyboard hides on input blur in webview\n \n-Changes introduced by this p...
2024-01-29T01:42:59
rust-lang/rust
c9a76c4da5857546c0880c6e0fd5267532968416
94f6e7efd37f1ab2f045e4f4685076696ad690fd
style: fix clippy collapsible_if warning
[ { "path": "src/tools/rust-analyzer/crates/ide-db/src/path_transform.rs", "patch": "@@ -580,10 +580,10 @@ impl Ctx<'_> {\n }\n }\n \n- if let hir::ModuleDef::Variant(v) = def {\n- if v.kind(self.source_scope.db) != hir::StructKind::Unit {\...
2026-02-19T05:06:43
nodejs/node
f67e45e0702baef1ee1253042e48fcb7b806d3b3
d080f0db1f7d05bbf058425485f14c29f471a7ba
http2: fix client async storage persistence Create and store an AsyncResource for each stream, following a similar approach as used in HttpAgent. Fixes: https://github.com/nodejs/node/issues/55376 PR-URL: https://github.com/nodejs/node/pull/55460 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Stephen Bel...
[ { "path": "lib/internal/http2/core.js", "patch": "@@ -60,6 +60,8 @@ const {\n owner_symbol,\n },\n } = require('internal/async_hooks');\n+const { AsyncResource } = require('async_hooks');\n+\n const {\n AbortError,\n aggregateTwoErrors,\n@@ -241,6 +243,7 @@ const kPendingRequestCalls = Symbol('kPe...
2024-10-31T17:08:45
facebook/react
681a4aa81022d4053f990d905d6453c73d2ee644
4ec6a6f71475a6f2fee39a0e604ddbbd2f124164
Throw if React and React DOM versions don't match (#29236) Throw an error during module initialization if the version of the "react-dom" package does not match the version of "react". We used to be more relaxed about this, because the "react" package changed so infrequently. However, we now have many more feature...
[ { "path": "packages/react-dom/src/client/ReactDOMClient.js", "patch": "@@ -19,6 +19,9 @@ import ReactVersion from 'shared/ReactVersion';\n import {getClosestInstanceFromNode} from 'react-dom-bindings/src/client/ReactDOMComponentTree';\n import Internals from 'shared/ReactDOMSharedInternals';\n \n+import {en...
2024-05-28T18:06:30
golang/go
1e48ca7020adf13e0fa4a6c2053f210b869bfa24
a0a99cb22b2045b15509d1002a655db407a44a50
encoding/json: remove legacy option to EscapeInvalidUTF8 In the presence of invalid UTF-8, the AllowInvalidUTF8 option allows such bytes to be present, but silently mangles them using the Unicode replacement character. The v2 default is to emit the replacement character verbatim (which is valid UTF-8 and exactly what...
[ { "path": "src/encoding/json/internal/jsonflags/flags.go", "patch": "@@ -52,7 +52,6 @@ const (\n \t\tAllowInvalidUTF8 |\n \t\tEscapeForHTML |\n \t\tEscapeForJS |\n-\t\tEscapeInvalidUTF8 |\n \t\tPreserveRawStrings |\n \t\tDeterministic |\n \t\tFormatNilMapAsNull |\n@@ -77,7 +76,7 @@ const (\n \tWhitespaceFla...
2025-07-10T00:08:49
electron/electron
8104c7908a2e281cdb2e380dd2ec49c3ead7fa3e
db2bf1a0d1be6b81ca2d1a6b693b78753d3ba6ea
fix: potential `async_hooks` crash in `NotifyWindowRestore` on Windows (#40576) * fix: potential async_hooks crash in NotifyWindowRestore on Windows * fix: don't use CallbackScope for Error objects
[ { "path": "shell/browser/api/electron_api_auto_updater.cc", "patch": "@@ -32,13 +32,26 @@ void AutoUpdater::OnError(const std::string& message) {\n v8::Isolate* isolate = JavascriptEnvironment::GetIsolate();\n v8::HandleScope handle_scope(isolate);\n v8::Local<v8::Object> wrapper;\n+\n+ // We do not ...
2024-01-26T18:53:07
vercel/next.js
2bcb4bd6e85f7037a2998ea66691d3bb60e9a5ce
7aa5d162311150921cc9441434b003aeb5800ca2
Unflake `missing required html tags` test (#83328) [Flakiness metric](https://app.datadoghq.com/ci/test/runs?query=test_level%3Atest%20env%3Aci%20%40git.repository.id%3Agithub.com%2Fvercel%2Fnext.js%20%40test.service%3Anextjs%20%40test.status%3Afail%20%40test.name%3A%22app-dir%20-%20missing%20required%20html%20tags%20...
[ { "path": "test/development/app-dir/missing-required-html-tags/index.test.ts", "patch": "@@ -35,18 +35,22 @@ describe('app-dir - missing required html tags', () => {\n `)\n })\n \n- it('should hmr when you fix the error', async () => {\n- const browser = await next.browser('/')\n-\n- await next...
2025-09-02T13:23:02
nodejs/node
d080f0db1f7d05bbf058425485f14c29f471a7ba
4379dfb1fdcd6a862ae5c3c74757efdc5bc11b0d
module: unify TypeScript and .mjs handling in CommonJS This refactors the CommonJS loading a bit to create a center point that handles source loading (`loadSource`) and make format detection more consistent to pave the way for future synchronous hooks. - Handle .mjs in the .js handler, similar to how .cjs has been ha...
[ { "path": "lib/internal/modules/cjs/loader.js", "patch": "@@ -100,6 +100,9 @@ const kIsMainSymbol = Symbol('kIsMainSymbol');\n const kIsCachedByESMLoader = Symbol('kIsCachedByESMLoader');\n const kRequiredModuleSymbol = Symbol('kRequiredModuleSymbol');\n const kIsExecuting = Symbol('kIsExecuting');\n+\n+con...
2024-10-31T15:43:57
facebook/react
ea6e05912aa43a0bbfbee381752caa1817a41a86
b078c810c787cf13d9bd1958f083b4e3a162a720
[Fiber] Enable Native console.createTask Stacks When Available (#29223) Stacked on #29206 and #29221. This disables appending owner stacks to console when `console.createTask` is available in the environment. Instead we rely on native "async" stacks that end up looking like this with source maps and ignore list ...
[ { "path": "packages/react-devtools-shared/src/backend/DevToolsFiberComponentStack.js", "patch": "@@ -98,3 +98,10 @@ export function getStackByFiberInDevAndProd(\n return '\\nError generating stack: ' + x.message + '\\n' + x.stack;\n }\n }\n+\n+export function supportsNativeConsoleTasks(fiber: Fiber): ...
2024-05-26T21:55:57
electron/electron
db2bf1a0d1be6b81ca2d1a6b693b78753d3ba6ea
6c9f9de40ac6a46da7f5766ec97388030b77f3e6
fix: apply module search paths restriction on worker and child process (#41118)
[ { "path": "filenames.auto.gni", "patch": "@@ -260,7 +260,6 @@ auto_filenames = {\n \"lib/common/deprecate.ts\",\n \"lib/common/init.ts\",\n \"lib/common/ipc-messages.ts\",\n- \"lib/common/reset-search-paths.ts\",\n \"lib/common/web-view-methods.ts\",\n \"lib/common/webpack-globals-pro...
2024-01-26T08:29:04
golang/go
a0a99cb22b2045b15509d1002a655db407a44a50
9d04122d240db4de36bf9ef4f5627e0025201bd9
encoding/json/v2: report wrapped io.ErrUnexpectedEOF In the event that the input is just JSON whitespace, the underlying jsontext.Decoder treats this as an empty stream and reports io.EOF. The logic in unmarshalFull simply casted io.EOF as io.ErrUnexpectedEOF, which is inconsistent with how all other io.ErrUnexpected...
[ { "path": "src/encoding/json/decode_test.go", "patch": "@@ -12,6 +12,7 @@ import (\n \t\"errors\"\n \t\"fmt\"\n \t\"image\"\n+\t\"io\"\n \t\"maps\"\n \t\"math\"\n \t\"math/big\"\n@@ -469,11 +470,13 @@ var unmarshalTests = []struct {\n \t{CaseName: Name(\"\"), in: `{\"alphabet\": \"xyz\"}`, ptr: new(U), err:...
2025-07-09T23:55:14
nodejs/node
4379dfb1fdcd6a862ae5c3c74757efdc5bc11b0d
a465b206d71ff99e8d7e131638f59adb7cd1ec3a
http: add diagnostic channel `http.client.request.created` PR-URL: https://github.com/nodejs/node/pull/55586 Fixes: https://github.com/nodejs/node/issues/55352 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: theanarkh <theratliter@gmail.com>
[ { "path": "doc/api/diagnostics_channel.md", "patch": "@@ -1123,6 +1123,13 @@ independently.\n \n #### HTTP\n \n+`http.client.request.created`\n+\n+* `request` {http.ClientRequest}\n+\n+Emitted when client creates a request object.\n+Unlike `http.client.request.start`, this event is emitted before the reques...
2024-10-31T13:04:25
facebook/react
b078c810c787cf13d9bd1958f083b4e3a162a720
d6cfa0f295f4c8b366af15fd20c84e27cdd1fab7
[Fiber] Replace setCurrentDebugFiberInDEV with runWithFiberInDEV (#29221) Stacked on #29044. To work with `console.createTask(...).run(...)` we need to be able to run a function in the scope of the task. The main concern with this, other than general performance, is that it might add more stack frames on very ...
[ { "path": "packages/react-reconciler/src/ReactChildFiber.js", "patch": "@@ -63,10 +63,7 @@ import {createThenableState, trackUsedThenable} from './ReactFiberThenable';\n import {readContextDuringReconciliation} from './ReactFiberNewContext';\n import {callLazyInitInDEV} from './ReactFiberCallUserSpace';\n \...
2024-05-25T15:58:40
vercel/next.js
f1d4b5dd084426306475e40f0beb476e783edbd0
4453d20e610c1fd34c7f81eedf3812827cf1184c
Fix deployment tests (#83306)
[ { "path": "test/production/next-server-nft/next-server-nft.test.ts", "patch": "@@ -2,14 +2,18 @@ import { nextTestSetup } from 'e2e-utils'\n import path from 'path'\n import fs from 'fs'\n \n+const isReact18 = parseInt(process.env.NEXT_TEST_REACT_VERSION) === 18\n+\n // Only run this test for Turbopack as i...
2025-09-01T17:23:56
golang/go
1ca23682dd7b2706daa94e428b3b82cc85a752c0
4bc3373c8e2cad24a779698477704306548949cb
crypto/rsa: fix documentation formatting Change-Id: I6a6a696422f9ab73b9ddee131b17d3c177fefc4e Reviewed-on: https://go-review.googlesource.com/c/go/+/687615 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Roland Shoemaker <roland@golang.org> Reviewed-by: Carlos Ame...
[ { "path": "src/crypto/rsa/rsa.go", "patch": "@@ -30,14 +30,15 @@\n // with a key smaller than 1024 bits. Such keys are insecure and should not be\n // used.\n //\n-// The `rsa1024min=0` GODEBUG setting suppresses this error, but we recommend\n-// doing so only in tests, if necessary. Tests can use [testing....
2025-07-10T15:06:05
electron/electron
9e630eb66aaa237401f87a97ee114eef7e1a74cc
1a0991a9b924534d3e1d06974616135de21129a1
build: remove unneeded dlls in Windows zip (#41120) * build: fixup zip manifest check on Windows * build: remove unused dlls
[ { "path": "appveyor-woa.yml", "patch": "@@ -177,7 +177,12 @@ for:\n # built on CI.\n 7z a pdb.zip out\\Default\\*.pdb\n }\n- - python3 electron/script/zip_manifests/check-zip-manifest.py out/Default/dist.zip electron/script/zip_manifests/dist_zip.win.%TARGET_ARCH%.mani...
2024-01-25T20:26:21
nodejs/node
81517faceac86497b3c8717837f491aa29a5e0f9
84fe809535b0954bbfed8658d3ede8a2f0e030db
build: fix building with system icu 76 ICU 76 decided to reduce overlinking[^1] thus `icu-i18n` will no longer add `icu-uc` when linking to shared libraries. This results in undefined symbols/references when trying to build with system ICU 76. [^1]: unicode-org/icu@199bc82 PR-URL: https://github.com/nodejs/node/pull...
[ { "path": "configure.py", "patch": "@@ -1879,7 +1879,7 @@ def icu_download(path):\n elif with_intl == 'system-icu':\n # ICU from pkg-config.\n o['variables']['v8_enable_i18n_support'] = 1\n- pkgicu = pkg_config('icu-i18n')\n+ pkgicu = pkg_config(['icu-i18n', 'icu-uc'])\n if not pkgicu[0]...
2024-10-29T23:24:38
facebook/react
d6cfa0f295f4c8b366af15fd20c84e27cdd1fab7
935180c7e060e4d6e7868cef8f2e7c1b77cf8f7f
[Fiber] Use Owner/JSX Stack When Appending Stacks to Console (#29206) This one should be fully behind the `enableOwnerStacks` flag. Instead of printing the parent Component stack all the way to the root, this now prints the owner stack of every JSX callsite. It also includes intermediate callsites between the Com...
[ { "path": ".eslintrc.js", "patch": "@@ -486,6 +486,7 @@ module.exports = {\n $ReadOnlyArray: 'readonly',\n $ArrayBufferView: 'readonly',\n $Shape: 'readonly',\n+ ConsoleTask: 'readonly', // TOOD: Figure out what the official name of this will be.\n ReturnType: 'readonly',\n AnimationF...
2024-05-25T15:58:17
rust-lang/rust
94f6e7efd37f1ab2f045e4f4685076696ad690fd
0a6961d2e002bd7730c427c18c8e65e84a5991c0
fix: filter non-value definitions in path transform
[ { "path": "src/tools/rust-analyzer/crates/ide-db/src/path_transform.rs", "patch": "@@ -558,6 +558,34 @@ impl Ctx<'_> {\n return None;\n }\n \n+ if matches!(\n+ def,\n+ hir::ModuleDef::Function(_)\n+ ...
2026-02-19T04:16:52
vercel/next.js
95ee107a85b5ec8178f01a37f36e8bfd864fee49
828221d0dfdf49c70c8b85b5c01f72730ef62539
Update caching.mdx (#83149) In the docs it says => ( The default caching behavior of fetch (e.g., when the cache option is not specified) is equal to setting the cache option to no-store ) But when I code, I found that fetch default behaviour and setting the cache option to no-store are different. After building pro...
[ { "path": "docs/01-app/02-guides/caching.mdx", "patch": "@@ -421,11 +421,10 @@ See the [`useRouter` hook](/docs/app/api-reference/functions/use-router) API ref\n \n Data returned from `fetch` is _not_ automatically cached in the Data Cache.\n \n-The default caching behavior of `fetch` (e.g., when the `cache...
2025-09-01T08:38:14
golang/go
4bc3373c8e2cad24a779698477704306548949cb
88cf0c5d55a8c18da515485f4a3fcf008b96cb07
runtime: turn off large memmove tests under asan/msan Just like we do for race mode. They are just too slow when running with the sanitizers. Fixes #59448 Change-Id: I86e3e3488ec5c4c29e410955e9dc4cbc99d39b84 Reviewed-on: https://go-review.googlesource.com/c/go/+/687535 Reviewed-by: Keith Randall <khr@google.com> LUC...
[ { "path": "src/runtime/memmove_test.go", "patch": "@@ -8,6 +8,8 @@ import (\n \t\"crypto/rand\"\n \t\"encoding/binary\"\n \t\"fmt\"\n+\t\"internal/asan\"\n+\t\"internal/msan\"\n \t\"internal/race\"\n \t\"internal/testenv\"\n \t. \"runtime\"\n@@ -102,8 +104,8 @@ func TestMemmoveLarge0x180000(t *testing.T) {\...
2025-07-11T16:10:53
nodejs/node
84fe809535b0954bbfed8658d3ede8a2f0e030db
8aac7da7d66fc0b1426d8bf1e7b3e7b7208885bd
test: remove unneeded listeners Unhandled `'error'` events will make the process exit with an unclean exit code anyway. PR-URL: https://github.com/nodejs/node/pull/55486 Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
[ { "path": "test/parallel/test-child-process-dgram-reuseport.js", "patch": "@@ -32,4 +32,4 @@ const socket = dgram.createSocket(options);\n \n socket.bind(+process.env.port, common.mustCall(() => {\n socket.close();\n-})).on('error', common.mustNotCall());\n+}));", "additions": 1, "deletions": 1, ...
2024-10-29T21:52:09
facebook/react
935180c7e060e4d6e7868cef8f2e7c1b77cf8f7f
788ed90b186f1e61497e0ab4a57dab3714caae0f
compiler: only resolve globals and react imports Updates Environment#getGlobalDeclaration() to only resolve "globals" if they are a true global or an import from react/react-dom. We still keep the logic to resolve hook-like names as custom hooks. Notably, this means that a local `Array` reference won't get confused wi...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/HIR/Environment.ts", "patch": "@@ -11,7 +11,6 @@ import { fromZodError } from \"zod-validation-error\";\n import { CompilerError } from \"../CompilerError\";\n import { Logger } from \"../Entrypoint\";\n import { Err, Ok, Result } from \"../Utils/...
2024-05-24T05:59:06
electron/electron
1a0991a9b924534d3e1d06974616135de21129a1
921da723b8707d7438da1d39534e4d4d50a6f5ea
chore: bump chromium to 122.0.6261.6 (main) (#40949) * chore: bump chromium in DEPS to 122.0.6239.2 * chore: update patches * refactor: extensions replaced StringPiece with string_view Ref: https://chromium-review.googlesource.com/c/chromium/src/+/5171926 * chore: bump chromium in DEPS to 122.0.6240.0 *...
[ { "path": "DEPS", "patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '122.0.6236.2',\n+ '122.0.6261.6',\n 'node_version':\n 'v20.11.0',\n 'nan_version':", "additions": 1, "deletions": 1, "language": "Unknown" }, { "path": "patche...
2024-01-25T17:46:30