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 |
|---|---|---|---|---|---|
electron/electron | 9b740594fbdd0a205a1c2062c27184bb691a0b05 | 9e577ae60e884fcef0e35511b42e190e2ce3672a | fix: enable shader-f16 on windows (#48342)
* fix: Enable shader-f16 on Windows
* fix: include dxil.dll and dxcompiler.dll for windows x64 and arm64
* fix: modified to follow the chromium dawn build configuration
* fix: include dxil.dll and dxcompiler.dll for windows x86
* fix: Modified to avoid explicitly specifyi... | [
{
"path": "build/args/all.gn",
"patch": "@@ -24,10 +24,6 @@ enable_printing = true\n angle_enable_vulkan_validation_layers = false\n dawn_enable_vulkan_validation_layers = false\n \n-# Removes dxc dll's that are only used experimentally.\n-# See https://bugs.chromium.org/p/chromium/issues/detail?id=1474897\... | 2025-10-14T13:46:12 |
golang/go | 35c5deb1d43b245c19059d1532929ee087e44a84 | afae85307206cb56851c31652bd9ae45ba60c800 | all: switch linux-ppc64 target to ELFv2 ABI
Go is only capable of producing internally linked, static binaries
on linux-ppc64. As such, binaries should run in either ELFv1 or
ELFv2 ppc64 userspaces today.
This opens the door to enabling cgo and external linking which
will require ELFv2 support and userspace, eventual... | [
{
"path": "src/cmd/link/internal/ld/elf.go",
"patch": "@@ -178,14 +178,7 @@ func Elfinit(ctxt *Link) {\n \n \tswitch ctxt.Arch.Family {\n \t// 64-bit architectures\n-\tcase sys.PPC64, sys.S390X:\n-\t\tif ctxt.Arch.ByteOrder == binary.BigEndian && ctxt.HeadType != objabi.Hopenbsd {\n-\t\t\tehdr.Flags = 1 // ... | 2026-01-07T19:48:53 |
nodejs/node | 57b4a315cee0d7d04efc74b8f6342715f08dedd7 | 12fad1bd7bf2d2256701eaa6d44a4b96da838fe7 | tools: replace invalid expression in dependabot config
PR-URL: https://github.com/nodejs/node/pull/60649
Fixes: https://github.com/nodejs/node/issues/60637
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> | [
{
"path": ".github/dependabot.yml",
"patch": "@@ -10,10 +10,9 @@ updates:\n semver-major-days: 5\n semver-minor-days: 5\n semver-patch-days: 5\n-\n commit-message:\n prefix: meta\n- open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}\n+ open-pull-requests-limit: 10\n \n ... | 2025-11-11T07:17:37 |
vercel/next.js | db0ef2b233b4f0d7104d79bee7aa014bc5dd058c | 715103ad40762ce002b7b175854af35c2683c6cc | Reland "[turbopack] Fix some modification tracking bugs in TaskStorage" (#90098)
Reverts vercel/next.js#90096
* always `track_mutation()` before the mutation
* only `track_mutation()` if we are actually going to mutate
The previous attempt was reverted because we would call `track_modification` too often which lead ... | [
{
"path": "test/e2e/filesystem-cache/filesystem-cache.test.ts",
"patch": "@@ -97,6 +97,17 @@ for (const cacheEnabled of [false, true]) {\n )\n }\n \n+ // Ensure each test starts with a fresh server and no test leaks a\n+ // running server into the next one.\n+ beforeEach(async () => {\n+ ... | 2026-02-18T00:34:23 |
rust-lang/rust | 7553d6c7792e44b91101dd55203098331cb92f50 | c466d3d6516d053196eeccc269f9ee350e2c6568 | fix record_expr_field | [
{
"path": "src/tools/rust-analyzer/crates/syntax/src/ast/syntax_factory/constructors.rs",
"patch": "@@ -1496,7 +1496,20 @@ impl SyntaxFactory {\n if let Some(mut mapping) = self.mappings() {\n let mut builder = SyntaxMappingBuilder::new(ast.syntax().clone());\n \n- builder.map... | 2026-03-25T06:04:55 |
golang/go | bae9486d07706bcc216961f504e75d1fb5c5aec8 | c08f6a5b2651b2ce4a9510952fb88739719fe5a4 | cmd/compile/internal/bloop: avoid extraneous heap allocs in b.Loop body due to autotmp variable scope
The motivating example I created for #73137 still seems
to heap allocate in go1.26rc2 when used in a b.Loop body.
│ go1.25 │ go1.26rc2 │
│ allocs... | [
{
"path": "src/cmd/compile/internal/bloop/bloop.go",
"patch": "@@ -155,6 +155,10 @@ func preserveCallResults(curFn *ir.Func, call *ir.CallExpr) ir.Node {\n \n \tassign := typecheck.AssignExpr(ir.NewAssignListStmt(call.Pos(), ir.OAS2, lhs, ir.Nodes{call})).(*ir.AssignListStmt)\n \tassign.Def = true\n+\tfor _... | 2026-01-23T20:59:40 |
vercel/next.js | 3bd5d75c62eefa13cc5995a2726a35738a9d775c | d1d2912ec314a18f115e83040e84aca6f442988b | [turbopack] Fix concurrent task lock panic during error formatting (#90056)
The recent change to move task description formatting onto `TaskGuard`
introduced a subtle issue when formatting these rare error messages. | [
{
"path": "turbopack/crates/turbo-tasks-backend/src/backend/operation/aggregation_update.rs",
"patch": "@@ -1643,21 +1643,24 @@ impl AggregationUpdateQueue {\n if result.is_err() {\n retry += 1;\n if retry > MAX_RETRIES {\n- panic!(\n- \"inne... | 2026-02-17T23:54:11 |
electron/electron | d920c82fc4603484f69c64d87a9baed2cc6af990 | d82b8f3b803999d56c49b24e0f4d03e97bb78beb | chore: bump chromium to 143.0.7451.0 (main) (#48362)
* chore: bump chromium in DEPS to 142.0.7429.0
* chore: bump chromium in DEPS to 142.0.7430.0
* 6954508: Reland Migrate WrappableWithNamedPropertyInterceptor to gin::Wrappable | https://chromium-review.googlesource.com/c/chromium/src/+/6954508
* https://chromium-... | [
{
"path": ".github/actions/free-space-macos/action.yml",
"patch": "@@ -17,28 +17,30 @@ runs:\n }\n \n strip_universal_deep() {\n- opwd=$(pwd)\n- cd $1\n- f=$(find . -perm +111 -type f)\n- for fp in $f\n- do\n- if [[ $(file \"$fp\") == *... | 2025-10-13T16:21:54 |
golang/go | c08f6a5b2651b2ce4a9510952fb88739719fe5a4 | 14a4cb13e389d8dbc1ba3ba0097e208f1436a22a | cmd/link: put type:* at the start of the type descriptors
That used to happen naturally because the symbol had zero size.
After CL 724261 we need to force it.
Fixes #77372
Change-Id: Ia8eef989bc9cbad5459b60ff6535136e7e0c6cab
Reviewed-on: https://go-review.googlesource.com/c/go/+/740400
Reviewed-by: Keith Randall <kh... | [
{
"path": "src/cmd/link/internal/ld/data.go",
"patch": "@@ -2395,6 +2395,9 @@ func (state *dodataState) dodataSect(ctxt *Link, symn sym.SymKind, syms []loader\n \t\t// sorted by type string. The reflect package will use\n \t\t// this to ensure that type descriptor pointers are unique.\n \n+\t\t// We define ... | 2026-01-29T22:50:05 |
facebook/react | 431bb0bddb640d01d668448f1133e44bd3eb3e11 | 5063b3283fcae4bb43756d0d18d32008e3910bea | [DevTools] Mark Unknown Reasons for Suspending with a Note (#34200)
We currently only track the reason something might suspend in
development mode through debug info but this excludes some cases. As a
result we can end up with boundary that suspends but has no cause. This
tries to detect that and show a notice for why... | [
{
"path": "packages/react-devtools-shared/src/backend/fiber/renderer.js",
"patch": "@@ -15,6 +15,7 @@ import type {\n ReactIOInfo,\n ReactStackTrace,\n ReactCallSite,\n+ Wakeable,\n } from 'shared/ReactTypes';\n \n import type {HooksTree} from 'react-debug-tools/src/ReactDebugHooks';\n@@ -87,6 +88,10... | 2025-08-15T22:32:27 |
rust-lang/rust | ffe74d68abe7d779b934cfef2cd517ceb389bca4 | 5c46f391074109a193fe92437c814252e22d62a0 | fix: wrap `Result<>` for desugar_try_expr_let_else
Example
---
```rust
fn test() {
let pat: bool = Ok(true)$0?;
}
```
**Before this PR**
```rust
fn test() {
let Ok(pat): Option<bool> = Ok(true) else {
return Err(todo!());
};
}
```
**After this PR**
```rust
fn test() {
let Ok(pat): Result<bo... | [
{
"path": "src/tools/rust-analyzer/crates/ide-assists/src/handlers/desugar_try_expr.rs",
"patch": "@@ -116,7 +116,10 @@ pub(crate) fn desugar_try_expr(acc: &mut Assists, ctx: &AssistContext<'_>) -> Op\n let fill_expr = || crate::utils::expr_fill_default(ctx.config);\n let new... | 2026-03-24T09:53:31 |
vercel/next.js | d1d2912ec314a18f115e83040e84aca6f442988b | 4d3b25070277fba906917a90e0953f33a966151a | [devtools] Add support for error causes in the dev overlay (#90108) | [
{
"path": "packages/next/src/next-devtools/dev-overlay/container/runtime-error/error-cause.tsx",
"patch": "@@ -0,0 +1,91 @@\n+import { useMemo } from 'react'\n+import React from 'react'\n+import { CodeFrame } from '../../components/code-frame/code-frame'\n+import { ErrorOverlayCallStack } from '../../compon... | 2026-02-17T23:33:11 |
electron/electron | 52929c93dbf5898528094025cec8f5259cf1ced9 | dd25a6361bd48e665275f9c674c46c9668c0385a | build: fail publish when upload fatal errors (#48537)
We logged a fatal error but didn't exit with code 1 so the publish kept going. This was caught by a sanity check later down the release process but would have been quicker to fail out here.
Also adds some code to maybe workaround the underlying auth error | [
{
"path": "script/release/uploaders/upload-to-github.ts",
"patch": "@@ -48,7 +48,7 @@ const targetRepo = getRepo();\n const uploadUrl = `https://uploads.github.com/repos/electron/${targetRepo}/releases/${releaseId}/assets{?name,label}`;\n let retry = 0;\n \n-const octokit = new Octokit({\n+let octokit = new... | 2025-10-13T10:53:52 |
golang/go | 14a4cb13e389d8dbc1ba3ba0097e208f1436a22a | ee7a2119ac17ea2a6bbf12b4c8001bf39c388166 | cmd/compile: make prove use non-equality in subtraction for a stronger bound
Given:
s := /* slice */
k := /* proved valid index in s (0 <= k < len(s)) */
v := s[k:]
len(v) >= 1, so v[0] needs no bounds check. However, for
len(v) = len(s) - k, we only checked if len(s) >= k and so could only
prove len(v) >= 0, t... | [
{
"path": "src/cmd/compile/internal/ssa/prove.go",
"patch": "@@ -2187,24 +2187,22 @@ func (ft *factsTable) detectSubRelations(v *Value) {\n \t\treturn // x-y might overflow\n \t}\n \n-\t// Subtracting a positive number only makes\n-\t// things smaller.\n-\tif yLim.min >= 0 {\n+\t// Subtracting a positive no... | 2026-01-29T19:45:27 |
facebook/react | 6ffcac8558efbd204c7df5d52787a90e507dd8d7 | 724b324b966343f08ff0cb16ec9d8013e3891dfd | [compiler] Add support for diagnostic hints (#34126)
Hints are meant as additional information to present to the developer
about an error. The first use-case here is for the suggestion to name
refs with "-Ref" if we encounter a mutation that looks like it might be
a ref. The original error printing used a second error... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/CompilerError.ts",
"patch": "@@ -58,11 +58,15 @@ export type CompilerDiagnosticDetail =\n /**\n * A/the source of the error\n */\n- {\n- kind: 'error';\n- loc: SourceLocation | null;\n- message: string;\n- };\n+ | {\n+ kin... | 2025-08-15T22:09:27 |
rust-lang/rust | 1e4c1d6f75937e27c9df81519634cd9f01d8d982 | 8a703520e80d87d4423c01f9d4fbc9e5f6533a02 | Make PinCoerceUnsized require Deref
Also, delete impls on non-Deref types.
Pin doesn't do anything useful for non-Deref types, so PinCoerceUnsized
on such types makes no sense.
This is a breaking change, since stable code can observe the deleted
`PinCoerceUnsized` impls by uselessly coercing between such types
insid... | [
{
"path": "library/alloc/src/rc.rs",
"patch": "@@ -2424,9 +2424,6 @@ unsafe impl<T: ?Sized, A: Allocator> PinCoerceUnsized for Rc<T, A> {}\n #[unstable(feature = \"pin_coerce_unsized_trait\", issue = \"150112\")]\n unsafe impl<T: ?Sized, A: Allocator> PinCoerceUnsized for UniqueRc<T, A> {}\n \n-#[unstable(f... | 2025-11-22T15:58:39 |
nodejs/node | 33f982e7ede58bda28abb3e703e04ea8eb8ef0e8 | 5e1ab9fffb8399fcc51ab1b592d0fffef4e418aa | test: deflake test-perf-hooks-timerify-histogram-sync
The previous busy loop wasn't robust enough in making sure
that the function runs for more than 1 nanosecond - and when it
runs faster than that on a fast machine, it measures to 0 for
nanosecond precision and throws a RangeErorr as histogram.record()
only takes po... | [
{
"path": "test/common/index.js",
"patch": "@@ -931,6 +931,12 @@ function expectRequiredTLAError(err) {\n }\n }\n \n+function sleepSync(ms) {\n+ const sab = new SharedArrayBuffer(4);\n+ const i32 = new Int32Array(sab);\n+ Atomics.wait(i32, 0, 0, ms);\n+}\n+\n const common = {\n allowGlobals,\n buil... | 2025-11-10T17:46:46 |
electron/electron | dd25a6361bd48e665275f9c674c46c9668c0385a | 16b5776b0170a501d8acb8105e14b15846533442 | fix: auth required websocket crash (#48510) | [
{
"path": "shell/browser/net/proxying_websocket.cc",
"patch": "@@ -401,7 +401,7 @@ void ProxyingWebSocket::OnHeadersReceivedCompleteForAuth(\n \n auto continuation = base::BindRepeating(\n &ProxyingWebSocket::OnAuthRequiredComplete, weak_factory_.GetWeakPtr());\n- auto auth_rv = AuthRequiredRespons... | 2025-10-13T08:13:32 |
vercel/next.js | 55ea60e6b7df89479c0da4f587c88546e0e7b617 | 2e5fc012d3dc4533d923980ebe46b0363a823c0c | [test] Replace flaky webpack snapshots in `cache-components-errors` (#90105) | [
{
"path": "test/e2e/app-dir/cache-components-errors/cache-components-errors.test.ts",
"patch": "@@ -2567,22 +2567,12 @@ describe('Cache Components Errors', () => {\n }\n } else {\n if (isDebugPrerender) {\n- expect(output).toMatchInlineSnapshot(... | 2026-02-17T21:20:04 |
golang/go | ee7a2119ac17ea2a6bbf12b4c8001bf39c388166 | 48788436b8c9a87d056e52cf90d493940b610b4d | cmd/link: remove AIX special case for first type descriptor
It doesn't seem to be necessary, and removing it seems cleaner
than adding an AIX case to the code in runtime.moduleTypelinks.
Fixes #77365
Change-Id: I59fa56abf42e18017bd112481ea09d0cca47d105
Reviewed-on: https://go-review.googlesource.com/c/go/+/740220
Re... | [
{
"path": "src/cmd/link/internal/ld/data.go",
"patch": "@@ -2182,7 +2182,7 @@ func (state *dodataState) allocateDataSections(ctxt *Link) {\n \tcreateRelroSect := func(name string, symn sym.SymKind) *sym.Section {\n \t\tsect := state.allocateNamedDataSection(segRelro, genrelrosecname(name), []sym.SymKind{sym... | 2026-01-29T08:51:32 |
facebook/react | 724b324b966343f08ff0cb16ec9d8013e3891dfd | 45a6532a088432010c40cbcac1fb6b6f8d56dd69 | [compiler] Add hint to name variables with "Ref" suffix (#34125)
If you have a ref that the compiler doesn't know is a ref (say, a value
returned from a custom hook) and try to assign its `.current = ...`, we
currently fail with a generic error that hook return values are not
mutable. However, an assignment to `.curre... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/Inference/AliasingEffects.ts",
"patch": "@@ -50,7 +50,7 @@ export type AliasingEffect =\n /**\n * Mutate the value and any direct aliases (not captures). Errors if the value is not mutable.\n */\n- | {kind: 'Mutate'; value: Place}\n+ | {... | 2025-08-15T22:05:29 |
rust-lang/rust | 289932194af47f75359e3db05b910d9c9b9e9856 | 833bf3c375b2931826f65a8bad31658aa9b5ac5f | Avoid unnecessary qualification of `ErrorGuaranteed`.
It's imported and can be used directly within this file, and already is
in a few places. | [
{
"path": "compiler/rustc_middle/src/query/erase.rs",
"patch": "@@ -120,8 +120,8 @@ impl<T> Erasable for Result<&'_ T, traits::query::NoSolution> {\n type Storage = [u8; size_of::<Result<&'static (), traits::query::NoSolution>>()];\n }\n \n-impl<T> Erasable for Result<&'_ T, rustc_errors::ErrorGuarantee... | 2026-03-25T03:19:37 |
nodejs/node | 408aba6190367d15c34d0437c60c480fe022852d | 43eb6cb5819f08e35231c33fb2fc423f08543eb0 | deps: nghttp2: revert 7784fa979d0b
This commit reverts "Make error handling robust".
Without this revert, we are getting timeouts, crashes, and different
error codes in `parallel/test-http2-*`.
Refs: https://github.com/nghttp2/nghttp2/commit/7784fa979d0bcf801a35f1afbb25fb048d815cd7
PR-URL: https://github.com/nodejs/n... | [
{
"path": "deps/nghttp2/lib/nghttp2_int.h",
"patch": "@@ -52,11 +52,7 @@ typedef enum {\n * Unlike NGHTTP2_ERR_IGN_HTTP_HEADER, this does not invoke\n * nghttp2_on_invalid_header_callback.\n */\n- NGHTTP2_ERR_REMOVE_HTTP_HEADER = -106,\n- /*\n- * Cancel pushed stream.\n- */\n- NGHTTP2_ERR_PU... | 2025-10-26T20:32:37 |
electron/electron | 16b5776b0170a501d8acb8105e14b15846533442 | cbf5c3331ffb03b5594819abd932ab9ef91b9103 | fix: launch crash when null device is disabled on Windows (#47870)
fix: fix launch crash when null device is disabled on Windows
add node flag node::ProcessInitializationFlags::kNoStdioInitialization
Co-authored-by: yangzuohui <yangzuohui@bytedance.com>
Co-authored-by: yangliu <yangliu.leo@bytedance.com> | [
{
"path": "docs/api/command-line-switches.md",
"patch": "@@ -193,6 +193,11 @@ Disables the Chromium [sandbox](https://www.chromium.org/developers/design-docum\n Forces renderer process and Chromium helper processes to run un-sandboxed.\n Should only be used for testing.\n \n+### --no-stdio-init\n+\n+Disable... | 2025-10-11T22:00:04 |
vercel/next.js | 2e5fc012d3dc4533d923980ebe46b0363a823c0c | b0595b17ae331a2e1cccff35da8d093f0636c8e1 | [Instant] test: remove unnecessary reactDebugChannel permutation (#90103)
This is already handled by our test sharding, we don't need to duplicate
it | [
{
"path": "test/e2e/app-dir/instant-validation-static-shells/fixtures/invalid-blocking-page-below-static/next.config.ts",
"patch": "@@ -5,7 +5,6 @@ const nextConfig: NextConfig = {\n productionBrowserSourceMaps: true,\n experimental: {\n prerenderEarlyExit: false,\n- reactDebugChannel: process.en... | 2026-02-17T20:40:21 |
golang/go | 48788436b8c9a87d056e52cf90d493940b610b4d | 5593ea463498dce06a1b52dce2918912a9db6c4e | go/token: simplify fixOffset
Each time I go to definition of this I am deeply confused
at what I am looking, so let's clean this a bit with modern Go.
Change-Id: I8f44e78f0cdde9b970388f9b98a2720e6a6a6964
Reviewed-on: https://go-review.googlesource.com/c/go/+/738341
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-proj... | [
{
"path": "src/go/token/position.go",
"patch": "@@ -276,26 +276,12 @@ func (f *File) AddLineColumnInfo(offset int, filename string, line, column int)\n \n // fixOffset fixes an out-of-bounds offset such that 0 <= offset <= f.size.\n func (f *File) fixOffset(offset int) int {\n-\tswitch {\n-\tcase offset < 0... | 2026-01-23T15:12:27 |
nodejs/node | 60b9aaa3a95f48dc7a10e5bfbec4071fe04048cd | 38af5317b4c54a585f8899b2be7baeba1fe98bb7 | test: async iife in repl
PR-URL: https://github.com/nodejs/node/pull/44878
Fixes: https://github.com/nodejs/node/issues/38685
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Antoine du Hamel <duhamelantoin... | [
{
"path": "test/parallel/test-repl-async-iife.js",
"patch": "@@ -0,0 +1,10 @@\n+'use strict';\n+require('../common');\n+\n+// Note: This test ensures that async IIFE doesn't crash\n+// Ref: https://github.com/nodejs/node/issues/38685\n+\n+const repl = require('repl').start({ terminal: true });\n+\n+repl.wri... | 2025-11-08T22:03:18 |
facebook/react | 2d98b45d92ee9adc5ec6dbd2a5a270e0fd2607a4 | 2ba7b07ce10448cc37d793a50d5ca0999e63aad8 | [DevTools] Fix Suspense boundaries always being marked as not suspended (#34206) | [
{
"path": "packages/react-devtools-shared/src/backend/fiber/renderer.js",
"patch": "@@ -6071,6 +6071,11 @@ export function attach(\n nativeTag = getNativeTag(fiber.stateNode);\n }\n \n+ let isSuspended: boolean | null = null;\n+ if (tag === SuspenseComponent) {\n+ isSuspended = memoized... | 2025-08-15T17:39:59 |
electron/electron | cbf5c3331ffb03b5594819abd932ab9ef91b9103 | 3359f903899dad09a05f9ed964658bb42b1c9fb8 | ci: fix release branch name in build stats script (#48533) | [
{
"path": "script/build-stats.mjs",
"patch": "@@ -45,7 +45,13 @@ async function main () {\n \n if (process.env.TARGET_ARCH) tags.push(`target-arch:${process.env.TARGET_ARCH}`);\n if (process.env.TARGET_PLATFORM) tags.push(`target-platform:${process.env.TARGET_PLATFORM}`);\n- if (process.env.GITHU... | 2025-10-11T05:28:09 |
vercel/next.js | a7c61c10ad5f49a081b3bc1d53fefe6484700ff4 | 85d74bb4e254c51d7a609dc1f38cb8589f683a22 | [turbopack] Run the deployment tests for turbopack and webpack (#84360)
Fork the set of deployment tests so they run with both turbopack and
webpack. Now that turbopack is the default bundler we need this
coverage.
Because we are now running twice as many tests, decrease concurrency,
otherwise we hit rate limits on v... | [
{
"path": ".github/workflows/build_reusable.yml",
"patch": "@@ -114,7 +114,7 @@ env:\n VERCEL_ADAPTER_TEST_TOKEN: ${{ secrets.VERCEL_ADAPTER_TEST_TOKEN }}\n VERCEL_ADAPTER_TEST_TEAM: vtest314-next-adapter-e2e-tests\n VERCEL_TURBOPACK_TEST_TOKEN: ${{ secrets.VERCEL_TURBOPACK_TEST_TOKEN }}\n- VERCEL_TU... | 2026-02-17T19:52:10 |
golang/go | 10ed9b6ed5ffadf16151d98a188a4242515b62e9 | 11722941452d04aa0364a5c6b60acffaa2776b1c | runtime: use smaller max align for arm32
Maybe fixes a dashboard build failure for linux/arm32 casued
by CL 724261.
This value comes from cmd/link/internal/arm/l.go (and in general,
maxAlign in cmd/link/internal/$ARCH/<something>.go).
Change-Id: I4d02cd41072da1b6ad6c7405044bd7788626b013
Reviewed-on: https://go-revie... | [
{
"path": "src/runtime/type.go",
"patch": "@@ -526,7 +526,11 @@ func moduleTypelinks(md *moduledata) []*_type {\n \tfor td < etypedesc {\n \t\t// TODO: The fact that type descriptors are aligned to\n \t\t// 0x20 does not make sense.\n-\t\ttd = alignUp(td, 0x20)\n+\t\tif GOARCH == \"arm\" {\n+\t\t\ttd = alig... | 2026-01-28T23:39:46 |
nodejs/node | 38af5317b4c54a585f8899b2be7baeba1fe98bb7 | b98ada27e7fe7f66c560fd5601ad243e1419b259 | doc: fix link in `--env-file=file` section
PR-URL: https://github.com/nodejs/node/pull/60563
Fixes: https://github.com/nodejs/node/issues/60562
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> | [
{
"path": "doc/api/cli.md",
"patch": "@@ -4150,7 +4150,7 @@ node --stack-trace-limit=12 -p -e \"Error.stackTraceLimit\" # prints 12\n [debugging security implications]: https://nodejs.org/en/docs/guides/debugging-getting-started/#security-implications\n [deprecation warnings]: deprecations.md#list-of-deprec... | 2025-11-08T20:00:49 |
facebook/react | a96a0f3903ea0a9d45ff7c30a3fd9efe830c4628 | 02a8811864caf09ed1229e939742f793a8ed5791 | Fix fragmentInstance#compareDocumentPosition nesting and portal cases (#34069)
Found a couple of issues while integrating
FragmentInstance#compareDocumentPosition into Fabric.
1. Basic checks of nested host instances were inaccurate. For example,
checking the first child of the first child of the Fragment would not
r... | [
{
"path": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js",
"patch": "@@ -38,9 +38,16 @@ import hasOwnProperty from 'shared/hasOwnProperty';\n import {checkAttributeStringCoercion} from 'shared/CheckStringCoercion';\n import {REACT_CONTEXT_TYPE} from 'shared/ReactSymbols';\n import {\n- isFi... | 2025-08-15T16:14:23 |
electron/electron | b992ead837179605c6384075cb863b31a27a4372 | 11f76118dbdf1f6ca9226790550f368e105799eb | fix: `dialog.showMessageBox` defaultid on Windows (#48216)
* fix: dialog.showMessageBox defaultid on Windows
* Update shell/browser/ui/message_box_win.cc
Co-authored-by: Robo <hop2deep@gmail.com>
---------
Co-authored-by: Robo <hop2deep@gmail.com> | [
{
"path": "shell/browser/ui/message_box_win.cc",
"patch": "@@ -163,8 +163,19 @@ DialogResult ShowTaskDialogWstr(gfx::AcceleratedWidget parent,\n config.dwFlags |= TDF_POSITION_RELATIVE_TO_WINDOW;\n }\n \n- if (default_id > 0)\n- config.nDefaultButton = kIDStart + default_id;\n+ if (default_id >= ... | 2025-10-10T13:39:23 |
vercel/next.js | 85d74bb4e254c51d7a609dc1f38cb8589f683a22 | 32b1479a8c6b44f96a0d6c1598731a733a0074af | [Instant] allow non-blocking dynamic holes and errors in shared parents (#89875)
Closes NAR-777 | [
{
"path": "packages/next/errors.json",
"patch": "@@ -1052,5 +1052,11 @@\n \"1051\": \"Turbopack trace server is not supported on this platform (%s/%s) because native bindings are not available. Only WebAssembly (WASM) bindings were loaded, and Turbopack requires native bindings.\",\n \"1052\": \"Turbopa... | 2026-02-17T19:45:59 |
golang/go | 11722941452d04aa0364a5c6b60acffaa2776b1c | 2bd7f15dd7423b6817939b199cd2c8032e3b79cc | runtime, cmd/link: store type descriptor length, not end
Storing the type descriptor length lets us save a relocation.
It also avoids a problem for Darwin dynamic linking.
For #6853
Fixes #77350
Change-Id: If5c94330fe10d75690325f3d0b0658060ef3eb2d
Reviewed-on: https://go-review.googlesource.com/c/go/+/739681
Reviewe... | [
{
"path": "src/cmd/link/internal/ld/data.go",
"patch": "@@ -1535,10 +1535,6 @@ func fixZeroSizedSymbols(ctxt *Link) {\n \ttypes.SetSize(8)\n \tldr.SetAttrSpecial(types.Sym(), false)\n \n-\tetypedesc := ldr.CreateSymForUpdate(\"runtime.etypedesc\", 0)\n-\tetypedesc.SetType(sym.STYPE)\n-\tldr.SetAttrSpecial(e... | 2026-01-28T01:34:46 |
nodejs/node | b98ada27e7fe7f66c560fd5601ad243e1419b259 | 828cd8ae6ad7c949559268277353ad75c9f6c553 | doc: fix linter issues
PR-URL: https://github.com/nodejs/node/pull/60636
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> | [
{
"path": "doc/api/http.md",
"patch": "@@ -253,19 +253,19 @@ added: v0.11.4\n \n Produces a socket/stream to be used for HTTP requests.\n \n-By default, this function behaves identically to [`net.createConnection(options)`][],\n+By default, this function behaves identically to [`net.createConnection()`][],\... | 2025-11-08T17:09:29 |
facebook/react | 379a083b9a95b0409cff4771bd9887e9e589777b | 534bed5fa7ea927b00c48b348bee9a8087b68f9c | Include stack of cause in React instrumentation errors (#34198) | [
{
"path": "packages/react-client/src/ReactFlightClientDevToolsHook.js",
"patch": "@@ -30,7 +30,7 @@ export function injectInternals(internals: Object): boolean {\n } catch (err) {\n // Catch all errors because it is unsafe to throw during initialization.\n if (__DEV__) {\n- console.error('Rea... | 2025-08-13T17:18:02 |
electron/electron | 11f76118dbdf1f6ca9226790550f368e105799eb | 37c7487600a8b61ea1b09eee1feebf3e1abad968 | fix: unexpected `openExternal` dialog on macOS Tahoe (#48502)
fix: unexpected openExternal dialog on macOS Tahoe | [
{
"path": "shell/common/platform_util_mac.mm",
"patch": "@@ -148,6 +148,12 @@ void OpenExternal(const GURL& url,\n return;\n }\n \n+ // Check this to prevent system dialog from popping up on macOS Tahoe.\n+ if (![[NSWorkspace sharedWorkspace] URLForApplicationToOpenURL:ns_url]) {\n+ std::move(cal... | 2025-10-10T10:48:44 |
vercel/next.js | ffdf8fdeb0ab0eefe96b3a39f373b225d9e74fe1 | ce738b9f8c8e8b990bcd052f46463e04ccfdaa98 | next-stats-action: avoid pnpm EXDEV during stats installs (#90100)
## Summary
- fix flaky `pnpm install` failures in the stats action caused by
cross-device hardlinking (`ERR_PNPM_EXDEV`)
- force `pnpm` to use `--package-import-method=copy` for installs run in
temp repos
- apply the same setting in both install paths ... | [
{
"path": ".github/actions/next-stats-action/src/index.js",
"patch": "@@ -117,7 +117,9 @@ if (!allowedActions.has(actionInfo.actionName) && !actionInfo.isRelease) {\n usePnpm\n ? // --no-frozen-lockfile is used here to tolerate lockfile\n // changes from mergi... | 2026-02-17T19:05:43 |
golang/go | 15882523a18cf7653c17e7c91aeaa1174a23702b | 3c924059e66427eface8d357adcf1566e3be847a | go/parser: use (*Scanner).End in error testing
Updates #74958
Change-Id: I43dcbff6ec828bddf157b2e6ec80df526a6a6964
Reviewed-on: https://go-review.googlesource.com/c/go/+/738700
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Rev... | [
{
"path": "src/go/parser/error_test.go",
"patch": "@@ -81,6 +81,8 @@ func expectedErrors(fset *token.FileSet, filename string, src []byte) map[token.\n \n \tfor {\n \t\tpos, tok, lit := s.Scan()\n+\t\tend := s.End()\n+\n \t\tswitch tok {\n \t\tcase token.EOF:\n \t\t\treturn errors\n@@ -104,13 +106,7 @@ func... | 2026-01-23T09:19:18 |
nodejs/node | 828cd8ae6ad7c949559268277353ad75c9f6c553 | d13796978902e70a5b7e0ce25ab7b4cee9773d81 | doc: add missing history entry for `sqlite.md`
PR-URL: https://github.com/nodejs/node/pull/60607
Fixes: https://github.com/nodejs/node/issues/60601
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By... | [
{
"path": "doc/api/sqlite.md",
"patch": "@@ -4,6 +4,12 @@\n \n <!-- YAML\n added: v22.5.0\n+changes:\n+ - version:\n+ - v23.4.0\n+ - v22.13.0\n+ pr-url: https://github.com/nodejs/node/pull/55890\n+ description: SQLite is no longer behind `--experimental-sqlite` but still experimental.\n -->\n \... | 2025-11-08T16:56:14 |
facebook/react | 534bed5fa7ea927b00c48b348bee9a8087b68f9c | db06f6b75108a45c8b70e526de6db5bc774acca0 | Use `yarn run` in Flight fixture (#34197) | [
{
"path": "fixtures/flight/package.json",
"patch": "@@ -71,10 +71,10 @@\n \"scripts\": {\n \"predev\": \"cp -r ../../build/oss-experimental/* ./node_modules/ && rm -rf node_modules/.cache;\",\n \"prebuild\": \"cp -r ../../build/oss-experimental/* ./node_modules/ && rm -rf node_modules/.cache;\",\n... | 2025-08-13T13:49:44 |
electron/electron | 37c7487600a8b61ea1b09eee1feebf3e1abad968 | 9e46efb8f704416f32ed0c1a1e4e44a678e7346f | fix: crash when inspector evaluates on provisional frames (#48503) | [
{
"path": "patches/chromium/.patches",
"patch": "@@ -143,3 +143,4 @@ revert_partial_remove_unused_prehandlemouseevent.patch\n allow_electron_to_depend_on_components_os_crypt_sync.patch\n disable_nsautofillheuristiccontroller_on_macos_26.patch\n expose_referrerscriptinfo_hostdefinedoptionsindex.patch\n+inspe... | 2025-10-10T09:34:09 |
golang/go | 3c924059e66427eface8d357adcf1566e3be847a | 7f0f67195194cb07122315d5ab563eb617dbe21a | go/scanner: add End method to Scanner
Fixes #74958
Change-Id: I50ef64ae9ae6a762a7aada3d29914bae6a6a6964
Reviewed-on: https://go-review.googlesource.com/c/go/+/738681
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-proj... | [
{
"path": "api/next/74958.txt",
"patch": "@@ -0,0 +1 @@\n+pkg go/scanner, method (*Scanner) End() token.Pos #74958",
"additions": 1,
"deletions": 0,
"language": "Plain Text"
},
{
"path": "doc/next/6-stdlib/99-minor/go/scanner/74958.md",
"patch": "@@ -0,0 +1 @@\n+The scanner now allow... | 2026-01-23T08:09:49 |
nodejs/node | 3dd26f32fb01a012f3d162b91e06ccc3770e3752 | 343689f975257853a8cc36bae33c1a1c0d706b42 | doc: recommend events.once to manage 'close' event
`events.once` is a great way to manage the `close` / `error` / `exit`
events of a child process. It creates a Promise that is fulfilled when
the EventEmitter emits the given event or that is rejected if the
EventEmitter emits 'error' while waiting.
I think a lot of p... | [
{
"path": "doc/api/child_process.md",
"patch": "@@ -29,6 +29,7 @@ ls.on('close', (code) => {\n \n ```mjs\n import { spawn } from 'node:child_process';\n+import { once } from 'node:events';\n const ls = spawn('ls', ['-lh', '/usr']);\n \n ls.stdout.on('data', (data) => {\n@@ -39,9 +40,8 @@ ls.stderr.on('data'... | 2025-11-08T15:04:44 |
vercel/next.js | ce738b9f8c8e8b990bcd052f46463e04ccfdaa98 | 7f60746e127f84982dfb9a4dd1be42fc606f2e85 | Disable jest cache for CI instead of wiping (#90097)
This is aiming to fix sporadic failures from jest transforms which is
most likely caused by the change to output to custom jest-cache folder
and wipe that between runs. Instead this disables the cache via
`--no-cache` flag and also fixes WASM bindings issue that sta... | [
{
"path": ".github/workflows/build_reusable.yml",
"patch": "@@ -322,7 +322,7 @@ jobs:\n # Jest has a global cache, so PRs that poison the cache can bring down CI\n - name: Clean up stray files\n if: ${{ always() }}\n- run: rm -f /tmp/package-lock.json .jest-cache\n+ run: rm... | 2026-02-17T18:34:54 |
facebook/react | db06f6b75108a45c8b70e526de6db5bc774acca0 | 9433fe357aa5df277f0e509c1b8cf975afe9ec9a | [DevTools] Track virtual debug info from suspensey images (#34181)
Same as #34166 but for Suspensey images.
The trick here is to check the `SuspenseyImagesMode` since not all
versions of React and not all subtrees will have Suspensey images
enabled yet.
The other trick is to read back from `currentSrc` to get the im... | [
{
"path": "packages/react-devtools-shared/src/backend/fiber/renderer.js",
"patch": "@@ -367,6 +367,7 @@ export function getInternalReactConstants(version: string): {\n ReactPriorityLevels: ReactPriorityLevelsType,\n ReactTypeOfWork: WorkTagMap,\n StrictModeBits: number,\n+ SuspenseyImagesMode: number... | 2025-08-13T13:26:21 |
rust-lang/rust | 4fd1d9713af32df00514bb57e5e888b84d34291d | 043bd767688281d574ea8cc0c368156021baa61d | Skip ICE message for fatal errors | [
{
"path": "src/tools/miri/src/eval.rs",
"patch": "@@ -10,6 +10,7 @@ use std::{iter, thread};\n \n use rustc_abi::ExternAbi;\n use rustc_data_structures::fx::{FxHashMap, FxHashSet};\n+use rustc_errors::FatalErrorMarker;\n use rustc_hir::def::Namespace;\n use rustc_hir::def_id::DefId;\n use rustc_middle::ty::... | 2026-03-16T21:18:59 |
electron/electron | 3a53c71324106a49a2d915080f1389cd44093b79 | 0d478ec69cf5e7bc955cf799b764e7263769178b | fix: broken transparent window styles on resizable change (#48378)
* fix: wrong api call
* fix: consistency of the resize state
* fix: edge cases
* chore: add detailed comments
* fix: lint
* chore: only windows
* chore: use transparent | [
{
"path": "shell/browser/native_window_views.cc",
"patch": "@@ -266,7 +266,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper::Dictionary& options,\n params.remove_standard_frame = !has_frame() || has_client_frame();\n \n // If a client frame, we need to draw our own shadows.\n- if (IsTransluce... | 2025-10-09T07:49:20 |
golang/go | 83b232b0af1bd498d3df099eb68e3b1e40df2527 | 6aef900af4eeb4a35d3ff1237a41cf3f63c56c24 | cmd/compile, simd: capture VAES instructions and fix AVX512VAES feature
The code previously filters out VAES-only instructions, this CL added
them back.
This CL added the VAES feature check following the Intel xed data:
XED_ISA_SET_VAES: vaes.7.0.ecx.9 # avx.1.0.ecx.28
This CL also found out that the... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/simdAMD64ops.go",
"patch": "@@ -28,16 +28,16 @@ func simdAMD64Ops(v11, v21, v2k, vkv, v2kv, v2kk, v31, v3kv, vgpv, vgp, vfpv, vf\n \t\t{name: \"VADDSUBPS128\", argLength: 2, reg: v21, asm: \"VADDSUBPS\", commutative: false, typ: \"Vec128\", resultInArg0: false},\... | 2026-01-22T17:44:32 |
vercel/next.js | 7f60746e127f84982dfb9a4dd1be42fc606f2e85 | 3badef4042944b3958783141547b1d64a1f18fed | Revert "[turbopack] Fix some modification tracking bugs in TaskStorage" (#90096)
Reverts vercel/next.js#89708
This is breaking the filesystem-caching-test
https://github.com/vercel/next.js/actions/runs/22089976734/job/63836669063#step:35:3409 | [
{
"path": "turbopack/crates/turbo-tasks-macros/src/derive/task_storage_macro.rs",
"patch": "@@ -1476,8 +1476,8 @@ fn generate_trait_accessor_methods(field: &FieldInfo) -> TokenStream {\n #check_access\n let current = self.typed().flags.#field_name();\n ... | 2026-02-17T18:29:40 |
nodejs/node | 887e3eca98afe6522e1d5098b938556fca36c463 | 8c32a71a7b9fc7755faf53887f0958378091c311 | doc: fix typo in `process.unref` documentation
PR-URL: https://github.com/nodejs/node/pull/59698
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "doc/api/process.md",
"patch": "@@ -4337,7 +4337,7 @@ added:\n \n > Stability: 1 - Experimental\n \n-* `maybeUnfefable` {any} An object that may be \"unref'd\".\n+* `maybeRefable` {any} An object that may be \"unref'd\".\n \n An object is \"unrefable\" if it implements the Node.js \"Refable protoc... | 2025-11-08T14:55:15 |
rust-lang/rust | 043bd767688281d574ea8cc0c368156021baa61d | 0312931d8c0ba1a28268a12c06202b68cbc65f76 | Make `layout_of` cycles fatal errors | [
{
"path": "compiler/rustc_codegen_llvm/src/context.rs",
"patch": "@@ -1134,11 +1134,7 @@ impl<'tcx> FnAbiOfHelpers<'tcx> for CodegenCx<'_, 'tcx> {\n fn_abi_request: FnAbiRequest<'tcx>,\n ) -> ! {\n match err {\n- FnAbiError::Layout(\n- LayoutError::SizeOverflow(... | 2026-02-27T05:23:06 |
facebook/react | 0032b2a3eec4723c433c16a738cf17e33ad742c3 | 14c50e344c2f639a9e08cc03b16cc7fc6c1d194a | [Flight] Log error if prod elements are rendered (#34189) | [
{
"path": "packages/internal-test-utils/consoleMock.js",
"patch": "@@ -355,7 +355,7 @@ export function createLogAssertion(\n let argIndex = 0;\n // console.* could have been called with a non-string e.g. `console.error(new Error())`\n // eslint-disable-next-line react-internal/safe-s... | 2025-08-13T06:47:09 |
electron/electron | ea8f43f9b9e52c6d91d25bf6e839e10c4beedbb0 | e8e91c331a715126271b368782887c36a976dae1 | chore: bump node to v22.20.0 (main) (#48383)
* chore: bump node in DEPS to v22.20.0
* chore: fixup patches
---------
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> | [
{
"path": "DEPS",
"patch": "@@ -4,7 +4,7 @@ vars = {\n 'chromium_version':\n '142.0.7417.0',\n 'node_version':\n- 'v22.19.0',\n+ 'v22.20.0',\n 'nan_version':\n 'e14bdcd1f72d62bca1d541b66da43130384ec213',\n 'squirrel.mac_version':",
"additions": 1,
"deletions": 1,
"language"... | 2025-10-08T13:19:08 |
golang/go | 6aef900af4eeb4a35d3ff1237a41cf3f63c56c24 | 026fa9dc597ea8e5280d7531ce7f193ed157cad0 | runtime/metrics: fix panic in Read with empty slice
Calling Read with a nil or empty slice previously caused a panic with
"index out of range" because the function unconditionally accessed the
first element of the slice (via &m[0]) to pass the pointer to the
runtime.
This change adds a check for len(m) == 0 to return... | [
{
"path": "src/runtime/metrics/description_test.go",
"patch": "@@ -156,3 +156,10 @@ func TestDocs(t *testing.T) {\n \t\tfmt.Fprintf(os.Stderr, \"go test -generate: doc.go already up-to-date\\n\")\n \t}\n }\n+\n+func TestReadEmptySlice(t *testing.T) {\n+\t// Test that Read does not panic when given an empty ... | 2026-01-28T01:14:53 |
nodejs/node | 4e7f9c997d93d07a7d11ba7f2ed86a074e1f49fe | 1727a8f1b2485ccf7468c4af21e083837f380488 | watch: fix interaction with multiple env files
PR-URL: https://github.com/nodejs/node/pull/60605
Fixes: https://github.com/nodejs/node/issues/60599
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.co... | [
{
"path": "lib/internal/main/watch_mode.js",
"patch": "@@ -34,7 +34,10 @@ markBootstrapComplete();\n \n const kKillSignal = convertToValidSignal(getOptionValue('--watch-kill-signal'));\n const kShouldFilterModules = getOptionValue('--watch-path').length === 0;\n-const kEnvFile = getOptionValue('--env-file')... | 2025-11-08T14:35:07 |
vercel/next.js | 3b7dd788c086389540582eab06fce2c80769d5da | 77bb08d129a46eae14cd73c8f6286741153755f3 | Cache expected missing manifest read (#89908)
## What
Found a bug. When a manifest is expectedly missing (`handleMissing`
option) it would not hit the caching for manifest loading. Causing a
readFileSync that fails every time it's called and doesn't get cached.
## How
This PR resolves the issue by moving the handle... | [
{
"path": "packages/next/src/server/load-manifest.external.ts",
"patch": "@@ -30,22 +30,36 @@ export function loadManifest<T extends object>(\n ): DeepReadonly<T>\n export function loadManifest<T extends object>(\n path: string,\n- shouldCache?: true,\n+ shouldCache?: boolean,\n cache?: Map<string, un... | 2026-02-17T15:00:40 |
electron/electron | 6756974828edcda00829042b75bf96ef0e208d61 | d6dfd4ed7a8f3664e13da7e60eb39529820b72bd | build: fixup chromedriver and mksnapshot (#48470)
* build: update build tools to get proper exit codes from e build
xref: https://github.com/electron/build-tools/pull/759
* build: target zips directly
mksnapshot and chromedriver have issues with siso trying to run a separate build and zip step, so just target the z... | [
{
"path": ".github/actions/build-electron/action.yml",
"patch": "@@ -79,7 +79,7 @@ runs:\n shell: bash\n run: |\n cd src\n- e build --target electron:electron_mksnapshot\n+ e build --target electron:electron_mksnapshot_zip\n ELECTRON_DEPOT_TOOLS_DISABLE_LOG=1 e d gn... | 2025-10-07T03:22:55 |
facebook/react | 9baecbf02b2b53746f259b77293288aa9d8968f8 | 0422a00e3e5e6823ae763bef37911ee50709c324 | [Fizz] Avoid hanging when suspending after aborting while rendering (#34192)
This fixes an edge case where you abort the render while rendering a
component that ends up Suspending. It technically only applied if you
were deep enough to be inside `renderNode` and was not susceptible to
hanging if the abort + suspending... | [
{
"path": "packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js",
"patch": "@@ -94,9 +94,7 @@ describe('ReactDOMFizzServer', () => {\n ReactDOM = require('react-dom');\n ReactDOMClient = require('react-dom/client');\n ReactDOMFizzServer = require('react-dom/server');\n- if (__EXPERIMEN... | 2025-08-12T23:46:56 |
nodejs/node | 6225189de90b64f374a8e93450c69e9c67cdccd8 | b8e264d3c36d2935f9a8d0426e9c9bc014ae089f | doc: fix pseudo code in modules.md
This problem was introduced in PR #38837.
PR-URL: https://github.com/nodejs/node/pull/57677
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "doc/api/modules.md",
"patch": "@@ -414,7 +414,7 @@ NODE_MODULES_PATHS(START)\n 4. while I >= 0,\n a. if PARTS[I] = \"node_modules\", GOTO d.\n b. DIR = path join(PARTS[0 .. I] + \"node_modules\")\n- c. DIRS = DIR + DIRS\n+ c. DIRS = DIRS + DIR\n d. let I = I - 1\n 5. return DIRS + GL... | 2025-11-08T14:34:49 |
golang/go | 134035855cbc84e25765c2a4af3d152aaf430c5c | f65fe3216ef67b4318f8da475ec59418dfc4fb5d | cmd/compile: simplify slice/array range loops on loong64
loong64 supports R+R addressing ({st,ld}x.{b,h,w,d} instructions)
and has implemented the relevant lowering rules (only width is 1).
Removes 1616 instructions from the go binary on loong64.
file before after Δ %
asm 575366 5... | [
{
"path": "src/cmd/compile/internal/walk/range.go",
"patch": "@@ -23,7 +23,7 @@ func cheapComputableIndex(width int64) bool {\n \t// MIPS does not have R+R addressing\n \t// Arm64 may lack ability to generate this code in our assembler,\n \t// but the architecture supports it.\n-\tcase sys.PPC64, sys.S390X:... | 2026-01-22T02:44:19 |
vercel/next.js | 77bb08d129a46eae14cd73c8f6286741153755f3 | 7bece27057791c5d5fb0029a4d462f2d8dbf5838 | Refactor factory not available error message generation (#89897)
## What?
Extracted the `factoryNotAvailableMessage` function to a shared location in the runtime utilities, moving it from being duplicated in browser-specific runtime code to the shared runtime module. Updated error handling in both browser and Node.js... | [
{
"path": "turbopack/crates/turbopack-ecmascript-runtime/js/src/browser/runtime/base/runtime-base.ts",
"patch": "@@ -95,31 +95,6 @@ const availableModules: Map<ModuleId, Promise<any> | true> = new Map()\n \n const availableModuleChunks: Map<ChunkPath, Promise<any> | true> = new Map()\n \n-function factoryNo... | 2026-02-17T12:09:26 |
electron/electron | 715808ecbe2c726f2174853a2d2db2676ebbc0e9 | 01cab978f7359374efc5bd609da0448249fbcec3 | docs: mention that webUtils should be used via preload script (#45861)
* docs: mention that webUtils should be used via preload script
* docs: suppress lint errors
* docs: clarify webUtils usage scope
* docs: exclude potentially dangerous alert() in the example code
* docs: minor change
* docs: minor change
* do... | [
{
"path": "docs/api/web-utils.md",
"patch": "@@ -17,11 +17,27 @@ Returns `string` - The file system path that this `File` object points to. In th\n This method superseded the previous augmentation to the `File` object with the `path` property. An example is included below.\n \n ```js @ts-nocheck\n-// Befor... | 2025-10-03T20:07:38 |
nodejs/node | b8e264d3c36d2935f9a8d0426e9c9bc014ae089f | ca9196980842c76eb4b95ab0c7a63c1af68c43ca | src: tag v8 aligned pointer slots with embedder data type tags
PR-URL: https://github.com/nodejs/node/pull/60602
Fixes: https://github.com/nodejs/node/issues/60589
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: ... | [
{
"path": "src/README.md",
"patch": "@@ -126,10 +126,10 @@ Typical ways of working with internal fields are:\n * `obj->GetInternalField(i)` to get a JavaScript value from an internal field.\n * `obj->SetInternalField(i, v)` to store a JavaScript value in an\n internal field.\n-* `obj->GetAlignedPointerFro... | 2025-11-08T14:27:25 |
facebook/react | 0422a00e3e5e6823ae763bef37911ee50709c324 | 47fd2f5e1487fb48c561a6f8f30c534d8f8c7747 | [DevTools] Fix missing key warning (#34186) | [
{
"path": "packages/react-devtools-shared/src/devtools/views/Components/InspectedElementView.js",
"patch": "@@ -174,9 +174,8 @@ export default function InspectedElementView({\n {showStack ? <StackTraceView stack={stack} /> : null}\n {showOwnersList &&\n owners?.map(owne... | 2025-08-12T17:58:19 |
golang/go | a0796d8af67e147f54e06952272745aa3410c291 | 481ab86aafe0cac177df793c9946c5ef2126137c | reflect: allow conversions between slices of named {byte,rune} and string
So the reflect behavior matches that of the language.
These conversions are allowed:
[]myByte <-> string
[]myRune <-> string
[]myByte <-> myString
[]myRune <-> myString
And even if the left-hand-side is named, e.g.
myBytes([]myByte) <-> stri... | [
{
"path": "src/reflect/all_test.go",
"patch": "@@ -4177,6 +4177,9 @@ type MyBytesArray [4]byte\n type MyRunes []int32\n type MyFunc func()\n type MyByte byte\n+type MyRune rune\n+type MyBytes2 []MyByte\n+type MyRunes2 []MyRune\n \n type IntChan chan int\n type IntChanRecv <-chan int\n@@ -4480,6 +4483,38 @@ ... | 2026-01-27T19:06:18 |
vercel/next.js | 7bece27057791c5d5fb0029a4d462f2d8dbf5838 | 663c9151cf2f75662cc1e8054b91409d8eea8cd1 | [turbopack] fix our verify features in turbo-tasks backend (#90013)
Some recent refactorings accidentally broke these features
Mostly it was small API deltas (e.g. moving `get_task_description` onto TaskGuard, renaming some of the `TaskStorage` apis), but the removal of the `stateful` flag was more interesting, so th... | [
{
"path": "turbopack/crates/turbo-tasks-backend/Cargo.toml",
"patch": "@@ -19,7 +19,7 @@ no_fast_stale = []\n verify_serialization = []\n verify_aggregation_graph = []\n verify_immutable = []\n-verify_determinism = []\n+verify_determinism = [\"turbo-tasks/verify_determinism\"]\n trace_aggregation_update_que... | 2026-02-17T08:44:39 |
electron/electron | 01cab978f7359374efc5bd609da0448249fbcec3 | 7cb1552614a5b9e2b45b8135b7c04b0773937651 | refactor: remove `gin_helper::Arguments` (#48374)
* refactor: make api::Clipboard::GetClipboardBuffer() private
* refactor: move GetClipboadBuffer() into anonymous namespace
* refactor: use gin::Arguments in StopRecording()
* refactor: use gin::Arguments in ImageView::New()
* refactor: use gin::Arguments in Append... | [
{
"path": "filenames.gni",
"patch": "@@ -629,8 +629,6 @@ filenames = {\n \"shell/common/gin_converters/usb_device_info_converter.h\",\n \"shell/common/gin_converters/value_converter.cc\",\n \"shell/common/gin_converters/value_converter.h\",\n- \"shell/common/gin_helper/arguments.cc\",\n- \... | 2025-10-03T19:10:29 |
nodejs/node | 83c05d4304035222968cf00b10d609753b8a3784 | 622c3721bf61e0bda825bed821e316e19ba75eff | src: use CP_UTF8 for wide file names on win32
`src/node_modules.cc` needs to be consistent with `src/node_file.cc` in
how it translates the utf8 strings to `std::wstring` otherwise we might
end up in situation where we can read the source code of imported
package from disk, but fail to recognize that it is an ESM (or ... | [
{
"path": "src/compile_cache.cc",
"patch": "@@ -232,10 +232,8 @@ static std::string GetRelativePath(std::string_view path,\n // the paths to wide strings before using std::filesystem::path.\n // On other platforms, std::filesystem::path can handle UTF-8 directly.\n #ifdef _WIN32\n- std::filesystem::path mo... | 2025-11-08T03:41:44 |
facebook/react | 47fd2f5e1487fb48c561a6f8f30c534d8f8c7747 | 1dc3bdead16bfb6d481f29b4ec55ffcf63f5bca8 | [DevTools] Fix index (#34187)
I used the wrong indexer and tested with one entry. | [
{
"path": "packages/react-devtools-shared/src/backend/fiber/renderer.js",
"patch": "@@ -3247,7 +3247,7 @@ export function attach(\n const debugInfo = thenable._debugInfo;\n if (debugInfo) {\n for (let j = 0; j < debugInfo.length; j++) {\n- const debugEntry = debugInfo[i];\n+ ... | 2025-08-12T17:57:35 |
golang/go | 251f3aa6ee6fc3925fe8e64cd4b403bfa73b93ab | 5ec5fdc093979c55c9605931d668e209cc1e1b00 | os/exec: document blocking Stdin/Stdout/Stderr
WaitDelay only handles writes to Stdin and reads from Stdout/Stderr.
If Stdin is set to a blocking Reader, or Stdout/Stderr are set to
a blocking Writer, Wait can hang indefinitely. I don't see any way to
fix this with the current API, as there is no general way that the
... | [
{
"path": "src/os/exec/exec.go",
"patch": "@@ -203,6 +203,11 @@ type Cmd struct {\n \t// stops copying, either because it has reached the end of Stdin\n \t// (EOF or a read error), or because writing to the pipe returned an error,\n \t// or because a nonzero WaitDelay was set and expired.\n+\t//\n+\t// Rega... | 2026-01-27T04:03:30 |
electron/electron | 7cb1552614a5b9e2b45b8135b7c04b0773937651 | 49c37b4daa434048eda52cd9b4a8a07380e50d29 | fix: accentColor set distinguishes the frame (#48405)
* fix: accentColor set distinguishes the frame
* chore: invalid change
* fix: lint | [
{
"path": "shell/browser/native_window_views_win.cc",
"patch": "@@ -31,15 +31,15 @@ namespace electron {\n \n namespace {\n \n-void SetWindowBorderAndCaptionColor(HWND hwnd, COLORREF color) {\n- if (base::win::GetVersion() < base::win::Version::WIN11)\n- return;\n-\n- HRESULT result =\n- DwmSetWin... | 2025-10-03T18:10:18 |
vercel/next.js | 326fb8131f3e2fcad8853f3341036771ccb5a91a | a8d460e90e431f0962325d27d82be37bd7668394 | [turbopack] Fix some modification tracking bugs in TaskStorage (#89708)
Fix a few cases we track modification _after_ making the mutation instead of before it.
For snapshotting to work correctly we need to snapshot the task before it is modified to provide a consistent view of the database (well a point in time consi... | [
{
"path": "turbopack/crates/turbo-tasks-macros/src/derive/task_storage_macro.rs",
"patch": "@@ -1476,8 +1476,8 @@ fn generate_trait_accessor_methods(field: &FieldInfo) -> TokenStream {\n #check_access\n let current = self.typed().flags.#field_name();\n ... | 2026-02-17T07:41:55 |
nodejs/node | 622c3721bf61e0bda825bed821e316e19ba75eff | 7c85846cd9859eab15214c38fae85a4eb6ecea98 | benchmark: add per-suite setup option
This allows us to set up fixtures for the benchmark suite only
once, which can save quite a bit of time when running benchmarks
that require tens of thousands of fixture files or more (e.g.
the module benchmarks).
PR-URL: https://github.com/nodejs/node/pull/60574
Fixes: https://g... | [
{
"path": "benchmark/common.js",
"patch": "@@ -28,6 +28,7 @@ class Benchmark {\n const argv = process.argv.slice(2);\n const parsed_args = this._parseArgs(argv, configs, options);\n \n+ this.originalOptions = options;\n this.options = parsed_args.cli;\n this.extra_options = parsed_args.ex... | 2025-11-07T17:47:43 |
facebook/react | d587434c350a9ba317285ce7b535add47ab3c205 | ca292f7a57e8c5950cda51f1aa00509dbb07dbf1 | [DevTools] Pick up suspended by info from use() (#34148)
Similar to #34144 but for `use()`.
`use()` dependencies don't get added to the `fiber._debugInfo` set
because that just models the things blocking the children, and not the
Fiber component itself. This picks up any debug info from the thenable
state that we sta... | [
{
"path": "packages/react-devtools-shared/src/__tests__/inspectedElement-test.js",
"patch": "@@ -791,7 +791,7 @@ describe('InspectedElement', () => {\n \"react_lazy\": {\n \"_payload\": Dehydrated {\n \"preview_short\": {…},\n- \"preview_long\": {_result: () => {}, _... | 2025-08-11T16:10:05 |
golang/go | 0f72aff835111bb0e7998bdb6de3f02a1483afe7 | 03a6a2074086e186071fbc362bbb6c630f9bc84b | simd/archsimd: fix typo in the SHA256Message1 documentation string
Change-Id: I8bc5fec0475bfaebc0469d0efb2ba89af4b3f150
Reviewed-on: https://go-review.googlesource.com/c/go/+/738640
Reviewed-by: Junyang Shao <shaojunyang@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.c... | [
{
"path": "src/simd/archsimd/_gen/simdgen/ops/Others/categories.yaml",
"patch": "@@ -95,7 +95,7 @@\n - go: SHA256Message1\n commutative: false\n documentation: !string |-\n- // NAME does the sigma and addtion of 1 in SHA1 algorithm defined in FIPS 180-4.\n+ // NAME does the sigma and addition of 1... | 2026-01-22T22:34:17 |
electron/electron | 37a115b8fd02ba0bc89f7e76ff37700b4a0b5c19 | e7e29ea876894d603c2d3d58e7ba5c1cb71dc4f1 | fix: initialze featurelist before parsing features (#48411) | [
{
"path": "shell/app/electron_main_delegate.cc",
"patch": "@@ -13,10 +13,12 @@\n #include \"base/apple/bundle_locations.h\"\n #include \"base/base_switches.h\"\n #include \"base/command_line.h\"\n+#include \"base/debug/leak_annotations.h\"\n #include \"base/debug/stack_trace.h\"\n #include \"base/environmen... | 2025-10-02T23:18:14 |
vercel/next.js | a8d460e90e431f0962325d27d82be37bd7668394 | 6df47fc8a31cb665b0b5fed06935d3f094f6ca4e | fix(next/legacy/image): add deployment id (dpl) query string support (#89956)
## What?
Add deployment ID (`?dpl`) query string support to `next/legacy/image`.
## Why?
The shared `image-loader.ts` (used by `next/image`) already extracts and
appends the `?dpl` deployment ID to optimized image URLs. The legacy
image c... | [
{
"path": "packages/next/src/client/legacy/image.tsx",
"patch": "@@ -24,6 +24,7 @@ import { ImageConfigContext } from '../../shared/lib/image-config-context.shared\n import { warnOnce } from '../../shared/lib/utils/warn-once'\n import { normalizePathTrailingSlash } from '../normalize-trailing-slash'\n impor... | 2026-02-17T02:07:03 |
nodejs/node | 2703db7985fd5b192d0c9b435b7f1633c7dda627 | 368eb4c430d8d72440fc42e59313b5bcab8cb127 | src: show original file name in FileHandle GC close errors
Otherwise, it can be virtually impossible to debug where these types
of errors originate from.
PR-URL: https://github.com/nodejs/node/pull/60593
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-B... | [
{
"path": "src/dataqueue/queue.cc",
"patch": "@@ -916,6 +916,7 @@ class FdEntry final : public EntryImpl {\n fs::FileHandle::New(realm->GetBindingData<fs::BindingData>(),\n file,\n Local<Object>(),\n+ ... | 2025-11-07T15:57:05 |
facebook/react | 62a634b9722aa77d7ddb1fe8017db7d3a0925389 | 53d07944df70781b929f733e2059df43ca82edd3 | [DebugTools] Use thenables from the _debugThenableState if available (#34161)
In the case where a Promise is not cached, then the thenable state might
contain an older version. This version is the one that was actually
observed by the committed render, so that's the version we'll want to
inspect.
We used to not store... | [
{
"path": "packages/react-debug-tools/src/ReactDebugHooks.js",
"patch": "@@ -147,6 +147,8 @@ function getPrimitiveStackCache(): Map<string, Array<any>> {\n let currentFiber: null | Fiber = null;\n let currentHook: null | Hook = null;\n let currentContextDependency: null | ContextDependency<mixed> = null;\n+... | 2025-08-11T15:46:27 |
golang/go | 03a6a2074086e186071fbc362bbb6c630f9bc84b | ffb50fb7169f93c502e07868724b1f392267f696 | cmd/link: handle SRODATALRELRO in xcoffUpdateOuterSize
This is a followup to CL 723580. This fixes cgo builds on AIX.
For #76038
Change-Id: Idea959615891f3f6e33932fae7a9043778db3366
Reviewed-on: https://go-review.googlesource.com/c/go/+/738920
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gser... | [
{
"path": "src/cmd/link/internal/ld/xcoff.go",
"patch": "@@ -583,7 +583,7 @@ func xcoffUpdateOuterSize(ctxt *Link, size int64, stype sym.SymKind) {\n \tswitch stype {\n \tdefault:\n \t\tErrorf(\"unknown XCOFF outer symbol for type %s\", stype.String())\n-\tcase sym.SRODATA, sym.SFUNCTAB, sym.SSTRING:\n+\tca... | 2026-01-24T00:20:43 |
electron/electron | e7e29ea876894d603c2d3d58e7ba5c1cb71dc4f1 | b40a4befd42255d731ec3f68a96e96c1b9b96cef | fix: snapped window restoring to correct position (#48296) | [
{
"path": "shell/browser/native_window_views_win.cc",
"patch": "@@ -509,7 +509,7 @@ void NativeWindowViews::HandleSizeEvent(WPARAM w_param, LPARAM l_param) {\n WINDOWPLACEMENT wp;\n wp.length = sizeof(WINDOWPLACEMENT);\n \n- if (GetWindowPlacement(GetAcceleratedWidget(), &wp)) {\n+ if ... | 2025-10-02T16:14:48 |
vercel/next.js | e5e0d35672b4663ddf554cf5a1292e3d883d1022 | 960437cfcccdd0b4763ef1c4e2f9ea7697e81ecc | Use StageController for runtime prerendering (#89972)
Stacked on #89971
This controller was introduced to help with dev time validation. It
models stage transitions in a helpful way that will become more useful
soon as we get more advanced with what kinds of sync IO are considered
errors.
To prepare for this we will... | [
{
"path": "packages/next/src/server/app-render/app-render.tsx",
"patch": "@@ -222,7 +222,6 @@ import {\n } from '../../shared/lib/router/utils/get-dynamic-param'\n import type { ExperimentalConfig } from '../config-shared'\n import type { Params } from '../request/params'\n-import { createPromiseWithResolve... | 2026-02-17T00:13:44 |
nodejs/node | 368eb4c430d8d72440fc42e59313b5bcab8cb127 | ed6569c7538fed16356ae15fe218073e7c6bd18c | src: avoid C strings in more C++ exception throws
Similar to 2e2f4cd095ff93278, just missed them in that commit.
PR-URL: https://github.com/nodejs/node/pull/60592
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.... | [
{
"path": "src/debug_utils-inl.h",
"patch": "@@ -23,13 +23,26 @@ concept StringConvertible = requires(T a) {\n a.ToString()\n } -> std::convertible_to<std::string>;\n };\n+// For std::filesystem::path and similar typ... | 2025-11-07T15:56:54 |
rust-lang/rust | cc65ec1892b2aa593bc5421996a655fbfce64050 | cde9cf08d7a79042758db8d5d824d0341da97f7a | trim prefix/suffix for paths | [
{
"path": "library/std/src/path.rs",
"patch": "@@ -2725,6 +2725,41 @@ impl Path {\n self._strip_prefix(base.as_ref())\n }\n \n+ /// Returns a path with the optional prefix removed.\n+ ///\n+ /// If `base` is not a prefix of `self` (i.e., [`starts_with`] returns `false`), returns the ori... | 2026-03-24T16:07:22 |
facebook/react | 53d07944df70781b929f733e2059df43ca82edd3 | 34ce3acafdcfb6830250043b64d8af2450c730bc | [Fiber] Assign implicit debug info to used thenables (#34146)
Similar to #34137 but for Promises.
This lets us pick up the debug info from a raw Promise as a child which
is not covered by `_debugThenables`. Currently ChildFiber doesn't stash
its thenables so we can't pick them up from devtools after the fact
without ... | [
{
"path": "packages/react-reconciler/src/ReactFiberThenable.js",
"patch": "@@ -12,6 +12,7 @@ import type {\n PendingThenable,\n FulfilledThenable,\n RejectedThenable,\n+ ReactIOInfo,\n } from 'shared/ReactTypes';\n \n import type {LazyComponent as LazyComponentType} from 'react/src/ReactLazy';\n@@ -2... | 2025-08-11T15:44:05 |
golang/go | 64e8b238a1e5ce4cc47eec561db0ccf904e29e50 | a977717393fd779921ca258988230dbc741f5912 | runtime: rename aeshashbody to runtime.aeshashbody
Currently this is a raw symbol name with no package component, which is
confusing when seen in profilers or similar tools.
This function does not follow a Go ABI, and thus should not have a Go
function declaration. go vet requires declaration for standard assembly
fu... | [
{
"path": "src/runtime/asm_386.s",
"patch": "@@ -954,7 +954,7 @@ TEXT runtime·memhash(SB),NOSPLIT,$0-16\n \tMOVL\tp+0(FP), AX\t// ptr to data\n \tMOVL\ts+8(FP), BX\t// size\n \tLEAL\tret+12(FP), DX\n-\tJMP\taeshashbody<>(SB)\n+\tJMP\truntime·aeshashbody<>(SB)\n noaes:\n \tJMP\truntime·memhashFallback(SB)\n ... | 2026-01-22T16:47:42 |
electron/electron | b40a4befd42255d731ec3f68a96e96c1b9b96cef | 61a730353175079c7ed2003fcc1968045dfaafc1 | docs: fix formatting in asar integrity (#48431) | [
{
"path": "docs/tutorial/asar-integrity.md",
"patch": "@@ -64,13 +64,10 @@ flipFuses(\n )\n ```\n \n-:::tip Fuses in Electron Forge\n-\n-With Electron Forge, you can configure your app's fuses with\n-[@electron-forge/plugin-fuses](https://www.electronforge.io/config/plugins/fuses)\n-in your Forge configurat... | 2025-10-02T05:27:28 |
nodejs/node | 9495906f8b17d6db3b849a6bd8c8f2d2ef9ee09e | c2d14c15149bfed367eeb3857408cc1e7a1e2105 | debugger: fix event listener leak in the run command
It should remove both the error and the ready event listeners
attached when either of them fires, instead of removing only
the one whose corresponding event fires, otherwise the other
event listener will always get leaked.
PR-URL: https://github.com/nodejs/node/pul... | [
{
"path": "lib/internal/debugger/inspect_client.js",
"patch": "@@ -13,7 +13,7 @@ const {\n const Buffer = require('buffer').Buffer;\n const crypto = require('crypto');\n const { ERR_DEBUGGER_ERROR } = require('internal/errors').codes;\n-const { EventEmitter } = require('events');\n+const { EventEmitter, onc... | 2025-11-07T13:28:03 |
facebook/react | 34ce3acafdcfb6830250043b64d8af2450c730bc | 6445b3154ee60c2b2aa15d8be437a3f07feeb8f9 | [DevTools] Pick up suspended by info from React.lazy in type position (#34144)
Normally, we pick up debug info from instrumented Promise or React.Lazy
while we're reconciling in ReactChildFiber when they appear in the child
position. We add those to the `_debugInfo` of the Fiber.
However, we don't do that for for Laz... | [
{
"path": "packages/react-devtools-shared/src/backend/fiber/renderer.js",
"patch": "@@ -104,6 +104,7 @@ import {\n MEMO_NUMBER,\n MEMO_SYMBOL_STRING,\n SERVER_CONTEXT_SYMBOL_STRING,\n+ LAZY_SYMBOL_STRING,\n } from '../shared/ReactSymbols';\n import {enableStyleXFeatures} from 'react-devtools-feature-... | 2025-08-11T15:42:59 |
electron/electron | 6f9cd718c4aaf51464519d6a4da12f86a8da9c1c | a95180e0806f4adba8009f46124b6bb4853ac0a6 | fix: runtime JS error that crashes `GetPackageJSON` (#48293)
We overriden the `GetPackageJSON` in Node.js to let us read files
straight from the ASAR file instead of disk. The override works by
providing a JS method with the limitation that it should not throw a
runtime error. However, this invariant was accidentally ... | [
{
"path": "shell/common/api/electron_api_asar.cc",
"patch": "@@ -191,13 +191,15 @@ class Archive : public node::ObjectWrap {\n static void SplitPath(const v8::FunctionCallbackInfo<v8::Value>& args) {\n auto* isolate = args.GetIsolate();\n \n+ auto dict = gin_helper::Dictionary::CreateEmpty(isolate);\n+ ... | 2025-09-30T16:32:13 |
golang/go | 2d1f571c6b420757b2a72b9e53d486840a1317f9 | f532f87a9895afc60b6ab17969c67e33d1ed1564 | cmd/compile, runtime: avoid improper control transfer instruction hints on riscv64
On RISC-V the JAL and JALR instructions provide Return Address
Stack(RAS) prediction hints based on the registers used (as per section
2.5.1 of the RISC-V ISA manual). When a JALR instruction uses X1 or X5
as the source register, it hin... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go",
"patch": "@@ -118,6 +118,7 @@ func init() {\n \tregCtxt := regNamed[\"X26\"]\n \tcallerSave := gpMask | fpMask | regNamed[\"g\"]\n \tr5toR6 := regNamed[\"X5\"] | regNamed[\"X6\"]\n+\tregX5 := regNamed[\"X5\"]\n \n \tvar (\n \t\tgpstore = regInfo{... | 2025-12-04T11:06:20 |
nodejs/node | 525c4fb316a8074bea4e4aad358c3b376e99826c | b4b141377938dbc5705a20389e87f337991e3d87 | repl: fix pasting after moving the cursor to the left
Fixes: https://github.com/nodejs/node/issues/60446
PR-URL: https://github.com/nodejs/node/pull/60470
Reviewed-By: Jordan Harband <ljharb@gmail.com> | [
{
"path": "lib/internal/readline/interface.js",
"patch": "@@ -659,7 +659,17 @@ class Interface extends InterfaceConstructor {\n [kInsertString](c) {\n this[kBeforeEdit](this.line, this.cursor);\n if (!this.isCompletionEnabled) {\n- this.line += c;\n+ if (this.cursor < this.line.length) {... | 2025-11-05T20:36:59 |
facebook/react | 6445b3154ee60c2b2aa15d8be437a3f07feeb8f9 | ab5238d5a40a4a4a68b351d345ab26f8ec5785e2 | [Fiber] Add additional debugInfo to React.lazy constructors in DEV (#34137)
This creates a debug info object for the React.lazy call when it's
called on the client. We have some additional information we can track
for these since they're created by React earlier.
We can track the stack trace where `React.lazy` was ca... | [
{
"path": "packages/react-client/src/__tests__/ReactFlight-test.js",
"patch": "@@ -2822,7 +2822,7 @@ describe('ReactFlight', () => {\n expect(getDebugInfo(promise)).toEqual(\n __DEV__\n ? [\n- {time: 20},\n+ {time: gate(flags => flags.enableAsyncDebugInfo) ?... | 2025-08-11T15:42:23 |
electron/electron | d4a5fdc8fc5c969fe793e3b478834658018608f2 | 3a7c6dd4a551eebb6bd4581ad746ba38808049ac | fix: add missed enum `SaveRequestType` to PdfViewerPrivate function (#48372)
fix: add missed SaveRequestType enum to PdfViewerPrivate function | [
{
"path": "shell/common/extensions/api/pdf_viewer_private.idl",
"patch": "@@ -6,6 +6,15 @@\n // functionality that the PDF Viewer needs from outside the PDF plugin. This API\n // is exclusively for the PDF Viewer.\n namespace pdfViewerPrivate {\n+ // Must match `SaveRequestType` in `pdf/mojom/pdf.mojom` an... | 2025-09-26T20:34:06 |
golang/go | cf0c42c2ca04c3ae9fa20ce9dd4f6bce301bd37b | bb221e8954b639e8790fd1d4a8cd35ff3a9340aa | cmd/compile/internal/reflectdata: fix divide by zero for zero-size array elements
When generating equality signatures for arrays with zero-size ASPECIAL
elements (e.g., [3]struct{_ [0]float64}), the compiler crashed with
a divide by zero error when computing the loop unroll factor.
Skip comparison code generation for... | [
{
"path": "src/cmd/compile/internal/reflectdata/alg.go",
"patch": "@@ -785,6 +785,9 @@ func (e *eqSigBuilder) build(t *types.Type) {\n \t\t\t// The generated loops are kind of inefficient as well,\n \t\t\t// so unroll the loop a bit.\n \t\t\tconst unrollSize = 32 // make loop body compare around this many b... | 2026-01-25T14:59:25 |
nodejs/node | fa9918e4120d126f333bcd796c2b8556811bf7a8 | 8511902b55c131f42ba9f3be135bbc16a75d6edf | test: add more logs to test-esm-loader-hooks-inspect-wait
This provides a bit more information about where & when the child
processes crashes when it crashes / flakes in the CI.
PR-URL: https://github.com/nodejs/node/pull/60466
Refs: https://github.com/nodejs/node/issues/54346
Reviewed-By: Luigi Pinca <luigipinca@gma... | [
{
"path": "test/parallel/test-esm-loader-hooks-inspect-wait.js",
"patch": "@@ -12,6 +12,7 @@ const { NodeInstance } = require('../common/inspector-helper.js');\n \n async function runTest() {\n const main = fixtures.path('es-module-loaders', 'register-loader.mjs');\n+ process.env.NODE_DEBUG = 'esm,async_... | 2025-11-05T13:10:06 |
facebook/react | ab5238d5a40a4a4a68b351d345ab26f8ec5785e2 | 7a934a16b861366282e297ee61611f9bd8c524cb | [DevTools] Show name prop of Suspense / Activity in the Components Tree view (#34135)
The name prop will be used in the Suspense tab to help identity a
boundary. Activity will also allow names. A custom component can be
identified by the name of the component but built-ins doesn't have that.
This PR adds it to the Co... | [
{
"path": "packages/react-devtools-shared/src/backend/fiber/renderer.js",
"patch": "@@ -2369,13 +2369,23 @@ export function attach(\n const keyString = key === null ? null : String(key);\n const keyStringID = getStringID(keyString);\n \n+ const nameProp =\n+ fiber.tag === SuspenseCom... | 2025-08-11T15:41:46 |
Subsets and Splits
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.