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 | 2ae3592d29caf9aca2cff36e6089c1dfb92dfa4e | 6d6518161afdcbf7f2504441def52e3217abc869 | Fix/review bug repros, mark fixed
I reviewed the test cases we have marked as bugs ("_bug.*") and realized that
several of them are already fixed — woohoo! Then one wasn't fixed _yet_: our
type inference loses track of refs if you stash them inside an object/array. But
that's why I added the ValidateNoRefAccessInR... | [
{
"path": "compiler/forget/src/HIR/ValidateNoRefAccesInRender.ts",
"patch": "@@ -40,6 +40,15 @@ export function validateNoRefAccessInRender(fn: HIRFunction): void {\n for (const [, block] of fn.body.blocks) {\n for (const instr of block.instructions) {\n switch (instr.value.kind) {\n+ cas... | 2023-06-04T18:08:54 |
vercel/next.js | 1009c5061e608583ed365bbea5b2e91ca3a2b679 | f05106dad54d5cd34eae81c072cd3cd05a15b1c9 | [turbopack] Remove uses of `Value<..>` instead make the payloads impl Taskinput (#80141)
Remove uses of `Value<..>` instead make the payloads impl Taskinput
### Why?
The Value<> type is confusing and error prone, lets destroy it!
As discussed over slack, turbo_tasks::Value type always implements is_resolved as true ... | [
{
"path": "crates/next-core/src/next_font/google/mod.rs",
"patch": "@@ -6,7 +6,7 @@ use indoc::formatdoc;\n use rustc_hash::FxHashMap;\n use serde::{Deserialize, Serialize};\n use turbo_rcstr::{RcStr, rcstr};\n-use turbo_tasks::{Completion, FxIndexMap, ResolvedVc, Value, Vc};\n+use turbo_tasks::{Completion,... | 2025-06-08T16:47:26 |
nodejs/node | 17b5d0bf85dca22b790ba4fffa4a60c52e365e8b | 749b0bfe2c8b6253ec76bf92db70a46a8bccd43b | doc: add example for `execFileSync` method and ref to stdio
Added an example to the `execFileSync` method. This demonstrates how to
handle exceptions and access the stderr and stdio properties that are
attached to the `Error` object in a `catch` block.
Added a link to the detailed stdio section nested under
`child_pr... | [
{
"path": "doc/api/child_process.md",
"patch": "@@ -921,7 +921,8 @@ changes:\n * `input` {string|Buffer|TypedArray|DataView} The value which will be passed\n as stdin to the spawned process. If `stdio[0]` is set to `'pipe'`, Supplying\n this value will override `stdio[0]`.\n- * `stdio` {string|Ar... | 2024-05-12T07:18:40 |
electron/electron | 295c5331eeb2cce40419b6a54875fba88d61422d | 76880be6d2cc466a44cf437bf34bf32f94a9f6ad | fix: override app's desktop name and v8 flags in default-app (#35997) | [
{
"path": "default_app/main.ts",
"patch": "@@ -83,7 +83,7 @@ function loadApplicationPackage (packagePath: string) {\n });\n \n try {\n- // Override app name and version.\n+ // Override app's package.json data.\n packagePath = path.resolve(packagePath);\n const packageJsonPath = path.join(... | 2022-10-17T08:34:24 |
vercel/next.js | f05106dad54d5cd34eae81c072cd3cd05a15b1c9 | 4e2f3a4e5400c48192f99adb666c5384e928bd88 | fix typo (#80282)
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making:
## For Contributors
### Improving Documentation
- R... | [
{
"path": "docs/01-app/01-getting-started/04-linking-and-navigating.mdx",
"patch": "@@ -29,7 +29,7 @@ There are two types of server rendering, based on _when_ it happens:\n - **Static Rendering (or Prerendering)** happens at build time or during [revalidation](/docs/app/getting-started/caching-and-revalidat... | 2025-06-07T23:28:44 |
facebook/react | f181ba8aa6339d62f6e2572109c61242606f16b3 | e1ad4aa3615333009d76f947ff05ddeff01039c6 | [Flight] Add bundler-less version of RSC using plain ESM (#26889)
This isn't really meant to be actually used, there are many issues with
this approach, but it shows the capabilities as a proof-of-concept.
It's a new reference implementation package `react-server-dom-esm` as
well as a fixture in `fixtures/flight-... | [
{
"path": ".eslintrc.js",
"patch": "@@ -324,6 +324,7 @@ module.exports = {\n 'packages/react-devtools-shared/**/*.js',\n 'packages/react-noop-renderer/**/*.js',\n 'packages/react-refresh/**/*.js',\n+ 'packages/react-server-dom-esm/**/*.js',\n 'packages/react-server-dom... | 2023-06-03T19:58:24 |
nodejs/node | 6e07a7628a7b3c4f5e1fc74f5d0ffcb3176378d2 | b41ab9d11663b7cb5effd9fbd8647dd95f427904 | doc: fix `dns.lookup` family `0` and `all` descriptions
PR-URL: https://github.com/nodejs/node/pull/51653
Fixes: https://github.com/nodejs/node/issues/51482
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> | [
{
"path": "doc/api/dns.md",
"patch": "@@ -210,8 +210,9 @@ changes:\n * `family` {integer|string} The record family. Must be `4`, `6`, or `0`. For\n backward compatibility reasons,`'IPv4'` and `'IPv6'` are interpreted as `4`\n and `6` respectively. The value `0` indicates that either an IPv4 or IPv... | 2024-05-11T18:37:30 |
electron/electron | dc5d27a73bd3f58d992f793d127122d3eef8e34c | ce138fe96954b23c76583b5c1af3abbff0b2f661 | docs: fix erroneous removal warning for decrementCapturerCount (#36016) | [
{
"path": "docs/breaking-changes.md",
"patch": "@@ -103,7 +103,7 @@ w.capturePage().then(image => {\n })\n ```\n \n-### Removed: `webContents.decrementCapturerCount(stayHidden, stayAwake)`\n+### Deprecated: `webContents.decrementCapturerCount(stayHidden, stayAwake)`\n \n `webContents.decrementCapturerCount(... | 2022-10-13T15:40:25 |
vercel/next.js | 9e9d13fb4d43fa0cb7bc4f51180678fc5099950c | aa4d90c754ece54f831a7402590819f6e779c1fe | Turbopack: really fix export collection (#80240)
- For `export default class Foo`, we don't insert a `var __TURBOPACK__default__export__ = Foo` variable because it should be a live binding. So put the correct name/syntax context into `ImportMap.exports`
- The `__TURBOPACK__default__export__` generated by module fragm... | [
{
"path": "turbopack/crates/turbopack-ecmascript/src/analyzer/imports.rs",
"patch": "@@ -643,13 +643,30 @@ impl Visit for Analyzer<'_> {\n \n self.data.exports.insert(\n rcstr!(\"default\"),\n- (\n- // `EsmModuleItem::code_generation` inserts this variable.\n- ... | 2025-06-07T12:08:52 |
facebook/react | e1ad4aa3615333009d76f947ff05ddeff01039c6 | 5fb2c15a89de844a1dd12a61e7674e55dc0dfa89 | [Fizz][Float] stop automatically preloading scripts that are not script resources (#26877)
Currently we preload all scripts that are not hoisted. One of the
original reasons for this is we stopped SSR rendering async scripts that
had an onLoad/onError because we needed to be able to distinguish
between Float script... | [
{
"path": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js",
"patch": "@@ -1036,19 +1036,6 @@ export function bindInstance(\n \n export const supportsHydration = true;\n \n-// With Resources, some HostComponent types will never be server rendered and need to be\n-// inserted without breaking h... | 2023-06-01T20:34:36 |
nodejs/node | b41ab9d11663b7cb5effd9fbd8647dd95f427904 | 8c0ec0f85f86a949a608c9a1feef282e29a12b60 | test: move `test-http-server-request-timeouts-mixed` to sequential
PR-URL: https://github.com/nodejs/node/pull/45722
Fixes: https://github.com/nodejs/node/issues/43465
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com> | [
{
"path": "test/parallel/parallel.status",
"patch": "@@ -40,8 +40,6 @@ test-runner-watch-mode: PASS,FLAKY\n # https://github.com/nodejs/node/issues/42741\n test-http-server-headers-timeout-keepalive: PASS,FLAKY\n test-http-server-request-timeout-keepalive: PASS,FLAKY\n-# https://github.com/nodejs/node/issue... | 2024-05-11T18:07:28 |
electron/electron | ce138fe96954b23c76583b5c1af3abbff0b2f661 | 79454dc50dfaff7ea2872f3f0724251f4b4bc901 | fix: Windows 7 frame showing for frameless non-resizable windows (#35365) | [
{
"path": "patches/chromium/.patches",
"patch": "@@ -115,11 +115,11 @@ chore_allow_chromium_to_handle_synthetic_mouse_events_for_touch.patch\n add_maximized_parameter_to_linuxui_getwindowframeprovider.patch\n revert_spellcheck_fully_launch_spell_check_delayed_initialization.patch\n add_electron_deps_to_lice... | 2022-10-13T15:39:40 |
vercel/next.js | aa4d90c754ece54f831a7402590819f6e779c1fe | 70cbcf1aa0866b284a14ebf6e48e23483dc60ae9 | Revert "[test] fix flaky test of basepath navigation" (#80259) | [
{
"path": "test/e2e/app-dir/app-basepath/index.test.ts",
"patch": "@@ -12,12 +12,7 @@ describe('app dir - basepath', () => {\n \n it('should successfully hard navigate from pages -> app', async () => {\n const browser = await next.browser('/base/pages-path')\n- await browser.waitForElementByCss('#t... | 2025-06-07T06:49:23 |
facebook/react | 811022232efed62a3c943701bc99d18655bc78b3 | 018c58c9c65452cff25aaf1f38f78a9b90d8e5c1 | Always trigger componentWillUnmount in StrictMode (#26842)
<!--
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 requ... | [
{
"path": "packages/react-reconciler/src/ReactFiberClassComponent.js",
"patch": "@@ -10,7 +10,6 @@\n import type {Fiber} from './ReactInternalTypes';\n import type {Lanes} from './ReactFiberLane';\n import type {UpdateQueue} from './ReactFiberClassUpdateQueue';\n-import type {Flags} from './ReactFiberFlags'... | 2023-06-01T17:34:31 |
nodejs/node | 8c0ec0f85f86a949a608c9a1feef282e29a12b60 | ff7910b6936aa4feff03d91b265f3737bf5b18d8 | test: fix DNS cancel tests
PR-URL: https://github.com/nodejs/node/pull/44432
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "test/parallel/test-dns-channel-cancel-promise.js",
"patch": "@@ -7,23 +7,15 @@ const dgram = require('dgram');\n const server = dgram.createSocket('udp4');\n const resolver = new dnsPromises.Resolver();\n \n-const addMessageListener = () => {\n- server.removeAllListeners('message');\n-\n- serve... | 2024-05-11T18:05:59 |
rust-lang/rust | acb5ee2f843789c4e8d903a894edcf01dbfd0c23 | 7d8ebe3128fc87f3da1ad64240e63ccf07b8f0bd | Disable append-elements.rs test with debug assertions
The IR is a bit different (in particular wrt naming) if
debug-assertions-std is enabled. Peculiarly, the issue goes away
if overflow-check-std is also enabled, which is why CI did not
catch this. | [
{
"path": "tests/codegen-llvm/lib-optimizations/append-elements.rs",
"patch": "@@ -1,6 +1,7 @@\n //@ compile-flags: -O -Zmerge-functions=disabled\n //@ needs-deterministic-layouts\n //@ min-llvm-version: 21\n+//@ ignore-std-debug-assertions (causes different value naming)\n #![crate_type = \"lib\"]\n \n //!... | 2026-01-30T12:01:22 |
electron/electron | 8a926ffde4ce4af49ce833b97c884636074b0a1f | 7ce94eb0b4cfa31c4a14a14c538fe59884dbf166 | refactor: use views NonClientHitTest for draggable regions on mac (#35603)
* refactor: use views NonClientHitTest for draggable regions on mac
* iwyu
* add backport of 9bb5f0316
* chore: update patches
* remove some unneeded functions
* remove test for triggering when BW is focused
* chore: update pa... | [
{
"path": "filenames.gni",
"patch": "@@ -124,7 +124,6 @@ filenames = {\n \"shell/app/electron_main_delegate_mac.h\",\n \"shell/app/electron_main_delegate_mac.mm\",\n \"shell/browser/api/electron_api_app_mac.mm\",\n- \"shell/browser/api/electron_api_browser_window_mac.mm\",\n \"shell/brows... | 2022-10-12T16:05:45 |
facebook/react | 2c8f6888e68b0f8d0d83c6563efbdd3dd25c8feb | 91f41f5ee321fe4cebb5f33bf524bbe52fe9b24b | [hir] Failing test for adding ref as dep incorrectly | [
{
"path": "compiler/forget/src/__tests__/fixtures/compiler/_bug.use-ref-added-to-dep-without-type-info.expect.md",
"patch": "@@ -0,0 +1,61 @@\n+\n+## Input\n+\n+```javascript\n+function Foo({ a }) {\n+ const ref = useRef();\n+ // type information is lost here as we don't track types of fields\n+ const va... | 2023-05-31T12:55:00 |
vercel/next.js | b8b85c6739848284ea6d7472b58fd6f1685d4d3f | 85c718fd65ef6f3947257e3095f4fb0fbe4ed1a0 | [turbopack] Replace uses of `Value<ContentSourceData>` with just `ContentSourceData` (#80140)
Remove Value<ContentSourceData> instead just use ContentSourceData
### Why?
The Value<> type is confusing and error prone, lets destroy it!
As discussed over slack, turbo_tasks::Value type always implements is_resolved as t... | [
{
"path": "turbopack/crates/turbo-tasks/src/task/task_input.rs",
"patch": "@@ -1,4 +1,7 @@\n-use std::{any::Any, fmt::Debug, future::Future, hash::Hash, sync::Arc, time::Duration};\n+use std::{\n+ any::Any, collections::BTreeMap, fmt::Debug, future::Future, hash::Hash, sync::Arc,\n+ time::Duration,\n+... | 2025-06-06T22:20:53 |
nodejs/node | ff7910b6936aa4feff03d91b265f3737bf5b18d8 | b1515c7a6a1212c72e386c8a3db20756ba55046a | fs: keep fs.promises.readFile read until EOF is reached
PR-URL: https://github.com/nodejs/node/pull/52178
Fixes: https://github.com/nodejs/node/issues/52155
Reviewed-By: Chengzhong Wu <legendecas@gmail.com> | [
{
"path": "lib/internal/fs/promises.js",
"patch": "@@ -539,6 +539,7 @@ async function readFileHandle(filehandle, options) {\n throw new ERR_FS_FILE_TOO_LARGE(size);\n \n let totalRead = 0;\n+ const noSize = size === 0;\n let buffer = Buffer.allocUnsafeSlow(length);\n let result = '';\n let offs... | 2024-05-11T15:39:21 |
electron/electron | 7ce94eb0b4cfa31c4a14a14c538fe59884dbf166 | 1328d8d6708cce054bf0d81044fa3f8032d3885f | fix: disable `nodeIntegrationInWorker` for certain Worker types (#35919)
fix: disable nodeIntegrationInWorker for certain Worker types | [
{
"path": "docs/tutorial/multithreading.md",
"patch": "@@ -20,6 +20,8 @@ const win = new BrowserWindow({\n The `nodeIntegrationInWorker` can be used independent of `nodeIntegration`, but\n `sandbox` must not be set to `true`.\n \n+**Note:** This option is not available in [`SharedWorker`s](https://developer... | 2022-10-12T14:36:24 |
facebook/react | fc13557d30c50517f5f1d369ce2ee02f506bb904 | 71c9743e388999a5ffe5997fe259a2af3283dad3 | [tests] remove jest fixture tests
---
Remove jest fixture tests in favor of snap runner. Main reasons:
- maintaining feature flags and compatible behavior required syncing all changes
to 3 files (`generateTestsFromFixtures`, `compiler-test`, and `compiler-worker`)
- jest snapshot test file causes rebase confli... | [
{
"path": "compiler/forget/src/__tests__/compiler-test.ts",
"patch": "@@ -1,138 +0,0 @@\n-/**\n- * Copyright (c) Meta Platforms, Inc. and affiliates.\n- *\n- * This source code is licensed under the MIT license found in the\n- * LICENSE file in the root directory of this source tree.\n- */\n-\n-\"use strict... | 2023-05-26T17:18:38 |
vercel/next.js | 9155c8ac3cf6160e6140033d0cefa07fbc23abdc | 660df3c9256bae23653963b6b69afc6621720277 | fix: invalid middleware configs should fail the build (#80221)
In #68638 we intended to fail the build if an invalid matcher
configuration was provided by importing a shared constant from the
static page analysis fn. This worked fine for segment validations for
pages/route handlers. However, the build would incorrectl... | [
{
"path": "packages/next/src/build/analysis/get-page-static-info.ts",
"patch": "@@ -79,6 +79,7 @@ export interface AppPageStaticInfo {\n runtime: AppSegmentConfig['runtime'] | undefined\n preferredRegion: AppSegmentConfig['preferredRegion'] | undefined\n maxDuration: number | undefined\n+ hadUnsuppor... | 2025-06-06T19:08:07 |
rust-lang/rust | 9e5820379d60942604547640a83480fc57466915 | 370143facfb348ad3b29749c0393402d76b280c3 | Fix flakyness issue with `tests/rustdoc-gui/globals.goml` test | [
{
"path": "tests/rustdoc-gui/globals.goml",
"patch": "@@ -4,14 +4,14 @@\n include: \"utils.goml\"\n \n // URL query\n-go-to: \"file://\" + |DOC_PATH| + \"/test_docs/index.html?search=sa'%3Bda'%3Bds\"\n+go-to: \"file://\" + |DOC_PATH| + \"/test_docs/index.html?search=sa\"\n wait-for: \"#search-tabs\"\n asser... | 2026-01-29T16:56:04 |
golang/go | af00524a6c1660e6a66fd975921df40ac1c3a415 | 3b25b3c195fd2aeb01ab23ba6e15a48199a218fb | debug/buildinfo: base64-encode test binaries
Overzealous security scanners don't like the Go 1.17 binary because they
think it has every 1.17 security vulnerability. base64-encode the binary
to hide from them.
I've also extended the instructions to make the binary easier to
reproduce.
Since we do the Go binary, we m... | [
{
"path": "src/debug/buildinfo/buildinfo_test.go",
"patch": "@@ -11,6 +11,7 @@ import (\n \t\"encoding/binary\"\n \t\"flag\"\n \t\"fmt\"\n+\t\"internal/obscuretestdata\"\n \t\"internal/testenv\"\n \t\"os\"\n \t\"os/exec\"\n@@ -275,24 +276,16 @@ func TestReadFile(t *testing.T) {\n \n // Test117 verifies that... | 2025-02-20T19:42:19 |
nodejs/node | c4d022948652cfa1825859a44186a0f528c000fb | 05a941f3f2facf503a212fe3340dfb2ad1287701 | doc: update `fs.realpath` documentation
PR-URL: https://github.com/nodejs/node/pull/48170
Fixes: https://github.com/nodejs/node/issues/45067
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "doc/api/fs.md",
"patch": "@@ -4115,6 +4115,9 @@ the path returned will be passed as a {Buffer} object.\n If `path` resolves to a socket or a pipe, the function will return a system\n dependent name for that object.\n \n+A path that does not exist results in an ENOENT error.\n+`error.path` is the ... | 2024-05-11T14:03:51 |
facebook/react | 71c9743e388999a5ffe5997fe259a2af3283dad3 | 99257aa4303c09186ca9a99fe0cf4a5995d4bd96 | [snap] Fix vscode debugger attaching to forked proc
Turns out I just forgot to forward `process.env` when forking 😅
`debugger` statements and breakpoints should work with both `--sync` and
`--no-sync` (default) modes | [
{
"path": "compiler/forget/packages/snap/src/main.ts",
"patch": "@@ -34,7 +34,9 @@ const childProc = fork(require.resolve(\"./runner.js\"), hideBin(process.argv), {\n // when we `inherit` stdin.\n // pipe stdout and stderr so we can silence child process after parent exits\n stdio: [\"pipe\", \"pipe\"... | 2023-05-26T17:18:37 |
electron/electron | eb97ce19316a755dc7d6dcfa06e02f8d942b02b6 | b6eadf2414ec1f71bef6dc35b0de2ff92219e3ae | build: fix building with enable_ppapi = false (#35988) | [
{
"path": "BUILD.gn",
"patch": "@@ -404,9 +404,6 @@ source_set(\"electron_lib\") {\n \"//media/mojo/mojom\",\n \"//net:extras\",\n \"//net:net_resources\",\n- \"//ppapi/host\",\n- \"//ppapi/proxy\",\n- \"//ppapi/shared_impl\",\n \"//printing/buildflags\",\n \"//services/device/p... | 2022-10-12T14:04:30 |
vercel/next.js | 660df3c9256bae23653963b6b69afc6621720277 | bdd2afe733cd8140765cf250002c29aa1eb3e358 | [turbopack] Replace uses of `Value<ExecutionEnvironment>` with just `ExecutionEnvironment` (#80135)
Remove Value<ExecutionEnvironment> instead just use ExecutionEnvironment
Why?
The Value<> type is confusing and error prone, lets destroy it!
As discussed over slack, turbo_tasks::Value type always implements is_resol... | [
{
"path": "crates/next-core/src/next_client/context.rs",
"patch": "@@ -2,7 +2,7 @@ use std::iter::once;\n \n use anyhow::Result;\n use turbo_rcstr::{RcStr, rcstr};\n-use turbo_tasks::{FxIndexMap, OptionVcExt, ResolvedVc, TaskInput, Value, Vc};\n+use turbo_tasks::{FxIndexMap, OptionVcExt, ResolvedVc, TaskInp... | 2025-06-06T16:07:35 |
golang/go | 3b25b3c195fd2aeb01ab23ba6e15a48199a218fb | 266b0cff187f7deac294e5731143f0d0ffe04948 | cmd/compile: remove residual register GC map code
We used to generate register GC maps as an experimental approach
for asynchronous preemption, which later we chose not to take.
Most of the register GC map code are already removed. One
exception is that the ssa.Register type still contains a field
for the register map... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/main.go",
"patch": "@@ -426,7 +426,6 @@ func genOp() {\n \t\t\tcontinue\n \t\t}\n \t\tfmt.Fprintf(w, \"var registers%s = [...]Register {\\n\", a.name)\n-\t\tvar gcRegN int\n \t\tnum := map[string]int8{}\n \t\tfor i, r := range a.regnames {\n \t\t\tnum[r] = int8(i... | 2025-02-16T21:31:22 |
nodejs/node | 05a941f3f2facf503a212fe3340dfb2ad1287701 | 04fbd0d73f688803228db4d701601464579470dd | buffer: use size_t instead of uint32_t to avoid segmentation fault
Fixes: https://github.com/nodejs/node/issues/46836
PR-URL: https://github.com/nodejs/node/pull/48033
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Revi... | [
{
"path": "src/string_bytes.cc",
"patch": "@@ -627,11 +627,11 @@ size_t StringBytes::hex_encode(\n char* dst,\n size_t dlen) {\n // We know how much we'll write, just make sure that there's space.\n- CHECK(dlen >= slen * 2 &&\n- \"not enough space provided for hex encode\");\n+ CHECK(dlen >... | 2024-05-11T13:27:03 |
facebook/react | 4daccade04ae54339463546e06f07db56a646bd4 | 18dedde6a7d63ffafd2f7e135f9edf424eee0bcd | Remove temporary CircleCI workaround (#26855)
There was a CircleCI bug that prevented the sizebot job from accessing
the artifacts API. I had added a temporary workaround to pull from a
mirror instead. This seems to have been fixed, so I can remove the
workaround. | [
{
"path": ".circleci/config.yml",
"patch": "@@ -151,32 +151,11 @@ jobs:\n - setup_node_modules\n - run:\n name: Download artifacts for base revision\n- # TODO: The download-experimental-build.js script works by fetching\n- # artifacts from CI. CircleCI recently update... | 2023-05-25T17:38:39 |
electron/electron | ee7cf5a6d40096a887166cfe714cd6de79052b64 | 0759f3320e905dd7e19c05b038204211dee26e39 | fix: `webContents.printToPDF` option plumbing (#35975)
fix: contents.printToPDF option plumbing | [
{
"path": "lib/browser/api/web-contents.ts",
"patch": "@@ -174,13 +174,13 @@ WebContents.prototype.printToPDF = async function (options) {\n headerTemplate: '',\n footerTemplate: '',\n printBackground: false,\n- scale: 1,\n+ scale: 1.0,\n paperWidth: 8.5,\n- paperHeight: 11,\n- m... | 2022-10-11T23:06:34 |
vercel/next.js | 352b80d70225180229a19037910714718e544d5b | 6794df96dfcec256748d9a477dfb751d0aba1f5d | [turbopack] Replace uses of `Value<Pattern>` with just `Pattern`
(#80134)
Replace uses of `Value<Pattern>` in the resolve crate with `Pattern`
This required a manual implementation of `TaskInput` which ended up being trivial since there are no captured `Vcs`. However, the `derive` macro failed because it is a recurs... | [
{
"path": "crates/next-api/src/app.rs",
"patch": "@@ -39,7 +39,7 @@ use serde::{Deserialize, Serialize};\n use tracing::Instrument;\n use turbo_rcstr::{RcStr, rcstr};\n use turbo_tasks::{\n- Completion, FxIndexSet, NonLocalValue, ResolvedVc, TryJoinIterExt, Value, ValueToString, Vc,\n+ Completion, FxI... | 2025-06-06T14:04:11 |
golang/go | 00635de759b38610dd86f60074856367d6a1ceaa | 0de8fc852704d672e3379b05d617ce75dc0b2613 | cmd/compile: don't report newLimit discovered when unsat happens multiple times
Fixes #71852
Change-Id: I696fcb8fc8c0c2e5e5ae6ab50596f6bdb9b7d498
Reviewed-on: https://go-review.googlesource.com/c/go/+/650975
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith R... | [
{
"path": "src/cmd/compile/internal/ssa/prove.go",
"patch": "@@ -552,8 +552,9 @@ func (ft *factsTable) newLimit(v *Value, newLim limit) bool {\n \t}\n \n \tif lim.unsat() {\n+\t\tr := !ft.unsat\n \t\tft.unsat = true\n-\t\treturn true\n+\t\treturn r\n \t}\n \n \t// Check for recursion. This normally happens ... | 2025-02-20T10:50:53 |
facebook/react | 9a72e622716f6dab714ebe8b957ee9970154664b | ee4233bdbc71a7e09395a613c7dde01194d2a830 | run SchedulerFeatureFlags with variant flags again (#26851)
With df12d7eac40c87bd5fdde0aa5a739bce9e7dce27 I accidentally made it so
that tests aren't run with the 2 variant modes for most
SchedulerFeatureFlags anymore. This fixes it with the same approach as
ee4233bdbc71a7e09395a613c7dde01194d2a830.
Test Plan:
... | [
{
"path": "scripts/jest/setupTests.www.js",
"patch": "@@ -24,9 +24,18 @@ jest.mock('scheduler/src/SchedulerFeatureFlags', () => {\n ),\n {virtual: true}\n );\n- return jest.requireActual(\n+ const actual = jest.requireActual(\n schedulerSrcPath + '/src/forks/SchedulerFeatureFlags.www'\n ... | 2023-05-25T14:38:33 |
nodejs/node | 04fbd0d73f688803228db4d701601464579470dd | 491855c82b01359df0006d1936e8eb71cafd19c9 | src: fix typo Unabled -> Unable
PR-URL: https://github.com/nodejs/node/pull/52820
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Harshitha K P <harshitha014@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@t... | [
{
"path": "src/node_blob.cc",
"patch": "@@ -100,7 +100,7 @@ void BlobFromFilePath(const FunctionCallbackInfo<Value>& args) {\n env, permission::PermissionScope::kFileSystemRead, path.ToStringView());\n auto entry = DataQueue::CreateFdEntry(env, args[0]);\n if (entry == nullptr) {\n- return THRO... | 2024-05-11T09:31:06 |
electron/electron | c2cb97ea298412143e34027fac2c28fd031e169a | e8ae0571b88079b030228f8c8b67aabaa36af50a | fix: on-screen-keyboard hides on input blurred in webview (#35921)
Co-authored-by: Kyrylo Hrechykhin <khrechykhin@microsoft.com> | [
{
"path": "patches/chromium/.patches",
"patch": "@@ -122,3 +122,4 @@ fix_return_v8_value_from_localframe_requestexecutescript.patch\n create_browser_v8_snapshot_file_name_fuse.patch\n feat_ensure_mas_builds_of_the_same_application_can_use_safestorage.patch\n cherry-pick-c83640db21b5.patch\n+fix_on-screen-ke... | 2022-10-11T17:21:41 |
facebook/react | 6fc3333b685657c8e6425df9fcb4fe1ce7374d40 | 535c038d15d21f33e678187410d658456cc0ce39 | Add $FlowFixMe to fix React Native DiffTrain (#26841) | [
{
"path": "scripts/rollup/shims/react-native/ReactNativeViewConfigRegistry.js",
"patch": "@@ -106,6 +106,7 @@ exports.get = function (name: string): ViewConfig {\n 'View config getter callback for component `%s` must be a function (received `%s`).%s',\n name,\n callback === null ? 'n... | 2023-05-24T16:42:16 |
vercel/next.js | b89463ac2ff9738515bda8e66a441f35eb095d5a | c2621a14eff1044f3840409dfdef39cf58dea79e | Prerender with streaming metadata during revalidation (#80245)
During the export phase of `next build` we're hard-coding
`serveStreamingMetadata` to `true`, so we need to do the same during
revalidation.
Otherwise we're checking the user agent to decide if we should serve
streaming metadata.
This fixes a hydration e... | [
{
"path": "packages/next/src/build/templates/app-page.ts",
"patch": "@@ -233,16 +233,6 @@ export async function handler(\n const botType = getBotType(userAgent)\n const isHtmlBot = isHtmlBotRequest(req)\n const shouldWaitOnAllReady = isHtmlBot && isRoutePPREnabled\n- let serveStreamingMetadata = shou... | 2025-06-06T13:30:52 |
nodejs/node | 761d2ce43cc5c996f4bdc5b873384eb4f2346488 | 001da4d0886c50de53c1f0597c2635b38155210c | doc: watermark string behavior
Documents that we calculate the highWaterMark value
of streams operating on strings using the number of
UTF-16 code units.
Fixes: https://github.com/nodejs/node/issues/52818
PR-URL: https://github.com/nodejs/node/pull/52842
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ro... | [
{
"path": "doc/api/stream.md",
"patch": "@@ -317,7 +317,9 @@ buffer.\n The amount of data potentially buffered depends on the `highWaterMark` option\n passed into the stream's constructor. For normal streams, the `highWaterMark`\n option specifies a [total number of bytes][hwm-gotcha]. For streams operating... | 2024-05-10T17:58:40 |
electron/electron | b3fd5eb2585aabb9182d6941c6da3f688fa3f5bb | 9006f0e0c5a8cd529dabc0de822e9098e574c799 | fix: drag and drop should copy on macOS (#35963) | [
{
"path": "shell/browser/ui/drag_util_mac.mm",
"patch": "@@ -20,7 +20,8 @@ @implementation DragDownloadItemSource\n \n - (NSDragOperation)draggingSession:(NSDraggingSession*)session\n sourceOperationMaskForDraggingContext:(NSDraggingContext)context {\n- return NSDragOperationEvery;\n+ return context =... | 2022-10-11T16:19:59 |
facebook/react | 8be5423e3bf61f88545cf90ce170aed5647b2c3c | 75a19725843486f504bcaf7617d22668a22cbf72 | Type Array.prototype.map/filter
We can now type `Array.prototype.{map,filter}`:
* The callee is ConditionallyMutable because, although the array itself is not
modified, its items flow into the lambda and may be modified there.
* The argument is ConditionallyMutable because it accepts both mutable and
immutable ... | [
{
"path": "compiler/forget/src/HIR/ObjectShape.ts",
"patch": "@@ -204,6 +204,32 @@ addObject(BUILTIN_SHAPES, BuiltInArrayId, [\n returnValueKind: ValueKind.Immutable,\n }),\n ],\n+ [\n+ \"map\",\n+ addFunction(BUILTIN_SHAPES, [], {\n+ positionalParams: [],\n+ restParam: Effect.C... | 2023-05-25T21:50:14 |
vercel/next.js | 4272eb0aedc9ce2e6b744bf3e682332ca3824a26 | ae96d7bee6811a0bc1aa074f278a506fa6b1a4fd | Turbopack: fix export collection (#80203)
This was slightly broken, as I noticed while debugging scope hoisting | [
{
"path": "turbopack/crates/turbopack-ecmascript/src/analyzer/imports.rs",
"patch": "@@ -3,7 +3,7 @@ use std::{collections::BTreeMap, fmt::Display};\n use once_cell::sync::Lazy;\n use rustc_hash::{FxHashMap, FxHashSet};\n use swc_core::{\n- common::{BytePos, Span, Spanned, comments::Comments, source_map:... | 2025-06-06T07:53:25 |
nodejs/node | 001da4d0886c50de53c1f0597c2635b38155210c | fd1e66f6cb9e15548f147f58a5f9a6ed7d4ba8a9 | test: reduce memory usage of test-worker-stdio
On systems with limited memory and that are compiled with debugging
information, this particular test is causing OOM condition
especially as it is run in parallel. Even when run with a stripped
binary as an input, the test consumes upward of 250M RSS. By
limiting the inpu... | [
{
"path": "test/parallel/test-worker-stdio.js",
"patch": "@@ -27,7 +27,7 @@ if (isMainThread) {\n const passed = new BufferingWritable();\n \n const w = new Worker(__filename, { stdin: true, stdout: true });\n- const source = fs.createReadStream(process.execPath);\n+ const source = fs.createReadStream... | 2024-05-10T17:31:20 |
electron/electron | 7493062555b9eb4e6cc47d628a4831c121192f1f | e02de74ff26465104d899761ad4bc869c8341186 | test: add tests for valid electron module names (#35931)
* test: add tests for valid electron module names
https://github.com/electron/electron/pull/35915 landed without any
tests, so this change adds some. This also documents why these
variations exist.
Signed-off-by: Darshan Sen <raisinten@gmail.com>
* fi... | [
{
"path": "lib/common/reset-search-paths.ts",
"patch": "@@ -52,6 +52,13 @@ if (process.type === 'renderer') {\n }\n \n const originalResolveFilename = Module._resolveFilename;\n+\n+// 'electron/main', 'electron/renderer' and 'electron/common' are module aliases\n+// of the 'electron' module for TypeScript p... | 2022-10-11T06:59:23 |
facebook/react | ecc730c58713695143f825b3d2c4ec2ea93fc435 | 08a88912458d66a47e82d0e67fc739adbd837ac3 | [FeatureFlag] Toggle enableTreatHooksAsFunctions default to true
---
Toggle default to true, since this should be a no-op refactor.
Tests:
- test fixtures
- ran on Store + - and saw no difference in compiled output
- [diff](P744101621) with
`enableTreatHooksAsFunctions=false`
- [diff](P744105565) with
`... | [
{
"path": "compiler/forget/packages/snap/src/compiler-worker.ts",
"patch": "@@ -94,7 +94,7 @@ export async function compile(\n let panicOnBailout = true;\n let memoizeJsxElements = true;\n let enableAssumeHooksFollowRulesOfReact = false;\n- let enableTreatHooksAsFunctions = false;\n+ let e... | 2023-05-23T20:11:38 |
golang/go | 0de8fc852704d672e3379b05d617ce75dc0b2613 | 458ac1b01590506891b2ad2b300ead76aaa4e119 | syscall: don't send child signal when testing pidfd
Avoid a spurious SIGCHLD the first time we start a process.
Fixes #71828
Change-Id: I744100d21bf6aaaaafc99bc5eec9f9f807a50682
Reviewed-on: https://go-review.googlesource.com/c/go/+/650835
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Michael Knyszek ... | [
{
"path": "src/os/exec/exec_posix_test.go",
"patch": "@@ -11,19 +11,23 @@ import (\n \t\"internal/testenv\"\n \t\"io\"\n \t\"os\"\n+\t\"os/exec\"\n+\t\"os/signal\"\n \t\"os/user\"\n \t\"path/filepath\"\n \t\"runtime\"\n \t\"slices\"\n \t\"strconv\"\n \t\"strings\"\n+\t\"sync\"\n \t\"syscall\"\n \t\"testing\... | 2025-02-20T01:37:49 |
vercel/next.js | ae96d7bee6811a0bc1aa074f278a506fa6b1a4fd | f75598fe43e20c4778aff3ee264fc22d133d59c5 | [turbopack] Remove Value::new wrapper for ServerContextType parameters (#80133)
Remove Value::new wrapper for ServerContextType parameters
### Why?
The Value<> type is confusing and error prone, lets destroy it!
As discussed over slack, turbo_tasks::Value type always implements is_resolved as true and is_transient a... | [
{
"path": "crates/next-api/src/app.rs",
"patch": "@@ -237,7 +237,7 @@ impl AppProject {\n Ok(get_server_module_options_context(\n self.project().project_path(),\n self.project().execution_context(),\n- Value::new(self.rsc_ty().owned().await?),\n+ self.rs... | 2025-06-06T00:44:15 |
nodejs/node | 8e6a45b3e5763bb065e4aa6f31f20e5b7cb58760 | 77fabfb2ab5b5806b68f06d68b2bbe4981295747 | tools: fix doc update action
PR-URL: https://github.com/nodejs/node/pull/52890
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com> | [
{
"path": ".github/workflows/tools.yml",
"patch": "@@ -118,7 +118,7 @@ jobs:\n npm ci\n NEW_VERSION=$(npm outdated --parseable | cut -d: -f4 | xargs)\n if [ \"$NEW_VERSION\" != \"\" ]; then\n- echo \"NEW_VERSION=$NEW_VERSION\" >> $GITHUB_ENV\n+ ... | 2024-05-10T10:42:09 |
electron/electron | ebb866e63d90fc44168f2b9c97ea2378d4c17831 | ef00a2a1dade1e76be39d77e236d2926ddcc9a80 | fix: override `content::ContentMainDelegate::CreateContentClient()` (#35932) | [
{
"path": "shell/app/electron_main_delegate.cc",
"patch": "@@ -317,9 +317,6 @@ absl::optional<int> ElectronMainDelegate::BasicStartupComplete() {\n ::switches::kDisableGpuMemoryBufferCompositorResources);\n #endif\n \n- content_client_ = std::make_unique<ElectronContentClient>();\n- SetContentClient... | 2022-10-10T14:48:44 |
facebook/react | 4b877b6c661417e932056e12732e3d2697562dc8 | 7bd330e0b0d740e4ffda25a179a4d06081f1b8e7 | Updated copyright text to Copyright (c) Meta Platforms, Inc. and its … (#26830)
…affiliates.
## Summary
There were 8 different places where the copyright comment was wrong.
Rewrote from "Copyright (c) Facebook, Inc. and its affiliates." to
"Copyright (c) Meta Platforms, Inc. and its affiliates."
## How did ... | [
{
"path": "packages/react-devtools-core/src/cachedSettings.js",
"patch": "@@ -1,5 +1,5 @@\n /**\n- * Copyright (c) Facebook, Inc. and its affiliates.\n+ * Copyright (c) Meta Platforms, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the... | 2023-05-20T00:52:17 |
golang/go | b9630c56db42dd58fd7ce21ea854815d0ab31878 | ad39fd94860661d022c633cd2856a76221adedc8 | cmd/internal/obj/loong64: optimize immediate loading
| old | new |
| sec/op | sec/op vs base |
BinaryTree17 11.08 ± 2% 11.16 ± 1% ~ (p=0.529 n=10)
Fannkuch11 ... | [
{
"path": "src/cmd/asm/internal/asm/endtoend_test.go",
"patch": "@@ -465,6 +465,8 @@ func TestLOONG64Encoder(t *testing.T) {\n \ttestEndToEnd(t, \"loong64\", \"loong64enc1\")\n \ttestEndToEnd(t, \"loong64\", \"loong64enc2\")\n \ttestEndToEnd(t, \"loong64\", \"loong64enc3\")\n+\ttestEndToEnd(t, \"loong64\", ... | 2024-07-11T13:03:45 |
nodejs/node | 77fabfb2ab5b5806b68f06d68b2bbe4981295747 | a1770d4a410faedd4de353ee692ee932b89fdaee | cli: allow running wasm in limited vmem with --disable-wasm-trap-handler
By default, Node.js enables trap-handler-based WebAssembly bound
checks. As a result, V8 does not need to insert inline bound checks
int the code compiled from WebAssembly which may speedup WebAssembly
execution significantly, but this optimizati... | [
{
"path": "doc/api/cli.md",
"patch": "@@ -565,6 +565,45 @@ const vm = require('node:vm');\n vm.measureMemory();\n ```\n \n+### `--disable-wasm-trap-handler`\n+\n+<!-- YAML\n+added: REPLACEME\n+-->\n+\n+By default, Node.js enables trap-handler-based WebAssembly bound\n+checks. As a result, V8 does not need t... | 2024-04-19T19:35:20 |
electron/electron | 1fe21ff712a336ead8564b0d2f6a2b91238d7e7c | a072f06168711bd0abc289ca3df0bd139c4f7fed | fix: expose the built-in electron module via the ESM loader (#35930) | [
{
"path": "patches/node/.patches",
"patch": "@@ -51,3 +51,4 @@ fixup_for_error_declaration_shadows_a_local_variable.patch\n fixup_for_wc_98-compat-extra-semi.patch\n drop_deserializerequest_move_constructor_for_c_20_compat.patch\n fix_parallel_test-v8-stats.patch\n+fix_expose_the_built-in_electron_module_vi... | 2022-10-10T10:02:30 |
facebook/react | 46417a4ed77513d8e385ccd32e2103d5504bce4e | a933d5e307d82635d2b171e23da9bcb926b909b0 | Fix bug with partially memoized destructuring | [
{
"path": "compiler/forget/src/CompilerPipeline.ts",
"patch": "@@ -32,6 +32,7 @@ import {\n buildReactiveBlocks,\n buildReactiveFunction,\n codegenReactiveFunction,\n+ extractScopeDeclarationsFromDestructuring,\n flattenReactiveLoops,\n flattenScopesWithHooks,\n inferReactiveScopeVariables,\n@@... | 2023-05-18T16:25:28 |
golang/go | 9b842e2e63b660dd5e9ac39bac58a578d7b69824 | 3013231f46908bf5908624385cc9717354c0deba | crypto/tls: improve ech parsing errors
Make the errors we return when parsing an ECHConfig slightly more
verbose.
Fixes #71706
Change-Id: Id138fd9defec71ce492a490a71af4981cb9ede51
Reviewed-on: https://go-review.googlesource.com/c/go/+/650720
Auto-Submit: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: Go LU... | [
{
"path": "src/crypto/tls/ech.go",
"patch": "@@ -53,67 +53,78 @@ type echConfig struct {\n \tExtensions []echExtension\n }\n \n-var errMalformedECHConfig = errors.New(\"tls: malformed ECHConfigList\")\n+var errMalformedECHConfigList = errors.New(\"tls: malformed ECHConfigList\")\n+\n+type echConfigErr st... | 2025-02-19T22:27:33 |
rust-lang/rust | d2aa64fa2d9c23f43253946a17086fd8cfdff539 | d940e56841ddcc05671ead99290e35ff2e98369f | Fix performance issue in liveness checking | [
{
"path": "compiler/rustc_mir_transform/src/liveness.rs",
"patch": "@@ -1086,11 +1086,6 @@ impl<'a, 'tcx> AssignmentResult<'a, 'tcx> {\n \n let Some((name, decl_span)) = self.checked_places.names[index] else { continue };\n \n- // By convention, underscore-prefixed bindings are explic... | 2026-01-19T17:07:54 |
nodejs/node | a1770d4a410faedd4de353ee692ee932b89fdaee | 4da1d1aaf3cf164a25728d61100711d2a29efb5a | tools: fix get_asan_state() in tools/test.py
The output of `node -p process.config.variables.asan` includes
a newline character so it's never exactly "1", which means
asan is always "off" for the status files. This fixes the
detection by stripping whitespaces from the output.
PR-URL: https://github.com/nodejs/node/pu... | [
{
"path": "tools/test.py",
"patch": "@@ -1613,7 +1613,7 @@ def get_env_type(vm, options_type, context):\n \n \n def get_asan_state(vm, context):\n- asan = Execute([vm, '-p', 'process.config.variables.asan'], context).stdout\n+ asan = Execute([vm, '-p', 'process.config.variables.asan'], context).stdout.str... | 2024-05-02T16:40:39 |
facebook/react | a933d5e307d82635d2b171e23da9bcb926b909b0 | 3603ee00a65f292d9d08cf36c31a9cf5f8843467 | Repro for bug with partially memoized destructuring | [
{
"path": "compiler/forget/src/ReactiveScopes/CodegenReactiveFunction.ts",
"patch": "@@ -451,7 +451,7 @@ function codegenInstructionNullable(\n instr.value.kind === \"DeclareContext\"\n ) {\n let kind: InstructionKind = instr.value.lvalue.kind;\n- let lvalue;\n+ let lvalue: Place | Pattern;\... | 2023-05-18T16:25:24 |
electron/electron | 8bfbb251cc76a722cd9a1c298ca4e2d15f47cd33 | 3f4c4a4470d7eb089f53f947bd40f3eac4cc6c3f | fix: add missing #include "base/cxx17_backports.h" (#35945) | [
{
"path": "shell/browser/ui/autofill_popup.cc",
"patch": "@@ -6,6 +6,7 @@\n #include <memory>\n #include <vector>\n \n+#include \"base/cxx17_backports.h\"\n #include \"base/feature_list.h\"\n #include \"base/i18n/rtl.h\"\n #include \"components/autofill/core/common/autofill_features.h\"",
"additions": 1... | 2022-10-10T10:00:56 |
golang/go | 3013231f46908bf5908624385cc9717354c0deba | 07a121383c52fc2edb96d4d58d1dd600bc3e7dfd | crypto/tls: fix incorrect EncryptedClientHelloKey comment
Updates #71706
Change-Id: Id689ec476eb3f76500dbf59d716a4376749de700
Reviewed-on: https://go-review.googlesource.com/c/go/+/650719
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Auto-Submit: Roland Shoemaker <roland@golang.org>
Reviewed-by: Michael Kny... | [
{
"path": "src/crypto/tls/common.go",
"patch": "@@ -870,7 +870,7 @@ type EncryptedClientHelloKey struct {\n \t// must match the config provided to clients byte-for-byte. The config\n \t// should only specify the DHKEM(X25519, HKDF-SHA256) KEM ID (0x0020), the\n \t// HKDF-SHA256 KDF ID (0x0001), and a subset... | 2025-02-19T22:14:54 |
nodejs/node | e03529ec27746a418d66598890b920fd0b733619 | a923fed8743cf787add2a22def0fdbb88d736a42 | src: avoid unused variable 'error' warning
The variable is only used in DEBUG mode. Define it only in that case.
PR-URL: https://github.com/nodejs/node/pull/52886
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Benjam... | [
{
"path": "src/debug_utils.cc",
"patch": "@@ -182,10 +182,13 @@ class Win32SymbolDebuggingContext final : public NativeSymbolDebuggingContext {\n return NameAndDisplacement(pSymbol->Name, dwDisplacement);\n } else {\n // SymFromAddr failed\n- const DWORD error = GetLastError(); // \"ea... | 2024-05-10T07:50:20 |
vercel/next.js | cc6163aa266dd1a0bea7f6abc733247144d22fa7 | 222f7f5b1e42e6107c39895e639e04d53d49da8d | [turbopack] Remove Value::new wrapper for Availabilityinfo parameters (#80132)
Remove Value::new wrapper for Availabilityinfo parameters
### Why?
The Value<> type is confusing and error prone, lets destroy it!
As discussed over slack, turbo_tasks::Value type always implements is_resolved as true and is_transient as ... | [
{
"path": "crates/next-api/src/app.rs",
"patch": "@@ -1256,7 +1256,7 @@ impl AppEndpoint {\n *client_references,\n *module_graphs.full,\n *client_chunking_context,\n- Value::new(client_shared_availability_info),\n+ client_shared_availability_info,\n ... | 2025-06-05T22:49:33 |
electron/electron | e31c96a5647a497e966582479167d57fb8a9ea0c | faafcc7f873f535a3637e54635f262f237071059 | fix: only override valid electron module names (#35915)
Fixes #33014 | [
{
"path": "lib/common/reset-search-paths.ts",
"patch": "@@ -52,8 +52,9 @@ if (process.type === 'renderer') {\n }\n \n const originalResolveFilename = Module._resolveFilename;\n+const electronModuleNames = new Set(['electron', 'electron/main', 'electron/renderer', 'electron/common']);\n Module._resolveFilena... | 2022-10-06T10:14:03 |
rust-lang/rust | 1c3d9abbad36117265b8a4c85b6cff0f78fdeed5 | 637e2cb5e1d0eb7ecddd61999d54b7abd68ea1e9 | Reduce generics use in the query system.
`QueryStackFrame<I>` is a generic type, and the `I` parameter leaks out
to many other related types. However, it only has two instantiations in
practice:
- `QueryStackFrame<QueryStackFrameExtra>`
- `QueryStackFrame<QueryStackDeferred<'tcx>>`
And most of the places that current... | [
{
"path": "compiler/rustc_middle/src/query/mod.rs",
"patch": "@@ -88,7 +88,7 @@ use rustc_index::IndexVec;\n use rustc_lint_defs::LintId;\n use rustc_macros::rustc_queries;\n use rustc_query_system::ich::StableHashingContext;\n-use rustc_query_system::query::{QueryMode, QueryStackDeferred, QueryState};\n+us... | 2026-01-15T08:09:07 |
golang/go | 0d8c512ce9186b7e188713ec3a29f9dbb4817668 | 57cd75a351a170e6ec6f3525972d16a3135b9398 | internal/poll: note that copy_file_range bug is fixed
We shouldn't drop the workaround in case we're running on an unpatched
kernel.
For #44272.
Change-Id: I6a6a636cb81c31856ac9b682e7d02fa1d8efa5d9
Reviewed-on: https://go-review.googlesource.com/c/go/+/644878
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryB... | [
{
"path": "src/internal/poll/copy_file_range_linux.go",
"patch": "@@ -67,10 +67,11 @@ func handleCopyFileRangeErr(err error, copied, written int64) (bool, error) {\n \t\treturn false, nil\n \tcase nil:\n \t\tif copied == 0 {\n-\t\t\t// If we did not read any bytes at all,\n-\t\t\t// then this file may be in... | 2025-01-27T21:50:35 |
nodejs/node | 2863c5425734d404101c190d53b66f7c475c42e3 | 7443cbc33b0965ec8f6552fb5b303c9e591380e8 | module: cache synchronous module jobs before linking
So that if there are circular dependencies in the synchronous
module graph, they could be resolved using the cached jobs.
In case linking fails and the error gets caught, reset the
cache right after linking. If it succeeds, the caller will
cache it again. Otherwise ... | [
{
"path": "lib/internal/modules/esm/module_job.js",
"patch": "@@ -295,22 +295,33 @@ class ModuleJobSync extends ModuleJobBase {\n #loader = null;\n constructor(loader, url, importAttributes, moduleWrap, isMain, inspectBrk) {\n super(url, importAttributes, moduleWrap, isMain, inspectBrk, true);\n- ... | 2024-05-07T00:12:16 |
vercel/next.js | 222f7f5b1e42e6107c39895e639e04d53d49da8d | 0d2e80554afca371c5c74c74bac6066c0e108331 | [test] fix flaky test of basepath navigation (#80213) | [
{
"path": "test/e2e/app-dir/app-basepath/index.test.ts",
"patch": "@@ -12,7 +12,12 @@ describe('app dir - basepath', () => {\n \n it('should successfully hard navigate from pages -> app', async () => {\n const browser = await next.browser('/base/pages-path')\n- await browser.elementByCss('#to-anoth... | 2025-06-05T21:02:20 |
electron/electron | a6b6816beca9433a21e76c5dcd877de8bbf02598 | f916ce2c494cfc8ec15b9df4d188611999e662c0 | build: clean up patch linting errors (#35917) | [
{
"path": "script/lint.js",
"patch": "@@ -181,41 +181,56 @@ const LINTERS = [{\n const patchesConfig = path.resolve(patchesDir, 'config.json');\n // If the config does not exist, that's a problem\n if (!fs.existsSync(patchesConfig)) {\n+ console.error(`Patches config file: \"${patchesConfig... | 2022-10-05T17:34:53 |
rust-lang/rust | 31eab45e4a979503a14db53a0a5311dc2cb30e1d | c3e9f0007e08508f0e3778d0ffb873563b5a8bf1 | fix sembr tool corner case | [
{
"path": "src/doc/rustc-dev-guide/ci/sembr/src/main.rs",
"patch": "@@ -83,7 +83,8 @@ fn ignore(line: &str, in_code_block: bool) -> bool {\n || line.contains(\" etc.\")\n || line.contains(\"i.e.\")\n || line.contains(\"et. al\")\n- || line.contains(\"<!-- date-check \")\n+ ... | 2026-01-29T22:58:42 |
golang/go | 6d7cb594b358b9b22709fb7a7940abc4c9778074 | 51f3ca35942c39c8ed2b6c9fb46cc1030e638a92 | weak: accept linker-allocated objects to Make
Currently Make panics when passed a linker-allocated object. This is
inconsistent with both runtime.AddCleanup and runtime.SetFinalizer. Not
panicking in this case is important so that all pointers can be treated
equally by these APIs. Libraries should not have to worry wh... | [
{
"path": "src/runtime/mheap.go",
"patch": "@@ -9,6 +9,7 @@\n package runtime\n \n import (\n+\t\"internal/abi\"\n \t\"internal/cpu\"\n \t\"internal/goarch\"\n \t\"internal/runtime/atomic\"\n@@ -246,6 +247,10 @@ type mheap struct {\n \t// the lock.\n \tcleanupID uint64\n \n+\t_ cpu.CacheLinePad\n+\n+\timmor... | 2025-02-14T18:39:29 |
nodejs/node | 7443cbc33b0965ec8f6552fb5b303c9e591380e8 | 1291d3d5c406ffc3d85820f14cda662d4b495a38 | test: add common.expectRequiredModule()
To minimize changes if/when we change the layout of the
result returned by require(esm).
PR-URL: https://github.com/nodejs/node/pull/52868
Fixes: https://github.com/nodejs/node/issues/52864
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Vinícius Lourenço Claro Cardos... | [
{
"path": "test/common/index.js",
"patch": "@@ -32,6 +32,7 @@ const net = require('net');\n const path = require('path');\n const { inspect } = require('util');\n const { isMainThread } = require('worker_threads');\n+const { isModuleNamespaceObject } = require('util/types');\n \n const tmpdir = require('./t... | 2024-05-07T00:11:54 |
vercel/next.js | 9305b89a89e7f629d2cbc6e1f4c14d329850a7e2 | 6de962e4638be010b0647c0b07c9effec8698999 | fix(turbopack): Next.js package not found panics in Turbopack (#79572)
## Warn when multiple lockfiles are found and use highest level lockfile
### What?
This PR enhances the lockfile detection logic to identify multiple
lockfiles in a project hierarchy and use the highest level one as the
tracing root.
### Why?
Whe... | [
{
"path": "packages/next/src/lib/find-root.ts",
"patch": "@@ -1,5 +1,6 @@\n import { dirname } from 'path'\n import findUp from 'next/dist/compiled/find-up'\n+import * as Log from '../build/output/log'\n \n export function findRootLockFile(cwd: string) {\n return findUp.sync(\n@@ -18,5 +19,29 @@ export fu... | 2025-06-05T15:54:56 |
facebook/react | 329809de818366cfccf0a6a69e00191b2639efeb | 5ee23af1a6d10b79e96c6bf82a28e1bef5b0130a | Dramatically simplify InlineUseMemo
I realized a wayyyy simpler approach to inlining a lambda: wrap it in a labeled
block. The transformation is roughly as follows:
```javascript
// Before
const x = useMemo(() => {
if (a) {
return b;
}
return c;
}, [a, b, c]);
return x;
// After
let x;
label:... | [
{
"path": "compiler/forget/src/Inference/InlineUseMemo.ts",
"patch": "@@ -13,20 +13,19 @@ import {\n Environment,\n FunctionExpression,\n GeneratedSource,\n- GotoTerminal,\n GotoVariant,\n- HIR,\n HIRFunction,\n Identifier,\n IdentifierId,\n InstructionKind,\n+ LabelTerminal,\n Place,\n... | 2023-05-17T22:55:51 |
electron/electron | ff0517be3e00b7a1a80fb56bd97d12c26d620f7f | d8e037e42670e74775d13128c8add3db40d72914 | docs: update bluetooth fiddle example event name to trigger correct event (#35894)
* Fix event type spelling for bluetooth fiddle example
* docs: Fix event type spelling for bluetooth documentation fiddle example | [
{
"path": "docs/fiddles/features/web-bluetooth/preload.js",
"patch": "@@ -2,5 +2,5 @@ const { contextBridge, ipcRenderer } = require('electron')\n \n contextBridge.exposeInMainWorld('electronAPI', {\n bluetoothPairingRequest: (callback) => ipcRenderer.on('bluetooth-pairing-request', callback),\n- bluetoo... | 2022-10-04T19:31:02 |
golang/go | abd023911360006fedee9fccc707c73cdfb20b23 | 3f46587fe05f745a0bf91b74c2834f1317acba24 | go/parser: deprecate parser.ParseDir
Fixes #71122
Change-Id: Icaf27842f4a42e11eea4bd2203eba5d56610c196
Reviewed-on: https://go-review.googlesource.com/c/go/+/649275
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
Commit-Queue: Alan Donovan <adonovan@google.com>
LUCI... | [
{
"path": "api/next/71122.txt",
"patch": "@@ -0,0 +1 @@\n+pkg go/parser, func ParseDir //deprecated #71122",
"additions": 1,
"deletions": 0,
"language": "Plain Text"
},
{
"path": "doc/next/6-stdlib/99-minor/go/parser/71122.md",
"patch": "@@ -0,0 +1 @@\n+The [ParseDir] function is dep... | 2025-02-13T17:07:54 |
nodejs/node | a833c9e0bed85214884d6650fe344d5896c9e67a | fe4e569759bc368ce1e8079b60e44f7344261a7f | console: colorize console error and warn
prints console error in red and warn in yellow
PR-URL: https://github.com/nodejs/node/pull/51629
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Ruy Adorno <ruy@vlt.sh>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "lib/internal/console/constructor.js",
"patch": "@@ -8,6 +8,7 @@ const {\n ArrayIsArray,\n ArrayPrototypeForEach,\n ArrayPrototypePush,\n+ ArrayPrototypeSome,\n ArrayPrototypeUnshift,\n Boolean,\n ErrorCaptureStackTrace,\n@@ -67,6 +68,7 @@ const {\n CHAR_LOWERCASE_N: kTraceInstant,\... | 2024-02-01T08:26:01 |
vercel/next.js | f684e973f1ddbbdc99cdda9a89070d6d228a1dd7 | 07c3320ef9412ad32551f7150862f9526752d524 | Turbopack: ignore module ids config in dev (#80204)
`deterministic` doesn't work with HMR and causes odd errors.
So we'll ignore the `turbopack.moduleIds` config in dev
See https://vercel.slack.com/archives/C03EWR7LGEN/p1748971192561939 as well | [
{
"path": "crates/next-api/src/project.rs",
"patch": "@@ -1726,16 +1726,7 @@ impl Project {\n /// Gets the module id strategy for the project.\n #[turbo_tasks::function]\n pub async fn module_ids(self: Vc<Self>) -> Result<Vc<Box<dyn ModuleIdStrategy>>> {\n- let module_id_strategy =\n- ... | 2025-06-05T14:41:37 |
facebook/react | 84a356274a86fec51dd4c46441605b2723e66c16 | f070cab87017b58f07a1b75953c7585a1bd0d5b6 | Stop shrinking HIR to preserve fallthrough nodes
This is part of a stack to fix some edge cases in inlining of useMemo closures.
In this first step, I'm disabling `shrink()` in order to retain more information
about the data flow. For example,
```
label: if (cond) {
break label;
}
return foo;
```
Woul... | [
{
"path": "compiler/forget/src/HIR/HIRBuilder.ts",
"patch": "@@ -9,7 +9,6 @@ import { Binding, NodePath } from \"@babel/traverse\";\n import * as t from \"@babel/types\";\n import invariant from \"invariant\";\n import { CompilerError } from \"../CompilerError\";\n-import { logHIR } from \"../Utils/logger\"... | 2023-05-17T22:55:50 |
rust-lang/rust | 7d8b5324ebc8eb98b46a0dd749eb3dcb84c18ae9 | 43fc5a40ee5611cee8a69fc8198c8d2f46358195 | sembr src/debuginfo/lldb-visualizers.md | [
{
"path": "src/doc/rustc-dev-guide/src/debuginfo/lldb-visualizers.md",
"patch": "@@ -28,7 +28,8 @@ LLDB provides 3 mechanisms for customizing output:\n \n ## Formats\n \n-The official documentation is [here](https://lldb.llvm.org/use/variable.html#type-format). In short,\n+The official documentation is [her... | 2026-01-29T21:27:41 |
electron/electron | 2cda1443fce4dbb39393dffc3636d1214ab13f86 | 12eade752d38093f9b6abdc6a0b82f64176c4618 | fix: ensure mas builds of the same application can use safestorage (#35864)
feat: ensure mas builds of the same application can use safestorage
This change ensures that MAS builds of applications with an equivilant darwin build that share the same name do not fight over access to the same Safe Storage account.
S... | [
{
"path": "patches/chromium/.patches",
"patch": "@@ -120,3 +120,4 @@ fix_crash_loading_non-standard_schemes_in_iframes.patch\n disable_optimization_guide_for_preconnect_feature.patch\n fix_return_v8_value_from_localframe_requestexecutescript.patch\n create_browser_v8_snapshot_file_name_fuse.patch\n+feat_ens... | 2022-10-04T06:36:17 |
golang/go | 3f46587fe05f745a0bf91b74c2834f1317acba24 | 3c05790d4847ba2d0d06b5ba3f82b311a99d531c | cmd/go: explicitly reject overlays affecting GOMODCACHE
The go command assumes that GOMODCACHE is immutable. As an example of
one place the assumption is made, the modindex won't stat the files in
GOMODCACHE when getting the cache key for the index entry and just uses
the path of the module in the modcache (basically ... | [
{
"path": "src/cmd/go/alldocs.go",
"patch": "@@ -211,15 +211,16 @@\n //\t\t-modfile flag by trimming the \".mod\" extension and appending \".sum\".\n //\t-overlay file\n //\t\tread a JSON config file that provides an overlay for build operations.\n-//\t\tThe file is a JSON struct with a single field, named ... | 2025-02-18T20:31:14 |
nodejs/node | fe4e569759bc368ce1e8079b60e44f7344261a7f | ed21a2e1d3bf8cbc96d864112b8add2e590dfea2 | src: fix positional args in task runner
PR-URL: https://github.com/nodejs/node/pull/52810
Fixes: https://github.com/nodejs/node/issues/52740
Reviewed-By: Daniel Lemire <daniel@lemire.me>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> | [
{
"path": "src/node_task_runner.cc",
"patch": "@@ -6,15 +6,14 @@\n namespace node::task_runner {\n \n #ifdef _WIN32\n-static constexpr char bin_path[] = \"\\\\node_modules\\\\.bin\";\n+static constexpr const char* bin_path = \"\\\\node_modules\\\\.bin\";\n #else\n-static constexpr char bin_path[] = \"/node_... | 2024-05-08T11:37:07 |
facebook/react | 8b3865198658e791c3675c5356ec14bcc4a0d826 | 7ba638ef8d7941abc5aaf4a79bea319dadf424c0 | [snap] Add jest test capabilities to snap
- delete output files when we detect input files are deleted
- enable test fixtures in nested directories
- exit with error code when we detect failures
Note that the test failure on this PR is expected and will be fixed by #1608 (or
happy to abandon that PR and fold t... | [
{
"path": "compiler/forget/packages/snap/src/compiler-worker.ts",
"patch": "@@ -6,7 +6,6 @@\n */\n \n import fs from \"fs/promises\";\n-import path from \"path\";\n import { exists } from \"./utils\";\n \n const originalConsoleError = console.error;\n@@ -32,11 +31,16 @@ export type TestResult = {\n unexp... | 2023-05-17T18:39:28 |
vercel/next.js | 07c3320ef9412ad32551f7150862f9526752d524 | 1429d7242159be90ecb2423f034770cb251a0e54 | Fix race condition in `types-and-precompiled` (#80162) | [
{
"path": "package.json",
"patch": "@@ -44,7 +44,7 @@\n \"lint-eslint\": \"cross-env ESLINT_USE_FLAT_CONFIG=false eslint . --ext js,jsx,mjs,ts,tsx,mts,mdx --config .eslintrc.json --no-eslintrc\",\n \"lint-ast-grep\": \"ast-grep scan\",\n \"lint-no-typescript\": \"run-p prettier-check lint-eslint... | 2025-06-05T13:50:07 |
rust-lang/rust | dd4870d0cc7b75b644206d00fc229329f5c99dfe | dd8ae230c7988165350502e01e45a999c1d89b0a | fix sembr tool corner case | [
{
"path": "src/doc/rustc-dev-guide/ci/sembr/src/main.rs",
"patch": "@@ -24,7 +24,7 @@ static REGEX_IGNORE_END: LazyLock<Regex> =\n static REGEX_IGNORE_LINK_TARGETS: LazyLock<Regex> =\n LazyLock::new(|| Regex::new(r\"^\\[.+\\]: \").unwrap());\n static REGEX_SPLIT: LazyLock<Regex> =\n- LazyLock::new(||... | 2026-01-29T21:13:39 |
electron/electron | c76a931e202dbc65dd53a63ed03dc23f63bec38b | 16f459228b5c083be6aebe8b3d3eb7a04cb43cc2 | fix: `TryCatch` scope in node_bindings (#35850)
fix: TryCatch scope in node_bindings | [
{
"path": "shell/common/node_bindings.cc",
"patch": "@@ -492,19 +492,22 @@ node::Environment* NodeBindings::CreateEnvironment(\n flags |= node::EnvironmentFlags::kNoStartDebugSignalHandler;\n }\n \n- v8::TryCatch try_catch(isolate);\n- env = node::CreateEnvironment(\n- isolate_data_, context, a... | 2022-10-04T06:35:20 |
facebook/react | 7ba638ef8d7941abc5aaf4a79bea319dadf424c0 | 0b697d1903318b75c1e61b749365a44d39d67ebb | [tests] delete stale .expect files
---
Looks like we delete `.js` files but missed `.expect` files. Jest probably
didn't catch this because the basename of the fixtures had duplicates (in
rule-of-hooks) | [
{
"path": "compiler/forget/src/__tests__/fixtures/compiler/error.invalid-hook-after-early-return.expect.md",
"patch": "@@ -1,21 +0,0 @@\n-\n-## Input\n-\n-```javascript\n-function Component(props) {\n- if (props.cond) {\n- return null;\n- }\n- return useHook();\n-}\n-\n-```\n-\n-\n-## Error\n-\n-```\n... | 2023-05-17T18:39:28 |
rust-lang/rust | 93049c34888173bec0e849f69df23ff7359a85ae | b643676267642909e67e5479dc47abc676cccdb7 | fix sembr tool corner case | [
{
"path": "src/doc/rustc-dev-guide/ci/sembr/src/main.rs",
"patch": "@@ -83,6 +83,7 @@ fn ignore(line: &str, in_code_block: bool) -> bool {\n || line.contains(\" etc.\")\n || line.contains(\"i.e.\")\n || line.contains(\"et. al\")\n+ || line.contains(\"<!-- date-check \")\n ... | 2026-01-29T20:06:56 |
golang/go | 9ddeac30b5c41f223564e1dedef3095a5a909cb9 | 4267fd389e941cf197cc3890cc42e474866c0d30 | cmd/compile, runtime: use deferreturn as target PC for recover from deferrangefunc
The existing code for recover from deferrangefunc was broken in
several ways.
1. the code following a deferrangefunc call did not check the return
value for an out-of-band value indicating "return now" (i.e., recover
was called)
2. th... | [
{
"path": "src/cmd/compile/internal/ssa/func.go",
"patch": "@@ -41,11 +41,12 @@ type Func struct {\n \tABISelf *abi.ABIConfig // ABI for function being compiled\n \tABIDefault *abi.ABIConfig // ABI for rtcall and other no-parsed-signature/pragma functions.\n \n-\tscheduled bool // Values in Bl... | 2025-02-18T22:34:24 |
nodejs/node | fe7adf56ca2fc7048b646f0c6cea35ca039463c3 | 69f2acea40b2a702911b8ff02444bc108de3214c | doc: add pimterry to collaborators
Fixes: https://github.com/nodejs/node/issues/52665
PR-URL: https://github.com/nodejs/node/pull/52874
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> | [
{
"path": "README.md",
"patch": "@@ -411,6 +411,8 @@ For information about the governance of the Node.js project, see\n **Claudio Wunder** <<cwunder@gnome.org>> (he/they)\n * [panva](https://github.com/panva) -\n **Filip Skokan** <<panva.ip@gmail.com>> (he/him)\n+* [pimterry](https://github.com/pimterry... | 2024-05-07T12:42:51 |
electron/electron | dfb8a2d804e4361146052028f1ab88c6b60de06f | 998a0820d991aa494c6156583d7b92555fdd51be | build: fix deps workflow tag comparison (#35830) | [
{
"path": ".github/workflows/release_dependency_versions.yml",
"patch": "@@ -14,7 +14,7 @@ jobs:\n - uses: actions/checkout@v3\n - name: Check Tag\n run: |\n- if [[ ${{ github.event.ref }} =~ ^refs/tags/v[0-9]+\\.0\\.0$ ]]; then\n+ if [[ ${{ github.event.release.tag_name }} =~ ^v... | 2022-09-27T16:24:11 |
facebook/react | d7a98a5e97c3512ba43dd809337ae1691df1ae66 | 2468a87358de55137508e777846746091d7a1514 | Fix strict mode badge URL (#26825)
## Summary
Closes https://github.com/facebook/react/issues/26821
[[Fix #26821]](https://github.com/facebook/react/issues/26821) Update
strict mode badge URL
Updated the URL in the strict mode badge to point to the correct React
documentation for StrictMode. The previous UR... | [
{
"path": "packages/react-devtools-shared/src/devtools/views/Components/InspectedElement.js",
"patch": "@@ -237,7 +237,7 @@ export default function InspectedElementWrapper(_: Props): React.Node {\n strictModeBadge = (\n <a\n className={styles.StrictModeNonCompliant}\n- href=\"https:... | 2023-05-17T12:34:34 |
rust-lang/rust | a257fb960fa09afb1e733adebbd898aa6d80e851 | 370143facfb348ad3b29749c0393402d76b280c3 | Fix ICE in transmutability error reporting when type aliases are normalized | [
{
"path": "compiler/rustc_trait_selection/src/error_reporting/traits/fulfillment_errors.rs",
"patch": "@@ -254,9 +254,16 @@ impl<'a, 'tcx> TypeErrCtxt<'a, 'tcx> {\n LangItem::TransmuteTrait,\n ) {\n // Recompute the safe transmu... | 2026-01-25T19:34:56 |
vercel/next.js | 1429d7242159be90ecb2423f034770cb251a0e54 | dd958a13ab4a5f972be4b25be20030958d338346 | Upgrade rust version to 2025-06-04 (#80200)
All code changes come from `cargo clippy --fix` to collapse ifs | [
{
"path": "crates/napi/src/util.rs",
"patch": "@@ -70,49 +70,49 @@ pub fn log_internal_error_and_inform(internal_error: &anyhow::Error) {\n \n // hold open this mutex guard to prevent concurrent writes to the file!\n let mut last_error_time = LOG_THROTTLE.lock().unwrap();\n- if let Some(last_erro... | 2025-06-05T13:46:36 |
golang/go | 4267fd389e941cf197cc3890cc42e474866c0d30 | a08984bc8f2acacebeeadf7445ecfb67b7e7d7b1 | syscall: don't truncate newly created files on Windows
There is no need for syscall.OpenFile to truncate newly created files.
Some special Windows files, like the NUL device, can't be
truncated, so we should avoid truncating unless it is really necessary.
Fixes #71752.
Change-Id: I8238048594f706f6a5281053d55cfe3dc89... | [
{
"path": "src/os/os_test.go",
"patch": "@@ -3844,3 +3844,14 @@ func TestRemoveReadOnlyFile(t *testing.T) {\n \t\t}\n \t})\n }\n+\n+func TestOpenFileDevNull(t *testing.T) {\n+\t// See https://go.dev/issue/71752.\n+\tt.Parallel()\n+\n+\tf, err := OpenFile(DevNull, O_WRONLY|O_CREATE|O_TRUNC, 0o644)\n+\tif err... | 2025-02-18T10:55:07 |
electron/electron | 998a0820d991aa494c6156583d7b92555fdd51be | 621baa7bb7b1bb6a0dfa73e0ddb8cdc52848f8f8 | fix: set display_id in desktop capturer on Linux (#33861)
Previously, display_id was an empty string, pending Chrome support for
sharing individual screens. Now that this has been added, it is
desirable to have this property set correctly.
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org> | [
{
"path": "shell/browser/api/electron_api_desktop_capturer.cc",
"patch": "@@ -4,6 +4,7 @@\n \n #include \"shell/browser/api/electron_api_desktop_capturer.h\"\n \n+#include <map>\n #include <memory>\n #include <utility>\n #include <vector>\n@@ -24,12 +25,125 @@\n #include \"third_party/webrtc/modules/desktop... | 2022-09-27T15:40:44 |
facebook/react | 2468a87358de55137508e777846746091d7a1514 | f8de255e94540f9018d8196b3a34da500707c39b | React DevTools 4.27.7 -> 4.27.8 (#26823)
Closes https://github.com/facebook/react/issues/26787,
https://github.com/facebook/react/issues/26793
Includes these changes:
* fix[devtools]: fixed duplicated backend activation with multiple
renderers ([hoxyq](https://github.com/hoxyq) in
[#26807](https://github.com/fa... | [
{
"path": "packages/react-devtools-core/package.json",
"patch": "@@ -1,6 +1,6 @@\n {\n \"name\": \"react-devtools-core\",\n- \"version\": \"4.27.7\",\n+ \"version\": \"4.27.8\",\n \"description\": \"Use react-devtools outside of the browser\",\n \"license\": \"MIT\",\n \"main\": \"./dist/backend.j... | 2023-05-17T10:40:50 |
golang/go | 34073a736ab87d346399b8eef60d520a8b3cc5d4 | a7489b864879e89182ddf32d4a108c6967aa0522 | cmd/compile: avoid infinite recursion when inlining closures
CL 630696 changes budget for once-called closures, making them more
inlinable. However, when recursive inlining involve both the closure and
its parent, the inliner goes into an infinite loop:
parent (a closure) -> closure -> parent -> ...
The problem he... | [
{
"path": "src/cmd/compile/internal/inline/inl.go",
"patch": "@@ -1009,6 +1009,38 @@ func canInlineCallExpr(callerfn *ir.Func, n *ir.CallExpr, callee *ir.Func, bigCa\n \t\treturn false, 0, false\n \t}\n \n+\tisClosureParent := func(closure, parent *ir.Func) bool {\n+\t\tfor p := closure.ClosureParent; p != ... | 2025-02-14T20:00:27 |
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.