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
rust-lang/rust
05cd01b8879f599e064ffd7294a5ae09320e25b5
85de83b5b2485e4038c2cd8a168590e99b3cee0c
fix: verify NeverToAny adjustment in binop_lhs_never_place_diverges test
[ { "path": "src/tools/rust-analyzer/crates/hir-ty/src/tests/never_type.rs", "patch": "@@ -820,28 +820,17 @@ fn foo() -> i32 {\n \n #[test]\n fn binop_lhs_never_place_diverges() {\n- check_infer_with_mismatches(\n+ check_no_mismatches(\n r#\"\n //- minicore: sized, add\n fn foo() -> i32 {\n ...
2026-02-16T12:59:04
nodejs/node
4988bb549e79a6b92391b4ff529f675da32c0687
fdc23b2f6bd4d0ed4ecfa8a36ca948f7bf70a764
tools: enforce ordering of error codes in `errors.md` PR-URL: https://github.com/nodejs/node/pull/55324 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
[ { "path": "doc/api/errors.md", "patch": "@@ -956,12 +956,6 @@ added: v15.0.0\n \n An invalid JSON Web Key was provided.\n \n-<a id=\"ERR_CRYPTO_INVALID_KEY_OBJECT_TYPE\"></a>\n-\n-### `ERR_CRYPTO_INVALID_KEY_OBJECT_TYPE`\n-\n-The given crypto key object's type is invalid for the attempted operation.\n-\n <a...
2024-10-10T17:18:20
electron/electron
fcdd5cba71b82c13c4f64a3e529dea91ed72d23c
4b1c31e4dbd00cd58e159cbc2ab41de3b1ce3a86
fix: `navigator.keyboard.lock()` fullscreen exit handling (#40365) fix: navigator.keyboard.lock() fullscreen exit handling
[ { "path": "shell/browser/api/electron_api_web_contents.cc", "patch": "@@ -1334,12 +1334,6 @@ bool WebContents::HandleKeyboardEvent(\n bool WebContents::PlatformHandleKeyboardEvent(\n content::WebContents* source,\n const content::NativeWebKeyboardEvent& event) {\n- // Escape exits tabbed fullscreen...
2023-10-31T15:59:39
vercel/next.js
15653f3a280b61734ba6ec80542284ed06ba23cf
929d6fa37b066a4bbb72687c313d002afa68114f
Use `jsx` extension instead of `js` in global-error documentation (#82710)
[ { "path": "docs/01-app/03-api-reference/03-file-conventions/error.mdx", "patch": "@@ -153,9 +153,9 @@ export default function Error({ error, reset }) {\n \n ### Global Error\n \n-While less common, you can handle errors in the root layout or template using `global-error.js`, located in the root app director...
2025-08-19T00:44:01
rust-lang/rust
04334f05157ce6f0d7898de357d9ddd37769f6ef
1542d6405c144697cd9d5f50c5db55c0931651af
fix testing at lgammaf overflow threshold The current implementation of lgammaf evaluates to f32::MAX at the first input that would overflow if correctly rounded. This is still well within allowed error, so special case it.
[ { "path": "library/compiler-builtins/libm-test/src/precision.rs", "patch": "@@ -222,6 +222,15 @@ impl MaybeOverride<(f32,)> for SpecialCase {\n return XFAIL_NOCHECK;\n }\n \n+ // the testing infrastructure doesn't account for allowed ulp in the case of overflow\n+ if matche...
2026-02-16T02:36:15
electron/electron
4b1c31e4dbd00cd58e159cbc2ab41de3b1ce3a86
8210d0f90e1ea057f87c9dd1fedaaa8954942a17
fix: implement missing applicationSupportsSecureRestorableState (#40296)
[ { "path": "shell/browser/mac/electron_application_delegate.mm", "patch": "@@ -198,4 +198,12 @@ - (void)application:(NSApplication*)application\n }\n }\n \n+// This only has an effect on macOS 12+, and requests any state restoration\n+// archive to be created with secure encoding. See the article at\n+// h...
2023-10-31T14:22:58
nodejs/node
fdc23b2f6bd4d0ed4ecfa8a36ca948f7bf70a764
d62075566125455dafa2e84cd41373676cb7e158
test: use more informative errors in `test-runner-cli` PR-URL: https://github.com/nodejs/node/pull/55321 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me>
[ { "path": "test/parallel/test-runner-cli.js", "patch": "@@ -67,8 +67,6 @@ for (const isolation of ['none', 'process']) {\n `--experimental-${type}-types`, `--experimental-test-isolation=${isolation}`];\n const child = spawnSync(process.execPath, args, { cwd: join(testFixtures, 'matchin...
2024-10-10T16:11:00
vercel/next.js
8c11037ea6fe78d6717d25615b5d5a43728d8120
4efa10f051b6e13748cdcc9673c452d506dcc0cf
fix: make sure validator.ts uses relative paths for imports (#82761) Previously, `.next/types/validator.ts` looked like this after a build: ```typescript // Validate /Users/you/code/next.js/test/e2e/app-dir/typed-routes/app/dashboard/@team/page.tsx { const handler = {} as typeof import("/Users/you/code/next.js/test...
[ { "path": "packages/next/src/server/lib/router-utils/route-types-utils.ts", "patch": "@@ -179,29 +179,50 @@ export async function createRouteTypesManifest({\n appRouteHandlerRoutes: {},\n redirectRoutes: {},\n rewriteRoutes: {},\n- appRouteHandlers: new Set(appRouteHandlers.map(({ filePath })...
2025-08-18T22:59:29
facebook/react
118ad2afa75a44fe3715ad7fb0023c408125bef7
16d3f7833d25b1ea026add83dd109601b60f138e
Validate DOM nesting for hydration before the hydration warns / errors (#28434) If there's invalid dom nesting, there will be mismatches following but the nesting is the most important cause of the problem. Previously we would include the DOM nesting when rerendering thanks to the new model of throw and recovery....
[ { "path": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js", "patch": "@@ -1355,6 +1355,19 @@ export function getFirstHydratableChildWithinSuspenseInstance(\n return getNextHydratable(parentInstance.nextSibling);\n }\n \n+export function validateHydratableInstance(\n+ type: string,\n+ prop...
2024-02-24T05:45:42
electron/electron
30fbcfca7bb545023be8b1012bb54fed42fd3faa
3f92a983156daa4e4c4d8ab7c7df90d861da2374
chore: remove deprecated `gpu-process-crashed` event (#40255) Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
[ { "path": "docs/api/app.md", "patch": "@@ -377,20 +377,6 @@ page.\n \n Emitted whenever there is a GPU info update.\n \n-### Event: 'gpu-process-crashed' _Deprecated_\n-\n-Returns:\n-\n-* `event` Event\n-* `killed` boolean\n-\n-Emitted when the GPU process crashes or is killed.\n-\n-**Deprecated:** This eve...
2023-10-26T18:05:40
vercel/next.js
4669a15362b83ad974aaa9f8cec17664c46e9d02
b421c9ff93487ffc1b963ba5d2edfcc52155b975
fix(turbopack): webpack-loaders failed to resolve relative path (#82720) fixed: #82106 The error was cause by the follow reason, when pass: ```ts const nextConfig: NextConfig = { /* config options here */ turbopack: { rules: { '*.txt': { loaders: ['./test-file-loader.js'], as: '*.js', ...
[ { "path": "test/e2e/app-dir/webpack-loader-binary/next.config.js", "patch": "@@ -5,7 +5,7 @@ const nextConfig = {\n turbopack: {\n rules: {\n '*.txt': {\n- loaders: [require.resolve('./test-file-loader.js')],\n+ loaders: ['./test-file-loader.js'],\n as: '*.js',\n },\n...
2025-08-18T19:54:38
nodejs/node
00b2f07f9ddeb8ffd2fb2108b0ed9ffa81ea000d
4a3fffaf58c1f02b309f4ef51daffa173d7aeed5
fs,win: fix bug in paths with trailing slashes Fixes: https://github.com/nodejs/node/issues/17801 Refs: https://github.com/nodejs/node/pull/33831 PR-URL: https://github.com/nodejs/node/pull/54160 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
[ { "path": "lib/fs.js", "patch": "@@ -385,7 +385,11 @@ function readFile(path, options, callback) {\n const req = new FSReqCallback();\n req.context = context;\n req.oncomplete = readFileAfterOpen;\n- binding.open(getValidatedPath(path), flagsNumber, 0o666, req);\n+ binding.open(\n+ getValidatedPa...
2024-10-10T11:14:56
golang/go
3b77085b40bf0d53528d6852d07c00c81021c855
f8c51b1a6c3d6ebfdbeab3c81d4157aefe0e8b71
runtime: increment updatemaxprocs metric only when disabled The updatemaxprocs metric logic is currently backwards. We only increment the metric when we update GOMAXPROCS, but that only occurs if updatemaxprocs is enabled. Instead, the metric is supposed to increment when updatemaxprocs is disabled and there would be...
[ { "path": "src/runtime/proc.go", "patch": "@@ -6567,6 +6567,22 @@ var (\n //\n // This is based on forcegchelper.\n func defaultGOMAXPROCSUpdateEnable() {\n+\tif debug.updatemaxprocs == 0 {\n+\t\t// Unconditionally increment the metric when updates are disabled.\n+\t\t//\n+\t\t// It would be more descriptiv...
2025-05-28T18:34:52
vercel/next.js
a406b7a32076faf5ee3808a0beb90f4d9e668801
508b1a46a813a0469519b235f283af637ee1a4d5
Turbopack: use bail instead of panic (#82745) This behaves more gracefully due to eventual consistency
[ { "path": "turbopack/crates/turbopack-core/src/resolve/mod.rs", "patch": "@@ -2693,7 +2693,7 @@ async fn resolve_into_package(\n };\n \n let Some(path) = path.as_constant_string() else {\n- todo!(\"pattern into an exports field is not implemented yet\");\n+...
2025-08-18T17:46:05
electron/electron
3f92a983156daa4e4c4d8ab7c7df90d861da2374
621b3ba897031319c214246ef6291ad1d3523f07
fix: prevent `PopUpButtonHandler` premature dealloc (#40308) fix: prevent PopUpButtonHandler dealloc
[ { "path": "shell/browser/ui/file_dialog_mac.mm", "patch": "@@ -66,14 +66,18 @@ - (void)selectFormat:(id)sender {\n \n // Manages the PopUpButtonHandler.\n @interface ElectronAccessoryView : NSView\n+@property(nonatomic, strong) PopUpButtonHandler* popUpButtonHandler;\n @end\n \n @implementation ElectronAcce...
2023-10-26T15:40:02
rust-lang/rust
47ed4526d9aa208e7a5c9249586d42784ff660da
74dd36a934caddbfabe3a44694958e4d3b2c4af6
Remove `DEP_NODE_DEBUG`. Like the previous commit, it's no longer needed.
[ { "path": "compiler/rustc_interface/src/callbacks.rs", "patch": "@@ -11,8 +11,8 @@\n \n use std::fmt;\n \n-use rustc_errors::{DiagInner, TRACK_DIAGNOSTIC};\n-use rustc_middle::dep_graph::{DepNode, TaskDepsRef};\n+use rustc_errors::DiagInner;\n+use rustc_middle::dep_graph::TaskDepsRef;\n use rustc_middle::ty...
2026-02-16T10:13:40
facebook/react
d579e7748218920331252b0528850943d5e2dd31
8fb0233a845974b4b1049e54b6c25dc54d6dd173
Remove method name prefix from warnings and errors (#28432) This pattern is a petpeeve of mine. I don't consider this best practice and so most don't have these prefixes. Very inconsistent. At best this is useless and noisey that you have to parse because the information is also in the stack trace. At worse th...
[ { "path": "packages/react-dom-bindings/src/client/validateDOMNesting.js", "patch": "@@ -477,15 +477,14 @@ function validateDOMNesting(\n 'the browser.';\n }\n console.error(\n- 'validateDOMNesting(...): %s cannot appear as a child of <%s>.%s',\n+ '%s cannot appear as a ch...
2024-02-23T20:16:54
golang/go
f8c51b1a6c3d6ebfdbeab3c81d4157aefe0e8b71
263bc50c90ff8e0bcd55765819056807acfd20ab
go/doc: NewFromFiles: fix panic on Files with SkipObjectResolution This CL fixes a panic in NewFromFiles when it is provided files produced by the parser in SkipObjectResolution mode, which skips the step of connecting ast.Idents to (deprecated) ast.Objects. Instead of calling ast.NewPackage, which performs a number o...
[ { "path": "src/go/doc/doc.go", "patch": "@@ -188,6 +188,7 @@ func (p *Package) collectFuncs(funcs []*Func) {\n //\n // The package is specified by a list of *ast.Files and corresponding\n // file set, which must not be nil.\n+//\n // NewFromFiles uses all provided files when computing documentation,\n // so...
2025-05-21T15:21:31
nodejs/node
4a3fffaf58c1f02b309f4ef51daffa173d7aeed5
31a37e777dcb137aa61e1692e4f3a701e81c36a0
doc: move `ERR_INVALID_PERFORMANCE_MARK` to legacy errors PR-URL: https://github.com/nodejs/node/pull/55247 Refs: https://github.com/nodejs/node/pull/14680 Refs: https://github.com/nodejs/node/pull/39297 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
[ { "path": "doc/api/errors.md", "patch": "@@ -2003,13 +2003,6 @@ An invalid [`package.json`][] file failed parsing.\n The `package.json` [`\"exports\"`][] field contains an invalid target mapping\n value for the attempted module resolution.\n \n-<a id=\"ERR_INVALID_PERFORMANCE_MARK\"></a>\n-\n-### `ERR_INVAL...
2024-10-10T09:52:42
vercel/next.js
508b1a46a813a0469519b235f283af637ee1a4d5
43db9163e1fc253f9f91bf06534dc2b9485ebbca
[turbopack] Remove a debug assertions in client references endpoint (#82725) Remove a debug assertion code in the `GlobalBuildInformation` implementation that was validating client references for endpoints. This was inserted as a sanity check that two traversals were doing the same thing, but this is overkill and can...
[ { "path": "crates/next-api/src/module_graph.rs", "patch": "@@ -730,27 +730,7 @@ impl GlobalBuildInformation {\n let result = if let [graph] = &self.client_references[..] {\n // Just a single graph, no need to merge results This also naturally aggregates\n // serv...
2025-08-18T13:37:38
electron/electron
f66d4c7ee01578ecdd52af6af52ec81a8dfbf844
514a9319b9d81fa1f374a193ecfbb793b6de28ad
fix: make sure classes in lib correctly implement Electron interfaces (#40291)
[ { "path": "docs/api/crash-reporter.md", "patch": "@@ -100,7 +100,7 @@ longer than the maximum length will be truncated.\n \n ### `crashReporter.getLastCrashReport()`\n \n-Returns [`CrashReport`](structures/crash-report.md) - The date and ID of the\n+Returns [`CrashReport | null`](structures/crash-report.md)...
2023-10-25T18:02:15
facebook/react
8fb0233a845974b4b1049e54b6c25dc54d6dd173
66c8346401d271588e4c400921c5dab5478fc623
Include server component names in the componentStack in DEV (#28415) I'm a bit ambivalent about this one because it's not the main strategy that I plan on pursuing. I plan on replacing most DEV-only specific stacks like `console.error` stacks with a new take on owner stacks and native stacks. The future owner stack...
[ { "path": "packages/react-client/src/__tests__/ReactFlight-test.js", "patch": "@@ -10,6 +10,15 @@\n \n 'use strict';\n \n+function normalizeCodeLocInfo(str) {\n+ return (\n+ str &&\n+ str.replace(/\\n +(?:at|in) ([\\S]+)[^\\n]*/g, function (m, name) {\n+ return '\\n in ' + name + (/\\d/.test(...
2024-02-23T17:04:55
rust-lang/rust
74dd36a934caddbfabe3a44694958e4d3b2c4af6
8d56cfe4c3dfec0a258b8371931c608fce4510bb
Remove `DEP_KIND_DEBUG`. It's plumbing to work around lack of access to `rustc_middle`, which is no longer a problem.
[ { "path": "compiler/rustc_interface/src/callbacks.rs", "patch": "@@ -12,8 +12,7 @@\n use std::fmt;\n \n use rustc_errors::{DiagInner, TRACK_DIAGNOSTIC};\n-use rustc_middle::dep_graph::dep_node::default_dep_kind_debug;\n-use rustc_middle::dep_graph::{DepKind, DepNode, TaskDepsRef};\n+use rustc_middle::dep_gr...
2026-02-16T10:04:57
nodejs/node
31a37e777dcb137aa61e1692e4f3a701e81c36a0
e79ae1bf0c82489d80b5f3eb2bd9b089fdfafb36
module: wrap swc error in ERR_INVALID_TYPESCRIPT_SYNTAX PR-URL: https://github.com/nodejs/node/pull/55316 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
[ { "path": "doc/api/errors.md", "patch": "@@ -2094,6 +2094,18 @@ An element in the `iterable` provided to the [WHATWG][WHATWG URL API]\n represent a `[name, value]` tuple – that is, if an element is not iterable, or\n does not consist of exactly two elements.\n \n+<a id=\"ERR_INVALID_TYPESCRIPT_SYNTAX\"></a>...
2024-10-10T09:12:39
vercel/next.js
43db9163e1fc253f9f91bf06534dc2b9485ebbca
2bddb9166e8549153d2f1ca9fb3682f40c6728e5
Turbopack: fix race condition in test case (#82728) ### What? Fixes a race condition in the test case. Since we are using a single value for multiple Vcs (via ReadRef::cell) the counter can have multiple invalidators.
[ { "path": "turbopack/crates/turbo-tasks-backend/tests/read_ref_cell.rs", "patch": "@@ -2,7 +2,7 @@\n #![feature(arbitrary_self_types_pointers)]\n #![allow(clippy::needless_return)] // clippy bug causes false positive\n \n-use std::sync::Mutex;\n+use std::{collections::HashSet, mem::take, sync::Mutex};\n \n ...
2025-08-18T09:26:35
golang/go
dbaa2d3e6525a29defdff16f354881a93974dd2e
6160fa59b6523e781db47eb1ee8f929398f2bb78
cmd/compile: do nil check before calling duff functions, on arm64 and amd64 On these platforms, we set up a frame pointer record below the current stack pointer, so when we're in duffcopy or duffzero, we get a reasonable traceback. See #73753. But because this frame pointer record is below SP, it is vulnerable. Anyth...
[ { "path": "src/cmd/compile/internal/ssa/_gen/AMD64Ops.go", "patch": "@@ -897,8 +897,8 @@ func init() {\n \t\t\t\tinputs: []regMask{buildReg(\"DI\")},\n \t\t\t\tclobbers: buildReg(\"DI\"),\n \t\t\t},\n-\t\t\tfaultOnNilArg0: true,\n-\t\t\tunsafePoint: true, // FP maintenance around DUFFCOPY can be clobbe...
2025-05-29T00:09:05
facebook/react
98b8359f656ef714cc44828d7bfd2409ca16b9b3
aaa4acb1280fcda398defb805db47a8623df6c0f
[RN] Move unifiedSyncLane back to dynamic (#28430) This surfaced a bug because it wasn't on everywhere, moving back to dynamic while we investigate the bug
[ { "path": "packages/shared/forks/ReactFeatureFlags.native-fb-dynamic.js", "patch": "@@ -26,6 +26,7 @@ export const enableDeferRootSchedulingToMicrotask = __VARIANT__;\n export const enableUseRefAccessWarning = __VARIANT__;\n export const passChildrenWhenCloningPersistedNodes = __VARIANT__;\n export const us...
2024-02-23T15:31:01
rust-lang/rust
1c462c2d502bf1252788149a5d791eaccea2a742
b214aac14c02e1cdf6cec744b9c6a05682b427b7
fix: complete derive helpers on empty nameref Example --- ```rust //- /mac.rs crate:mac pub fn my_derive() {} //- /lib.rs crate:lib deps:mac pub struct Foo(#[$0] i32); ``` **Before this PR** ```text ... at must_use at no_mangle ... ``` **After this PR** ```text ... at must_use at my_cool_helper_attribute derive ...
[ { "path": "src/tools/rust-analyzer/crates/ide-completion/src/context/analysis.rs", "patch": "@@ -1501,7 +1501,7 @@ fn classify_name_ref<'db>(\n | SyntaxKind::RECORD_FIELD\n )\n })\n- .and_then(|_| nameref.as_ref()?.syntax().ancestors().find_map(...
2026-02-15T10:35:22
nodejs/node
33fe88a0b30b8343c02dab70208dcd21bfce48e3
4eeeab09f02a1b430c8867881ee65b1fdaca0389
doc: add pmarchini to collaborators Fixes: https://github.com/nodejs/node/issues/55053 PR-URL: https://github.com/nodejs/node/pull/55331 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
[ { "path": "README.md", "patch": "@@ -410,6 +410,8 @@ For information about the governance of the Node.js project, see\n **Filip Skokan** <<panva.ip@gmail.com>> (he/him)\n * [pimterry](https://github.com/pimterry) -\n **Tim Perry** <<pimterry@gmail.com>> (he/him)\n+* [pmarchini](https://github.com/pmarch...
2024-10-09T14:47:31
vercel/next.js
2bddb9166e8549153d2f1ca9fb3682f40c6728e5
97dbf5f2e1e2c9f71e0f610c9c0ce3cdfea0ce2f
Turbopack: Stop persisting background task correctly on stop (#82727) ### What? Fixes a race condition with the persisting background tasks when stopping the backend.
[ { "path": "turbopack/crates/turbo-tasks-backend/src/backend/mod.rs", "patch": "@@ -2137,36 +2137,37 @@ impl<B: BackingStorage> TurboTasksBackendInner<B> {\n let until = last_snapshot + time;\n if until > Instant::now() {\n let mut stop_listener...
2025-08-18T08:13:11
golang/go
18ad74dd36a9bbdc6a95a9de398b3cd8917898ae
70109eb32625487d9c774d602a4fa2422e218f1b
go/types, types2: dump position stack for non-bailout panics We make sure to dump to stderr since that's where the panic information ends up. Long traces get truncated with a "..." in the middle. We pick an arbitrary limit of 10 positions, but this could be changed. For #51603 Change-Id: I02326a93181e94e1c48afc05684...
[ { "path": "src/cmd/compile/internal/types2/check.go", "patch": "@@ -11,6 +11,7 @@ import (\n \t\"fmt\"\n \t\"go/constant\"\n \t. \"internal/types/errors\"\n+\t\"os\"\n \t\"sync/atomic\"\n )\n \n@@ -419,7 +420,24 @@ func (check *Checker) handleBailout(err *error) {\n \t\t// normal return or early exit\n \t\t...
2025-05-28T15:10:53
facebook/react
aaa4acb1280fcda398defb805db47a8623df6c0f
25dbb3556ee9802c18f45c278abf3c33711237eb
Add `enableComponentStackLocations` to `ReactNativeInternalFeatureFlags` libdef (#28424) ## Summary Fixing something I accidentally broke this in https://github.com/facebook/react/commit/25dbb3556ee9802c18f45c278abf3c33711237eb. ## How did you test this change? Ran the following successfully: ``` $ yarn ...
[ { "path": "scripts/flow/xplat.js", "patch": "@@ -9,6 +9,7 @@\n \n declare module 'ReactNativeInternalFeatureFlags' {\n declare export var alwaysThrottleRetries: boolean;\n+ declare export var enableComponentStackLocations: boolean;\n declare export var enableDeferRootSchedulingToMicrotask: boolean;\n ...
2024-02-22T23:58:12
rust-lang/rust
e12d83967e0537f4066f18a485d61e044f0314b6
9be3b21559a5de22ee3920dc91811d4f1c5ac65c
ci: Resolve an issue calculating workflow variables PRs are now getting the following: Traceback (most recent call last): File "/home/runner/work/compiler-builtins/compiler-builtins/ci/ci-util.py", line 510, in <module> main() File "/home/runner/work/compiler-builtins/compiler-builtins/ci/ci-u...
[ { "path": "library/compiler-builtins/ci/ci-util.py", "patch": "@@ -71,19 +71,21 @@ def eprint(*args, **kwargs):\n print(*args, file=sys.stderr, **kwargs)\n \n \n-@dataclass(init=False)\n+@dataclass(kw_only=True)\n class PrCfg:\n \"\"\"Directives that we allow in the commit body to control test behav...
2026-02-16T09:02:14
nodejs/node
4eeeab09f02a1b430c8867881ee65b1fdaca0389
54b5ec94e067650f72a680ea5bf6a84da36ea096
benchmark: rewrite detect-esm-syntax benchmark Syntax detection has been unflagged so it's no longer meaningful to toggle the detection based on CLI flags. It was also previously benchmarking cached module imports which isn't very meaningful for subsequent loads. This patch updates the benchmark to toggle the detectio...
[ { "path": "benchmark/esm/detect-esm-syntax.js", "patch": "@@ -4,34 +4,33 @@\n // We use the TypeScript fixture because it's a very large CommonJS file with no ESM syntax: the worst case.\n const common = require('../common.js');\n const tmpdir = require('../../test/common/tmpdir.js');\n-const fixtures = req...
2024-10-09T14:16:01
rust-lang/rust
85de83b5b2485e4038c2cd8a168590e99b3cee0c
c5a613119e121d63e70c05de463d6226eb6146b8
fix: use check_infer_with_mismatches in binop_lhs_never_place_diverges test
[ { "path": "src/tools/rust-analyzer/crates/hir-ty/src/tests/never_type.rs", "patch": "@@ -820,7 +820,7 @@ fn foo() -> i32 {\n \n #[test]\n fn binop_lhs_never_place_diverges() {\n- check_no_mismatches(\n+ check_infer_with_mismatches(\n r#\"\n //- minicore: sized, add\n fn foo() -> i32 {\n@@ -830...
2026-02-16T09:52:32
vercel/next.js
df71f956e54e3c215387af0ab238faebf6c81d08
36458f9002dffb620b040958f5832477ac107dfe
fix: return plain text 404 for invalid static asset paths (#75111)
[ { "path": "packages/next/src/server/lib/router-server.ts", "patch": "@@ -587,6 +587,36 @@ export async function initialize(opts: {\n 'private, no-cache, no-store, max-age=0, must-revalidate'\n )\n \n+ let realRequestPathname = parsedUrl.pathname ?? ''\n+ if (realRequestPathname) {\n+...
2025-08-16T07:46:20
golang/go
70109eb32625487d9c774d602a4fa2422e218f1b
eff328804253e40a2de9c5d89cf7a7c1e23aa11d
cmd/link: allow linkname reference to a TEXT symbol regardless of size In CL 660696, we made the linker to choose the symbol of the larger size in case there are multiple contentless declarations of the same symbol. We also made it emit an error in the case that there are a contentless declaration of a larger size and...
[ { "path": "src/cmd/link/internal/loader/loader.go", "patch": "@@ -452,33 +452,50 @@ func (st *loadState) addSym(name string, ver int, r *oReader, li uint32, kind in\n \tif oldsym.Dupok() {\n \t\treturn oldi\n \t}\n-\t// If one is a DATA symbol (i.e. has content, DataSize != 0)\n-\t// and the other is BSS, t...
2025-05-21T18:32:21
facebook/react
07c2543e54f0e2ccd91908ec765683b47bc2f532
aaf85f3af8c30252edaab5c24975cd086937b2a4
Ignore /fixtures for dependabot (#28422) We'll keep these up to date out of band, they are just for testing and don't ship in the npm packages.
[ { "path": ".github/dependabot.yml", "patch": "@@ -0,0 +1,107 @@\n+version: 2\n+updates:\n+ - package-ecosystem: \"npm\"\n+ directory: \"/fixtures/art\"\n+ schedule:\n+ interval: \"weekly\"\n+ open-pull-requests-limit: 0\n+ - package-ecosystem: \"npm\"\n+ directory: \"/fixtures/attribute-b...
2024-02-22T20:44:37
rust-lang/rust
e028e7848cc752a9e84b082e9ec888cd28982f62
417cc114f526a6be58faf6f90966381e366a7986
Re-enable fixed rustc test
[ { "path": "scripts/test_rustc_tests.sh", "patch": "@@ -59,7 +59,6 @@ rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported\n rm tests/ui/asm/label-operand.rs # same\n rm tests/ui/asm/may_unwind.rs # asm unwinding not supported\n rm tests/ui/asm/aarch64/may_unwind.rs # same\n-rm tests/ui/asm/x86_6...
2026-02-16T09:53:02
vercel/next.js
36458f9002dffb620b040958f5832477ac107dfe
df9f3ba484bc2e8bf502cc117a6d29828e108123
Turbopack: refactor idle process queue and fix bugs and race conditions (#82630) ### What? Fixes a bug that breaks the pool after scaling down Closes PACK-5249
[ { "path": "turbopack/crates/turbopack-node/src/heap_queue.rs", "patch": "@@ -0,0 +1,87 @@\n+use std::{collections::BinaryHeap, sync::Arc};\n+\n+use parking_lot::Mutex;\n+use tokio::sync::{AcquireError, Semaphore};\n+\n+pub struct HeapQueue<T> {\n+ heap: Mutex<BinaryHeap<T>>,\n+ semaphore: Semaphore,\n...
2025-08-16T04:46:57
facebook/react
288cf747c96cea278a6ddce126ce7a0484678afd
d54b4cf303143b459c3caae54d14ae926a8ee09a
React DevTools 5.0.0 -> 5.0.1 (#28418) Full list of changes (not a public CHANGELOG): * feature[REMOVED][devtools]: turn off / hide location based component filters ([hoxyq](https://github.com/hoxyq) in [#28417](https://github.com/facebook/react/pull/28417)) * Add useSyncExternalStore and useTransition to getPri...
[ { "path": "packages/react-devtools-core/package.json", "patch": "@@ -1,6 +1,6 @@\n {\n \"name\": \"react-devtools-core\",\n- \"version\": \"5.0.0\",\n+ \"version\": \"5.0.1\",\n \"description\": \"Use react-devtools outside of the browser\",\n \"license\": \"MIT\",\n \"main\": \"./dist/backend.js\...
2024-02-22T19:45:55
nodejs/node
755b89772d1fd5d3abd7ddabc51215096a9a9592
1d38bd1122adaaf2f34c658cd04f5afa5d068d97
doc: fix `events.once()` example using `AbortSignal` PR-URL: https://github.com/nodejs/node/pull/55144 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
[ { "path": "doc/api/events.md", "patch": "@@ -1459,8 +1459,7 @@ async function foo(emitter, event, signal) {\n }\n \n foo(ee, 'foo', ac.signal);\n-ac.abort(); // Abort waiting for the event\n-ee.emit('foo'); // Prints: Waiting for the event was canceled!\n+ac.abort(); // Prints: Waiting for the event was can...
2024-10-09T07:32:00
golang/go
11d2b28bffb82e0ad0bc102812bed86ce81a1959
04b1030ae488851278257bac66ccf9925f1b87fb
[dev.simd] cmd/compile: add and fix k register supports This CL marks the "mask" ssa type as a simd type. This will make the last return of `simdMov` reachable and the spilling of K register correct. This CL also makes `simdReg` able to return K registers. Change-Id: Ia66230d3e5425d9e8bdd0081b008e098382d3827 Reviewe...
[ { "path": "src/cmd/compile/internal/amd64/ssa.go", "patch": "@@ -1671,6 +1671,8 @@ func simdReg(v *ssa.Value) int16 {\n \t\tpanic(\"simdReg: not a simd type\")\n \t}\n \tswitch t.Size() {\n+\tcase 8:\n+\t\treturn v.Reg() // K registers\n \tcase 16:\n \t\treturn v.Reg()\n \tcase 32:", "additions": 2, ...
2025-05-28T17:00:59
electron/electron
be44a2c5b7a0647f2c3bb7c776c53257360f615e
54ff706b710363bac1e00a5316737805f4a57f4c
chore: bump chromium to 120.0.6078.0 (main) (#40114) * chore: bump chromium in DEPS to 120.0.6049.0 * chore: update patches * chore: bump chromium in DEPS to 120.0.6050.0 * chore: update patches * 4910494: Reland "[autopip] Show autopip UI for video pip" https://chromium-review.googlesource.com/c/chromi...
[ { "path": "BUILD.gn", "patch": "@@ -434,6 +434,7 @@ source_set(\"electron_lib\") {\n \"//chrome/app/resources:platform_locale_settings\",\n \"//components/autofill/core/common:features\",\n \"//components/certificate_transparency\",\n+ \"//components/compose:buildflags\",\n \"//components...
2023-10-24T15:24:20
facebook/react
d54b4cf303143b459c3caae54d14ae926a8ee09a
d4cac3f96c01b4222f917a2e5a8ce85754f706f8
fix[devtools]: fixed Tree indentation logic after updating react-windows (#28421) Forward-fixing the indentation after landing https://github.com/facebook/react/pull/28408. Could potentially be related to `ref` changes in `react`, but haven't validated yet. Haven't occured while testing the previous PR, but repro...
[ { "path": "packages/react-devtools-shared/src/devtools/views/Components/Tree.js", "patch": "@@ -538,7 +538,7 @@ function updateIndentationSizeVar(\n }\n \n // $FlowFixMe[missing-local-annot]\n-function InnerElementType({children, style, ...rest}) {\n+function InnerElementType({children, style}) {\n const ...
2024-02-22T19:18:30
vercel/next.js
2ad342a069621fb698fa9b568930db887f8fafa8
56493beebeacfded3289a8c0909060cedabb7aa3
fix: use `turbopack.root` value for `outputFileTracingRoot` to have consistent tracing root (#82653) Regressed from https://github.com/vercel/next.js/pull/82164 Previously, `outputFileTracingRoot` was always set via `findRoot()` if the option was not explicitly given. However, https://github.com/vercel/next.js/pull/8...
[ { "path": "packages/next/errors.json", "patch": "@@ -779,5 +779,6 @@\n \"778\": \"`prerenderAndAbortInSequentialTasksWithStages` should not be called in edge runtime.\",\n \"779\": \"Route %s used \\\"searchParams\\\" inside \\\"use cache\\\". Accessing dynamic request data inside a cache scope is not s...
2025-08-16T00:01:35
nodejs/node
09d10b50dcdf44b5ab0e97d22fc56dc52c594bd5
3fb7426f8379e0d08de0c91733c55fae0e550b39
sqlite: disable DQS misfeature by default Double-quoted string (DQS) literals are not allowed by the SQL standard, which defines that text enclosed in double quotes is to be interpreted as an identifier only and never as a string literal. Nevertheless, for historical reasons, SQLite allows double-quoted string literal...
[ { "path": "doc/api/sqlite.md", "patch": "@@ -112,6 +112,10 @@ added: v22.5.0\n legacy database schemas. The enforcement of foreign key constraints can be\n enabled and disabled after opening the database using\n [`PRAGMA foreign_keys`][]. **Default:** `true`.\n+ * `enableDoubleQuotedStringLiter...
2024-10-08T21:49:38
golang/go
ed08d2ad0928c0fc77cc2053863616ffb58c5aac
fce9d4515defec0473ca3a685408ef5304d23aa9
os: don't follow symlinks on Windows when O_CREATE|O_EXCL and read-only Fix a bug in CL 672396, where we add FILE_FLAG_OPEN_REPARSE_POINT to the attributes passed to CreateFile, but then overwrite the attributes with FILE_ATTRIBUTE_READONLY when opening a file with a read-only permissions mode. For #73702 Change-Id:...
[ { "path": "src/os/os_test.go", "patch": "@@ -2309,9 +2309,9 @@ func TestOpenFileCreateExclDanglingSymlink(t *testing.T) {\n \t\tvar f *File\n \t\tvar err error\n \t\tif r == nil {\n-\t\t\tf, err = OpenFile(link, O_WRONLY|O_CREATE|O_EXCL, 0o666)\n+\t\t\tf, err = OpenFile(link, O_WRONLY|O_CREATE|O_EXCL, 0o444...
2025-05-27T21:16:17
facebook/react
d4cac3f96c01b4222f917a2e5a8ce85754f706f8
47beb96ccf1085fe048c4d79d1f762566166d94e
feature[REMOVED][devtools]: turn off / hide location based component filters (#28417) Following https://github.com/facebook/react/pull/28265, this should disable location-based component filters. ``` // Following __debugSource removal from Fiber, the new approach for finding the source location // of a component...
[ { "path": "packages/react-devtools-shared/src/backend/renderer.js", "patch": "@@ -36,6 +36,7 @@ import {\n renamePathInObject,\n setInObject,\n utfEncodeString,\n+ filterOutLocationComponentFilters,\n } from 'react-devtools-shared/src/utils';\n import {sessionStorageGetItem} from 'react-devtools-shar...
2024-02-22T16:59:29
electron/electron
32a721fa2bdff874270d50b5609866bdb43ef3c4
e254593616e0c0ce8ae861ec860002ee14cb74f9
test: fix Node.js color edge snapshot stack traces (#40250)
[ { "path": "patches/node/.patches", "patch": "@@ -40,7 +40,6 @@ fix_do_not_resolve_electron_entrypoints.patch\n fix_ftbfs_werror_wextra-semi.patch\n fix_isurl_implementation.patch\n ci_ensure_node_tests_set_electron_run_as_node.patch\n-chore_update_fixtures_errors_force_colors_snapshot.patch\n fix_assert_mod...
2023-10-18T19:39:53
vercel/next.js
6c1f0ee4fa50905a742f13e269f62421ce8c3881
cbbc8f3e12d7957043bb7b0e591ea44db1e01fc8
Turbopack: Fix logic in HMR logging code that could emit a NaN build time (#82389) The goal of this module is to avoid logging no-op build events. Turbopack uses a bottom-up execution model which leads to a lot of really short no-op "building" events that we try to filter out. If `onBuilding` isn't called before `onB...
[ { "path": "packages/next/src/client/dev/hot-reloader/turbopack-hot-reloader-common.ts", "patch": "@@ -23,9 +23,11 @@ export class TurbopackHmr {\n #startMsSinceEpoch: number | undefined\n #lastUpdateMsSinceEpoch: number | undefined\n #deferredReportHmrStartId: ReturnType<typeof setTimeout> | undefined...
2025-08-15T22:03:30
golang/go
b78e38065efd5f4079564b9e8e3529950ba0dd52
961818e0131aaa7468616a90ce9ebf00111ccdaa
runtime: define lock ranking between weak pointers and synctest Fixes #73817 Change-Id: I0101bdc797237b4c7eb58b414c71b009b0b44447 Reviewed-on: https://go-review.googlesource.com/c/go/+/675176 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@g...
[ { "path": "src/internal/synctest/synctest_test.go", "patch": "@@ -9,11 +9,13 @@ import (\n \t\"internal/synctest\"\n \t\"iter\"\n \t\"reflect\"\n+\t\"runtime\"\n \t\"slices\"\n \t\"strconv\"\n \t\"sync\"\n \t\"testing\"\n \t\"time\"\n+\t\"weak\"\n )\n \n func TestNow(t *testing.T) {\n@@ -625,6 +627,17 @@ fu...
2025-05-21T20:02:59
nodejs/node
3fb7426f8379e0d08de0c91733c55fae0e550b39
3a42085ee4eb618b68752d95d25b3db060a6a0f7
module: check --experimental-require-module separately from detection Previously we assumed if `--experimental-detect-module` is true, then `--experimental-require-module` is true, which isn't the case, as the two can be enabled/disabled separately. This patch fixes the checks so `--no-experimental-require-module` is ...
[ { "path": "lib/internal/modules/cjs/loader.js", "patch": "@@ -1449,7 +1449,7 @@ function loadESMFromCJS(mod, filename) {\n * @param {'commonjs'|undefined} format Intended format of the module.\n */\n function wrapSafe(filename, content, cjsModuleInstance, format) {\n- assert(format !== 'module'); // ESM...
2024-10-08T20:26:13
rust-lang/rust
c5a613119e121d63e70c05de463d6226eb6146b8
23a3e642d7e245a7d65eb1ba5a4df3d089c39e6a
fix: use `ExprIsRead::Yes` for binary operator operands both operands of binary operators (including compound assignments like `+=`) were inferred with `ExprIsRead::No`, which prevented divergence detection for place expressions of type `!`. this caused false type mismatches when a function's return type depended on t...
[ { "path": "src/tools/rust-analyzer/crates/hir-ty/src/infer/op.rs", "patch": "@@ -178,9 +178,9 @@ impl<'a, 'db> InferenceContext<'a, 'db> {\n // trait matching creating lifetime constraints that are too strict.\n // e.g., adding `&'a T` and `&'b T`, given `&'x T: Add<&'x T>`, ...
2026-02-16T07:47:46
facebook/react
47beb96ccf1085fe048c4d79d1f762566166d94e
404ed926588ec1cb7e9524d4dbb75b7297130adc
Add useSyncExternalStore and useTransition to getPrimitiveStackCache (#28399) <!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. Before sub...
[ { "path": "packages/react-debug-tools/src/ReactDebugHooks.js", "patch": "@@ -82,6 +82,13 @@ function getPrimitiveStackCache(): Map<string, Array<any>> {\n Dispatcher.useImperativeHandle(undefined, () => null);\n Dispatcher.useDebugValue(null);\n Dispatcher.useCallback(() => {});\n+ Di...
2024-02-22T11:42:52
electron/electron
fd2861117e04a3c62bfab67a1b50cb9c3a55cd4d
5b105f911f7aa134ee44558fefaf171360d3d9d2
fix: correctly track receiver for methods called via ctx bridge (#39978) * fix: correctly track receiver for methods called via ctx bridge * spec: test for correct contextBridge passage --------- Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
[ { "path": "shell/renderer/api/electron_api_context_bridge.cc", "patch": "@@ -44,6 +44,8 @@ namespace api {\n namespace context_bridge {\n \n const char kProxyFunctionPrivateKey[] = \"electron_contextBridge_proxy_fn\";\n+const char kProxyFunctionReceiverPrivateKey[] =\n+ \"electron_contextBridge_proxy_fn_...
2023-10-18T14:21:42
vercel/next.js
cbbc8f3e12d7957043bb7b0e591ea44db1e01fc8
6eb32cf7e649600a3edadea6dbb23c52b07a7fb8
Remove stability disclamer on Node runtime in middleware (#82181) Follows https://github.com/vercel/next.js/pull/81907, removes an outdated disclaimer from the docs: https://nextjs.org/docs/app/api-reference/file-conventions/middleware#runtime <img width="1346" height="852" alt="Screenshot 2025-07-30 at 00 19 01" sr...
[ { "path": "docs/01-app/03-api-reference/03-file-conventions/middleware.mdx", "patch": "@@ -194,8 +194,6 @@ export const config = {\n }\n ```\n \n-> **Note**: This feature is not yet recommended for production use. Therefore, Next.js will throw an error unless you are using the next@canary release instead of...
2025-08-15T20:29:59
golang/go
961818e0131aaa7468616a90ce9ebf00111ccdaa
c8c3d661b084c01242fa7837e3853d7492ba1717
cmd/compile/internal/walk: use original type for composite literals in addrTemp When creating a new *ir.Name or *ir.LinksymOffsetExpr to represent a composite literal stored in the read-only data section, we should use the original type of the expression that was found via ir.ReassignOracle.StaticValue. (This is neede...
[ { "path": "src/cmd/compile/internal/ir/expr.go", "patch": "@@ -853,6 +853,10 @@ func IsAddressable(n Node) bool {\n //\n // calling StaticValue on the \"int(y)\" expression returns the outer\n // \"g()\" expression.\n+//\n+// NOTE: StaticValue can return a result with a different type than\n+// n's type bec...
2025-05-27T17:32:36
nodejs/node
5a3da7b4e445d6000cd9442984d26608579e4d16
78f421de886b80be099e597845d8b3235200fdfa
tools: enforce errors to not be documented in legacy section PR-URL: https://github.com/nodejs/node/pull/55218 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
[ { "path": "doc/api/errors.md", "patch": "@@ -2325,6 +2325,17 @@ compiled with ICU support.\n \n A non-context-aware native addon was loaded in a process that disallows them.\n \n+<a id=\"ERR_OPERATION_FAILED\"></a>\n+\n+### `ERR_OPERATION_FAILED`\n+\n+<!-- YAML\n+added: v15.0.0\n+-->\n+\n+An operation faile...
2024-10-08T16:59:53
rust-lang/rust
25a71ea88818c2a364a915196e06e0bac39693dd
88d951e25107a9c3e4291e999101e1130b550d86
Fix predicates of builtin derive traits with two parameters defaulting to `Self` I.e. `PartialEq` and `PartialOrd`.
[ { "path": "src/tools/rust-analyzer/crates/hir-ty/src/builtin_derive.rs", "patch": "@@ -260,7 +260,22 @@ fn simple_trait_predicates<'db>(\n let param_idx =\n param_idx.into_raw().into_u32() + (generic_params.len_lifetimes() as u32);\n let param_ty = Ty::new_param(inter...
2026-02-15T22:11:51
electron/electron
29270f3df5e7044c67eba80886234a58ceea4b9b
657e88b1731d4b0bb83558961a74f7ecd05f94f0
test: fixup node force colors test (#40241) * test: fixup node force colors test * chore: update patches --------- Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
[ { "path": "patches/node/chore_update_fixtures_errors_force_colors_snapshot.patch", "patch": "@@ -11,7 +11,7 @@ trying to see whether or not the lines are greyed out. One possibility\n would be to upstream a changed test that doesn't hardcode line numbers.\n \n diff --git a/test/fixtures/errors/force_colors....
2023-10-18T10:33:24
facebook/react
404ed926588ec1cb7e9524d4dbb75b7297130adc
81d2a51a97ca8ea7cfbce885ecab070a668732ab
chore[devtools]: use react-window from npm and bump react-virtualized-auto-sizer to ^1.0.23 (#28408) 1. Bumps `react-virtualized-auto-sizer` to 1.0.23, which has a fix for cases with multiple realms - https://github.com/bvaughn/react-virtualized-auto-sizer/pull/82 2. Removes `react-window` from react-devtools-share...
[ { "path": "packages/react-devtools-shared/package.json", "patch": "@@ -23,6 +23,7 @@\n \"local-storage-fallback\": \"^4.1.1\",\n \"lodash.throttle\": \"^4.1.1\",\n \"memoize-one\": \"^3.1.1\",\n- \"react-virtualized-auto-sizer\": \"^1.0.6\"\n+ \"react-virtualized-auto-sizer\": \"^1.0.23\",...
2024-02-22T11:31:10
golang/go
0e1b14bc2e13aed697854e3859f73ba4dba9fb22
09f1546cba2998a8d89f4506c16ba3bff115071d
cmd/go: fix get with the new 'work' pattern Before this change, go get didn't have support for the work pattern. The work pattern is new in Go 1.25 and evaluates to the packages in the work (also called main) modules. 'go get work' would cause a panic because 'work' would be incorrectly considered a path pattern and t...
[ { "path": "src/cmd/go/internal/modget/get.go", "patch": "@@ -337,6 +337,7 @@ func runGet(ctx context.Context, cmd *base.Command, args []string) {\n \tr.performLocalQueries(ctx)\n \tr.performPathQueries(ctx)\n \tr.performToolQueries(ctx)\n+\tr.performWorkQueries(ctx)\n \n \tfor {\n \t\tr.performWildcardQueri...
2025-05-23T17:19:44
nodejs/node
78f421de886b80be099e597845d8b3235200fdfa
accb23927230b0149321a62d6c7b64fe6ce7d65e
lib: fix module print timing when specifier includes `"` PR-URL: https://github.com/nodejs/node/pull/55150 Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
[ { "path": "lib/internal/util/debuglog.js", "patch": "@@ -173,7 +173,7 @@ function formatTime(ms) {\n }\n \n function safeTraceLabel(label) {\n- return label.replace(/\\\\/g, '\\\\\\\\');\n+ return label.replace(/\\\\/g, '\\\\\\\\').replaceAll('\"', '\\\\\"');\n }\n \n /**", "additions": 1, "deleti...
2024-10-08T16:59:37
vercel/next.js
6eb32cf7e649600a3edadea6dbb23c52b07a7fb8
308520c2a41f96b999ca3ac9e6bb734b77b9b5bb
fix: memory leak from cloneResponse (#82678) repro info here: https://github.com/snyamathi/nextjs-mem-leak ## Background > The Fetch Standard allows users to skip consuming the response body by relying on garbage collection to release connection resources. Undici added support for this in https://github.com/nodejs/...
[ { "path": "packages/next/src/server/lib/clone-response.ts", "patch": "@@ -1,3 +1,16 @@\n+const noop = () => {}\n+\n+let registry: FinalizationRegistry<WeakRef<ReadableStream>> | undefined\n+\n+if (globalThis.FinalizationRegistry) {\n+ registry = new FinalizationRegistry((weakRef: WeakRef<ReadableStream>) =...
2025-08-15T19:46:31
facebook/react
81d2a51a97ca8ea7cfbce885ecab070a668732ab
59fe6c3ac1d52e4e568be52b908905b8898a4777
Add smoke test for flight fixture (#28350)
[ { "path": ".circleci/config.yml", "patch": "@@ -236,6 +236,53 @@ jobs:\n RELEASE_CHANNEL: experimental\n command: ./scripts/circleci/run_devtools_e2e_tests.js\n \n+ run_fixtures_flight_tests:\n+ docker:\n+ - image: cimg/openjdk:20.0-node\n+ environment: *environment\n+ s...
2024-02-21T22:47:36
electron/electron
657e88b1731d4b0bb83558961a74f7ecd05f94f0
09bab60a9eb110b031330545885bf07205492a1c
chore: remove deprecated `crashed` and `renderer-process-crashed` events (#40115)
[ { "path": "docs/api/app.md", "patch": "@@ -391,21 +391,6 @@ which contains more information about why the child process disappeared. It\n isn't always because it crashed. The `killed` boolean can be replaced by\n checking `reason === 'killed'` when you switch to that event.\n \n-### Event: 'renderer-process...
2023-10-18T10:05:41
golang/go
09f1546cba2998a8d89f4506c16ba3bff115071d
de05282a2c3bba1d869f8686e7b38d582af17a0a
log/slog: fix longtests with empty source Tests broken by CL 674875 Updates #73808 Change-Id: I7ad93e4a8ba1977d136f99b9d4963fa8a9c159ff Reviewed-on: https://go-review.googlesource.com/c/go/+/676595 Auto-Submit: Michael Knyszek <mknyszek@google.com> TryBot-Bypass: Michael Knyszek <mknyszek@google.com> Reviewed-by: Mi...
[ { "path": "src/log/slog/logger_test.go", "patch": "@@ -315,7 +315,7 @@ func TestCallDepthConnection(t *testing.T) {\n \t\t\tgot := string(firstLine)\n \n \t\t\twant := fmt.Sprintf(\n-\t\t\t\t`source=:0 msg=\"logger_test.go:%d: %s\"`,\n+\t\t\t\t`msg=\"logger_test.go:%d: %s\"`,\n \t\t\t\tline+i, tt.name,\n \t...
2025-05-27T18:11:28
nodejs/node
14353387eb3f5beeee99c01514d389f57506c389
8dbca2d35b4b322320113e6a4a5ad752b1a84e6f
src: implement IsInsideNodeModules() in C++ This previously compiles a script and run it in a new context to avoid global pollution, which is more complex than necessary and can be too slow for it to be reused in other cases. The new implementation just checks the frames in C++ which is safe from global pollution, fas...
[ { "path": "lib/buffer.js", "patch": "@@ -79,10 +79,10 @@ const {\n ONLY_ENUMERABLE,\n },\n getOwnNonIndexProperties,\n+ isInsideNodeModules,\n } = internalBinding('util');\n const {\n customInspectSymbol,\n- isInsideNodeModules,\n lazyDOMException,\n normalizeEncoding,\n kIsEncodingSymbol,...
2024-10-08T10:19:46
rust-lang/rust
76c041c19a6c9e4c0a196c92afda2c82d1dc78be
f5161526e6315d3aeb0f89456de451c66f646017
stdarch-gen-hexagon: Fix formatting
[ { "path": "library/stdarch/crates/stdarch-gen-hexagon/src/main.rs", "patch": "@@ -312,8 +312,13 @@ fn read_header(crate_dir: &Path) -> Result<String, String> {\n println!(\"Reading HVX header from: {}\", header_path.display());\n println!(\" (LLVM version: {})\", LLVM_VERSION);\n \n- std::fs::re...
2026-02-15T18:18:19
vercel/next.js
88b3223a97f7b952c6bb3c9a7120f3361c8aef1d
8c0737d76db690aeb79113f46a81917ffa1ebf28
docs: fix typo in vitest.mdx (#82690) Co-authored-by: Joseph <joseph.chamochumbi@vercel.com>
[ { "path": "docs/01-app/02-guides/testing/vitest.mdx", "patch": "@@ -4,7 +4,7 @@ nav_title: 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 together for **Unit Testing**. This guide will show you how to setup Vitest...
2025-08-15T14:32:46
facebook/react
c0274063f0d625d6e17e82f3436f4a0b78b7e58f
9a5b6bd84ffa69bfd8b2859ce23e56d17daa8c40
[Flight] Prefix Replayed Console Logs with a Badge (#28403) Builds on top of #28384. This prefixes each log with a badge similar to how we badge built-ins like "ForwardRef" and "Memo" in the React DevTools. The idea is that we can add such badges in DevTools for Server Components too to carry on the consistency....
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -50,6 +50,7 @@ import {\n readFinalStringChunk,\n createStringDecoder,\n prepareDestinationForModule,\n+ printToConsole,\n } from './ReactFlightClientConfig';\n \n import {registerServerReference} from './ReactFlightReplyClient'...
2024-02-21T19:59:08
electron/electron
09bab60a9eb110b031330545885bf07205492a1c
666907d50d2d62e31e1c3e7329f45e8350fe73cd
docs: fix represented file fiddle (#40233)
[ { "path": "docs/fiddles/features/represented-file/main.js", "patch": "@@ -7,24 +7,24 @@ function createWindow () {\n height: 600\n })\n \n+ win.setRepresentedFilename(os.homedir())\n+ win.setDocumentEdited(true)\n+\n win.loadFile('index.html')\n }\n \n app.whenReady().then(() => {\n- const win = ...
2023-10-18T09:32:10
golang/go
ae0824883e7f851173ff1855ad1c638bec87a426
8dd7d2111b8622dac4b0127fa1d26da3c1c4c274
go/ast: deprecate FilterPackage, PackageExports, MergePackageFiles (More symbols that belong to the ast.Object deprecation.) Fixes #73088 Fixes #7124 Updates #52463 Updates #71122 Change-Id: I10e3ef35b587da2f3f0a65e9154e33bd53e7a093 Reviewed-on: https://go-review.googlesource.com/c/go/+/674176 LUCI-TryBot-Result: Go...
[ { "path": "api/next/73088.txt", "patch": "@@ -0,0 +1,7 @@\n+pkg go/ast, const FilterFuncDuplicates //deprecated #73088\n+pkg go/ast, const FilterImportDuplicates //deprecated #73088\n+pkg go/ast, const FilterUnassociatedComments //deprecated #73088\n+pkg go/ast, func FilterPackage //deprecated #73088\n+pkg ...
2025-05-19T18:11:51
nodejs/node
ae1e2b53b77585b3f0d58406e37bd56264d29ad7
6c92c1391a3dc8e97530012581337259ea429d0a
build: fix notify-on-review-wanted action PR-URL: https://github.com/nodejs/node/pull/55304 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name>
[ { "path": ".github/workflows/notify-on-review-wanted.yml", "patch": "@@ -11,7 +11,7 @@ permissions:\n jobs:\n notifyOnReviewWanted:\n name: Notify on Review Wanted\n- if: github.repository == 'nodejs/node' && github.event.label == 'review wanted'\n+ if: github.repository == 'nodejs/node' && gith...
2024-10-07T16:40:51
vercel/next.js
1abb6a3375cd9166b157c933737e8cd65a14f955
8606a9e4b04d9438aaec32d59993277de160e392
fix: Combine the hrtime tuple to get a better seconds representation (#82687) When building w/ webpack to calculate duration, we use `process.hrtime` which is a tuple of integers [seconds, nanoseconds] - which means that for sub second compiler runs, we end up showing total 0ms, or 1000ms (I think) - https://nodejs.o...
[ { "path": "packages/next/src/build/webpack-build/impl.ts", "patch": "@@ -44,6 +44,11 @@ import { durationToString } from '../duration-to-string'\n \n const debug = origDebug('next:build:webpack-build')\n \n+function hrtimeToSeconds(hrtime: [number, number]): number {\n+ // hrtime is a tuple of [seconds, na...
2025-08-15T12:43:49
facebook/react
9a5b6bd84ffa69bfd8b2859ce23e56d17daa8c40
41b3c31bcbe9f238697b4c79b39017916e0f131c
[Flight] Instrument the Console in the RSC Environment and Replay Logs on the Client (#28384) When developing in an RSC environment, you should be able to work in a single environment as if it was a unified environment. With thrown errors we already serialize them and then rethrow them on the client. Since by def...
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -670,6 +670,10 @@ function parseModelString(\n }\n case '@': {\n // Promise\n+ if (value.length === 2) {\n+ // Infinite promise that never resolves.\n+ return new Promise(() => {});\n+ ...
2024-02-21T19:47:55
electron/electron
666907d50d2d62e31e1c3e7329f45e8350fe73cd
73a42d0b7bff9b381349c8c32a46623d63471572
fix: Windows Toast notification dismissal from Action Center (#40197) * fix: Windows Toast notification dismissal from Action Center * docs: note Toast behavior in event * chore: address feedback from review
[ { "path": "docs/api/notification.md", "patch": "@@ -85,6 +85,8 @@ Emitted when the notification is closed by manual intervention from the user.\n This event is not guaranteed to be emitted in all cases where the notification\n is closed.\n \n+On Windows, the `close` event can be emitted in one of three ways...
2023-10-17T23:33:00
golang/go
3a3c006ac07886aa923a8aad0a4b3ed954640973
ed70477909c97f86f8d73bee2d8680b6788acec7
crypto/tls: enable signature algorithm BoGo tests (and fix two bugs) The two bugs are very minor: - We were trying to set the ConnectionState CurveID field even if the RSA key exchange was in use - We were sending the wrong alert from TLS 1.2 clients if none of the certificate signature algorithms were supported...
[ { "path": "src/crypto/tls/auth.go", "patch": "@@ -149,20 +149,18 @@ func legacyTypeAndHashFromPublicKey(pub crypto.PublicKey) (sigType uint8, hash c\n var rsaSignatureSchemes = []struct {\n \tscheme SignatureScheme\n \tminModulusBytes int\n-\tmaxVersion uint16\n }{\n \t// RSA-PSS is used with ...
2025-05-23T16:04:36
facebook/react
5fb2c93f3924ba980444da5698f60651b5ef0689
ec160f32c28ccab798c73ecccbb36ce121e1640e
Combine createElement and JSX modules (#28320) Depends on: - #28317 --- There's a ton of overlap between the createElement implementation and the JSX implementation, so I combined them into a single module. In the actual build output, the shared code between JSX and createElement will get duplicated any...
[ { "path": "packages/react-devtools-shared/src/__tests__/utils-test.js", "patch": "@@ -23,7 +23,7 @@ import {\n REACT_SUSPENSE_LIST_TYPE as SuspenseList,\n REACT_STRICT_MODE_TYPE as StrictMode,\n } from 'shared/ReactSymbols';\n-import {createElement} from 'react/src/ReactElement';\n+import {createElement...
2024-02-20T03:45:18
nodejs/node
deb5effe017aa10e4fd1e0ce798236e38a432c77
d5eb9a378e7ce357151b44f41f82e6ee3de1984a
v8: out of bounds copy Fixes: https://github.com/nodejs/node/issues/54573 Co-authored-by: ronag <ronagy@icloud.com> Co-authored-by: ramidzkh <ramidzkh@gmail.com> PR-URL: https://github.com/nodejs/node/pull/55261 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
[ { "path": "lib/v8.js", "patch": "@@ -49,7 +49,6 @@ if (internalBinding('config').hasInspector) {\n }\n \n const assert = require('internal/assert');\n-const { copy } = internalBinding('buffer');\n const { inspect } = require('internal/util/inspect');\n const { FastBuffer } = require('internal/buffer');\n co...
2024-10-07T11:11:29
vercel/next.js
988507c36655de27ef0e82dc9ad1ba6fef73558b
33be76c69170621f81b894287f9f861aadaff138
fix: use .js extension for relative imports (#82669) <!-- 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 Contributor...
[ { "path": "packages/next/src/server/lib/router-utils/typegen.ts", "patch": "@@ -392,7 +392,9 @@ export function generateValidatorFile(\n : type\n return `// Validate ${filePath}\n {\n- const handler = {} as typeof import(${JSON.stringify(importPath)})\n+ const handler = {} as typeof im...
2025-08-14T22:12:03
electron/electron
b6ec19a582579c8f7972a1c140b9404e8b2ccd87
f7b1c75c72a8dcab4157408f92bd3771606d8029
fix: support the throwIfNoEntry option to statSync and lstatSync in asar files (#40221)
[ { "path": "lib/asar/fs-wrapper.ts", "patch": "@@ -261,17 +261,31 @@ export const wrapFsWithAsar = (fs: Record<string, any>) => {\n fs.writeSync(logFDs.get(asarPath), `${offset}: ${filePath}\\n`);\n };\n \n+ const shouldThrowStatError = (options: any) => {\n+ if (options && typeof options === 'obje...
2023-10-16T16:35:25
golang/go
ed70477909c97f86f8d73bee2d8680b6788acec7
787362327fbc2ec010659cd9067cc899cc15203c
errors: add joinError Unwrap example Change-Id: Id7489247e9bdd413f82fdf5a70197856c47abfb5 Reviewed-on: https://go-review.googlesource.com/c/go/+/674336 Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Sean Liao <sean@liao.dev> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gservice...
[ { "path": "src/errors/example_test.go", "patch": "@@ -66,11 +66,13 @@ func ExampleJoin() {\n \tif errors.Is(err, err2) {\n \t\tfmt.Println(\"err is err2\")\n \t}\n+\tfmt.Println(err.(interface{ Unwrap() []error }).Unwrap())\n \t// Output:\n \t// err1\n \t// err2\n \t// err is err1\n \t// err is err2\n+\t// ...
2025-05-20T05:40:18
facebook/react
2e84e1629924e6cb278638305fa92040f6ef6eb5
65a0e2b25ec4642f83c32d7599b5252c3955a60b
[Flight] Better error message if you pass a function as a child to a client component (#28367) Similar to #28362 but if you pass it to a client component.
[ { "path": "packages/react-client/src/__tests__/ReactFlight-test.js", "patch": "@@ -689,7 +689,7 @@ describe('ReactFlight', () => {\n );\n }\n function FunctionProp() {\n- return <div>{() => {}}</div>;\n+ return <div>{function fn() {}}</div>;\n }\n function SymbolProp() {\n ...
2024-02-19T17:36:16
nodejs/node
a301596c41c29bcea0b9803f41750f741f9f49be
bbdfeebd9eb2f9b31169edf5be8eb31adb367a1c
doc: move `ERR_NAPI_TSFN_START/STOP_IDLE_LOOP` to legacy errors PR-URL: https://github.com/nodejs/node/pull/55248 Refs: https://github.com/nodejs/node/pull/17887 Refs: https://github.com/nodejs/node/pull/32997 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
[ { "path": "doc/api/errors.md", "patch": "@@ -2278,21 +2278,6 @@ function.\n An error occurred while attempting to retrieve the JavaScript `undefined`\n value.\n \n-<a id=\"ERR_NAPI_TSFN_START_IDLE_LOOP\"></a>\n-\n-### `ERR_NAPI_TSFN_START_IDLE_LOOP`\n-\n-On the main thread, values are removed from the queue...
2024-10-05T09:59:13
vercel/next.js
33be76c69170621f81b894287f9f861aadaff138
0af39705695fbdb2b9f121b5fbd29208b61372b1
chore: Bump Turborepo (#82652) <!-- 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 Contributors ### Improving Docum...
[ { "path": "package.json", "patch": "@@ -267,7 +267,7 @@\n \"tree-kill\": \"1.2.2\",\n \"tsec\": \"0.2.1\",\n \"tsx\": \"4.19.2\",\n- \"turbo\": \"2.3.3\",\n+ \"turbo\": \"2.5.5\",\n \"typescript\": \"5.8.2\",\n \"unfetch\": \"4.2.0\",\n \"wait-port\": \"0.2.2\",", "addition...
2025-08-14T20:12:45
electron/electron
f7b1c75c72a8dcab4157408f92bd3771606d8029
6d0d350e138494cd68dd3d4fa73b2719da4575bf
feat: update `app.{set|get}LoginItemSettings(settings)` (#37244) * feat: update app.{set|get}LoginItemSettings(settings) * test: fixup and add tests * docs: add type link * chore: name -> serviceName
[ { "path": "docs/api/app.md", "patch": "@@ -1278,28 +1278,22 @@ Returns `boolean` - Whether the current desktop environment is Unity launcher.\n ### `app.getLoginItemSettings([options])` _macOS_ _Windows_\n \n * `options` Object (optional)\n- * `path` string (optional) _Windows_ - The executable path to com...
2023-10-16T16:25:11
rust-lang/rust
d13828b2c7cedb6147999222118cd87bf4fe28cd
a8bbacd2702cfbc260b52f9c19fc5c01c510a7bb
fix: re-format the changes
[ { "path": "src/librustdoc/html/render/mod.rs", "patch": "@@ -59,8 +59,8 @@ use rustc_hir::def_id::{DefId, DefIdSet};\n use rustc_hir::{ConstStability, Mutability, RustcVersion, StabilityLevel, StableSince};\n use rustc_middle::ty::print::PrintTraitRefExt;\n use rustc_middle::ty::{self, TyCtxt};\n-use rustc_...
2026-02-15T14:34:53
golang/go
3fd729b2a14a7efcf08465cbea60a74da5457f06
c07ffe980a52b309d48d33265cfee438a01cb513
log/slog: make TextHandler discard empty Source Fixes #73808 Change-Id: Ica4b7a63eebbf0fff41d68f4de928f9da90c8ada Reviewed-on: https://go-review.googlesource.com/c/go/+/674875 Reviewed-by: Jonathan Amsterdam <jba@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Sean Liao <sean@liao.dev> LU...
[ { "path": "src/log/slog/handler.go", "patch": "@@ -492,6 +492,9 @@ func (s *handleState) appendAttr(a Attr) bool {\n \t// Special case: Source.\n \tif v := a.Value; v.Kind() == KindAny {\n \t\tif src, ok := v.Any().(*Source); ok {\n+\t\t\tif src.isEmpty() {\n+\t\t\t\treturn false\n+\t\t\t}\n \t\t\tif s.h.js...
2025-05-21T09:58:13
facebook/react
017397d7d33f151f2c2a9936c4b130fded68d08b
9444c51c7e44936c24e1f44db905cfd45c51cff3
Recover from SSR error in Flight fixture (#28368) If an error happens before the shell, we need to handle it. In this case we choose the strategy of rendering a blank document and client rendering the app. Which will intentionally have a hydration mismatch.
[ { "path": "fixtures/flight/server/global.js", "patch": "@@ -174,8 +174,19 @@ app.all('/', async function (req, res, next) {\n const {pipe} = renderToPipeableStream(React.createElement(Root), {\n bootstrapScripts: mainJSChunks,\n formState: formState,\n+ onShellReady() {\n+ ...
2024-02-19T16:50:04
nodejs/node
32efeea0c046e3b504fee27278a0f7e8da8c86e8
98788dace632e64e7d7b13b10559b301bd390526
doc: fix initial default value of autoSelectFamily Specify the initial default value of `autoSelectFamily` in description of `net.setDefaultAutoSelectFamily()` as specified in description of `net.getDefaultAutoSelectFamily()`. PR-URL: https://github.com/nodejs/node/pull/55245 Reviewed-By: Luigi Pinca <luigipinca@gmai...
[ { "path": "doc/api/net.md", "patch": "@@ -1798,7 +1798,9 @@ added: v19.4.0\n \n Sets the default value of the `autoSelectFamily` option of [`socket.connect(options)`][].\n \n-* `value` {boolean} The new default value. The initial default value is `false`.\n+* `value` {boolean} The new default value.\n+ The...
2024-10-05T02:06:36
vercel/next.js
0af39705695fbdb2b9f121b5fbd29208b61372b1
50524de08afc20984f24e68fa8de1e1c415ccc3c
[turbopack] Fix a bug where our `global` rewrite could introduce a TDZ issue (#82659) Change our `global` rewrite to use a non-shadowable property on `__turbopack_context__` The previous rewrite to `globalThis` would break if there was a local declaration of `let globalThis` which could either trigger a TDZ error or ...
[ { "path": "turbopack/crates/turbopack-ecmascript-runtime/js/src/shared/runtime-types.d.ts", "patch": "@@ -137,4 +137,5 @@ interface TurbopackBaseContext<M> {\n x: ExternalRequire\n y: ExternalImport\n z: CommonJsRequire\n+ g: typeof globalThis\n }", "additions": 1, "deletions": 0, "langua...
2025-08-14T19:34:50
electron/electron
f362e089b16252cb65bfb7fb44ee5ae88c1e4fcc
c9f6f15df63e80fa12afe5fb981d17faa1f9772e
fix: incorrect wco bounds in macOS fullscreen (#40179)
[ { "path": "shell/browser/native_window.cc", "patch": "@@ -537,7 +537,7 @@ void NativeWindow::PreviewFile(const std::string& path,\n \n void NativeWindow::CloseFilePreview() {}\n \n-gfx::Rect NativeWindow::GetWindowControlsOverlayRect() {\n+absl::optional<gfx::Rect> NativeWindow::GetWindowControlsOverlayRect...
2023-10-16T09:18:31
rust-lang/rust
a8bbacd2702cfbc260b52f9c19fc5c01c510a7bb
40a3ca1189940ad1805c8deb3ba60744fa16dc57
fix: remove unused import
[ { "path": "src/librustdoc/html/render/mod.rs", "patch": "@@ -60,7 +60,7 @@ use rustc_hir::{ConstStability, Mutability, RustcVersion, StabilityLevel, Stable\n use rustc_middle::ty::print::PrintTraitRefExt;\n use rustc_middle::ty::{self, TyCtxt};\n use rustc_span::symbol::{Symbol, sym};\n-use rustc_span::{Byt...
2026-02-15T14:26:54
golang/go
c07ffe980a52b309d48d33265cfee438a01cb513
3db50924e2c74dfa0cb9295215529a65880eb708
testing/synctest: correct duration in doc example Fixes #73839 Change-Id: I961641c6d8244cdeb101a3c9ae91931828a893ad Reviewed-on: https://go-review.googlesource.com/c/go/+/676035 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com...
[ { "path": "src/testing/synctest/synctest.go", "patch": "@@ -24,11 +24,11 @@\n //\t\tsynctest.Test(t, func(t *testing.T) {\n //\t\t\tstart := time.Now() // always midnight UTC 2001-01-01\n //\t\t\tgo func() {\n-//\t\t\t\ttime.Sleep(1 * time.Nanosecond)\n-//\t\t\t\tt.Log(time.Since(start)) // always logs \"1n...
2025-05-24T11:10:12
facebook/react
9444c51c7e44936c24e1f44db905cfd45c51cff3
c323f8290c2336713b62c69322bb30ed63234c24
[Flight] Allow a Server Reference to be registered twice (#28343) It's possible for the same function instance to appear more than once in the same graph or even the same file. Currently this errors on trying to reconfigure the property but it really doesn't matter which one wins. First or last. Regardless the...
[ { "path": "packages/react-server-dom-esm/src/ReactFlightESMReferences.js", "patch": "@@ -70,8 +70,8 @@ export function registerServerReference<T: Function>(\n ): ServerReference<T> {\n return Object.defineProperties((reference: any), {\n $$typeof: {value: SERVER_REFERENCE_TAG},\n- $$id: {value: id ...
2024-02-19T16:49:38
nodejs/node
fe45be207be1b51b3dde84265aad5fd79e0cfb2b
cc9b9a7f70cd14ebe1435becec44b300912b6f88
deps: V8: backport 0d5d6e71bbb0 Original commit message: Remove `--js-promise-withresolvers` runtime flag Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> Bug: 42204122 Change-Id: I017a0d1ae0f8225513206ffb7806a4250be75d4c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v...
[ { "path": "common.gypi", "patch": "@@ -36,7 +36,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.9',\n+ 'v8_embedder_string': '-node.10',\n \n ##### V8 defaults for Node.js #####\n ...
2024-09-20T17:17:30
vercel/next.js
eaa1bbcf24824bdc5191d85e1e0e5b045994101d
88383fccf0e398ff341db66ba40d0ed500e98857
Fix request type in typed route validator (#82644)
[ { "path": "packages/next/src/server/lib/router-utils/typegen.ts", "patch": "@@ -431,6 +431,7 @@ export function generateValidatorFile(\n \n import type { AppRoutes, AppRouteHandlerRoutes, LayoutRoutes, ParamMap } from \"./routes.js\"\n import type { ResolvingMetadata, ResolvingViewport } from \"next/dist/li...
2025-08-14T15:47:42
electron/electron
bbd2236bdd4fda6ab702c67fa9a5cec13cc6df01
5d6023ae0dfa289b8ce1427722b0a8c0ab24e648
fix: ensure MessagePorts get GCed when not referenced (#40189)
[ { "path": "patches/chromium/.patches", "patch": "@@ -135,3 +135,4 @@ fix_activate_background_material_on_windows.patch\n fix_move_autopipsettingshelper_behind_branding_buildflag.patch\n revert_remove_the_allowaggressivethrottlingwithwebsocket_feature.patch\n fix_handle_no_top_level_aura_window_in_webcontent...
2023-10-13T20:09:28