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
facebook/react
3d9d22cbdbfc1df2ec1d2ca00cb824e36af46ab8
d4374b3ae37eb972af6fc492de294a06edd6d325
[playground] Fix CompilerError mismatch (#34420) The compiler playground was crashing at any small syntax errors in the `Input` panel due to updating the `CompilerErrorDetailOptions` type in #34401. Updated the option to take in a `ErrorCategory` instead. --------- Co-authored-by: lauren <poteto@users.noreply.github...
[ { "path": "compiler/apps/playground/components/Editor/EditorImpl.tsx", "patch": "@@ -13,7 +13,7 @@ import BabelPluginReactCompiler, {\n CompilerErrorDetail,\n CompilerDiagnostic,\n Effect,\n- ErrorSeverity,\n+ ErrorCategory,\n parseConfigPragmaForTests,\n ValueKind,\n type Hook,\n@@ -258,7 +25...
2025-09-08T19:06:54
vercel/next.js
c1e485ce8aef778600e75846fc2fb3757c83a319
55ffc5626760a55793078cbacfe55b1e90870c58
[Instant] Validate blocking head (#89539) Previously, instant validation would always use the dynamic stage for the head, which means that we wouldn't catch errors related to a blocking `generateViewport`. This is fixed here. We treat head as a separate segment and use the appropriate stage (Static or Runtime) dependi...
[ { "path": "packages/next/errors.json", "patch": "@@ -1069,5 +1069,6 @@\n \"1068\": \"Expected workStore to be initialized\",\n \"1069\": \"Invariant: cache entry \\\"%s\\\" not found in dir \\\"%s\\\"\",\n \"1070\": \"image of size %s could not be tracked by lru cache\",\n- \"1071\": \"toNodeDebugCha...
2026-02-24T18:24:57
nodejs/node
fc85c7afd3340ed8bf2240e9106f4cb62657c2c0
09c4f6f41cc50f8e22fb84f547e3d4cf4e420c50
tools: disable some new cpplint rules before update PR-URL: https://github.com/nodejs/node/pull/60901 Fixes: https://github.com/nodejs/node/issues/60771 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com>
[ { "path": ".cpplint", "patch": "@@ -1,3 +1,3 @@\n set noparent\n-filter=-build/include_alpha,-build/include_subdir,-build/include_what_you_use,-legal/copyright,-readability/nolint,-readability/braces\n+filter=-build/c++17,-build/include_alpha,-build/include_subdir,-build/include_what_you_use,-legal/copyrigh...
2025-11-30T07:42:11
golang/go
491da55fdba438284656c370f6d2f3e0b0971a83
bd7b8a52c847afcfc15b21741ec8972275a79c34
cmd/compile/internal/ssagen: fix typo GrtCallerSP -> GetCallerSP Fix a typo in findIntrinsic function where "GrtCallerSP" should be "GetCallerSP". This typo was in the condition checking for runtime intrinsic functions that don't have definitions. Fixes #77432 Change-Id: I8667a42456b4b2c4533dfcbca198b46793f71c89 Git...
[ { "path": "src/cmd/compile/internal/ssagen/intrinsics.go", "patch": "@@ -2170,7 +2170,7 @@ func findIntrinsic(sym *types.Sym) intrinsicBuilder {\n \n \tfn := sym.Name\n \tif ssa.IntrinsicsDisable {\n-\t\tif pkg == \"internal/runtime/sys\" && (fn == \"GetCallerPC\" || fn == \"GrtCallerSP\" || fn == \"GetClos...
2026-02-06T08:48:19
facebook/react
d4374b3ae37eb972af6fc492de294a06edd6d325
3f2a42a5decc88551d34c96f3d031c316ac34f6a
[compiler] [playground] Show internals toggle (#34399) <!-- 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 submitting a pull request, pleas...
[ { "path": "compiler/apps/playground/components/Editor/Output.tsx", "patch": "@@ -64,12 +64,16 @@ type Props = {\n async function tabify(\n source: string,\n compilerOutput: CompilerOutput,\n+ showInternals: boolean,\n ): Promise<Map<string, ReactNode>> {\n const tabs = new Map<string, React.ReactNode...
2025-09-08T18:21:03
electron/electron
f6ffb55c724dbe8acd904a786cf777c78a90f8c3
27bea2576e8a39a9ff1c104c43ab4e982c2e5671
refactor: remove `electron::WebRequestAPI` interface (#48792) * refactor: remove electron::WebRequestAPI interface Remove the |electron::WebRequestAPI| interface class. Use handles to the concrete class |electron::api::WebRequest| instead. Prerequisite for https://github.com/electron/electron/pull/48762. Two classe...
[ { "path": "filenames.gni", "patch": "@@ -456,7 +456,6 @@ filenames = {\n \"shell/browser/net/system_network_context_manager.h\",\n \"shell/browser/net/url_loader_network_observer.cc\",\n \"shell/browser/net/url_loader_network_observer.h\",\n- \"shell/browser/net/web_request_api_interface.h\",...
2025-11-06T08:05:50
vercel/next.js
da0cbcce7694fbaf09ce0312c6f674887c2ade6f
dcf11d111bac0639c1f41f05dafe321a4fa86f77
Add not-found.js / notFound() links to Status Codes section (#88332) <!-- 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: ##...
[ { "path": "docs/01-app/03-api-reference/03-file-conventions/not-found.mdx", "patch": "@@ -10,7 +10,7 @@ Next.js provides two conventions to handle not found cases:\n \n ## `not-found.js`\n \n-The **not-found** file is used to render UI when the [`notFound`](/docs/app/api-reference/functions/not-found) funct...
2026-02-24T17:08:27
nodejs/node
09c4f6f41cc50f8e22fb84f547e3d4cf4e420c50
85852a3221b17f4d10d35e9abf94d676a81c3120
deps,src: prepare for cpplint update Disable linting where there are false positives or clashes whith the C++ formatter. PR-URL: https://github.com/nodejs/node/pull/60901 Fixes: https://github.com/nodejs/node/issues/60771 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Vladimir Morozov <vmorozov@microsof...
[ { "path": "deps/ncrypto/ncrypto.h", "patch": "@@ -66,7 +66,10 @@ namespace ncrypto {\n #define NCRYPTO_STR(x) #x\n #define NCRYPTO_REQUIRE(EXPR) \\\n { \\\n- if (!(EXPR) { abort()...
2025-11-26T17:05:35
golang/go
5f51b092846ae43d03092d866449d9933a8bf42b
b152d9a11808c278d2ccb193d7c82938078007ce
cmd/link: ignore GCC generated .wm4/.wm8 symbols with no type Fixes #77436 Change-Id: I37d852a89678c929156c4765e774c819eb515e6f Reviewed-on: https://go-review.googlesource.com/c/go/+/742220 Reviewed-by: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gservice...
[ { "path": "src/cmd/go/testdata/script/cgo_g3.txt", "patch": "@@ -0,0 +1,18 @@\n+[!cgo] skip\n+\n+# Test that -g3 works with cgo.\n+env CGO_CFLAGS=-g3\n+go build\n+\n+-- go.mod --\n+module cgog3\n+\n+go 1.25\n+-- m.go --\n+package main\n+\n+import \"os/user\"\n+\n+func main() {\n+\tuser.Current()\n+}", "...
2026-02-05T04:58:51
electron/electron
27bea2576e8a39a9ff1c104c43ab4e982c2e5671
c4609924072547a94d60d297057c5b3767d4e82d
fix: revert allow disabling all NSMenuItems, fix menu crash (#48794) Revert "fix: allow disabling all `NSMenuItems` (#48598)" This reverts commit 0cb4fdd0f2ae28d7bf3cd753cd2b641947e637aa.
[ { "path": "lib/browser/api/menu.ts", "patch": "@@ -25,30 +25,11 @@ Menu.prototype._isCommandIdChecked = function (id) {\n };\n \n Menu.prototype._isCommandIdEnabled = function (id) {\n- const item = this.commandsMap[id];\n- if (!item) return false;\n-\n- const focusedWindow = BaseWindow.getFocusedWindow(...
2025-11-05T23:49:43
facebook/react
294c33f34da0b5f908946c9add86f58426e7da5f
3fb190f729ddcf32e7a76961082929683a3395a7
[Flight] Always initialize a debug info array for each Chunk (#34419) I'm about to add info for pretty much all of these anyway since they all depend on the data stream itself.
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -169,7 +169,7 @@ type PendingChunk<T> = {\n reason: null | Array<InitializationReference | (mixed => mixed)>,\n _children: Array<SomeChunk<any>> | ProfilingResult, // Profiling-only\n _debugChunk: null | SomeChunk<ReactDebugInfoE...
2025-09-08T16:28:14
nodejs/node
28142a6106298ac8c0041b3f385e0d941305286c
90ff75f4320f365751dde91f0c35377e2a41b6a4
build: run embedtest with node_g when BUILDTYPE=Debug PR-URL: https://github.com/nodejs/node/pull/60850 Refs: https://github.com/nodejs/node/pull/60806 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com>
[ { "path": "Makefile", "patch": "@@ -78,11 +78,17 @@ EXEEXT := $(shell $(PYTHON) -c \\\n \t\t\"import sys; print('.exe' if sys.platform == 'win32' else '')\")\n \n NODE_EXE = node$(EXEEXT)\n-# Use $(PWD) so we can cd to anywhere before calling this\n-NODE ?= \"$(PWD)/$(NODE_EXE)\"\n NODE_G_EXE = node_g$(EXEE...
2025-12-01T15:23:30
vercel/next.js
c61d96e0bc25aaddc203499705f1965b7146d6d7
48ab605baf3d3adc9d5e22bcc7119588f771d02c
next-image: fix dpl handling with unicode (#90420) With skew protection enabled, image srcs were double-encoded: 1. The imported value might be `'/_next/static/media/äöüščří.55df2443.png?dpl=1234'` 2. Then `new URL(src, 'http://n')` would normalize the URL, leading to `/_next/static/media/%C3%A4%C3%B6%C3%BC%C5%A1%C4%...
[ { "path": "packages/next/src/client/legacy/image.tsx", "patch": "@@ -129,14 +129,19 @@ function defaultLoader({\n \n // Extract dpl parameter early so validation uses the clean URL\n let deploymentId = getDeploymentId()\n- if (src.startsWith('/')) {\n- const srcUrl = new URL(src, 'http://n')\n- c...
2026-02-24T16:28:51
golang/go
b152d9a11808c278d2ccb193d7c82938078007ce
fc9f22134a870528a7a6d110fa6172431f73cccf
cmd/link: correct error message in loadelf.Load The message said we were ignoring the symbols, but we aren't. We are treating them as an error. For #77436 Change-Id: I5492d81717c539b09f6956b591178f1f3a42893d Reviewed-on: https://go-review.googlesource.com/c/go/+/742060 Reviewed-by: Michael Knyszek <mknyszek@google.c...
[ { "path": "src/cmd/link/internal/loadelf/ldelf.go", "patch": "@@ -627,7 +627,7 @@ func Load(l *loader.Loader, arch *sys.Arch, localSymVersion int, f *bio.Reader,\n \t\t\t\tcontinue\n \t\t\t}\n \n-\t\t\treturn errorf(\"%v: sym#%d (%q): ignoring symbol in section %d (%q) (type %d)\", elfsym.sym, i, elfsym.nam...
2026-02-04T20:42:44
nodejs/node
f9f343fb8dda773b749db4dee00704f8bbe79c19
b1e941e7b2590d3d7fed76a9de5e467fd04d6da3
src: handle DER decoding errors from system certificates When decoding certificates from the system store, it's not actually guaranteed to succeed. In case the system returns a certificate that cannot be decoded (might be related to SSL implementation issues), skip them. PR-URL: https://github.com/nodejs/node/pull/60...
[ { "path": "src/crypto/crypto_context.cc", "patch": "@@ -507,7 +507,11 @@ void ReadMacOSKeychainCertificates(\n CFRelease(search);\n \n if (ortn) {\n- fprintf(stderr, \"ERROR: SecItemCopyMatching failed %d\\n\", ortn);\n+ per_process::Debug(DebugCategory::CRYPTO,\n+ \"Cannot r...
2025-12-01T07:26:03
vercel/next.js
48ab605baf3d3adc9d5e22bcc7119588f771d02c
e160f03f96feff08bf3bf8e4911ce2af9464757d
tests: reenable escheck-output (#90423) Various bugs I reported to https://github.com/yowainwright/es-check/ are fixed now, and there aren't any false negatives anymore.
[ { "path": "test/production/escheck-output/app/foo/page.js", "patch": "@@ -0,0 +1,5 @@\n+'use client'\n+\n+export default function Page() {\n+ return <button>Client</button>\n+}", "additions": 5, "deletions": 0, "language": "JavaScript" }, { "path": "test/production/escheck-output/app/la...
2026-02-24T16:23:35
facebook/react
78992521a83325edec17a0dc0bb47092cc5accaa
80d7aa17ad42efccc0ff95d2a9147ac6efe74dd5
[compiler] Filter out disabled errors from being reported (#34409) This PR stops error details of severity `ErrorSeverity.Off` from being reported. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/344...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/CompilerError.ts", "patch": "@@ -279,6 +279,7 @@ export class CompilerErrorDetail {\n */\n export class CompilerError extends Error {\n details: Array<CompilerErrorDetail | CompilerDiagnostic> = [];\n+ disabledDetails: Array<CompilerErrorDetai...
2025-09-06T17:07:23
electron/electron
513a6ee80a5c65106d87170c66505782f29e9df6
040b0e795b7ec1f5ef6b64666918d1f520ef2914
fix: draw smoothing round rect corner (#48769)
[ { "path": "shell/renderer/electron_smooth_round_rect.cc", "patch": "@@ -302,8 +302,8 @@ SkPath DrawSmoothRoundRect(float x,\n bottom_right_smoothness, SkPoint::Make(x + width, y + height), 2);\n \n // Bottom left corner\n- DrawCorner(path, bottom_left_radius, left_bottom_smoothness,\n- ...
2025-11-05T09:33:05
golang/go
fc9f22134a870528a7a6d110fa6172431f73cccf
a72a4295edf694395ba9d3b5e7c5393ebf6a415d
net/http: remove hasPort and simplify logic Fixes #76651 Change-Id: I306e127375095bc0caedb01ac458107cfec5f085 Reviewed-on: https://go-review.googlesource.com/c/go/+/725740 Auto-Submit: Sean Liao <sean@liao.dev> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Mich...
[ { "path": "src/net/http/http.go", "patch": "@@ -106,15 +106,15 @@ type contextKey struct {\n \n func (k *contextKey) String() string { return \"net/http context value \" + k.name }\n \n-// Given a string of the form \"host\", \"host:port\", or \"[ipv6::address]:port\",\n-// return true if the string include...
2025-12-02T04:06:09
nodejs/node
94cd600542d7af9792db63d4643ac4b0adec7e4c
209a4fe8123848ffcf876ec5914c6114a3e0ded1
crypto: fix DOMException name for non-extractable key error PR-URL: https://github.com/nodejs/node/pull/60830 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nieße...
[ { "path": "lib/internal/crypto/webcrypto.js", "patch": "@@ -676,7 +676,7 @@ async function exportKey(format, key) {\n }\n \n if (!key[kExtractable])\n- throw lazyDOMException('key is not extractable', 'InvalidAccessException');\n+ throw lazyDOMException('key is not extractable', 'InvalidAccessErro...
2025-11-30T21:45:27
vercel/next.js
e160f03f96feff08bf3bf8e4911ce2af9464757d
5c425fe2ce1b5599d7af70929b917308de9ef2ee
[ci] Fix input cache keys for tasks referencing `rust-toolchain` (#90442)
[ { "path": "packages/next-swc/turbo.json", "patch": "@@ -10,7 +10,7 @@\n \"../../Cargo.toml\",\n \"../../Cargo.lock\",\n \"../../.github/workflows/build_and_deploy.yml\",\n- \"../../rust-toolchain\"\n+ \"../../rust-toolchain.toml\"\n ],\n \"env\": [\"CI\"],\n...
2026-02-24T16:14:00
electron/electron
5bd45a6a28fffbe70c6752ba5142a13e9f817f77
d7727c9ec2b247785248fc8f60633f75c97cfa27
feat: add SF Symbol support to NativeImage::CreateFromNamedImage (#48203) * feat: add SF Symbol support to NativeImage::CreateFromNamedImage * use obj-c name in NSImage constructor * add test for named symbol image * apply suggested simplification * fix: support NX cocoa prefix
[ { "path": "docs/api/native-image.md", "patch": "@@ -202,8 +202,7 @@ Creates a new `NativeImage` instance from `dataUrl`, a base 64 encoded [Data URL\n Returns `NativeImage`\n \n Creates a new `NativeImage` instance from the `NSImage` that maps to the\n-given image name. See Apple's [`NSImageName`](https://d...
2025-11-04T10:15:34
golang/go
a72a4295edf694395ba9d3b5e7c5393ebf6a415d
38ed6147485232f9562e87970c56f4491c082998
simd/archsimd: remove BUG note about type parameter After CL 742320, using vector type as type parameter now works. Updates #77444 Change-Id: I4f8cd2c9c18e04efbc884cb57dfcf9f2b48306d8 Reviewed-on: https://go-review.googlesource.com/c/go/+/742400 Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Cherry ...
[ { "path": "src/simd/archsimd/doc.go", "patch": "@@ -58,6 +58,4 @@\n // allocate it in the heap, or put it in an aggregate type.\n package archsimd\n \n-// BUG(cherry): Using a vector type as a type parameter may not work.\n-\n // BUG(cherry): Using reflect Call to call a vector function/method may not w...
2026-02-05T16:45:22
facebook/react
80d7aa17ad42efccc0ff95d2a9147ac6efe74dd5
474f25842a90f67a7aa8c6329afb5faec52181b6
[compiler] Fix error description inconsistency (#34404) Small fix to make all descriptions consistently printed with a single period at the end. Ran `grep -rn "description:" packages/babel-plugin-react-compiler/src --include="*.ts" --exclude-dir="__tests__" | grep '\.\s*["\`]'` to find all descriptions ending in a pe...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/CompilerError.ts", "patch": "@@ -141,11 +141,10 @@ export class CompilerDiagnostic {\n }\n \n printErrorMessage(source: string, options: PrintErrorMessageOptions): string {\n- const buffer = [\n- printErrorSummary(this.category, this.r...
2025-09-06T17:07:02
vercel/next.js
5c425fe2ce1b5599d7af70929b917308de9ef2ee
9a8228474e46188dd206314c5ea2196fd48a63d8
next-image: fix deployment id handling for unoptimized (#90416) Previously ```jsx import img from "./x.png"; // x is "/_next/static/media/test.abc123.png?dpl=foo" <Image id="static-unoptimized" src={x} unoptimized /> ``` would lead to `/_next/static/media/test.abc123.png?dpl=foo&dpl=foo` #90420 adds some related ...
[ { "path": "packages/next/src/client/legacy/image.tsx", "patch": "@@ -420,6 +420,18 @@ function generateImgAttrs({\n loader,\n }: GenImgAttrsData): GenImgAttrsResult {\n if (unoptimized) {\n+ if (src.startsWith('/') && !src.startsWith('//')) {\n+ let deploymentId = getDeploymentId()\n+ if (d...
2026-02-24T15:53:03
electron/electron
a88de8bf1cb3433be67b8a97ba133f3c74ab53c2
4d6db515bdd3eae06fa7e3a4d929c8e7f319ad1b
fix: use app name as a part of tray id on Linux (#48675) * fix: use browser name as tray id * fix: remove unnecessary .c_str() * fix: use string_view instead of string& * fix: move app_name_ to the bottom of private: section https://google.github.io/styleguide/cppguide.html#Declaration_Order * fix: use base's str...
[ { "path": "patches/chromium/.patches", "patch": "@@ -144,3 +144,4 @@ chore_disable_protocol_handler_dcheck.patch\n fix_check_for_file_existence_before_setting_mtime.patch\n revert_cleanup_remove_feature_windelayspellcheckserviceinit.patch\n fix_release_mouse_buttons_on_focus_loss_on_wayland.patch\n+fix_linu...
2025-11-03T22:53:53
nodejs/node
10837e33b0ec2730139f579f0af5ad1286f61cae
d0c102495a5958d2cce1b42ed9cd45eddbafac7f
lib,test: fix jsdoc comments To prepare for eslint-plugin-jsdoc update. Refs: https://github.com/nodejs/node/pull/60535 PR-URL: https://github.com/nodejs/node/pull/60870 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gma...
[ { "path": "lib/fs.js", "patch": "@@ -1115,7 +1115,7 @@ function lazyLoadRimraf() {\n /**\n * Asynchronously removes a directory.\n * @param {string | Buffer | URL} path\n- * @param {{}} [options]\n+ * @param {object} [options]\n * @param {(err?: Error) => any} callback\n * @returns {void}\n */\n@@ -114...
2025-11-27T09:50:12
golang/go
38ed6147485232f9562e87970c56f4491c082998
ae842f71461ad178eff7283bc36e150fe284b9aa
cmd/compile: fix SIMD type parameter instantiation When a SIMD type is used to instantiate a type parameter, the SIMD's underlying type is its shape. This shape type must be marked as a SIMD type, otherwise, the backend will confuse and does not know how to put this SIMD type to proper registers. Fixing this by marki...
[ { "path": "src/cmd/compile/internal/types/type.go", "patch": "@@ -1683,6 +1683,9 @@ func (t *Type) SetUnderlying(underlying *Type) {\n \tif underlying.HasShape() {\n \t\tt.SetHasShape(true)\n \t}\n+\tif underlying.isSIMD {\n+\t\tsimdify(t, underlying.isSIMDTag)\n+\t}\n \n \t// spec: \"The declared type does...
2026-02-05T14:16:55
vercel/next.js
7fc89cc0f4ee6783f847b97479cc5f65270e85f5
5f26a684e61faed401e31ee8bda7019dea15fe36
Fix `config.reactProductionProfiling` for Webpack (#90430) Absolutely no idea how this was passing in the integration test setup For Webpack, setting it via the config was previously completely ignored and only the `--profile` flag was respected Turbopack was already working correctly: https://github.com/vercel/ne...
[ { "path": "packages/next/src/build/webpack-build/impl.ts", "patch": "@@ -151,7 +151,6 @@ export async function webpackBuildImpl(\n rewrites: NextBuildContext.rewrites!,\n originalRewrites: NextBuildContext.originalRewrites,\n originalRedirects: NextBuildContext.originalRedirects,\n- reactProd...
2026-02-24T15:11:41
electron/electron
4d6db515bdd3eae06fa7e3a4d929c8e7f319ad1b
20fc76cb4379e76efbb8d649c4b98d57baaf2bb1
fix: release mouse buttons on focus loss on Wayland (#48752)
[ { "path": "patches/chromium/.patches", "patch": "@@ -143,3 +143,4 @@ expose_referrerscriptinfo_hostdefinedoptionsindex.patch\n chore_disable_protocol_handler_dcheck.patch\n fix_check_for_file_existence_before_setting_mtime.patch\n revert_cleanup_remove_feature_windelayspellcheckserviceinit.patch\n+fix_relea...
2025-11-03T13:37:42
nodejs/node
768f3ba32a3719070d1376341243e4cdf2383436
d1ab5ef4ba18e27388fc193126238dc771289428
test: fix embedtest in debug windows PR-URL: https://github.com/nodejs/node/pull/60806 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
[ { "path": "test/embedding/embedtest.cc", "patch": "@@ -210,23 +210,23 @@ int RunNodeInstance(MultiIsolatePlatform* platform,\n return 1;\n \n exit_code = node::SpinEventLoop(env).FromMaybe(1);\n- }\n-\n- if (!snapshot_blob_path.empty() && is_building_snapshot) {\n- snapshot = setup->CreateSna...
2025-11-29T10:40:39
golang/go
ae842f71461ad178eff7283bc36e150fe284b9aa
824befbca0e862571dc1a449b1c8df1218e6c4b6
log/slog: correct method names in MultiHandler docs Fixes #77428 Change-Id: I02d76ac9220fb2e0df404e4a446953bc0b56475f Reviewed-on: https://go-review.googlesource.com/c/go/+/741560 Auto-Submit: Rhys Hiltner <rhys.hiltner@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.co...
[ { "path": "src/log/slog/multi_handler.go", "patch": "@@ -17,8 +17,8 @@ func NewMultiHandler(handlers ...Handler) *MultiHandler {\n }\n \n // MultiHandler is a [Handler] that invokes all the given Handlers.\n-// Its Enable method reports whether any of the handlers' Enabled methods return true.\n-// Its Hand...
2026-02-03T17:23:33
vercel/next.js
5f26a684e61faed401e31ee8bda7019dea15fe36
409b7a6a284fecbb99fcf85b20922e4b80623a1a
docs: rework version staleness (#90192) Closes: https://linear.app/vercel/issue/DOC-6144/error-page-version-staleness
[ { "path": "errors/version-staleness.mdx", "patch": "@@ -1,63 +1,73 @@\n ---\n-title: Version Staleness\n+title: A newer version is available\n ---\n \n-## Why This Error Occurred\n+## What this notice means\n \n-In the error overlay, a message was shown that the detected Next.js version was out-of-date.\n+T...
2026-02-24T14:38:49
facebook/react
474f25842a90f67a7aa8c6329afb5faec52181b6
1fef581e1abcdcbc4aa50a048f9473f85dcb4692
[compiler] Migrate CompilerError.invariant to new CompilerDiagnostic infra (#34403) Mechanical PR to migrate existing invariants to use the new CompilerDiagnostic infra @josephsavona added. Will tackle the others at a later time. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com)...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/CompilerError.ts", "patch": "@@ -37,7 +37,7 @@ export enum ErrorSeverity {\n export type CompilerDiagnosticOptions = {\n category: ErrorCategory;\n reason: string;\n- description: string;\n+ description: string | null;\n details: Array<Com...
2025-09-06T16:58:08
electron/electron
20fc76cb4379e76efbb8d649c4b98d57baaf2bb1
2a94d414f76c8d2025197996aca026f4c87e9f27
docs: explain how to handle incoming drag and drop (#48718) Fixes https://github.com/electron/electron/issues/48667
[ { "path": "docs/tutorial/native-file-drag-drop.md", "patch": "@@ -110,4 +110,10 @@ the item is a Markdown file located in the root of the project:\n \n ![Drag and drop](../images/drag-and-drop.gif)\n \n+## Dragging files into your app\n+\n+You can use the standard\n+[Drag and Drop web API](https://developer...
2025-11-03T13:37:01
nodejs/node
7643c2a076a7f9e6262ef1813ec01f46c994f46b
3c92ee1008a30edaefd1e4b87e62b14edafd114f
doc: update debuglog examples to use 'foo-bar' instead of 'foo' PR-URL: https://github.com/nodejs/node/pull/60867 Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
[ { "path": "doc/api/util.md", "patch": "@@ -135,14 +135,14 @@ The `section` supports wildcard also:\n \n ```mjs\n import { debuglog } from 'node:util';\n-const log = debuglog('foo');\n+const log = debuglog('foo-bar');\n \n log('hi there, it\\'s foo-bar [%d]', 2333);\n ```\n \n ```cjs\n const { debuglog } = r...
2025-11-29T02:18:49
golang/go
824befbca0e862571dc1a449b1c8df1218e6c4b6
b8be5de81ee78f51fbd600498093b542e75a710e
bufio: fix doc link to Reset method On https://pkg.go.dev/bufio#Reader, the reference to the Reset method is rendered as [Reset]. Fix it by referring to the method via its type. Change-Id: I4256ca80ebef7b850e6a97b96503dd7178cb361b Reviewed-on: https://go-review.googlesource.com/c/go/+/736320 LUCI-TryBot-Result: Go LU...
[ { "path": "src/bufio/bufio.go", "patch": "@@ -30,7 +30,7 @@ var (\n \n // Reader implements buffering for an io.Reader object.\n // A new Reader is created by calling [NewReader] or [NewReaderSize];\n-// alternatively the zero value of a Reader may be used after calling [Reset]\n+// alternatively the zero v...
2026-01-14T11:54:22
rust-lang/rust
1af153cdb91c3d862daa5d1382496055fef678c6
8a703520e80d87d4423c01f9d4fbc9e5f6533a02
Tweak incorrect assoc item note
[ { "path": "compiler/rustc_hir_typeck/src/method/suggest.rs", "patch": "@@ -1175,10 +1175,24 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {\n let mut ty_file = None;\n let mode = no_match_data.mode;\n let is_method = mode == Mode::MethodCall;\n+ let has_self_assoc_type = if let SelfSourc...
2026-02-20T03:25:04
vercel/next.js
409b7a6a284fecbb99fcf85b20922e4b80623a1a
f74bdef4e67ea93c4a692372d5db946befe0c257
Add support for Next.js error telemetry for `AggregateError` (#90391)
[ { "path": "crates/next-error-code-swc-plugin/src/lib.rs", "patch": "@@ -75,7 +75,7 @@ fn is_error_class_name(name: &str) -> bool {\n || name == \"Warning\"\n }\n \n-// Get the string representation of the first argument of `new Error(...)`\n+// Get the string representation of the message argument o...
2026-02-24T14:35:55
electron/electron
2a94d414f76c8d2025197996aca026f4c87e9f27
4abb1f2aa3636f085d8209d8b0468b29c1cc1279
docs: clarify BrowserWindow and App API support status on Wayland (#48740) * docs: clarify BrowserWindow API support in Wayland * typo fix * updated docs * wrapping
[ { "path": "docs/api/app.md", "patch": "@@ -565,8 +565,9 @@ and subscribing to the `ready` event if the app is not ready yet.\n * `steal` boolean _macOS_ - Make the receiver the active app even if another app is\n currently active.\n \n-On Linux, focuses on the first visible window. On macOS, makes the a...
2025-10-31T21:35:08
facebook/react
1fef581e1abcdcbc4aa50a048f9473f85dcb4692
60d9b9740d77bd2715f5f725245093a23f95e347
[compiler] Deprecate CompilerErrorDetail (#34402) Now that we have a new CompilerDiagnostic type (which the CompilerError aggregate can hold), the old CompilerErrorDetail type can be marked as deprecated. Eventually we should migrate everything to the new CompilerDiagnostic type. --- [//]: # (BEGIN SAPLING FOOTER) St...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/CompilerError.ts", "patch": "@@ -78,6 +78,9 @@ export type CompilerSuggestion =\n description: string;\n };\n \n+/**\n+ * @deprecated use {@link CompilerDiagnosticOptions} instead\n+ */\n export type CompilerErrorDetailOptions = {\n ca...
2025-09-06T16:41:54
nodejs/node
d09c3ffb7ca85606d491e51ff15b11416a4f85a6
1b3a64deb454c24b0a20bb73f13759d97a25f9bf
test: skip failing tests when compiled without amaro When compiled without amaro, this conflicts with --experimental-strip-types defaulting to true. To avoid that, we need to skip relevant failing tests. Fixes: https://github.com/nodejs/node/issues/60640 PR-URL: https://github.com/nodejs/node/pull/60815 Reviewed-By: ...
[ { "path": "src/node_options.cc", "patch": "@@ -1092,7 +1092,7 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {\n \"Type-stripping for TypeScript files.\",\n &EnvironmentOptions::strip_types,\n kAllowedInEnvvar,\n- true);\n+ HAVE_AMARO);\n ...
2025-11-28T15:37:42
golang/go
b8be5de81ee78f51fbd600498093b542e75a710e
d4febb45179fa99ee1d5783bcb693ed7ba14115c
runtime: clarify g object vs stack memory lifetime in HACKING.md The documentation states that g objects are "never freed" but does not clarify that goroutine stack memory is managed separately. This can be confusing as it might imply that all goroutine memory (including stacks) is retained indefinitely. Add a paragr...
[ { "path": "src/runtime/HACKING.md", "patch": "@@ -60,6 +60,14 @@ Every non-dead G has a *user stack* associated with it, which is what\n user Go code executes on. User stacks start small (e.g., 2K) and grow\n or shrink dynamically.\n \n+When a goroutine exits, its stack memory may be freed immediately or\n+...
2026-02-03T15:07:55
vercel/next.js
e9c4f4289d15d43681e9e79b2fa605b09a0af0d4
426d0d2e0135853461db4c86ad966ccdfef5bcb5
Fix route cache keying for unprefetched navigations (#90400) When navigating to a route that wasn't previously prefetched (e.g. via a Link with prefetch={false}, or router.push()), the client stores the route data from the server response in the cache so it can be reused by future navigations and prefetches to the sam...
[ { "path": "packages/next/src/client/components/router-reducer/create-initial-router-state.ts", "patch": "@@ -76,6 +76,7 @@ export function createInitialRouterState({\n discoverKnownRoute(\n Date.now(),\n location.pathname,\n+ null, // nextUrl — initial render is never an interception\n ...
2026-02-24T06:39:39
electron/electron
310490221e5edc9eeedb0baf1a137e042a04cd7d
3345edd2bf175766d332e764326148bf35d81483
chore: bump chromium to 144.0.7500.0 (main) (#48725) * chore: bump chromium in DEPS to 144.0.7500.0 * chore: fixup patch indices * 7088768: Reland "download reclient only for chromeos by default" https://chromium-review.googlesource.com/c/chromium/src/+/7088768 * Revert "7088768: Reland "download reclient only for...
[ { "path": "DEPS", "patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '143.0.7499.0',\n+ '144.0.7500.0',\n 'node_version':\n 'v24.10.0',\n 'nan_version':", "additions": 1, "deletions": 1, "language": "Unknown" }, { "path": "build/...
2025-10-31T15:01:09
nodejs/node
01d5a38a6097a2d7423fc436ad8c96d8e4e0c3fe
1de8d7f21aaf64e5f210c00db5ff7bc5f04cacd1
doc: fix typos in changelogs I know we can't fix the parts that are commit messages, but I believe the rest of the text is editable. Am I misremembering? PR-URL: https://github.com/nodejs/node/pull/60855 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Review...
[ { "path": "doc/changelogs/CHANGELOG_V12.md", "patch": "@@ -1883,7 +1883,7 @@ consumption.\n #### Increase of the default server headers timeout\n \n The default value of `server.headersTimeout` for `http` and `https` servers was\n-increased from `40000` to `60000` (60 seconds). This to accomodate for system...
2025-11-28T04:24:42
rust-lang/rust
f110b38c6f5b81494e0144ae4af5db1e3d8e8736
1bac2b65f56581400f5db629d9704ec5c7084289
fix a tests that assunes the wrong alignment on s390x on s390x vectors are aligned at 8 bytes not 16 or vector length like on x86.
[ { "path": "src/tools/rust-analyzer/crates/hir-ty/src/layout/tests.rs", "patch": "@@ -379,15 +379,20 @@ struct Goal(Foo<S>);\n \n #[test]\n fn simd_types() {\n+ let size = 16;\n+ #[cfg(not(target_arch = \"s390x\"))]\n+ let align = 16;\n+ #[cfg(target_arch = \"s390x\")]\n+ let align = 8;\n ...
2026-03-27T08:47:36
facebook/react
60d9b9740d77bd2715f5f725245093a23f95e347
c4e2508dad24f2cd61b5f1f862b081f54ee71896
[compiler] Derive ErrorSeverity from ErrorCategory (#34401) With #34176 we now have granular lint rules created for each compiler ErrorCategory. However, we had remnants of our old error severities still in use which makes reporting errors quite clunky. Previously you would need to specify both a category and severity...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/CompilerError.ts", "patch": "@@ -14,50 +14,28 @@ import invariant from 'invariant';\n \n export enum ErrorSeverity {\n /**\n- * Invalid JS syntax, or valid syntax that is semantically invalid which may indicate some\n- * misunderstanding on ...
2025-09-06T16:41:29
golang/go
d4febb45179fa99ee1d5783bcb693ed7ba14115c
e2a34c7e9b04564ddad50bd7ec7b52fabde74192
crypto/tls: avoid data race when canceling a QUICConn's Context Methods on QUICConn are synchronous: The connection state is expected to change only in reaction to a user calling a QUICConn method, and the state change should finish completely before the method returns. The connection context provided to QUICConn.Sta...
[ { "path": "src/crypto/tls/conn.go", "patch": "@@ -1531,7 +1531,7 @@ func (c *Conn) handshakeContext(ctx context.Context) (ret error) {\n \tdefer cancel()\n \n \tif c.quic != nil {\n-\t\tc.quic.cancelc = handshakeCtx.Done()\n+\t\tc.quic.ctx = handshakeCtx\n \t\tc.quic.cancel = cancel\n \t} else if ctx.Done()...
2026-02-05T23:56:13
vercel/next.js
c23f3434a3e34ebf7b0b15afc115d94fa0238076
212ced6fb0a51205bf2f6a2b00393c3fbe09e0d5
docs: fixes typo in manifest.mdx regarding Route Handler note (#90394) This PR fixes a typo in the docs about the manifest.js file Co-authored-by: Joseph <joseph.chamochumbi@vercel.com>
[ { "path": "docs/01-app/03-api-reference/03-file-conventions/01-metadata/manifest.mdx", "patch": "@@ -21,7 +21,7 @@ Add or generate a `manifest.(json|webmanifest)` file that matches the [Web Manif\n \n Add a `manifest.js` or `manifest.ts` file that returns a [`Manifest` object](#manifest-object).\n \n-> Good...
2026-02-23T22:52:45
nodejs/node
08d966cb657d114db5b939a13f064f4517f35b42
bff6ea49b860a14817097e66fb6edd08e99434cb
src: handle indexed properties in `process.env` Closes: https://github.com/nodejs/node/issues/60795 PR-URL: https://github.com/nodejs/node/pull/60826 Fixes: https://github.com/nodejs/node/issues/60795 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Stefan Stoj...
[ { "path": "src/node_env_var.cc", "patch": "@@ -4,6 +4,7 @@\n #include \"node_external_reference.h\"\n #include \"node_i18n.h\"\n #include \"node_process-inl.h\"\n+#include \"util.h\"\n \n #include <time.h> // tzset(), _tzset()\n #include <optional>\n@@ -16,6 +17,7 @@ using v8::DontDelete;\n using v8::DontE...
2025-11-27T13:10:35
facebook/react
c4e2508dad24f2cd61b5f1f862b081f54ee71896
de5a1b203e342e7f5d64216d68d8d49e709660e3
[react-devtools-shared] Fix URL construction when base URL is invalid (#34407) ### Problem - Users encounter “Failed to construct 'URL': Invalid base URL” when clicking the “View source” action in DevTools if the underlying base URL is invalid. - This exception originates from `new URL(relative, base)` and bubbles up,...
[ { "path": "packages/react-devtools-shared/src/__tests__/utils-test.js", "patch": "@@ -421,6 +421,26 @@ function f() { }\n await expect(run('http://test/c.mjs')).resolves.toStrictEqual(result);\n await expect(run('http://test/d.mjs')).resolves.toStrictEqual(result);\n });\n+\n+ it('should ...
2025-09-06T13:00:45
vercel/next.js
6aa3dbd2e805c6b5d1da67bd6e0c554433aa93f3
610fdb8e3f7f67f29e4be33107e262cc8e7d2c4a
Fix: Image component ignores images.qualities in Jest environment (#89536) - Fixes #89492 - Fixes #18415 ## Problem When testing Next.js <Image /> components with Jest, custom images.qualities configured in next.config.js are ignored, causing: - Image URLs to use default quality (q=75) instead of configured values ...
[ { "path": "packages/next/src/build/jest/jest.ts", "patch": "@@ -103,9 +103,34 @@ export default function nextJest(options: { dir?: string } = {}) {\n await lockfilePatchPromise.cur\n }\n \n+ const imageConfig = nextConfig?.images\n+ ? {\n+ deviceSizes: nextConfig.images....
2026-02-23T21:19:06
nodejs/node
bff6ea49b860a14817097e66fb6edd08e99434cb
ca5956cb7ab051be2a3ae6c0f99e5e446db40b9a
node-api: fix data race and use-after-free in napi_threadsafe_function Other threads can still hold a valid handle to the tsfn after finalization if finalization was triggered by - release with napi_tsfn_abort, or - environment shutdown Handle this by: - protecting finalization itself with the mutex - if necessary, d...
[ { "path": "src/node_api.cc", "patch": "@@ -200,7 +200,7 @@ class BufferFinalizer : private Finalizer {\n ~BufferFinalizer() { env()->Unref(); }\n };\n \n-class ThreadSafeFunction : public node::AsyncResource {\n+class ThreadSafeFunction {\n public:\n ThreadSafeFunction(v8::Local<v8::Function> func,\n ...
2024-11-15T17:58:09
electron/electron
3345edd2bf175766d332e764326148bf35d81483
c5fe50be3b03ca5ebe917f563f85fcbdf21180a4
chore: upgrade Node.js to v24.10.0 (#48613) * chore: upgrade Node.js to v24.10.0 * chore: fixup crypto patch * chore: fixup crypto test patch * src: prepare for v8 sandboxing https://github.com/nodejs/node/pull/58376 * esm: fix module.exports export on CJS modules https://github.com/nodejs/node/pull/57366 * cho...
[ { "path": "DEPS", "patch": "@@ -4,7 +4,7 @@ vars = {\n 'chromium_version':\n '143.0.7499.0',\n 'node_version':\n- 'v22.20.0',\n+ 'v24.10.0',\n 'nan_version':\n '675cefebca42410733da8a454c8d9391fcebfbc2',\n 'squirrel.mac_version':", "additions": 1, "deletions": 1, "language"...
2025-10-30T18:16:48
facebook/react
de5a1b203e342e7f5d64216d68d8d49e709660e3
b9a045368bc1186fcaff6e8b027cfca28c857f04
[compiler][playground] (3/N) Config override panel (#34371) <!-- 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 submitting a pull request, ...
[ { "path": "compiler/apps/playground/components/Editor/ConfigEditor.tsx", "patch": "@@ -8,94 +8,176 @@\n import MonacoEditor, {loader, type Monaco} from '@monaco-editor/react';\n import type {editor} from 'monaco-editor';\n import * as monaco from 'monaco-editor';\n-import {useState} from 'react';\n+import R...
2025-09-05T14:12:01
vercel/next.js
fe0bb2fc51f1776e88a4357a45f3cfb3bdf4d0f3
45a8a82db5f701546300fc7478ccbe8776350dc0
Next.js sticky scroll standards (#90197) <!-- 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 ### Impro...
[ { "path": "docs/01-app/01-getting-started/04-linking-and-navigating.mdx", "patch": "@@ -158,6 +158,8 @@ Next.js avoids this with client-side transitions using the `<Link>` component. I\n \n Client-side transitions are what makes a server-rendered apps _feel_ like client-rendered apps. And when paired with [...
2026-02-23T18:38:22
golang/go
99d7121934a9cfa7963d3a9bfd840779fd2869f6
b8bccb97982a7dc340f64d0ad522843418db8810
cmd/link: add more clang driver flags when testing flag This changes does 2 things: - Move `-L` to `prefixesToKeep` since it allows providing a custom default libs search path. - Allow various flags that impact the behaviour of the clang driver. The latter allows for LLVM only toolchains to be compatible with linke...
[ { "path": "src/cmd/link/internal/ld/lib.go", "patch": "@@ -2208,20 +2208,30 @@ func trimLinkerArgv(argv []string) []string {\n \tflagsWithNextArgSkip := []string{\n \t\t\"-F\",\n \t\t\"-l\",\n-\t\t\"-L\",\n \t\t\"-framework\",\n \t\t\"-Wl,-framework\",\n \t\t\"-Wl,-rpath\",\n \t\t\"-Wl,-undefined\",\n \t}\n...
2025-12-16T23:53:01
electron/electron
0cb4fdd0f2ae28d7bf3cd753cd2b641947e637aa
21dfa8c73210ebf75acaae1f3b96f9aba3cd076b
fix: allow disabling all `NSMenuItems` (#48598) fix: allow disabling all NSMenuItems
[ { "path": "lib/browser/api/menu.ts", "patch": "@@ -25,11 +25,30 @@ Menu.prototype._isCommandIdChecked = function (id) {\n };\n \n Menu.prototype._isCommandIdEnabled = function (id) {\n- return this.commandsMap[id] ? this.commandsMap[id].enabled : false;\n+ const item = this.commandsMap[id];\n+ if (!item)...
2025-10-28T15:20:55
rust-lang/rust
a53356ec89a20217e0968f19693e50e25beda128
23903d01c237d7c7d4fb62b82ca846bc45de4e0c
fix: [rustfmt] prevent panic when rewritng associated item delegations Fixes a rustfmt bug for `#![feature(fn_delegation)]`
[ { "path": "src/tools/rustfmt/src/visitor.rs", "patch": "@@ -665,11 +665,11 @@ impl<'b, 'a: 'b> FmtVisitor<'a> {\n }\n \n // TODO(calebcartwright): consider enabling box_patterns feature gate\n- match (&ai.kind, visitor_kind) {\n- (ast::AssocItemKind::Const(c), AssocTraitIte...
2026-03-27T05:11:27
nodejs/node
ca5956cb7ab051be2a3ae6c0f99e5e446db40b9a
ce29481a527ea8f2f88f6dc9a609829b34bd647c
util: safely inspect getter errors whose message throws PR-URL: https://github.com/nodejs/node/pull/60684 Fixes: https://github.com/nodejs/node/issues/60683 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
[ { "path": "lib/internal/util/inspect.js", "patch": "@@ -2544,9 +2544,9 @@ function formatProperty(ctx, value, recurseTimes, key, type, desc,\n if (ctx.getters && (ctx.getters === true ||\n (ctx.getters === 'get' && desc.set === undefined) ||\n (ctx.getters === 'set' && desc.set !== u...
2025-11-27T11:06:24
facebook/react
5d64f742114203e4fbdd605ce398696d18901f35
3302d1f791f3f1cf4e8cf69bee70ce5dab1b8436
[compiler] Fix for scopes with unreachable fallthroughs (#34335) Fixes #34108. If a scope ends with with a conditional where some/all branches exit via labeled break, we currently compile in a way that works but bypasses memoization. We end up with a shape like ```js let t0; label: { if (changed) { ... if (co...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/ReactiveScopes/AlignReactiveScopesToBlockScopesHIR.ts", "patch": "@@ -175,6 +175,41 @@ export function alignReactiveScopesToBlockScopesHIR(fn: HIRFunction): void {\n if (node != null) {\n valueBlockNodes.set(fallthrough, node);\n ...
2025-09-04T00:44:42
vercel/next.js
45a8a82db5f701546300fc7478ccbe8776350dc0
797eb7fe7f6fa5e9d12a7d7e3c0eff4d5f862b6a
Turbopack: Aggregation update improvements (#90139) ## Summary - Remove negative count handling in aggregation updates since unsigned ints can't be negative - Add `aggregation_update_no_batch` feature flag for debugging (falls back to non-batched single-item processing) - Fix concurrency bug in inner/follower classif...
[ { "path": "turbopack/crates/turbo-tasks-backend/Cargo.toml", "patch": "@@ -16,6 +16,7 @@ workspace = true\n default = []\n print_cache_item_size = [\"dep:lzzzz\"]\n no_fast_stale = []\n+aggregation_update_no_batch = []\n verify_serialization = []\n verify_aggregation_graph = []\n verify_immutable = []", ...
2026-02-23T16:36:27
rust-lang/rust
dc5cb1719eed6ac9275fe93d914d32141606b2ac
3a933e5bf5b695faf9e09d47a263a20c6b85c26a
Fix ice in rustdoc of private reexport
[ { "path": "src/librustdoc/passes/collect_intra_doc_links.rs", "patch": "@@ -1067,17 +1067,27 @@ impl LinkCollector<'_, '_> {\n #[instrument(level = \"debug\", skip_all)]\n fn resolve_links(&mut self, item: &Item) {\n let tcx = self.cx.tcx;\n- if !self.cx.document_private()\n- ...
2026-03-27T00:07:58
electron/electron
21dfa8c73210ebf75acaae1f3b96f9aba3cd076b
29e0948f7b6270a86b09cdafcaee265a1455029c
fix: use correct signal variable in nan-spec-runner install check (#48639) The install process spawn was not capturing its own signal variable, causing the error check to incorrectly reference the build signal instead. This could lead to: - Install termination by signal going undetected - False positive errors when bu...
[ { "path": "script/nan-spec-runner.js", "patch": "@@ -118,16 +118,16 @@ async function main () {\n return process.exit(buildStatus !== 0 ? buildStatus : signal);\n }\n \n- const { status: installStatus } = cp.spawnSync(NPX_CMD, [`yarn@${YARN_VERSION}`, 'install'], {\n+ const { status: installStatus, ...
2025-10-28T15:18:47
nodejs/node
e825de8e02c29d8ec7a081da338c07f5ab329101
634dc26605ada74c9e44492e97a247e867da1abf
test: fix debug test crashes caused by sea tests PR-URL: https://github.com/nodejs/node/pull/60807 Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
[ { "path": "test/sea/testcfg.py", "patch": "@@ -5,7 +5,15 @@\n def GetConfiguration(context, root):\n # We don't use arch-specific out folder in Node.js; use none/none to auto\n # detect release mode from GetVm and get the path to the executable.\n- vm = context.GetVm('none', 'none')\n+ try:\n+ vm =...
2025-11-27T10:22:58
golang/go
b8bccb97982a7dc340f64d0ad522843418db8810
513bb875bc77b2a516ac56f7710d8fbcd6ba6359
cmd/compile: don't double-walk the map argument of clear mkcallstmt1 already walks the map argument of clear. mapClear then walks it again, which can cause problems if it is some syntax that is non-idempotent under walk. That is the case for the new way map lookups are being lowered in CL 736020. Fixes #77435 Chang...
[ { "path": "src/cmd/compile/internal/walk/range.go", "patch": "@@ -477,7 +477,7 @@ func mapClear(m, rtyp ir.Node) ir.Node {\n \t// instantiate mapclear(typ *type, hmap map[any]any)\n \tfn := typecheck.LookupRuntime(\"mapclear\", t.Key(), t.Elem())\n \tn := mkcallstmt1(fn, rtyp, m)\n-\treturn walkStmt(typeche...
2026-02-04T23:29:40
facebook/react
3302d1f791f3f1cf4e8cf69bee70ce5dab1b8436
7697a9f62e9959651337d70b46012fce69ef860a
Fix: uDV skipped initial value if earlier transition suspended (#34376) Fixes a bug in useDeferredValue's optional `initialValue` argument. In the regression case, if a new useDeferredValue hook is mounted while an earlier transition is suspended, the `initialValue` argument of the new hook was ignored. After the fix,...
[ { "path": "packages/react-reconciler/src/ReactFiberHooks.js", "patch": "@@ -73,6 +73,7 @@ import {\n includesSomeLane,\n isGestureRender,\n GestureLane,\n+ UpdateLanes,\n } from './ReactFiberLane';\n import {\n ContinuousEventPriority,\n@@ -2983,6 +2984,20 @@ function rerenderDeferredValue<T>(value...
2025-09-03T23:24:38
vercel/next.js
9b6e563f7fb64d1ec6225306b17acabe741a5098
f93a867d7741214ed6544a0ff673f498ca69234b
refactor(app-render): extract stream-ops and debug-channel modules (5/8) (#89858) ## Summary Pure refactor: extract stream operations and debug-channel code from `app-render.tsx` into separate compile-time switchable modules. Web-only at this stage. - **`stream-ops.web.ts`**: extracted web stream operations (continu...
[ { "path": "packages/next/errors.json", "patch": "@@ -1068,5 +1068,6 @@\n \"1067\": \"The Next.js unhandled rejection filter is being installed more than once. This is a bug in Next.js.\",\n \"1068\": \"Expected workStore to be initialized\",\n \"1069\": \"Invariant: cache entry \\\"%s\\\" not found in...
2026-02-23T10:45:46
nodejs/node
90980932a4c75d32f39d0afd31a41a8c2e01d796
23c58f01e561f86c8913da9f4f446231e4f84a19
doc: add fullName property to SuiteContext Add documentation for the missing fullName property in SuiteContext. This property returns the name of the suite and each of its ancestors, separated by '>'. The property has been available since v22.3.0 but was missing from the documentation. Fixes: https://github.com/node...
[ { "path": "doc/api/test.md", "patch": "@@ -3667,7 +3667,9 @@ the path of the root test file.\n ### `context.fullName`\n \n <!-- YAML\n-added: v22.3.0\n+added:\n+ - v22.3.0\n+ - v20.16.0\n -->\n \n The name of the test and each of its ancestors, separated by `>`.\n@@ -3970,6 +3972,16 @@ The absolute path o...
2025-11-25T19:34:19
golang/go
997215446134152d8c3c53b3d052032475ef7cfa
f2e7fa6d31143b2d9fbb94df7aa05b3a0919d112
go/build: don't invoke go command when setting UseAllFiles Fixes #68556 Change-Id: I36b08577243a6b3a13b3adef116411d73a2d3428 Reviewed-on: https://go-review.googlesource.com/c/go/+/700337 Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Emmanuel Odeke <emmanuel@...
[ { "path": "src/go/build/build.go", "patch": "@@ -1139,7 +1139,7 @@ func (ctxt *Context) importGo(p *Package, path, srcDir string, mode ImportMode)\n \t// we must not being doing special things like AllowBinary or IgnoreVendor,\n \t// and all the file system callbacks must be nil (we're meant to use the loca...
2025-09-01T14:00:45
rust-lang/rust
5e4e8da4851b92c18f31df0c63f075219ad4e5ff
bfc05d6b072585dfd0c792ec1b8728c08a3511fe
bootstrap.example.toml: Hint how to allow `build.warnings` This commit turns "Actual" into "Expected" for the following problem: Steps: 1. Do some quick and experimental local code changes in the compiler code. 2. Run `./x build`. 3. Observe `error: warnings are denied by `build.warnings` configuration`. 4. Decide to...
[ { "path": "bootstrap.example.toml", "patch": "@@ -826,7 +826,8 @@\n # in the sysroot. It is required for running nvptx tests.\n #rust.llvm-bitcode-linker = false\n \n-# Whether to deny warnings in crates\n+# Whether to deny warnings in crates. Set to `false` to avoid\n+# error: warnings are denied by `build...
2026-03-26T18:39:05
electron/electron
29e0948f7b6270a86b09cdafcaee265a1455029c
08492b5977ab8db2d625d3d1c5169094c8f08b4c
chore: bump chromium to 143.0.7497.0 (main) (#48657) * chore: bump chromium in DEPS to 143.0.7492.0 * chore: bump chromium in DEPS to 143.0.7493.0 * chore: update mas_avoid_private_macos_api_usage.patch.patch Move os_crypt/sync and os_crypt/async shared code to os_crypt/common | https://chromium-review.googlesource...
[ { "path": "BUILD.gn", "patch": "@@ -592,6 +592,7 @@ source_set(\"electron_lib\") {\n use_libcxx_modules = false\n \n deps += [\n+ \"//components/os_crypt/common:keychain_password_mac\",\n \"//components/remote_cocoa/app_shim\",\n \"//components/remote_cocoa/browser\",\n \"//co...
2025-10-28T15:17:29
facebook/react
2805f0ed9e702454527839c0076a9979553c2fd7
ac3e705a18696168acfcaed39dce0cfaa6be8836
Performance Tracks: log properties diff for renders in DEV if no console task available (#34370) React Native doesn't support `console.createTask` yet, but it does support `performance.measure` and extensibility APIs for Performance panel, including `detail.devtools` field. Previously, this logic was gated with `if (...
[ { "path": "packages/react-reconciler/src/ReactFiberPerformanceTrack.js", "patch": "@@ -228,9 +228,20 @@ export function logComponentRender(\n ? 'tertiary-dark'\n : 'primary-dark'\n : 'error';\n- const debugTask = fiber._debugTask;\n- if (__DEV__ && debugTask) {\...
2025-09-03T16:08:05
nodejs/node
d255fc7baee0d7fd014627e00d095adb81dcd23b
7fe808572702711ca2abad3bc8adad3c0d89eb6b
test_runner: fix line feed escaping in JUnit Replaces line feed characters with the correct character reference in XML attribute values. PR-URL: https://github.com/nodejs/node/pull/60274 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
[ { "path": "lib/internal/test_runner/reporter/junit.js", "patch": "@@ -19,11 +19,11 @@ const inspectOptions = { __proto__: null, colors: false, breakLength: Infinity }\n const HOSTNAME = hostname();\n \n function escapeAttribute(s = '') {\n- return escapeContent(RegExpPrototypeSymbolReplace(/\"/g, RegExpPro...
2025-11-23T18:39:24
golang/go
044fe174d7a45ab0c7872500de63e6c61b01bf27
f766b8da6c6e78bfbd549931ad44e0a2386a32ba
internal/stringslite: remove duplicate code in Index Merge two nearly identical loops into one by selecting the fallback method (IndexString vs IndexRabinKarp) inside the loop based on whether n <= bytealg.MaxLen. Fixes #77364# Change-Id: Iefbef60922ca24e4dda3016127f54290096bcfed Reviewed-on: https://go-review.googl...
[ { "path": "src/internal/stringslite/strings.go", "patch": "@@ -28,52 +28,15 @@ func IndexByte(s string, c byte) int {\n func Index(s, substr string) int {\n \tn := len(substr)\n \tswitch {\n-\tcase n == 0:\n+\tcase n == 0 || substr == s:\n \t\treturn 0\n \tcase n == 1:\n \t\treturn IndexByte(s, substr[0])\n...
2026-02-03T08:02:27
electron/electron
9ce27e5318b702eec5553e51658cfff13f50ba03
09c22ea9794366a4d922444e23cfbf83d3ca8afc
docs: security.md use runnable examples for permissions and csp (#43248) * docs: security.md use runnable examples for permissions and csp Signed-off-by: LeUser111 <florian.wiedenmann@grob.de> * Removed semi-colon for uniform js code style in examples Signed-off-by: LeUser111 <florian.wiedenmann@grob.de> * docs: s...
[ { "path": "docs/api/session.md", "patch": "@@ -66,7 +66,7 @@ The `session` module has the following properties:\n \n ### `session.defaultSession`\n \n-A `Session` object, the default session object of the app.\n+A `Session` object, the default session object of the app, available after `app.whenReady` is ca...
2025-10-27T20:56:53
facebook/react
ac3e705a18696168acfcaed39dce0cfaa6be8836
8e60cb7ed55a3dce35bd809b4cf1ad803c59abfd
[compiler][playground] (2/N) Config override panel (#34344) <!-- 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 submitting a pull request, ...
[ { "path": "compiler/apps/playground/components/Editor/ConfigEditor.tsx", "patch": "@@ -6,52 +6,51 @@\n */\n \n import MonacoEditor, {loader, type Monaco} from '@monaco-editor/react';\n-import {parseConfigPragmaAsString} from 'babel-plugin-react-compiler';\n import type {editor} from 'monaco-editor';\n impo...
2025-09-02T21:38:57
golang/go
28fbdf7acb4146b5bc3d88128e407d1344691839
045d1270a7c299c6e40cccf3776860749abfe18e
cmd/go: fix pkg-config flag sanitization Implement a new pkg-config safe flag list (containing everything except for --log-file) and use that when checking flags passed to pkg-config, instead of using checkCompilerFlags. Fixes #77387 Change-Id: Id6141d0a2934053aa43e3aa8ce402bd499c4c028 Reviewed-on: https://go-review...
[ { "path": "src/cmd/go/internal/work/exec.go", "patch": "@@ -1797,10 +1797,7 @@ func (b *Builder) getPkgConfigFlags(a *Action, p *load.Package) (cflags, ldflags\n \t\t\t}\n \t\t}\n \n-\t\t// Running 'pkg-config' can cause execution of\n-\t\t// arbitrary code using flags that are not in\n-\t\t// the safelist....
2026-02-03T02:29:51
vercel/next.js
54d12035a043c8ce9df63ee460b84d794fca2fd2
1fedf5b0d348237446505c2950e0b53fd1639ca3
Fix route.replace crash with --debug-build-paths (#90312) ## Summary - Fixes `route.replace is not a function` error when running `next build --debug-build-paths` on projects with parallel routes **Root cause:** Turbopack filters routes at the route level (e.g., `/parallel-test` includes all page entries), while JS ...
[ { "path": "packages/next/src/build/index.ts", "patch": "@@ -2185,7 +2185,10 @@ export default async function build(\n for (const [originalPath, normalizedPath] of Object.entries(\n appPathRoutes\n )) {\n- if (normalizedPath === page)...
2026-02-22T01:13:22
rust-lang/rust
8e4b26db65996879652a2ff8981d53c325f09939
bf5fe9fdd37268f78c6ded7c00ac51d1e8d41f03
fix: wrap ty-anchor in non-path type constuctor Example --- ```rust struct TestStruct { r: &'static [i32] } fn test_fn() { let s = TestStruct{ $0 }; } ``` **Before this PR** ```rust struct TestStruct { r: &'static [i32] } fn test_fn() { let s = TestStruct{ r: &'static }; } ``` **After this PR** ```rust st...
[ { "path": "src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/missing_fields.rs", "patch": "@@ -588,14 +588,14 @@ fn test_fn() {\n fn test_fill_struct_fields_default() {\n check_fix(\n r#\"\n-//- minicore: default, option\n+//- minicore: default, option, slice\n struct TestW...
2026-03-25T23:25:25
electron/electron
e44b96bbd3b5072eb021a2839e211070adbf2779
b389377c6341870bb270a37178e811a1ce7baf37
refactor: avoid deprecated views a11y api (#47674) * refactor: use GetViewAccessibility().SetName() instead of SetAccessibleName() Xref: https://chromium-review.googlesource.com/c/chromium/src/+/5537333 * refactor: use GetViewAccessibility().SetRole() instead of SetAccessibleRole() Xref: https://chromium-review.goo...
[ { "path": "shell/browser/ui/views/autofill_popup_view.cc", "patch": "@@ -23,6 +23,7 @@\n #include \"ui/gfx/geometry/point.h\"\n #include \"ui/gfx/geometry/rect.h\"\n #include \"ui/gfx/text_utils.h\"\n+#include \"ui/views/accessibility/view_accessibility.h\"\n #include \"ui/views/border.h\"\n #include \"ui/v...
2025-10-27T19:05:25
golang/go
bd1b41eb8131a503a1a8d2fc41d3e79bce159468
01299a31c26b730785ac497da2ef7c593947d5d7
reflect, runtime: adjust user-created GCData on AIX On AIX the runtime adjusts the GCData field in getGCMaskOnDemand to account for the AIX dynamic loader moving the data section. That works fine for statically generated types, but it breaks user generated types. The user generated type will have a normal, correct, po...
[ { "path": "src/reflect/type.go", "patch": "@@ -2580,6 +2580,9 @@ func StructOf(fields []StructField) Type {\n \t\t// space to store it.\n \t\ttyp.TFlag |= abi.TFlagGCMaskOnDemand\n \t\ttyp.GCData = (*byte)(unsafe.Pointer(new(uintptr)))\n+\t\tif runtime.GOOS == \"aix\" {\n+\t\t\ttyp.GCData = adjustAIXGCData(...
2026-01-31T02:42:27
facebook/react
b1b0955f2b34286a7408e58463f4cc429627f9a8
1549bda33f0df963ae27a590b7191f3de99dad31
[DevTools] Fix inspected element scroll in Suspense tab (#34355)
[ { "path": "packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseTab.css", "patch": "@@ -16,14 +16,15 @@\n \n .TreeWrapper {\n border-top: 1px solid var(--color-border);\n- flex: 1 1 var(--horizontal-resize-tree-percentage);\n+ flex: 1 1 65%;\n display: flex;\n flex-direction: row;\n...
2025-09-01T14:40:30
vercel/next.js
fd38d5bf1520b58f879eb4afeba1cb8efb428f05
ccee817b559c770c291350fcd13ad4cb6239339c
segment cache: add test for passing unawaited promise to context provider (#89339) Adds a failing test proving that if the RSC response from a prefetch contains an unresolved promise, navigating to the page will cause the Suspense boundary wrapping the use of that promise to remain in fallback state indefinitely. Thi...
[ { "path": "test/e2e/app-dir/segment-cache/prefetch-partial-rsc/app/layout.tsx", "patch": "@@ -0,0 +1,9 @@\n+import { ReactNode } from 'react'\n+\n+export default function Root({ children }: { children: ReactNode }) {\n+ return (\n+ <html>\n+ <body>{children}</body>\n+ </html>\n+ )\n+}", "ad...
2026-02-21T18:29:09
electron/electron
a611881ff3f03d18517af746f723bbd2b401f6b7
7925a4fe78cf48053daa653965971c1652de2293
fix: logical bug in install.js env var handling (#48634) If either `npm_config_electron_use_remote_checksums` or `electron_use_remote_checksums` are set as environment variables, then force Electron to verify with remote checksums instead of embedded ones. Fixes #48594.
[ { "path": "npm/install.js", "patch": "@@ -44,7 +44,7 @@ downloadArtifact({\n artifactName: 'electron',\n force: process.env.force_no_cache === 'true',\n cacheRoot: process.env.electron_config_cache,\n- checksums: process.env.electron_use_remote_checksums ?? process.env.npm_config_electron_use_remote_...
2025-10-27T10:23:45
golang/go
01299a31c26b730785ac497da2ef7c593947d5d7
1bbb78e7772e7530338e9f154936dc2479adafac
cmd/cgo: use objdir consistently, create it as needed Previously we added a slash to the end of objdir only after processing input files. The effect was that the temporary gcc output files were placed in /tmp, using objdir as a prefix. Those output files were not removed by anything. Now we consistently use objdir as...
[ { "path": "src/cmd/cgo/gcc.go", "patch": "@@ -24,6 +24,7 @@ import (\n \t\"math\"\n \t\"os\"\n \t\"os/exec\"\n+\t\"path/filepath\"\n \t\"slices\"\n \t\"strconv\"\n \t\"strings\"\n@@ -1795,7 +1796,7 @@ var n atomic.Int64\n \n func gccTmp() string {\n \tc := strconv.Itoa(int(n.Add(1)))\n-\treturn *objDir + \"...
2026-01-30T23:33:49
facebook/react
bb6f0c8d2f29754347db0ff28186dc89c128b6ca
aad7c664ffbde52e5d8004b542d83d6d4b7a32a0
[Flight] Fix wrong missing key warning when static child is blocked (#34350)
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -1074,7 +1074,14 @@ function getTaskName(type: mixed): string {\n }\n }\n \n-function initializeElement(response: Response, element: any): void {\n+function initializeElement(\n+ response: Response,\n+ element: any,\n+ lazyType: n...
2025-09-01T09:03:57
nodejs/node
49e56bfc55c9e77a77d232ec8a6ee84a432fa2d3
72dd0fa5cd1fa8b42e14cd69c15955145617fc30
doc: fix webstorage config file property PR-URL: https://github.com/nodejs/node/pull/60798 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
[ { "path": "doc/node-config-schema.json", "patch": "@@ -186,6 +186,9 @@\n \"experimental-websocket\": {\n \"type\": \"boolean\"\n },\n+ \"experimental-webstorage\": {\n+ \"type\": \"boolean\"\n+ },\n \"extra-info-on-fatal-exception\": {\n \"t...
2025-11-21T08:09:25
electron/electron
eda0a7e7493df36b75773899b5eb14be0b786d8d
777b6c70a2ff264a94c45651c83ddbdf2df44c0f
fix: crash on empty dialog extensions array on Windows (#48640)
[ { "path": "shell/browser/ui/file_dialog_win.cc", "patch": "@@ -44,8 +44,7 @@ void ConvertFilters(const Filters& filters,\n std::vector<std::wstring>* buffer,\n std::vector<COMDLG_FILTERSPEC>* filterspec) {\n if (filters.empty()) {\n- COMDLG_FILTERSPEC spec = {L\"...
2025-10-25T16:14:55
golang/go
1bbb78e7772e7530338e9f154936dc2479adafac
a3688ab13e76762a168f43e91ca9422c847ee896
cmd/go: rewrite cgo names to "C." in compiler error messages We used to do this but it broke in Go 1.10. This restores the rewrite, but only applied to compiler output for packages that use cgo. That is all that the original rewrite applied to anyhow. Fixes #76339 Change-Id: Ife8ee858ddd0ff7bcc7423455b2eabf8381b7bde...
[ { "path": "src/cmd/cgo/internal/testerrors/errors_test.go", "patch": "@@ -72,7 +72,7 @@ func expect(t *testing.T, errors []*regexp.Regexp, files ...string) {\n \tdefer os.RemoveAll(dir)\n \n \tdst := filepath.Join(dir, strings.TrimSuffix(files[0], \".go\"))\n-\targs := []string{\"build\", \"-gcflags=-L -e\"...
2025-11-19T00:24:04
vercel/next.js
ccee817b559c770c291350fcd13ad4cb6239339c
3b94d8021af89754ee84252786bd9501a047bdf3
Turbopack: support Subresource Integrity (#90152) A spinoff from https://github.com/vercel/next.js/pull/90045 - [x] The SRI test is failing for unrelated reasons (hardcoded chunk name matching) - [x] Somehow, the hashes are wrong
[ { "path": "crates/next-api/src/app.rs", "patch": "@@ -88,6 +88,7 @@ use crate::{\n AppPageRoute, Endpoint, EndpointOutput, EndpointOutputPaths, ModuleGraphs, Route, Routes,\n },\n server_actions::{build_server_actions_loader, create_server_actions_manifest},\n+ sri_manifest::get_sri_manif...
2026-02-21T09:40:12
facebook/react
aad7c664ffbde52e5d8004b542d83d6d4b7a32a0
3fe51c9e147fb5215011cf3fd9544c5a776abf41
[Flight] Don't try to close debug channel twice (#34340) When the debug channel was already closed, we must not try to close it again when the Response gets garbage collected. **Test plan:** 1. reduce the Flight fixture `App` component to a minimum [^1] - remove everything from `<body>` - delete the `console...
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -1010,10 +1010,15 @@ export function reportGlobalError(\n if (__DEV__) {\n const debugChannel = response._debugChannel;\n if (debugChannel !== undefined) {\n- // If we don't have any more ways of reading data, we don't h...
2025-08-29T15:22:39
nodejs/node
07711379728708fd25de2d13c2d0cb78ddecbc4c
774e5647be8843f706c120459a582a4b7d542732
build: fix OpenSSL version parsing for OpenSSL < 3 OpenSSL versions before 3.0.0 do not define - `OPENSSL_VERSION_MAJOR` - `OPENSSL_VERSION_MINOR` - `OPENSSL_VERSION_PATCH` in `openssl/opensslv.h`. For these versions, `OPENSSL_VERSION_NUMBER` is a literal which we can parse directly. PR-URL: https://github.com/nodej...
[ { "path": "configure.py", "patch": "@@ -1246,7 +1246,8 @@ def get_openssl_version(o):\n \"\"\"Parse OpenSSL version from opensslv.h header file.\n \n Returns the version as a number matching OPENSSL_VERSION_NUMBER format:\n- 0xMNN00PPSL where M=major, NN=minor, PP=patch, S=status(0xf=release,0x0=pre), ...
2025-11-20T13:23:33
vercel/next.js
72c4c9c65b02652d1c97218f5cf775ddb55fd283
22e46a40adf5f757422e2389066e963654ed7c0d
Fix runtime prefetch `isPartial` byte stripping when deployed (#90272) Make `stripIsPartialByte` resilient to responses that don't have the leading `isPartial` marker byte. Instead of unconditionally consuming the first byte, it now checks whether it's a recognized marker ('~' or '#') and leaves the stream intact when...
[ { "path": "packages/next/src/client/components/segment-cache/cache.ts", "patch": "@@ -14,7 +14,6 @@ import {\n import {\n NEXT_DID_POSTPONE_HEADER,\n NEXT_INSTANT_PREFETCH_HEADER,\n- NEXT_IS_PRERENDER_HEADER,\n NEXT_ROUTER_PREFETCH_HEADER,\n NEXT_ROUTER_SEGMENT_PREFETCH_HEADER,\n NEXT_ROUTER_STAL...
2026-02-21T02:09:24
electron/electron
6d8196fba32a11e2ffb72794ee5ad8d484851f68
fbfd7c7126f4dfede73850019a20e48e6e694074
chore: bump chromium to 143.0.7489.0 (main) (#48642) * chore: bump chromium in DEPS to 143.0.7489.0 * chore: update add_didinstallconditionalfeatures.patch no manual changes; patch applied with fuzz * chore: update allow_in-process_windows_to_have_different_web_prefs.patch patch reapplied manually due to context s...
[ { "path": "DEPS", "patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '143.0.7485.0',\n+ '143.0.7489.0',\n 'node_version':\n 'v22.20.0',\n 'nan_version':", "additions": 1, "deletions": 1, "language": "Unknown" }, { "path": "filena...
2025-10-23T20:28:51
golang/go
ae7b257f24736ec13100870c4dee59c5eb57f062
835d6d42c478a711708968cf0916d734940f88ee
cmd/compile: enhance astdump flag to also generate HTML AI-generated code, 3 merged commits, plus a LOT of hand cleanups and tweaks, including removing cargo-culted dead code from the SSA example, reorganizing CSS and JS out of a single giant comment, using defer appropriately to ensure balanced open/close tags, runni...
[ { "path": "src/cmd/compile/internal/gc/main.go", "patch": "@@ -47,6 +47,7 @@ import (\n // already been some compiler errors). It may also be invoked from the explicit panic in\n // hcrash(), in which case, we pass the panic on through.\n func handlePanic() {\n+\tir.CloseHTMLWriters()\n \tif err := recover(...
2026-01-30T06:46:05
facebook/react
3fe51c9e147fb5215011cf3fd9544c5a776abf41
4082b0e7d3c042d49ef8987547b923051936956f
[Flight] Use more robust web socket implementation in fixture (#34338) The `WebSocketStream` implementation seems to be a bit unreliable. We've seen `Cannot close a ERRORED writable stream` errors when expanding the logged deep object, for example. And when reducing the fixture to a minimal app, we even get `Connectio...
[ { "path": "fixtures/flight/server/region.js", "patch": "@@ -74,13 +74,7 @@ function getDebugChannel(req) {\n return activeDebugChannels.get(requestId);\n }\n \n-async function renderApp(\n- res,\n- returnValue,\n- formState,\n- noCache,\n- promiseForDebugChannel\n-) {\n+async function renderApp(res, ...
2025-08-29T10:04:27
nodejs/node
48f1934d5a9677b23dff11e6a57f647f19f45124
f65fc956d7638afb1aff1a2a56ce9166347a1a2a
tools: fix linter warning in `test-shared.yml` PR-URL: https://github.com/nodejs/node/pull/60772 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Xuguan...
[ { "path": ".github/workflows/test-shared.yml", "patch": "@@ -131,7 +131,7 @@ jobs:\n with:\n extra_nix_config: sandbox = true\n \n- - uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16\n+ - uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad...
2025-11-20T09:38:00
vercel/next.js
aa6d7c2271092417de894c2d492ea01253b8117f
19dcd1339f946e6979acd415ec380c2fcfb3ccf2
[devtools] Omit empty looking error messages (#90256) If the trimmed error message has no length, we skip the line entirely to remove useless vertical space from the Redbox. Errors with no messages are assumed to only be relevant due to their stack.
[ { "path": "packages/next/src/next-devtools/dev-overlay/components/errors/error-message/error-message.tsx", "patch": "@@ -19,6 +19,10 @@ export function ErrorMessage({ errorMessage, errorType }: ErrorMessageProps) {\n }\n }, [errorMessage])\n \n+ if (!errorMessage) {\n+ return null\n+ }\n+\n // ...
2026-02-20T23:21:21