repo stringclasses 15
values | fix_commit stringlengths 40 40 | buggy_commit stringlengths 40 40 | message stringlengths 3 64.3k | files listlengths 1 300 | timestamp timestamp[s]date 2013-03-13 20:45:00 2026-04-11 07:48:46 |
|---|---|---|---|---|---|
golang/go | ac341b8e6bc1eb99ddd62c3dea293e41bc582c10 | 12e11e75235a7df2f118becac997a0aca3bb73b0 | cmd/go/internal/pkg: fail on bad filenames
Unhidden filenames with forbidden characters in subdirectories now
correctly fail the build instead of silently being skipped.
Previously this behavior would only trigger on files in the root of
the embedded directory.
Fixes #54003
Change-Id: I52967d90d6b7929e4ae474b78d3f887... | [
{
"path": "src/cmd/go/internal/load/pkg.go",
"patch": "@@ -2227,12 +2227,20 @@ func resolveEmbed(pkgdir string, patterns []string) (files []string, pmap map[st\n \t\t\t\t\trel := filepath.ToSlash(str.TrimFilePathPrefix(path, pkgdir))\n \t\t\t\t\tname := d.Name()\n \t\t\t\t\tif path != file && (isBadEmbedNam... | 2025-05-06T19:16:03 |
electron/electron | 1eb6e45a365fd7b73b23302662f29e465a698719 | 2e0517c0addc05678e59906d91d72cc8f4860547 | ci: fix hang when validating AppVeyor artifacts (#39362) | [
{
"path": "appveyor-woa.yml",
"patch": "@@ -189,6 +189,31 @@ for:\n 7z a pdb.zip out\\Default\\*.pdb\n }\n - python3 electron/script/zip_manifests/check-zip-manifest.py out/Default/dist.zip electron/script/zip_manifests/dist_zip.win.%TARGET_ARCH%.manifest\n+ - ps: |\n+ ... | 2023-08-07T07:51:53 |
rust-lang/rust | 2e0ff1fb1eaf7405ff19c544bf296a8e59c595ae | f0a019bf9036fa9f14e7cee662d2c01dcbc6f6d2 | Fix clippy ast utils
Co-authored-by: Michael Goulet <michael@errs.io> | [
{
"path": "src/tools/clippy/clippy_utils/src/ast_utils/mod.rs",
"patch": "@@ -819,7 +819,9 @@ pub fn eq_use_tree_kind(l: &UseTreeKind, r: &UseTreeKind) -> bool {\n pub fn eq_defaultness(l: Defaultness, r: Defaultness) -> bool {\n matches!(\n (l, r),\n- (Defaultness::Final, Defaultness::Fi... | 2026-01-28T14:45:25 |
vercel/next.js | ac6ec259988405f4b1411779e5b11a81879e4091 | 9672bdc4a724c31b493d98e57122c90d50a66b7e | Turbopack: Use workaround for rustc miscompilation bug on macos intel (#81950)
Uses https://github.com/hyperium/hyper/pull/3908 cherry-picked on top of
hyper v1.6.0 to work around
https://github.com/hyperium/hyper/issues/3902 and
https://github.com/rust-lang/rust/issues/140686
- Git Branch:
https://github.com/bgw/hyp... | [
{
"path": "Cargo.lock",
"patch": "@@ -2809,8 +2809,7 @@ dependencies = [\n [[package]]\n name = \"hyper\"\n version = \"1.6.0\"\n-source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80\"\n+source = \"git+https://gith... | 2025-07-22T22:52:17 |
golang/go | 12e11e75235a7df2f118becac997a0aca3bb73b0 | a24f4db2a2bd3e897d466a11d269ac7e618a6f8a | cmd/go: fix not print GCCGO when it's not the default
Fixes #69994
Change-Id: I2a23e5998b7421fd5ae0fdb68303d3244361b341
Reviewed-on: https://go-review.googlesource.com/c/go/+/671635
Reviewed-by: Michael Matloob <matloob@golang.org>
Reviewed-by: Michael Matloob <matloob@google.com>
Reviewed-by: Sean Liao <sean@liao.de... | [
{
"path": "src/cmd/go/internal/envcmd/env.go",
"patch": "@@ -142,7 +142,7 @@ func MkEnv() []cfg.EnvVar {\n \tif work.GccgoBin != \"\" {\n \t\tenv = append(env, cfg.EnvVar{Name: \"GCCGO\", Value: work.GccgoBin, Changed: true})\n \t} else {\n-\t\tenv = append(env, cfg.EnvVar{Name: \"GCCGO\", Value: work.Gccgo... | 2025-05-10T17:09:16 |
nodejs/node | a41c381cded954f453e23fea36f5907fb0a65ebd | 16c9348e6089238cf266aa2dedf678a7729687a4 | deps: fix FP16 bitcasts.h
PR-URL: https://github.com/nodejs/node/pull/53134
Refs: https://github.com/nodejs/node/issues/52809
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: https://github.com/nodejs/node/pul... | [
{
"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.7',\n+ 'v8_embedder_string': '-node.8',\n \n ##### V8 defaults for Node.js #####\n "... | 2024-05-28T07:10:52 |
facebook/react | 9372c63116fc1e855c51d93d83f5150661371ec3 | a870b2d5494351d75b68c3d9baf03a52fd40a8ef | Revert rollout state of enableCache in React Native to next major only (#28565)
## Summary
We're working on enabling the use of microtasks in React Native by
default when using the new architecture. To enable this we need to
synchronize the RN renderers from React, but doing this causes an error
because the rend... | [
{
"path": "packages/shared/forks/ReactFeatureFlags.native-oss.js",
"patch": "@@ -10,6 +10,13 @@\n import typeof * as FeatureFlagsType from 'shared/ReactFeatureFlags';\n import typeof * as ExportsType from './ReactFeatureFlags.native-oss';\n \n+// -------------------------------------------------------------... | 2024-03-15T18:02:46 |
rust-lang/rust | f0e1c8f416f45225db02355fb4969c6e3ade9ddb | 3572d482a0ddd0b5bd91deb18e618ff254dee3cb | Fix rustfmt
Co-authored-by: Michael Goulet <michael@errs.io> | [
{
"path": "src/tools/rustfmt/src/items.rs",
"patch": "@@ -319,12 +319,13 @@ impl<'a> FnSig<'a> {\n method_sig: &'a ast::FnSig,\n generics: &'a ast::Generics,\n visibility: &'a ast::Visibility,\n+ defaultness: ast::Defaultness,\n ) -> FnSig<'a> {\n FnSig {\n ... | 2026-01-28T14:12:13 |
vercel/next.js | 22d0b54d4cc6b7ec0fd5e9f785049d5c32431d09 | b50c15e0b0cca101d97b086a48693ac708c956a8 | Turbopack: Update notify-rs crate, remove workaround for fixed bug (#81909)
8.0.0 had a bug that was fixed in 8.1.0 that required a workaround for error codes: https://github.com/notify-rs/notify/issues/685
Tested on Linux with
```
rm -rf /tmp/fuzz && RUST_BACKTRACE=1 cargo run --release -p turbo-tasks-fuzz -- fs-wa... | [
{
"path": "Cargo.lock",
"patch": "@@ -3454,9 +3454,9 @@ dependencies = [\n \n [[package]]\n name = \"kqueue\"\n-version = \"1.0.8\"\n+version = \"1.1.1\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c\"\n+c... | 2025-07-22T19:59:15 |
electron/electron | c5b9f766f373f4d403a8af2f75e28ca2d901cc32 | 6d0e8044ebca06a3de8d7063a0aa989735bab343 | chore: bump chromium to 117.0.5923.0 (main) (#39304)
* chore: bump chromium in DEPS to 117.0.5921.0
* chore: update chromium patches
* 4721409: Remove redundant ARC configuration in /components | https://chromium-review.googlesource.com/c/chromium/src/+/4721409
* 4643750: Add V8_LOW_PRIORITY_TQ for main threa... | [
{
"path": "DEPS",
"patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '117.0.5911.0',\n+ '117.0.5921.0',\n 'node_version':\n 'v18.16.1',\n 'nan_version':",
"additions": 1,
"deletions": 1,
"language": "Unknown"
},
{
"path": "build/... | 2023-08-04T08:47:29 |
nodejs/node | 16c9348e6089238cf266aa2dedf678a7729687a4 | dc4e702a45719d9728ef1f16e4e24c5b56a73bdf | deps: V8: revert CL 5331688
On Windows debug builds, it is not allowed to dereference empty
iterators.
Refs: https://chromium-review.googlesource.com/c/v8/v8/+/5331688
PR-URL: https://github.com/nodejs/node/pull/52465
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotm... | [
{
"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.6',\n+ 'v8_embedder_string': '-node.7',\n \n ##### V8 defaults for Node.js #####\n "... | 2024-04-21T12:06:27 |
golang/go | adcad7bea9f6933a219c7b05d8173cf8a4586092 | 14fc54fc5735163abf7694b4efa2b7998c6696e2 | os: don't follow symlinks on Windows when O_CREATE|O_EXCL
Match standard Unix behavior: Symlinks are not followed when
O_CREATE|O_EXCL is passed to open.
Thanks to Junyoung Park and Dong-uk Kim of KAIST Hacking Lab
for discovering this issue.
Fixes #73702
Fixes CVE-2025-0913
Change-Id: Ieb46a6780c5e9a6090b09cd34290... | [
{
"path": "src/internal/syscall/windows/at_windows.go",
"patch": "@@ -94,6 +94,7 @@ func Openat(dirfd syscall.Handle, name string, flag uint64, perm uint32) (_ sysc\n \tswitch {\n \tcase flag&(syscall.O_CREAT|syscall.O_EXCL) == (syscall.O_CREAT | syscall.O_EXCL):\n \t\tdisposition = FILE_CREATE\n+\t\toption... | 2025-05-13T22:35:19 |
vercel/next.js | 4b27fb7bec79ba42df63682887fbcb00c6689422 | 0c0dc4865ef8a9923ed1b94a2bc5e91d92d625f5 | Fix an issue in how css references are collected under `next build --turbopack` (#81704)
## Fix how client references are discovered during `next build --turbopack`
To correctly serve js and css resources during server side rendering we construct a client manifest that lists all the server components and their requ... | [
{
"path": "Cargo.lock",
"patch": "@@ -4262,6 +4262,7 @@ dependencies = [\n \"indexmap 2.9.0\",\n \"next-core\",\n \"regex\",\n+ \"roaring\",\n \"rustc-hash 2.1.1\",\n \"serde\",\n \"serde_json\",",
"additions": 1,
"deletions": 0,
"language": "Unknown"
},
{
"path": "Cargo.toml",
... | 2025-07-22T17:30:28 |
electron/electron | 6d0e8044ebca06a3de8d7063a0aa989735bab343 | f8b05bc127a0bdca54ecf0ef004d07ceab782a80 | fix: update `chrome.tabs` for Manifest v3 (#39317) | [
{
"path": "shell/common/extensions/api/tabs.json",
"patch": "@@ -3,13 +3,23 @@\n \"namespace\": \"tabs\",\n \"description\": \"Use the <code>chrome.tabs</code> API to interact with the browser's tab system. You can use this API to create, modify, and rearrange tabs in the browser.\",\n \"types\"... | 2023-08-03T16:34:02 |
golang/go | 9856afa77042d901288845f31c79885ba68da464 | 5bbac667c5c7bd1bde1750586c92f5932134c871 | cmd/internal/script: fix copying directory when symlink fails
The change fixes `linkOrCopy` to work on systems wihtout symlinks,
when copying directories. This was originally noticed on Windows
systems when the user did not have admin privs.
Fixes #73692
Change-Id: I8ca66d65e99433ad38e70314abfabafd43794b79
Reviewed-... | [
{
"path": "src/cmd/internal/script/scripttest/setup.go",
"patch": "@@ -114,6 +114,16 @@ func linkOrCopy(t *testing.T, src, dst string) {\n \tif err == nil {\n \t\treturn\n \t}\n+\tfi, err := os.Stat(src)\n+\tif err != nil {\n+\t\tt.Fatalf(\"copying %s to %s: %v\", src, dst, err)\n+\t}\n+\tif fi.IsDir() {\n+... | 2025-05-13T16:41:36 |
nodejs/node | ed029bded7cb31a19c8a369ee9058705feab2f85 | e600de93cf443f057bd6d1135d1768ba5a39d110 | deps: avoid compilation error with ASan
Refs: https://bugs.chromium.org/p/v8/issues/detail?id=14221
PR-URL: https://github.com/nodejs/node/pull/49639
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-... | [
{
"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.2',\n+ 'v8_embedder_string': '-node.3',\n \n ##### V8 defaults for Node.js #####\n "... | 2023-07-31T09:51:27 |
vercel/next.js | 4699f8416eb33b285399369b4001e8b019e80201 | ae6604994c3ec6587036d949e046b1fe52e9e8a4 | [test] Add dedicated test for error when client functions are called from server components (#81930)
We have a more specific one for `use cache`. This is the counterpart for the default environment. | [
{
"path": "test/development/app-dir/source-mapping/app/server-client/client.js",
"patch": "@@ -0,0 +1,5 @@\n+'use client'\n+\n+export function useClient() {\n+ return 'client function'\n+}",
"additions": 5,
"deletions": 0,
"language": "JavaScript"
},
{
"path": "test/development/app-dir/... | 2025-07-22T16:07:41 |
electron/electron | e96b1613a4dd9bfa1d47e9a493727fc0f385db9a | fe93f69e5a3f5d8f28b9834329590dce9a5c97f5 | fix: destroy message port backend when JS env exits (#39335) | [
{
"path": "shell/browser/api/message_port.h",
"patch": "@@ -11,6 +11,7 @@\n #include \"gin/wrappable.h\"\n #include \"mojo/public/cpp/bindings/connector.h\"\n #include \"mojo/public/cpp/bindings/message.h\"\n+#include \"shell/common/gin_helper/cleaned_up_at_exit.h\"\n #include \"third_party/blink/public/com... | 2023-08-03T12:30:19 |
facebook/react | 9ffe9102ffd08ca7a56c60aa6952208890d213ce | bbc571aee431d44799ae6a70832ea834325a5af9 | Fix a spelling mistake. (#28555) | [
{
"path": "packages/react-reconciler/src/ReactChildFiber.js",
"patch": "@@ -58,7 +58,7 @@ import {isCompatibleFamilyForHotReloading} from './ReactFiberHotReloading';\n import {getIsHydrating} from './ReactFiberHydrationContext';\n import {pushTreeFork} from './ReactFiberTreeContext';\n import {createThenabl... | 2024-03-14T14:04:44 |
nodejs/node | e600de93cf443f057bd6d1135d1768ba5a39d110 | cc36db7c06a16d2e9ae34b94f2e0d4d0c39a4168 | deps: disable V8 concurrent sparkplug compilation
It introduces process hangs on some platforms because Node.js doesn't
tear down V8 correctly.
Disable it while we work on a solution.
Refs: https://github.com/nodejs/node/issues/47297
Refs: https://bugs.chromium.org/p/v8/issues/detail?id=13902
PR-URL: https://github.c... | [
{
"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.1',\n+ 'v8_embedder_string': '-node.2',\n \n ##### V8 defaults for Node.js #####\n "... | 2023-04-06T12:50:56 |
golang/go | 5bbac667c5c7bd1bde1750586c92f5932134c871 | c62099cfac6b0fd46efbdab7205bb17597096472 | runtime: increase freebsd/amd64 pointer size from 48 to 57 bits
Because freebsd is now enabling la57 by default.
Fixes #49405
Change-Id: I30f7bac8b8a9baa85e0c097e06072c19ad474e5a
Reviewed-on: https://go-review.googlesource.com/c/go/+/670715
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@... | [
{
"path": "src/runtime/tagptr_64bit.go",
"patch": "@@ -34,13 +34,16 @@ const (\n \t// We use one bit to distinguish between the two ranges.\n \taixAddrBits = 57\n \n+\t// Later versions of FreeBSD enable amd64's la57 by default.\n+\tfreebsdAmd64AddrBits = 57\n+\n \t// riscv64 SV57 mode gives 56 bits of user... | 2025-05-07T21:34:30 |
vercel/next.js | ae6604994c3ec6587036d949e046b1fe52e9e8a4 | 1e5888b210c25d1d36e007dde8d21a99b927c4cf | [router-act] Fixes related to segment inlining (#81896)
While working on a feature called segment inlining, I had to make some
changes to the internal `act` function we use for testing the Next.js
client.
Descriptions are given in each commit message. | [
{
"path": "test/e2e/app-dir/segment-cache/router-act.ts",
"patch": "@@ -8,7 +8,8 @@ type Batch = {\n }\n \n type PendingRSCRequest = {\n- route: Playwright.Route\n+ url: string\n+ route: Playwright.Route | null\n result: Promise<{\n text: string\n body: any\n@@ -153,6 +154,7 @@ export function ... | 2025-07-22T15:13:48 |
electron/electron | 303b707fbf8ba15c12db9350b91b0a4e0cb90052 | aaae2abf20dfd3d5c6c550f4e131bbbc7dc3a46c | fix: update `chrome.i18n` for Manifest v3 (#39291)
fix: update chrome.i18n for Manifest v3 | [
{
"path": "shell/common/extensions/api/i18n.json",
"patch": "@@ -1,4 +1,4 @@\n-// Copyright (c) 2012 The Chromium Authors. All rights reserved.\n+// Copyright 2012 The Chromium Authors\n // Use of this source code is governed by a BSD-style license that can be\n // found in the LICENSE file.\n \n@@ -18,15 +... | 2023-08-02T09:02:16 |
facebook/react | d5e2d9f8d594f81693b24d0472b5109388cdbd0c | bf64a826a4881d9ee25500e7cdab416797e12aab | Handle fbt:param with only leading or trailing whitespace
Fixes T180504437. We expected `<fbt:param>` to always have no surrounding
whitespace or have both leading and trailing whitespace, it can have one but not
the other, though such cases are rare in practice. | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/ReactiveScopes/CodegenReactiveFunction.ts",
"patch": "@@ -1495,23 +1495,15 @@ function codegenInstructionValue(\n tagValue.type === \"StringLiteral\" &&\n SINGLE_CHILD_FBT_TAGS.has(tagValue.value)\n ) {\n- CompilerError.... | 2024-03-13T21:54:39 |
vercel/next.js | 0fb4a6d4a749723fd644829b92ad750228737d41 | a21b68ab13c21b9669e5d8f1bc911a24ff0f02a2 | fix: logging the correct process for listened port (#81903) | [
{
"path": "packages/next/src/server/lib/start-server.ts",
"patch": "@@ -58,13 +58,14 @@ async function getProcessIdUsingPort(port: number): Promise<string | null> {\n // Use lsof on Unix-like systems (macOS, Linux)\n if (process.platform !== 'win32') {\n exec(\n- `lsof -ti:${por... | 2025-07-22T11:32:50 |
golang/go | 9e026bf9cc1dcb6ef24d26398182a22d9d6cd2d2 | c44c4de51b68a88e2b8e4a0ae102f941155522d0 | testing: add Output
Output is a method on T, B and F. It provides an io.Writer that writes
to the same test output stream as TB.Log. The new output writer is
used to refactor the implementation of Log. It maintains the formatting
provided by Log while making call site information optional.
Additionally, it provides bu... | [
{
"path": "api/next/59928.txt",
"patch": "@@ -0,0 +1,3 @@\n+pkg testing, method (*B) Output() io.Writer #59928\n+pkg testing, method (*F) Output() io.Writer #59928\n+pkg testing, method (*T) Output() io.Writer #59928",
"additions": 3,
"deletions": 0,
"language": "Plain Text"
},
{
"path":... | 2025-05-13T21:30:35 |
facebook/react | d5eca2ed8584fd9cbb75403b34741c0f058db395 | ec3d36b865afa296e92e392618cf06bf2d717092 | Repro for scope with no declarations (already fixed on this stack)
Repro from T180504728 which reproduced internally and on playground, neither of
which have #2687 yet. That PR (earlier in this stack) already fixes the issue,
so i'm just adding the repro to help prevent regressions. | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/ReactiveScopes/CodegenReactiveFunction.ts",
"patch": "@@ -504,7 +504,7 @@ function codegenReactiveScope(\n if (testCondition === null) {\n CompilerError.invariant(firstOutputIndex !== null, {\n reason: `Expected scope to have at least on... | 2024-03-15T15:26:43 |
electron/electron | 0eef6c67d15564b78a9c356955d92dac53ec5cb3 | 1f19a744176a2407d9b970e8946d30e9a6507078 | docs: fix return type for ipcMain handle functions (#39237) | [
{
"path": "docs/api/ipc-main.md",
"patch": "@@ -72,7 +72,7 @@ Removes listeners of the specified `channel`.\n ### `ipcMain.handle(channel, listener)`\n \n * `channel` string\n-* `listener` Function<Promise\\<void> | any>\n+* `listener` Function<Promise\\<any> | any>\n * `event` [IpcMainInv... | 2023-08-01T08:02:20 |
vercel/next.js | a21b68ab13c21b9669e5d8f1bc911a24ff0f02a2 | 4e96d7d1ad8e64182d623f3c0c5e7c0feb1a614f | fix: support calling onClose multiple times in edge-ssr-app (#81911)
#81389 changed the implementation of `edge-ssr-app`. it added a
`RenderOpts.onClose` implemented like this:
```ts
let onCloseCallback: (() => void) | undefined
const renderOpts = {
// ...
onClose: (cb) => {
onCloseCallback = cb
},
}
```
thi... | [
{
"path": "packages/next/src/build/templates/edge-ssr-app.ts",
"patch": "@@ -24,6 +24,7 @@ import { getBotType } from '../../shared/lib/router/utils/is-bot'\n import { interopDefault } from '../../lib/interop-default'\n import { normalizeAppPath } from '../../shared/lib/router/utils/app-paths'\n import { ch... | 2025-07-22T11:10:58 |
facebook/react | 1b5ae0638ee36b7f68a89641f6808c1afc9b217e | f7ca10a0c7085002076bf85a24a9a4b07598e5f7 | Fix block scoping of declarations with early return
I addressed some of the cases that lead to this invariant but there were still
more. In this case, we have scopes like this:
```
scope @1 declarations=[t$0] {
let t$0 = ArrayExpression []
if (...) {
return null;
}
}
scope @2 deps=[t$0] declarations=... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Pipeline.ts",
"patch": "@@ -307,13 +307,6 @@ function* runWithEnvironment(\n value: reactiveFunction,\n });\n \n- propagateEarlyReturns(reactiveFunction);\n- yield log({\n- kind: \"reactive\",\n- name: \"PropagateEarlyReturn... | 2024-03-14T04:29:58 |
electron/electron | 1f19a744176a2407d9b970e8946d30e9a6507078 | c8f7a0e0522b0527082a23438da11bf6f148825c | fix: potential crash calling `tray.popUpContextMenu()` (#39231)
fix: potential crash calling tray.popUpContextMenu | [
{
"path": "shell/browser/api/electron_api_tray.cc",
"patch": "@@ -342,7 +342,9 @@ void Tray::PopUpContextMenu(gin::Arguments* args) {\n }\n }\n }\n- tray_icon_->PopUpContextMenu(pos, menu.IsEmpty() ? nullptr : menu->model());\n+\n+ tray_icon_->PopUpContextMenu(\n+ pos, menu.IsEmpty() ? nu... | 2023-08-01T06:07:30 |
vercel/next.js | f76e1dc7056b4d0a8d325ff51cf70f52779a8146 | 3db946deea1829c9a8da0a0a8861b24c8e8e060e | Turbopack: Replace `current_value` set/restore mutation pattern with a safer `with_pat_value` helper (#81696)
The previous pattern of
```
self.current_value = Some(...);
// visit children
self.current_value = None;
```
felt very dangerous to me, because it's too easy to not restore `current_value` (or accidentally c... | [
{
"path": "turbopack/crates/turbopack-ecmascript/src/analyzer/graph.rs",
"patch": "@@ -280,12 +280,12 @@ pub fn create_graph(m: &Program, eval_context: &EvalContext) -> VarGraph {\n m.visit_with_ast_path(\n &mut Analyzer {\n data: &mut graph,\n+ state: analyzer_state::Anal... | 2025-07-21T22:56:17 |
golang/go | 9bba799955e68972041c4f340ee4ea2d267e5c0e | 76f63ee890170f4884f4d213e8150d39d6758ad3 | crypto/x509: decouple key usage and policy validation
Disabling key usage validation (by passing ExtKeyUsageAny)
unintentionally disabled policy validation. This change decouples these
two checks, preventing the user from unintentionally disabling policy
validation.
Thanks to Krzysztof Skrzętnicki (@Tener) of Telepor... | [
{
"path": "src/crypto/x509/verify.go",
"patch": "@@ -841,31 +841,45 @@ func (c *Certificate) Verify(opts VerifyOptions) (chains [][]*Certificate, err e\n \t\t}\n \t}\n \n-\tif len(opts.KeyUsages) == 0 {\n-\t\topts.KeyUsages = []ExtKeyUsage{ExtKeyUsageServerAuth}\n+\tchains = make([][]*Certificate, 0, len(ca... | 2025-05-06T16:27:10 |
nodejs/node | e020dd8610978f752ff014b3d5558a3fadee69c9 | fd76646e74cc33ec7d09c39d23db7b83939cf3f3 | doc: correct peformance entry types
Fixes: https://github.com/nodejs/node/issues/54212
Fixes: https://github.com/nodejs/node/issues/50290
PR-URL: https://github.com/nodejs/node/pull/54263
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
Reviewed-By: Trivikram Kamat ... | [
{
"path": "doc/api/perf_hooks.md",
"patch": "@@ -509,13 +509,16 @@ changes:\n \n The type of the performance entry. It may be one of:\n \n-* `'node'` (Node.js only)\n-* `'mark'` (available on the Web)\n-* `'measure'` (available on the Web)\n-* `'gc'` (Node.js only)\n+* `'dns'` (Node.js only)\n * `'function'... | 2024-08-15T11:11:08 |
electron/electron | c8f7a0e0522b0527082a23438da11bf6f148825c | b2c62d6ad1fb0745544a20c85abef312c7196d14 | fix: Chrome Extensions service worker host registration (#39290) | [
{
"path": "shell/browser/electron_browser_client.cc",
"patch": "@@ -162,6 +162,7 @@\n #include \"extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.h\"\n #include \"extensions/browser/process_manager.h\"\n #include \"extensions/browser/process_map.h\"\n+#include \"extensions/browser/ser... | 2023-08-01T06:04:38 |
facebook/react | 2940440dfb011173758e332da88ede7720b2509b | 79e3fc0acb3c4d3b8cd1caf86880b764e657ec42 | Fix for mutable ranges ended early with interleaving
Fixes T180504437. In MergeOverlappingReactiveScopes we track the active scopes
and mark them as "ended" when reaching the first instruction after their mutable
range. However, in cases of interleaving that will be merged, we could
previously mark a scope as comp... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/ReactiveScopes/MergeOverlappingReactiveScopes.ts",
"patch": "@@ -229,8 +229,23 @@ class Context {\n this.joinedScopes.union([current.shadowedBy, current.scope]);\n }\n } else if (found && current.shadowedBy === null) {\n- ... | 2024-03-13T20:52:29 |
vercel/next.js | 3db946deea1829c9a8da0a0a8861b24c8e8e060e | c323ee19a89d03955a9ec63298afe85ea64a1f7e | Turbopack: Track variable usage inside of visit_assign_target_pat (#81654)
Fixes #81462
## Bug Report
> Turbopack does not recognise such pattern:
```ts
const func = () => {
return { bool: true };
};
let bool = false;
({ bool } = func()); // This is not recognised
```
> This means `bool` variable will be reass... | [
{
"path": "turbopack/crates/turbopack-ecmascript/src/analyzer/graph.rs",
"patch": "@@ -765,7 +765,8 @@ struct Analyzer<'a> {\n \n var_decl_kind: Option<VarDeclKind>,\n \n- /// Used for patterns\n+ /// The RHS (or some part of it) of a pattern assignment, read by the individual parts of the\n+ /... | 2025-07-21T22:28:27 |
golang/go | 4aeb9ba0deac4eced472a8fc7869a14fb9340d04 | a632009c4a0b0826871baae7e7ce7804b4089d93 | runtime/pprof: return errors from writing profiles
Fixes #73107
Change-Id: I41f3e1bd1fdaca2f0e94151b2320bd569e258a51
Reviewed-on: https://go-review.googlesource.com/c/go/+/671576
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Rev... | [
{
"path": "src/runtime/pprof/pprof.go",
"patch": "@@ -446,8 +446,7 @@ func printCountCycleProfile(w io.Writer, countName, cycleName string, records []\n \t\tlocs = b.appendLocsForStack(locs[:0], expandedStack[:n])\n \t\tb.pbSample(values, locs, nil)\n \t}\n-\tb.build()\n-\treturn nil\n+\treturn b.build()\n ... | 2025-05-11T20:55:57 |
nodejs/node | fd76646e74cc33ec7d09c39d23db7b83939cf3f3 | ccf05ef751f51b8b0b3113f16bcc58397a643be8 | doc: fix typo in method name in the sea doc
PR-URL: https://github.com/nodejs/node/pull/54027
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewe... | [
{
"path": "doc/api/single-executable-applications.md",
"patch": "@@ -343,7 +343,7 @@ This method can be used to retrieve the assets configured to be bundled into the\n single-executable application at build time.\n An error is thrown when no matching asset can be found.\n \n-Unlike `sea.getRawAsset()` or `s... | 2024-08-15T11:11:01 |
electron/electron | b2c62d6ad1fb0745544a20c85abef312c7196d14 | cfc0826b65a4be795daa59c74e76cd2e6b22f45f | fix: initial dark mode title bar on Windows 10 (#39287) | [
{
"path": "shell/browser/ui/win/electron_desktop_window_tree_host_win.cc",
"patch": "@@ -8,6 +8,7 @@\n #include \"electron/buildflags/buildflags.h\"\n #include \"shell/browser/ui/views/win_frame_view.h\"\n #include \"shell/browser/win/dark_mode.h\"\n+#include \"third_party/abseil-cpp/absl/types/optional.h\"... | 2023-08-01T05:02:23 |
vercel/next.js | aacb58d00a7f4d467adb51c1701c2b724a29a983 | 9d44731ae34ac60f9db3b5c36b4d4060e5d29af1 | chore(deps): update `browserslist` (#81851)
Update browserslist v4.24.4 -> 4.25.1 (latest)
Update `browserslist` to 4.25.1 to enable custom statistics query
support that was added in 4.25.0. This query allows browserslist to be
configured based on custom data sources (like Google Analytics) rather
than the default br... | [
{
"path": "package.json",
"patch": "@@ -151,7 +151,7 @@\n \"alex\": \"9.1.0\",\n \"async-sema\": \"3.0.1\",\n \"babel-plugin-react-compiler\": \"19.0.0-beta-e552027-20250112\",\n- \"browserslist\": \"4.24.4\",\n+ \"browserslist\": \"4.25.1\",\n \"buffer\": \"5.6.0\",\n \"cheerio\":... | 2025-07-21T20:59:39 |
facebook/react | 79e3fc0acb3c4d3b8cd1caf86880b764e657ec42 | dc7ed065c0d77e5e3df689f906f3a941032257b5 | Fix for method call not memoizing in same scope as outer call
Fixes T175282980. InferReactiveScopeVariables had logic to force assigning a
scope to MethodCall property lookups with the idea of forcing the method call
lookup to be in the same scope as the method call itself. But this doesn't work
if we never assign... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Pipeline.ts",
"patch": "@@ -63,6 +63,7 @@ import {\n pruneUnusedScopes,\n renameVariables,\n } from \"../ReactiveScopes\";\n+import { alignMethodCallScopes } from \"../ReactiveScopes/AlignMethodCallScopes\";\n import { pruneAlwaysInva... | 2024-03-13T20:52:29 |
golang/go | a632009c4a0b0826871baae7e7ce7804b4089d93 | 698f86139bf72bcf7cbf08accc1c34394cb57acb | cmd/go: support -json flag in go version
It supports features described in the issue:
* add -json flag for 'go version -m' to print json encoding of
runtime/debug.BuildSetting to standard output.
* report an error when specifying -json flag without -m.
* print build settings on seperated line for each binary
Fixes... | [
{
"path": "src/cmd/go/alldocs.go",
"patch": "@@ -1967,7 +1967,7 @@\n //\n // Usage:\n //\n-//\tgo version [-m] [-v] [file ...]\n+//\tgo version [-m] [-v] [-json] [file ...]\n //\n // Version prints the build information for Go binary files.\n //\n@@ -1986,6 +1986,9 @@\n // information consists of multiple l... | 2024-10-14T11:11:53 |
nodejs/node | 1212eca1fcdfdfca83135bf3d878743851b9d3b5 | c1ec09923964f8e0a011026d08ed223b52620600 | test_runner: fix delete test file cause dependency file not watched
When a watched test file is being deleted then the referenced dependency
file(s) will be updated incorrect when `unfilterFilesOwnedBy` method is
called, which will cause tests not being rerun when its referenced
dependency changed. To prevent this cas... | [
{
"path": "lib/internal/test_runner/runner.js",
"patch": "@@ -424,13 +424,18 @@ function watchFiles(testFiles, opts) {\n const newFileName = ArrayPrototypeFind(updatedTestFiles, (x) => !ArrayPrototypeIncludes(testFiles, x));\n const previousFileName = ArrayPrototypeFind(testFiles, (x) => !ArrayP... | 2024-08-14T15:43:10 |
vercel/next.js | 89996f105fcbacd5a708c6a628fb8180a9c018b6 | 2632a4598f304a39b3ebacc6d23f78369171e1b2 | refactor: handle null RenderResult responses gracefully (#81895)
### What?
- Removed unused `toUnchunkedBuffer` method from RenderResult
- Changed null response handling to return empty values instead of
throwing errors
### Why?
The codebase now provides `RenderResult.EMPTY` for null responses,
making it a valid stat... | [
{
"path": "packages/next/src/server/render-result.ts",
"patch": "@@ -6,7 +6,6 @@ import {\n chainStreams,\n streamFromBuffer,\n streamFromString,\n- streamToBuffer,\n streamToString,\n } from './stream-utils/node-web-streams-helper'\n import { isAbortError, pipeToNodeResponse } from './pipe-readabl... | 2025-07-21T15:45:59 |
facebook/react | dc7ed065c0d77e5e3df689f906f3a941032257b5 | b666bd163759df5afa8bcadc2c14f87f0d294a49 | Fix missing declaration invariant for "for" within try/catch
Fixes T180509722. What happened is that the logic in LeaveSSA to find
declarations within for initializers wasn't working with try/catch because the
initializer block gets broken up with a maybe-throw after every instruction that
can throw. These maybe-t... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/SSA/LeaveSSA.ts",
"patch": "@@ -18,7 +18,7 @@ import {\n Phi,\n Place,\n } from \"../HIR/HIR\";\n-import { printPlace } from \"../HIR/PrintHIR\";\n+import { printIdentifier, printPlace } from \"../HIR/PrintHIR\";\n import {\n eachInstructionLV... | 2024-03-13T20:52:28 |
golang/go | 698f86139bf72bcf7cbf08accc1c34394cb57acb | 8d189f188e225e4919b34c0c097e75dfda255949 | crypto: limit md5 or sha256 blocks processed at once in assembly
This change limits the amount of data that can be hashed at once - the
assembly routines are not preemptible and can result in large latency
outliers when part of a larger system.
Benchmarks for sha256 (on an arm64 M1):
name old speed ... | [
{
"path": "src/crypto/internal/fips140/sha256/sha256.go",
"patch": "@@ -21,6 +21,11 @@ const size224 = 28\n // The block size of SHA-256 and SHA-224 in bytes.\n const blockSize = 64\n \n+// The maximum number of bytes that can be passed to block(). The limit exists\n+// because implementations that rely on ... | 2025-05-13T00:45:25 |
electron/electron | cfc0826b65a4be795daa59c74e76cd2e6b22f45f | 8e5bb4949b5e978feb804450bc5ea0a4eb29e6d4 | chore: bump chromium to 117.0.5913.0 (main) (#39172)
* chore: bump chromium in DEPS to 117.0.5899.0
* 4686653: webui: Filter out non-chrome scheme URLs in WebUIConfigMap
https://chromium-review.googlesource.com/c/chromium/src/+/4686653
* 4696355: Remove deprecated version of base::CommandLine::CopySwitchesFro... | [
{
"path": "DEPS",
"patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '117.0.5897.0',\n+ '117.0.5911.0',\n 'node_version':\n 'v18.16.1',\n 'nan_version':",
"additions": 1,
"deletions": 1,
"language": "Unknown"
},
{
"path": "chromi... | 2023-07-31T17:47:32 |
nodejs/node | 02b30954a8a5b1f93b5e50d005c7a01b122a86ef | 880c446d9558b5c8b90228b077b2721c3bb6070f | test: use relative paths in test-cli-permission tests
`process.permission.has("fs")` checks if the process has permission
for all files under `cwd`. Granting permission for `/tmp` and running
tests with `cwd` containing `/tmp` will make the funtion return
`true`, differing from expected results. Using relative paths e... | [
{
"path": "test/parallel/test-cli-permission-deny-fs.js",
"patch": "@@ -27,7 +27,7 @@ const path = require('path');\n }\n \n {\n- const tmpPath = path.resolve('/tmp/');\n+ const tmpPath = path.resolve('./tmp/');\n const { status, stdout } = spawnSync(\n process.execPath,\n [\n@@ -36,7 +36,7 @@ c... | 2024-08-14T03:49:39 |
vercel/next.js | 2632a4598f304a39b3ebacc6d23f78369171e1b2 | d56855041c23dca9f2383dbc88a57e7600255979 | Turbopack: fix unhelpful error message when deleting folder fails (#81718)
### What?
Fixes the unhelpful error message:
```
[Error: No such file or directory (os error 2)] {
code: 'GenericFailure'
}
``` | [
{
"path": "turbopack/crates/turbo-tasks-backend/src/database/db_versioning.rs",
"patch": "@@ -143,8 +143,11 @@ pub fn handle_db_versioning(\n }\n } else {\n path = base_path.join(\"temp\");\n- // propagate errors: if this fails we may have stale files left over in the temp directo... | 2025-07-21T15:14:00 |
electron/electron | 8e5bb4949b5e978feb804450bc5ea0a4eb29e6d4 | 724f90a2a72c5e3f68b75d24c7584820f0757660 | fix: skip artifact validation for doc-only PRs (#39296) | [
{
"path": "appveyor-woa.yml",
"patch": "@@ -74,8 +74,10 @@ for:\n - ps: |\n node script/yarn.js install --frozen-lockfile\n node script/doc-only-change.js --prNumber=$env:APPVEYOR_PULL_REQUEST_NUMBER\n+ $env:SHOULD_SKIP_ARTIFACT_VALIDATION = \"false\"\n if ($LAST... | 2023-07-31T13:59:51 |
golang/go | 8d189f188e225e4919b34c0c097e75dfda255949 | a2fbb50322e716f75e9c4707afd2de725a95e14b | testing: add Output
Output is a method on T, B and F. It provides an io.Writer that writes
to the same test output stream as TB.Log. The new output writer is
used to refactor the implementation of Log. It maintains the formatting
provided by Log while making call site information optional.
Additionally, it provides bu... | [
{
"path": "api/next/59928.txt",
"patch": "@@ -0,0 +1,3 @@\n+pkg testing, method (*B) Output() io.Writer #59928\n+pkg testing, method (*F) Output() io.Writer #59928\n+pkg testing, method (*T) Output() io.Writer #59928",
"additions": 3,
"deletions": 0,
"language": "Plain Text"
},
{
"path":... | 2025-05-12T19:23:41 |
facebook/react | 89021fb4ec9aa82194b0788566e736a4cedfc0e4 | 7d6f1e3c13686272c1d76813992d4e782fcb84e6 | Remove invokeGuardedCallback and replay trick (#28515)
We broke the ability to "break on uncaught exceptions" by adding a
try/catch higher up in the scheduling. We're giving up on fixing that so
we can remove the replay trick inside an event handler.
The issue with that approach is that we end up double logging a... | [
{
"path": "fixtures/dom/src/toWarnDev.js",
"patch": "@@ -7,11 +7,6 @@ const util = require('util');\n function shouldIgnoreConsoleError(format, args) {\n if (__DEV__) {\n if (typeof format === 'string') {\n- if (format.indexOf('Error: Uncaught [') === 0) {\n- // This looks like an uncaught... | 2024-03-12T00:17:07 |
nodejs/node | d0f5943363fd6b7dd78cfd288b59af7727d79ce7 | 1d35a066e75c4f99a307b5f7f83321ca7ae8e1aa | test_runner: do not expose internal loader
PR-URL: https://github.com/nodejs/node/pull/54106
Fixes: https://github.com/nodejs/node/issues/54071
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il> | [
{
"path": "lib/internal/modules/esm/hooks.js",
"patch": "@@ -145,13 +145,15 @@ class Hooks {\n * @param {any} [data] Arbitrary data to be passed from the custom\n * loader (user-land) to the worker.\n */\n- async register(urlOrSpecifier, parentURL, data) {\n+ async register(urlOrSpecifier, parent... | 2024-08-13T13:17:50 |
facebook/react | 605b7c018d61601e72f72c232b0c965b0164914e | 56e20051c3c1611f9495081d01f1946184332c6b | Concurrent rendering in ReactDevToolsHooksIntegration-test (#28522)
## Summary
We need to unblock flipping the default for RTR to be concurrent
rendering. Update ReactDevToolsHooksIntegration-test to use
`unstable_isConcurrent` in place.
## How did you test this change?
`yarn test
packages/react-debug-tool... | [
{
"path": "packages/react-debug-tools/src/__tests__/ReactDevToolsHooksIntegration-test.js",
"patch": "@@ -43,7 +43,7 @@ describe('React hooks DevTools integration', () => {\n const InternalTestUtils = require('internal-test-utils');\n waitForAll = InternalTestUtils.waitForAll;\n \n- act = ReactTe... | 2024-03-11T19:06:35 |
vercel/next.js | d56855041c23dca9f2383dbc88a57e7600255979 | 8c94014befd234ded33fe0dd1810f279330f34e8 | refactor: encapsulate content type within RenderResult (#81861)
### Problem
The PPR boundary sentinel was being incorrectly added to responses due
to flawed content type logic in `sendRenderResult`. The original
conditional logic had complex fallbacks that caused the sentinel to be
added when it shouldn't be:
```java... | [
{
"path": "packages/next/errors.json",
"patch": "@@ -728,5 +728,8 @@\n \"727\": \"Route %s couldn't be rendered statically because it used IO that was not cached. See more info here: https://nextjs.org/docs/messages/cache-components\",\n \"728\": \"CacheSignal cannot be used in the edge runtime, because... | 2025-07-21T15:06:51 |
rust-lang/rust | 200968c81db4920f6d2f1546c476a00ab6ea98af | 15d02fc0d71f86fe09a882ed16a541b3f4de4ca0 | ci: Pin Miri to the 2026-02-11 nightly
CI is failing with:
error: failed to run custom build command for `quote v1.0.44`
Caused by:
process didn't exit successfully: `/home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo-miri runner /home/runner/work/compiler-builtins/compiler-buil... | [
{
"path": "library/compiler-builtins/.github/workflows/main.yaml",
"patch": "@@ -303,7 +303,9 @@ jobs:\n steps:\n - uses: actions/checkout@v4\n - name: Install Rust (rustup)\n- run: rustup update nightly --no-self-update && rustup default nightly\n+ # FIXME(ci): not working in the 2026... | 2026-02-12T02:55:17 |
nodejs/node | 1d35a066e75c4f99a307b5f7f83321ca7ae8e1aa | 9e8cc2933e9a915c2ab79efbd5f1b8afd3aab4f4 | src,test: ensure that V8 fast APIs are called
Adds a debug-only macro that can be used to track when a V8 fast API is
called. A map of counters is maintained in in thread-local storage and
an internal API can be called to get the total count associated with
a call id.
Specific tests are added and `crypto.timingSafeEqu... | [
{
"path": "doc/contributing/adding-v8-fast-api.md",
"patch": "@@ -29,6 +29,12 @@ for example, they may not trigger garbage collection.\n * To test fast APIs, make sure to run the tests in a loop with a decent\n iterations count to trigger relevant optimizations that prefer the fast API\n over the slow o... | 2024-08-13T12:37:02 |
golang/go | a2fbb50322e716f75e9c4707afd2de725a95e14b | 1e436ba668f5988ca8fbeb68734800b9dcf33dbc | cmd/link: ignore mapping symbols on riscv64
Specified in RISC-V ELF psABI[1], mapping symbols are symbols starting
with "$d" or "$x" with STT_NOTYPE, STB_LOCAL and zero sizes, indicating
boundaries between code and data in the same section.
Let's simply ignore them as they're only markers instead of real symbols.
Thi... | [
{
"path": "src/cmd/link/internal/loadelf/ldelf.go",
"patch": "@@ -602,6 +602,14 @@ func Load(l *loader.Loader, arch *sys.Arch, localSymVersion int, f *bio.Reader,\n \t\t\t\t\t// See https://sourceware.org/bugzilla/show_bug.cgi?id=21809\n \t\t\t\t\tcontinue\n \t\t\t\t}\n+\n+\t\t\t\tif arch.Family == sys.RISC... | 2025-05-09T15:09:39 |
electron/electron | 724f90a2a72c5e3f68b75d24c7584820f0757660 | 68701c4c3c158e30d26738629ffabeffa404ad96 | refactor: throw errors directly in async functions (#39233) | [
{
"path": "lib/browser/api/web-contents.ts",
"patch": "@@ -211,28 +211,28 @@ WebContents.prototype.printToPDF = async function (options) {\n \n if (options.landscape !== undefined) {\n if (typeof options.landscape !== 'boolean') {\n- return Promise.reject(new Error('landscape must be a Boolean'))... | 2023-07-31T08:39:37 |
rust-lang/rust | 461e7b14e627957a659dea69c14b17fd5c58a380 | 53e39cceb48b5e42cbde66162895b6a2148be959 | fix: properly wrap long `impl trait` function parameters
Before we weren't taking the length of `impl ` into account so the trait
thought it had more room than it actually did to format itself on a
single line. | [
{
"path": "src/types.rs",
"patch": "@@ -1016,9 +1016,14 @@ impl Rewrite for ast::Ty {\n }\n let rw = if context.config.style_edition() <= StyleEdition::Edition2021 {\n it.rewrite_result(context, shape)\n+ } else if context.config.style_editi... | 2026-02-11T02:19:55 |
nodejs/node | b8a2550ec0a7fd6ce1f9a6b6b7cf2bfbf96fb484 | 916865ba8b465f4994f3531fbb802cc53287acb9 | test: unmark test-sqlite as flaky
PR-URL: https://github.com/nodejs/node/pull/54014
Fixes: https://github.com/nodejs/node/issues/54006
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizi... | [
{
"path": "test/parallel/parallel.status",
"patch": "@@ -19,9 +19,6 @@ test-fs-read-stream-concurrent-reads: PASS, FLAKY\n # https://github.com/nodejs/node/issues/52630\n test-error-serdes: PASS, FLAKY\n \n-# https://github.com/nodejs/node/issues/54006\n-test-sqlite: PASS, FLAKY\n-\n [$system==win32]\n \n #... | 2024-08-06T22:51:02 |
vercel/next.js | 5fbf29ca10480f509a0e0ac61e5206947d3e088a | 443a31b99021d8c2a191cc5abb1c21859d720fb9 | fix: remove boundary sentinel from RSC responses (#81857)
## Summary
This PR fixes an issue where the test mode boundary sentinel was being
incorrectly added to RSC (React Server Component) responses. The
sentinel should only be added to HTML responses during PPR (Partial
Prerendering) test mode.
## Changes
- Added... | [
{
"path": "packages/next/src/build/templates/app-page.ts",
"patch": "@@ -32,6 +32,7 @@ import {\n NEXT_ROUTER_PREFETCH_HEADER,\n NEXT_IS_PRERENDER_HEADER,\n NEXT_DID_POSTPONE_HEADER,\n+ RSC_CONTENT_TYPE_HEADER,\n } from '../../client/components/app-router-headers'\n import { getBotType, isBot } from ... | 2025-07-19T21:23:21 |
facebook/react | 16852386a5ac9ccffa265ad96f2d7e1db544aecb | 5f3ed3f7241df57cfbc98edabf84100ceea7bfb1 | Support more cases of reassignment within value blocks
Fixes T175283039 — it's totally fine to have a StoreLocal as an instruction in a
value block, so long as its a reassignment. | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/ReactiveScopes/CodegenReactiveFunction.ts",
"patch": "@@ -1752,13 +1752,29 @@ function codegenInstructionValue(\n );\n break;\n }\n+ case \"StoreLocal\": {\n+ CompilerError.invariant(\n+ instrValue.lvalue.kind === Inst... | 2024-03-08T21:59:22 |
golang/go | ef58ec2b5a35f7b11a5bc0632cb156c5bcf56632 | ac992f2614ee3abef8eb01ed8b7d5b4024cda48f | text/template: clone options when cloning templates
Fixes #43022
Change-Id: I727b86ea0ebfff06f82c909457479c2afb9106dc
Reviewed-on: https://go-review.googlesource.com/c/go/+/671615
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI... | [
{
"path": "src/text/template/multi_test.go",
"patch": "@@ -210,6 +210,7 @@ const (\n \tcloneText2 = `{{define \"b\"}}b{{end}}`\n \tcloneText3 = `{{define \"c\"}}root{{end}}`\n \tcloneText4 = `{{define \"c\"}}clone{{end}}`\n+\tcloneText5 = `{{define \"e\"}}{{.Foo}}{{end}}`\n )\n \n func TestClone(t *testing.... | 2025-05-10T11:18:32 |
electron/electron | 2b283724ce689a680b20c9b922384bec854415f6 | 6df392162f1d29155e6d8d6f755de7e48c18e709 | docs: fix some string union type (#39258)
* docs: fix some string union types
Improve Type Union Typings in the Docs
* test: add smoke tests
* test: update `ses.clearStorageData` test case
* test: update `ses.clearStorageData` test case
---------
Co-authored-by: mhli <mhli@hillinsight.com> | [
{
"path": "docs/api/desktop-capturer.md",
"patch": "@@ -91,7 +91,7 @@ The `desktopCapturer` module has the following methods:\n \n * `options` Object\n * `types` string[] - An array of strings that lists the types of desktop sources\n- to be captured, available types are `screen` and `window`.\n+ to... | 2023-07-31T08:32:59 |
rust-lang/rust | 07537b403fad8720003aab23bc763796f2a28c02 | 23e44f65aa6703c4ff7690eb3ba66ed684d1b72e | num: Move user-public float parsing items directly under core::num
Follow up to the previous commit refactoring `core::num` by moving the
user-facing error types and trait implementations back out of `imp` and
into a new module under `core::num`. | [
{
"path": "library/core/src/num/float_parse.rs",
"patch": "@@ -0,0 +1,133 @@\n+//! User-facing API for float parsing.\n+\n+use crate::error::Error;\n+use crate::fmt;\n+use crate::num::imp::dec2flt;\n+use crate::str::FromStr;\n+\n+macro_rules! from_str_float_impl {\n+ ($t:ty) => {\n+ #[stable(featu... | 2026-01-31T10:24:47 |
nodejs/node | 916865ba8b465f4994f3531fbb802cc53287acb9 | 717b4018f1cd00bf20720f40ad0b201b0946c9e0 | sqlite: split up large test file
The original test/parallel/test-sqlite.js test appears to time
out in the CI occasionally. This commit splits the test into
several smaller test files.
Fixes: https://github.com/nodejs/node/issues/54006
PR-URL: https://github.com/nodejs/node/pull/54014
Reviewed-By: Moshe Atlow <moshe@... | [
{
"path": "test/parallel/test-sqlite-data-types.js",
"patch": "@@ -0,0 +1,157 @@\n+// Flags: --experimental-sqlite\n+'use strict';\n+require('../common');\n+const tmpdir = require('../common/tmpdir');\n+const { join } = require('node:path');\n+const { DatabaseSync } = require('node:sqlite');\n+const { suite... | 2024-07-24T04:35:00 |
vercel/next.js | 443a31b99021d8c2a191cc5abb1c21859d720fb9 | e5711ab66dfb7e2e6c05684c358a397297c8401a | Turbopack: fix dist dir on Windows (#81758)
Regression from #80683
Closes PACK-5071
Closes https://github.com/vercel/next.js/issues/81628 | [
{
"path": ".github/workflows/build_and_test.yml",
"patch": "@@ -705,10 +705,11 @@ jobs:\n afterBuild: |\n export NEXT_TEST_MODE=start\n \n- node run-tests.js \\\n+ node run-tests.js --type production \\\n test/e2e/app-dir/app/index.test.ts \\\n test/e2e/app-di... | 2025-07-19T05:56:41 |
facebook/react | 5f3ed3f7241df57cfbc98edabf84100ceea7bfb1 | 052f5fe973e2d5c08293509063163b0b63a6d948 | Fixture for reassignment within value block
Fixture from T175283039, a reassignment within an expression can sometimes
generate a StoreLocal within a value block. Depending on the case this can end
up as the last instruction of the block, which then hits an invariant. | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/error.todo-reassign-in-while-loop-condition.expect.md",
"patch": "@@ -0,0 +1,38 @@\n+\n+## Input\n+\n+```javascript\n+import { makeArray } from \"shared-runtime\";\n+\n+// @flow\n+function Component() {\n+ const items = ... | 2024-03-08T21:59:21 |
golang/go | ac992f2614ee3abef8eb01ed8b7d5b4024cda48f | 8cfcad8da82a01296cfcdb8c6ab7b0b726534e21 | testing: limit TempDir name length
Fixes #71742
Change-Id: Ibef8f7f0a36b25f181062c4d2f84279a97e467a4
Reviewed-on: https://go-review.googlesource.com/c/go/+/671577
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael ... | [
{
"path": "src/testing/testing.go",
"patch": "@@ -1244,6 +1244,11 @@ func (c *common) TempDir() string {\n \tif nonExistent {\n \t\tc.Helper()\n \n+\t\tpattern := c.Name()\n+\t\t// Limit length of file names on disk.\n+\t\t// Invalid runes from slicing are dropped by strings.Map below.\n+\t\tpattern = patte... | 2025-05-11T21:36:58 |
rust-lang/rust | 0bcec3760467995fb08e55ef6e7be697d13490a5 | 7057231bd78d6c7893f905ea1832365d4c5efe17 | Improve write! and writeln! error when called without destination | [
{
"path": "library/core/src/macros/mod.rs",
"patch": "@@ -611,6 +611,9 @@ macro_rules! write {\n ($dst:expr, $($arg:tt)*) => {\n $dst.write_fmt($crate::format_args!($($arg)*))\n };\n+ ($($arg:tt)*) => {\n+ compile_error!(\"requires a destination and format arguments, like `write!(d... | 2026-02-12T01:37:45 |
electron/electron | 6df392162f1d29155e6d8d6f755de7e48c18e709 | c9bae5da8ef280e310d4c1d03ee94a169c704357 | fix: `pageVisibility` state when `backgroundThrottling` disabled (#39223)
fix: pageVisibility state when backgroundThrottling disabled | [
{
"path": "patches/chromium/allow_disabling_blink_scheduler_throttling_per_renderview.patch",
"patch": "@@ -33,6 +33,21 @@ index 180abdc9f983887c83fd9d4a596472222e9ab472..00842717a7570561ee9e3eca11190ab5\n void SendWebPreferencesToRenderer();\n void SendRendererPreferencesToRenderer(\n const bl... | 2023-07-28T08:48:25 |
nodejs/node | 717b4018f1cd00bf20720f40ad0b201b0946c9e0 | 0301309493b2a4e80796517bdb46ec55202a4800 | sqlite: ensure statement finalization on db close
This commit adds statement tracking to the DatabaseSync class.
When a database is closed manually or via garbage collection, it
will force all associated prepared statements to be finalized.
This should mitigate "zombie" connections which can introduce
test flakiness i... | [
{
"path": "src/node_sqlite.cc",
"patch": "@@ -91,16 +91,19 @@ DatabaseSync::DatabaseSync(Environment* env,\n }\n \n DatabaseSync::~DatabaseSync() {\n- sqlite3_close_v2(connection_);\n- connection_ = nullptr;\n+ if (IsOpen()) {\n+ FinalizeStatements();\n+ sqlite3_close_v2(connection_);\n+ connect... | 2024-08-06T03:37:13 |
vercel/next.js | 5c7daf5aff50992d4653ed96becd3a7818af51fd | d3ed546f49d903738bc09848e90afeefefe3cdfa | fix(ppr): ensure fallback route params trigger dynamic resume (#81812)
### What?
This PR fixes an issue where pages with fallback route params weren't
triggering dynamic resume behavior in PPR (Partial Pre-Rendering).
### Why?
When fallback route params exist, the RSC (React Server Components) data
is inherently dy... | [
{
"path": "packages/next/src/build/templates/app-page.ts",
"patch": "@@ -1075,6 +1075,16 @@ export async function handler(\n // should also be the case for a resume request because it's completed\n // as a server render (rather than a static render).\n if (!didPostpone || minimalMode) {\n+... | 2025-07-18T23:02:42 |
facebook/react | 338dddc089d5865761219f02b5175db85c54c489 | c35b9b05fee039a8c3a99fdb7e35d5ca30db9eb0 | Remove RTR from DebugTracing-test (#28411)
## Summary
Internal cleanup of ReactTestRenderer
## How did you test this change?
`yarn test
packages/react-reconciler/src/__tests__/DebugTracing-test.internal.js` | [
{
"path": "packages/react-reconciler/src/__tests__/DebugTracing-test.internal.js",
"patch": "@@ -11,9 +11,10 @@\n \n describe('DebugTracing', () => {\n let React;\n- let ReactTestRenderer;\n+ let ReactNoop;\n let waitForPaint;\n let waitForAll;\n+ let act;\n \n let logs;\n \n@@ -27,10 +28,11 @@ d... | 2024-03-07T21:36:50 |
golang/go | 8cfcad8da82a01296cfcdb8c6ab7b0b726534e21 | 18431a1c8f7d19410fcd3fe6638cfe1cd4bd7179 | net: don't test with leading 0 in ipv4 addresses
Updates #30999
Fixes #73378
Change-Id: I6a96581e78678518473626aa5d108428cfad6619
Reviewed-on: https://go-review.googlesource.com/c/go/+/671795
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccou... | [
{
"path": "src/net/external_test.go",
"patch": "@@ -90,7 +90,6 @@ var (\n \t\t\"www.google.com:80\",\n \t\t\"%d.%d.%d.%d:http\",\n \t\t\"www.google.com:http\",\n-\t\t\"%03d.%03d.%03d.%03d:0080\",\n \t\t\"[::ffff:%d.%d.%d.%d]:80\",\n \t\t\"[::ffff:%02x%02x:%02x%02x]:80\",\n \t\t\"[0:0:0:0:0000:ffff:%d.%d.%d.... | 2025-05-11T20:22:47 |
electron/electron | 8dea7838058dae356a664be01285b46bc641c8d1 | 695fcf3cb265aa2b635e9bfdad4e0affe527c917 | fix: do not resolve electron entrypoints on disk (#39247) | [
{
"path": "patches/node/.patches",
"patch": "@@ -37,3 +37,4 @@ chore_remove_--no-harmony-atomics_related_code.patch\n fix_account_for_createexternalizablestring_v8_global.patch\n fix_wunreachable-code_warning_in_ares_init_rand_engine.patch\n fix_-wshadow_warning.patch\n+fix_do_not_resolve_electron_entrypoin... | 2023-07-27T05:10:58 |
vercel/next.js | d3ed546f49d903738bc09848e90afeefefe3cdfa | afec9909a066154c4ccc1e1d9ee10e3678ec2e2f | [devtool] fix scrollbar styling (#81814)
* The scrollbar styling was lost before while we enabling the draggable panel. Share that styles between all scrollable content
* Migrate the inline style to css and dynamic css into css variables, so we'll create less dynamic object during rendering.
<video src="https://gi... | [
{
"path": "packages/next/src/next-devtools/dev-overlay/components/dialog/dialog.tsx",
"patch": "@@ -87,6 +87,7 @@ const Dialog: React.FC<DialogProps> = function Dialog({\n ref={dialogRef}\n tabIndex={-1}\n data-nextjs-dialog\n+ data-nextjs-scrollable-content\n role={role}\n ... | 2025-07-18T21:35:12 |
nodejs/node | 4dae01ba2c106e2e2f52c5cccb4ab291dbedb165 | bc5ebe44f95755e97e60bcab50ea59358d1faee5 | deps: fix GN build warning in ncrypto
PR-URL: https://github.com/nodejs/node/pull/54222
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "deps/ncrypto/unofficial.gni",
"patch": "@@ -14,6 +14,7 @@ template(\"ncrypto_gn_build\") {\n \"-Wno-deprecated-declarations\",\n \"-Wno-pessimizing-move\",\n \"-Wno-shadow\",\n+ \"-Wno-unused-variable\",\n ]\n }\n ",
"additions": 1,
"deletions": 0,
"langua... | 2024-08-11T17:54:31 |
facebook/react | c35b9b05fee039a8c3a99fdb7e35d5ca30db9eb0 | 447fc27e3613d9fd026fbf48aa8a5e5a3f5167d4 | Fix ReactHooksInspection-test.js (#28520)
## Summary
Currently, `ReactHooksInspection-test.js` fails because something is
polluting the resulting `Promise` with symbol properties. This changes
the unit test to be more resilient to such symbol properties.
## How did you test this change?
Ran the following su... | [
{
"path": "packages/react-debug-tools/src/__tests__/ReactHooksInspection-test.js",
"patch": "@@ -584,24 +584,29 @@ describe('ReactHooksInspection', () => {\n return <div>{value}</div>;\n }\n const tree = ReactDebugTools.inspectHooks(Foo, {});\n- expect(normalizeSourceLoc(tree)).toMatchInlin... | 2024-03-07T19:22:42 |
golang/go | 18431a1c8f7d19410fcd3fe6638cfe1cd4bd7179 | 41bd52b3fa2ac77e0180f29777309f65fda9fad0 | net: fix deadlock in lookupProtocol on Windows
If the context expires before acquireThread(ctx) succeeds, then the goroutine can block like:
net.lookupProtocol.func1()
src/net/lookup_windows.go:58 +0x105
created by net.lookupProtocol in goroutine 2834
src/net/lookup_windows.go:56 +0xda
We saw this in our UTs with ... | [
{
"path": "src/net/lookup_windows.go",
"patch": "@@ -52,7 +52,7 @@ func lookupProtocol(ctx context.Context, name string) (int, error) {\n \t\tproto int\n \t\terr error\n \t}\n-\tch := make(chan result) // unbuffered\n+\tch := make(chan result, 1) // buffer so that next goroutine never blocks\n \tgo func()... | 2025-04-17T06:55:10 |
electron/electron | 695fcf3cb265aa2b635e9bfdad4e0affe527c917 | fa5b1be6f3d6631c0404097b69ea81b4a1eab7f7 | fix: reparenting after `BrowserWindow.destroy()` (#39062)
fix: reparenting after BrowserWindow.destroy() | [
{
"path": "shell/browser/native_window.h",
"patch": "@@ -149,6 +149,7 @@ class NativeWindow : public base::SupportsUserData,\n virtual std::string GetAlwaysOnTopLevel() = 0;\n virtual void SetActive(bool is_key) = 0;\n virtual bool IsActive() const = 0;\n+ virtual void RemoveChildFromParentWindow() =... | 2023-07-26T14:47:32 |
vercel/next.js | 8a8888ca96aee5e75c03b257f1e6c194cb9a43f1 | ae2c750d2ba7f0d6be9de9346bfb2e3dad59a70d | [turbopack] use `require` to load chunks in our node runtime (#81738)
## Use `require` to load chunks in node instead of readFile+eval
The benefit of this is that we can slightly simplify chunk loading and make it easier for hosting services to cache bytecode.
Much like [browsers](https://v8.dev/blog/code-caching-fo... | [
{
"path": "test/e2e/app-dir/cache-components-errors/cache-components-errors.test.ts",
"patch": "@@ -657,14 +657,16 @@ describe('Cache Components Errors', () => {\n } else {\n expect(output).toMatchInlineSnapshot(`\n \"Error: Route \"/dynamic-root\": A component acces... | 2025-07-18T19:54:20 |
nodejs/node | 298ff4fdb1513a944470a09619c5f494d142b3a2 | 90f257176c064796b0ed25504061c7c7b77b3b82 | tty: initialize winSize array with values
Assigning to a holey array in the native layer may crash if it has
getters that throw.
Refs: https://github.com/nodejs/node/issues/54186
PR-URL: https://github.com/nodejs/node/pull/54281
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Joyee Cheung <joyeec9h... | [
{
"path": "lib/tty.js",
"patch": "@@ -22,7 +22,6 @@\n 'use strict';\n \n const {\n- Array,\n NumberIsInteger,\n ObjectSetPrototypeOf,\n } = primordials;\n@@ -111,7 +110,7 @@ function WriteStream(fd) {\n // Ref: https://github.com/nodejs/node/pull/1771#issuecomment-119351671\n this._handle.setBlocki... | 2024-08-11T06:32:13 |
facebook/react | 447fc27e3613d9fd026fbf48aa8a5e5a3f5167d4 | 850fac4915864a487e7cb9ecae8a75dbac144174 | fix[devtools/e2e]: fixed source inspection in e2e tests (#28518)
DevTools e2e tests started to fail after landing
https://github.com/facebook/react/pull/28471:
-
https://app.circleci.com/pipelines/github/facebook/react/50984/workflows/a7be25ed-9547-40e9-87bd-b14d9d2e87da/jobs/798270
-
https://app.circleci.com/pip... | [
{
"path": "packages/react-devtools-inline/__tests__/__e2e__/components.test.js",
"patch": "@@ -59,7 +59,7 @@ test.describe('Components', () => {\n const isEditableValue = semver.gte(config.use.react_version, '16.8.0');\n \n // Then read the inspected values.\n- const [propName, propValue, sourceT... | 2024-03-07T17:59:37 |
golang/go | 41bd52b3fa2ac77e0180f29777309f65fda9fad0 | 176a2154aa185c6ab15d88f32d9c28dd3b5e5dd8 | os: remove NewFile socket detection on Windows
NewFile was recently updated (in CL 668195) to detect whether the
handle is a socket or not. This special case is not really necessary,
given that socket handles can be used as if they were normal file
handles on all functions supported by os.File (see https://learn.micro... | [
{
"path": "src/os/file_windows.go",
"patch": "@@ -82,49 +82,14 @@ func newConsoleFile(h syscall.Handle, name string) *File {\n \treturn newFile(h, name, \"console\", false)\n }\n \n-var wsaLoaded atomic.Bool\n-\n-// isWSALoaded returns true if the ws2_32.dll module is loaded.\n-func isWSALoaded() bool {\n-\... | 2025-05-09T14:55:00 |
electron/electron | fa5b1be6f3d6631c0404097b69ea81b4a1eab7f7 | 38c3d8df2970821f582d7adc6c3ecd400ef265df | fix: delete desktop capturers when they're not needed (#39194)
* fix: delete desktop capturers when they're not needed
Delete desktop capturer objects by resetting the DesktopMediaList
objects that own them after the sources have been collected. Capturers
that are not delegated are already being reset via a patch... | [
{
"path": "patches/webrtc/.patches",
"patch": "@@ -1 +1,2 @@\n fix_fallback_to_x11_capturer_on_wayland.patch\n+fix_mark_pipewire_capturer_as_failed_after_session_is_closed.patch",
"additions": 1,
"deletions": 0,
"language": "Unknown"
},
{
"path": "patches/webrtc/fix_mark_pipewire_capture... | 2023-07-26T08:40:19 |
vercel/next.js | 298acda3b19d2ec1077a93887662a0cd83a12762 | f3beddf12a2195a9d1c4d7378d99c2df301c15c3 | Add VSCode tasks to show TypeScript compilation errors in problems view (#81799)
Showing compilation errors for files that aren't currently open is very useful during refactorings.
https://github.com/user-attachments/assets/629f8f2a-37ba-44c1-be6d-9a2e0f93e4f1 | [
{
"path": ".vscode/tasks.json",
"patch": "@@ -0,0 +1,31 @@\n+{\n+ \"version\": \"2.0.0\",\n+ \"tasks\": [\n+ {\n+ \"label\": \"types\",\n+ \"command\": \"pnpm\",\n+ \"args\": [\"typescript\", \"--watch\"],\n+ \"isBackground\": true,\n+ \"group\": {\n+ \"kind\": \"build\"... | 2025-07-18T10:38:57 |
nodejs/node | 37f9eca5b522c9ff3214f909d154ba3588a7afff | 90d91abbfe32d9ce6606bd8db3cef1ac37e45923 | module,win: fix long path resolve
PR-URL: https://github.com/nodejs/node/pull/53294
Fixes: https://github.com/nodejs/node/issues/50753
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br> | [
{
"path": "src/node_file.cc",
"patch": "@@ -3340,8 +3340,14 @@ void BindingData::LegacyMainResolve(const FunctionCallbackInfo<Value>& args) {\n \n for (int i = 0; i < legacy_main_extensions_with_main_end; i++) {\n file_path = *initial_file_path + std::string(legacy_main_extensions[i]);\n-\n- ... | 2024-08-10T14:12:53 |
facebook/react | fe91bcefd2bbc3da9f1998befb466acc8b4afdca | 449aa70f99c4984e7550fb9ef1aa16b1b60d6544 | Fix promotion of catch bindings w/in function expressions
One of our visitors wasn't visiting TryTerminal's handlerBinding, which meant
that we missed renaming those identifiers in RenameVariables. I also updated the
printers to print this binding. | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/HIR/PrintHIR.ts",
"patch": "@@ -266,8 +266,10 @@ export function printTerminal(terminal: Terminal): Array<string> | string {\n break;\n }\n case \"try\": {\n- value = `Try block=bb${terminal.block} catch=bb${\n- terminal.ha... | 2024-03-07T17:21:33 |
rust-lang/rust | dd1b72a0d8eacf5f774b0fcb34d86d772892a748 | 30bd49283c4e8f50182de032f05c7b0a0395b70d | Fix typos and grammar in documentation
- Readme.md: add missing "you" ("If don't" → "If you don't")
- Readme.md: fix wrong preposition ("without this backend" → "with this backend")
- Readme.md: fix double space
- doc/errors.md: fix transposed letters ("libgccijt" → "libgccjit")
- doc/debugging.md: remove extra word (... | [
{
"path": "Readme.md",
"patch": "@@ -45,12 +45,12 @@ The default configuration (see below in the [Quick start](#quick-start) section)\n ./y.sh test --release\n ```\n \n-If don't need to test GCC patches you wrote in our GCC fork, then the default configuration should\n+If you don't need to test GCC pa... | 2026-02-10T15:50:57 |
golang/go | 176a2154aa185c6ab15d88f32d9c28dd3b5e5dd8 | e513cd4e409f1d42df02a42b43eceb87473b229a | cmd/link: use >4GB base address for 64-bit PE binaries
Windows prefers 64-bit binaries to be loaded at an address above 4GB.
Having a preferred base address below this boundary triggers a
compatibility mode in Address Space Layout Randomization (ASLR) on
recent versions of Windows that reduces the number of locations... | [
{
"path": "src/cmd/link/internal/ld/data.go",
"patch": "@@ -894,10 +894,15 @@ func windynrelocsym(ctxt *Link, rel *loader.SymbolBuilder, s loader.Sym) error {\n \t\t\t\trel.AddUint8(0x90)\n \t\t\t\trel.AddUint8(0x90)\n \t\t\tcase sys.AMD64:\n+\t\t\t\t// The relocation symbol might be at an absolute offset\n... | 2025-05-09T15:42:48 |
electron/electron | 38c3d8df2970821f582d7adc6c3ecd400ef265df | 12548294c0b2639d34c05c544f56545004efee01 | fix: traffic lights not working when child windows are restored via parent window (#39225) | [
{
"path": "shell/browser/ui/cocoa/electron_ns_window_delegate.h",
"patch": "@@ -23,6 +23,10 @@ class NativeWindowMac;\n int level_;\n bool is_resizable_;\n \n+ // Whether the window is currently minimized. Used to work\n+ // around a macOS bug with child window minimization.\n+ bool is_minimized_;\n+... | 2023-07-26T08:10:34 |
nodejs/node | 30f6c56e03125183c4ece1b5e1e658b74e3ef776 | 9e6c526f6c4e21b96f999869ceb265fb1891bf15 | test: fix timeout not being cleared
PR-URL: https://github.com/nodejs/node/pull/54242
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tierney Cyren <hello@bnb.im> | [
{
"path": "test/parallel/test-pipe-file-to-http.js",
"patch": "@@ -32,11 +32,10 @@ const filename = tmpdir.resolve('big');\n let count = 0;\n \n const server = http.createServer((req, res) => {\n- let timeoutId;\n assert.strictEqual(req.method, 'POST');\n req.pause();\n \n- setTimeout(() => {\n+ cons... | 2024-08-09T05:42:10 |
facebook/react | 449aa70f99c4984e7550fb9ef1aa16b1b60d6544 | 854a810f0598def185f3f9593b070960433b21fd | Fix promotion of locals referenced outside of scopes | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/ReactiveScopes/PropagateScopeDependencies.ts",
"patch": "@@ -23,6 +23,7 @@ import {\n ReactiveScopeDependency,\n ReactiveTerminalStatement,\n ReactiveValue,\n+ ScopeId,\n } from \"../HIR/HIR\";\n import {\n eachInstructionValueOperand,\n@@ ... | 2024-03-07T00:19:28 |
vercel/next.js | 2256b6befe223fba2f141d11d2ca1c0524b67b7a | 8abbb3dc2e36308249fe1084ae2df032c87431f7 | Properly handle hanging promise rejections during prerendering (#81754)
We are using hanging promises for excluding request-specific data from a
prerender. When prerendering is aborted, we reject all hanging promises.
In dev mode, React uses these rejections to construct more detailed
owner stacks. This allows us to p... | [
{
"path": "packages/next/src/server/app-render/app-render.tsx",
"patch": "@@ -711,6 +711,7 @@ async function warmupDevRender(\n \n const renderController = new AbortController()\n const prerenderController = new AbortController()\n+ const reactController = new AbortController()\n const cacheSignal = ... | 2025-07-18T07:33:23 |
golang/go | e513cd4e409f1d42df02a42b43eceb87473b229a | e666f1dabf5174710919ab7cff3e8afefd9ac049 | net/http: add missing ServeTLS on the comment of http.Server.Shutdown
A sentinel error http.ErrServerClosed is returned after Server.Shutdown
and Server.Close but it is not documented on the Server.Shutdown while
other methods such as Server.Serve are documented on it.
Change-Id: Id82886d9d6a1474a514d62e9169b35f3579a... | [
{
"path": "src/net/http/server.go",
"patch": "@@ -3154,7 +3154,7 @@ const shutdownPollIntervalMax = 500 * time.Millisecond\n // Shutdown returns the context's error, otherwise it returns any\n // error returned from closing the [Server]'s underlying Listener(s).\n //\n-// When Shutdown is called, [Serve], [... | 2025-05-10T23:43:40 |
nodejs/node | 90dea9e3e003945f113aaca09c45f963fe566a47 | 88bac52b238427a12521e8d22ddb8a53033793ee | doc: warn for windows build bug
Refs: https://github.com/nodejs/build/issues/3739
PR-URL: https://github.com/nodejs/node/pull/54217
Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> | [
{
"path": "BUILDING.md",
"patch": "@@ -644,6 +644,8 @@ Optional requirements to build the MSI installer package:\n Optional requirements for compiling for Windows on ARM (ARM64):\n \n * Visual Studio 17.6.0 or newer\n+ > **Note:** There is [a bug](https://github.com/nodejs/build/issues/3739) in `17.10.x`\n... | 2024-08-08T05:58:53 |
electron/electron | 12548294c0b2639d34c05c544f56545004efee01 | 455f57322f705fdd67751328e8f1feaf6bd29409 | fix: `resizable: false` should disable fullscreen button at start (#39086)
fix: resizable should disable fullscreen button at start | [
{
"path": "shell/browser/native_window.cc",
"patch": "@@ -198,10 +198,6 @@ void NativeWindow::InitFromOptions(const gin_helper::Dictionary& options) {\n SetSizeConstraints(size_constraints);\n }\n #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)\n- bool resizable;\n- if (options.Get(options::kResizable,... | 2023-07-25T16:18:36 |
Subsets and Splits
Assembly Language GitHub Issues
Retrieves a sample of assembly-language related commits with their details, but doesn't provide meaningful analysis or patterns beyond basic filtering.
Swift Compiler Issues Analysis
Retrieves all training data for the Swift programming language repository, providing basic filtering but offering limited analytical insight beyond identifying relevant code examples.