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 | 2e778a98b90a2b769a0de76d68f906dd1defeecb | b8381b7d93b7efd2b55cf5f860d81252953f313d | fix: ensure showInactive actually shows (#42226) | [
{
"path": "shell/browser/native_window_mac.mm",
"patch": "@@ -473,7 +473,7 @@ void ReorderChildWindowAbove(NSWindow* child_window, NSWindow* other_window) {\n if (parent())\n InternalSetParentWindow(parent(), true);\n \n- [window_ orderFrontRegardless];\n+ [window_ orderFrontKeepWindowKeyState];\n }... | 2024-05-20T21:12:05 |
nodejs/node | e6a988dbdee47b3412094a90d35d6bd8207c750d | e799722f1a0bf43fe4d47e4824b9524363fe0d62 | test: disable openssl 3.4.0 incompatible tests
The shake128/shake256 hashing algorithms broke due to an OpenSSL 3.4
incompatible change and now throws an Error.
PR-URL: https://github.com/nodejs/node/pull/56160
Refs: https://github.com/nodejs/node/issues/56159
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.c... | [
{
"path": "test/parallel/test-crypto-oneshot-hash.js",
"patch": "@@ -31,6 +31,9 @@ const methods = crypto.getHashes();\n const input = fs.readFileSync(fixtures.path('utf8_test_text.txt'));\n \n for (const method of methods) {\n+ // Skip failing tests on OpenSSL 3.4.0\n+ if (method.startsWith('shake') && c... | 2024-12-06T18:14:16 |
golang/go | 2fe5d51d0494d3241a8006d797d02510b030c0e3 | 9fcb87c352b398aa650310160346c8d9bfcdcc45 | internal/trace: fix wrong scope for Event.Range or EvGCSweepActive
Change-Id: I6a6a69643e804c75914e6eedd32463cb825ab69f
Reviewed-on: https://go-review.googlesource.com/c/go/+/694695
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scop... | [
{
"path": "src/internal/trace/event.go",
"patch": "@@ -489,7 +489,6 @@ func (e Event) Range() Range {\n \t\t} else {\n \t\t\tr.Scope.id = int64(e.Proc())\n \t\t}\n-\t\tr.Scope.id = int64(e.Proc())\n \tcase tracev2.EvGCMarkAssistBegin, tracev2.EvGCMarkAssistActive, tracev2.EvGCMarkAssistEnd:\n \t\tr.Name = \... | 2025-07-02T19:49:45 |
rust-lang/rust | 7718cb1f07794bb600d9b3583c6805df283be358 | b4d7d437d2310fb02266e38b28c28ee53229b5e0 | improve debugging-support-in-rustc.md | [
{
"path": "src/doc/rustc-dev-guide/src/debugging-support-in-rustc.md",
"patch": "@@ -160,16 +160,16 @@ are _not_ in the DWARF standard.\n * Rust compiler will emit DWARF for a virtual table, and this `vtable` object will have a\n `DW_AT_containing_type` that points to the real type.\n This lets debugger... | 2026-02-24T09:22:07 |
facebook/react | 5dcf3ca8d45a276a8b4cee0cedd234967661ca35 | 433068eece2071a96de98b60f99ce6a9121a629c | Add FB RSC Entry for React Package (#30310)
I noticed that the www-modern builds pick up the `.experimental.js`
entry points but these flags that are associated with these exports are
not enabled in www, so it gets the wrong builds.
This file is just a clone over the stable `ReactServer.js` one. We
should probab... | [
{
"path": "packages/react/src/ReactServer.fb.js",
"patch": "@@ -0,0 +1,60 @@\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+ * @flow\n+ */\n+\n+export ... | 2024-07-11T22:44:49 |
electron/electron | b8381b7d93b7efd2b55cf5f860d81252953f313d | af9a59cc402461ed5b2a2010b5dc64f9a42d377e | docs: fix broken anchors (#42213) | [
{
"path": "docs/api/environment-variables.md",
"patch": "@@ -51,7 +51,7 @@ Unsupported options are:\n --http-parser\n ```\n \n-If the [`nodeOptions` fuse](../tutorial/fuses.md#L27) is disabled, `NODE_OPTIONS` will be ignored.\n+If the [`nodeOptions` fuse](../tutorial/fuses.md#nodeoptions) is disabled, `NODE... | 2024-05-17T07:46:18 |
nodejs/node | 496e17e302ebd61440ccc4d2f84d7276434ddf43 | d5bea71e68c360b2b02967ce4127239872cee61c | src: add --disable-sigusr1 to prevent signal i/o thread
This commit adds a new flag `--disable-sigusr1` to prevent
the SignalIOThread to be up listening the SIGUSR1 events and
then starting the debugging session.
PR-URL: https://github.com/nodejs/node/pull/56441
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com... | [
{
"path": "doc/api/cli.md",
"patch": "@@ -577,6 +577,17 @@ Disable the `Object.prototype.__proto__` property. If `mode` is `delete`, the\n property is removed entirely. If `mode` is `throw`, accesses to the\n property throw an exception with the code `ERR_PROTO_ACCESS`.\n \n+### `--disable-sigusr1`\n+\n+<!-... | 2025-01-13T16:51:34 |
vercel/next.js | 94fe834574fade7008eb36e7a6e157017e52bea2 | 42cc1a85888311a7f0745fd68fb29e4767b1d9e3 | docs: onRequestError request header type (#83988)
Aligning with the actual type
https://github.com/vercel/next.js/blob/canary/packages/next/src/server/instrumentation/types.ts#L18 | [
{
"path": "docs/01-app/03-api-reference/03-file-conventions/instrumentation.mdx",
"patch": "@@ -88,7 +88,7 @@ export function onRequestError(\n request: {\n path: string // resource path, e.g. /blog?name=foo\n method: string // request method. e.g. GET, POST, etc\n- headers: { [key: string]: st... | 2025-09-23T12:48:36 |
rust-lang/rust | 94554413c09f0cd761fc974c85313af0c4b3e8c2 | df995ede1b3e61f0e87081d9548e6cd2a3ec9095 | Fix the compile-test tests when setting Cargo's `build.build-dir` setting to a path that's distinct from `target-dir`
In this approach, we're using the `CARGO_BIN_EXE_clippy-driver` env var, which is set to the appropriate absolute path,
invariant across the various possible `target-dir` and `build.build-dir` configur... | [
{
"path": "tests/compile-test.rs",
"patch": "@@ -197,9 +197,6 @@ impl TestContext {\n defaults.set_custom(\"diagnostic-collector\", collector);\n }\n config.with_args(&self.args);\n- let current_exe_path = env::current_exe().unwrap();\n- let deps_path = current_exe_... | 2026-02-24T00:15:40 |
facebook/react | 433068eece2071a96de98b60f99ce6a9121a629c | af28f480e8e74ce71bb33259b61fef8a5a228f74 | Remove top stack frame from getCurrentStack (#30306)
The full stack is the current execution stack (`new Error().stack`) +
the current owner stack (`React.captureOwnerStack()`).
The idea with the top frame was that when we append it to console.error
we'd include both since otherwise the true reason would be obscu... | [
{
"path": "packages/react-reconciler/src/ReactCurrentFiber.js",
"patch": "@@ -33,7 +33,7 @@ export function getCurrentFiberOwnerNameInDevOrNull(): string | null {\n return null;\n }\n \n-function getCurrentFiberStackInDev(stack: null | Error): string {\n+function getCurrentFiberStackInDev(): string {\n ... | 2024-07-11T22:34:41 |
golang/go | 08ab8e24a310944768717356e188a14c46c7447b | 702ee2d51ed0522e3942d0dd2819e2c8cb8a10f2 | [dev.simd] cmd/compile: generated code from 'fix generated rules for shifts'
this code is generated by simdgen CL 695455
Change-Id: I5afdc209a50b49d68e120130e0578e4666bf8749
Reviewed-on: https://go-review.googlesource.com/c/go/+/695475
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccou... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/simdAMD64.rules",
"patch": "@@ -1444,42 +1444,33 @@\n (SetLoUint32x16 x y) => (VINSERTI64X4512 [0] x y)\n (SetLoUint64x4 x y) => (VINSERTI128256 [0] x y)\n (SetLoUint64x8 x y) => (VINSERTI64X4512 [0] x y)\n-(ShiftAllLeftInt16x8 x (MOVQconst [c])) => (VPSLLW128con... | 2025-08-12T21:01:55 |
nodejs/node | 464f335a698fb7871d943bf2ef37d8235704f17c | db7a31e2766ae3c800f6e879ec0f3d08e0759198 | stream: fix typo in ReadableStreamBYOBReader.readIntoRequests
PR-URL: https://github.com/nodejs/node/pull/56560
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "lib/internal/webstreams/readablestream.js",
"patch": "@@ -925,7 +925,7 @@ class ReadableStreamBYOBReader {\n throw new ERR_INVALID_ARG_TYPE('stream', 'ReadableStream', stream);\n this[kState] = {\n stream: undefined,\n- requestIntoRequests: [],\n+ readIntoRequests: [],\n... | 2025-01-13T15:11:47 |
vercel/next.js | 81bccc93e99bc33759d0789538dafa42c45d068e | ce4d40b00b53aacd546bb061b9964cc34cc3f076 | Guide users to `experimental.cacheComponents` config (#84121)
In error messages and in docs for `'use cache'` and related APIs, we now
guide users to the `experimental.cacheComponents` config instead of
`experimental.useCache`.
closes NAR-410 | [
{
"path": "crates/next-custom-transforms/src/transforms/server_actions.rs",
"patch": "@@ -3191,15 +3191,15 @@ fn emit_error(error_kind: ServerActionsErrorKind) {\n span,\n formatdoc! {\n r#\"\n- Unknown cache kind \"{cache_kind}\". Please configure ... | 2025-09-23T10:23:59 |
facebook/react | a09950ed418adb26a5e735b4ee9eca5e5282ffc7 | a5cc797b8801dfe58c7a34c99a9fa60c6c9c8274 | Gate inlined consoleWithStackDev transpilation (#30317)
This code is getting deleted in #30313 anyway but it should've been
gated all along.
This code exists to basically manually transpile console.error to
consoleWithStackDev because the transpiler doesn't work on `.apply` or
`.bind` or the dynamic look up. We ... | [
{
"path": "packages/react-client/src/ReactClientConsoleConfigBrowser.js",
"patch": "@@ -65,9 +65,9 @@ export function printToConsole(\n );\n }\n \n- if (methodName === 'error') {\n+ if (methodName === 'error' && __DEV__) {\n error.apply(console, newArgs);\n- } else if (methodName === 'warn') {\... | 2024-07-11T17:05:26 |
rust-lang/rust | b4d7d437d2310fb02266e38b28c28ee53229b5e0 | 49e1fb9ca61c9560ab3ecf8156ce0daafaaaaad3 | sembr src/debugging-support-in-rustc.md | [
{
"path": "src/doc/rustc-dev-guide/src/debugging-support-in-rustc.md",
"patch": "@@ -19,8 +19,9 @@ According to Wikipedia\n > other programs (the \"target\" program).\n \n Writing a debugger from scratch for a language requires a lot of work, especially if\n-debuggers have to be supported on various platfor... | 2026-02-24T09:06:48 |
golang/go | f10a82b76ff92b3c506203485b158191de4b3090 | 3bea95b2778312dd733c0f13fe9ec20bd2bf2d13 | all: update vendored dependencies [generated]
The tree has opened for Go 1.26 development. This is a time to update
all golang.org/x/... module versions that contribute packages to the
std and cmd modules in the standard library to latest master versions.
For #36905.
[git-generate]
go install golang.org/x/build/cmd/... | [
{
"path": "src/cmd/go.mod",
"patch": "@@ -1,21 +1,21 @@\n module cmd\n \n-go 1.25\n+go 1.26\n \n require (\n \tgithub.com/google/pprof v0.0.0-20250208200701-d0013a598941\n-\tgolang.org/x/arch v0.18.1-0.20250605182141-b2f4e2807dec\n-\tgolang.org/x/build v0.0.0-20250606033421-8c8ff6f34a83\n-\tgolang.org/x/mod... | 2025-08-09T02:06:27 |
nodejs/node | f4fcf0e6138a24a17cadc75c68be62d95a29f242 | 99099d64cb46a67d83d10737b99e0c9519c13062 | tls: fix error stack conversion in cryptoErrorListToException()
The ncrypto move introduced regressions in
cryptoErrorListToException() by passing in the size of the
vector unnecessarily into the vector constructor and then use
push_back() (which would result in a crash on dereferencing empty
handles during later iter... | [
{
"path": "src/crypto/crypto_util.cc",
"patch": "@@ -237,7 +237,8 @@ MaybeLocal<Value> cryptoErrorListToException(\n if (errors.size() > 1) {\n CHECK(exception->IsObject());\n Local<Object> exception_obj = exception.As<Object>();\n- LocalVector<Value> stack(env->isolate(), errors.size() - 1);\n... | 2025-01-12T20:53:04 |
rust-lang/rust | ce93a5335de4315a09f93a9cb0569baa47cbc3c2 | ef70767064ab87b0a41400f69e1dc0b55c8d5284 | Fix Async Drop MIR bug with async_drop_in_place (Squashed) | [
{
"path": "compiler/rustc_mir_transform/src/elaborate_drop.rs",
"patch": "@@ -326,12 +326,23 @@ where\n const_: Const::zero_sized(pin_obj_new_unchecked_fn),\n }));\n \n+ // Create an intermediate block that does StorageDead(fut) then jumps to succ.\n+ // This is necessary b... | 2026-02-24T08:04:33 |
vercel/next.js | ce4d40b00b53aacd546bb061b9964cc34cc3f076 | 90af4259ffff9934dcafeb9a00e91609fd0e68e5 | fix(docs): Fix links in UPGRADING.md (#84114)
### What?
Both links in this file were broken/out of date.
### Why?
### How?
Updated with new links, open to suggestions if we want to link
elsewhere!
Co-authored-by: Joseph <joseph.chamochumbi@vercel.com> | [
{
"path": "UPGRADING.md",
"patch": "@@ -1 +1 @@\n-This document has been moved to [nextjs.org/docs/upgrading](https://nextjs.org/docs/upgrading). It's also available in this repository on [/docs/01-app/03-building-your-application/11-upgrading](/docs/01-app/03-building-your-application/11-upgrading).\n+This... | 2025-09-23T10:23:16 |
facebook/react | a5cc797b8801dfe58c7a34c99a9fa60c6c9c8274 | 85acf2d19527df568136ba08be97aa766d427ff2 | Updates ViewConfig types to delegate isInAParentText context (#29872)
<!--
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 ... | [
{
"path": "packages/react-native-renderer/src/ReactNativeTypes.js",
"patch": "@@ -85,13 +85,15 @@ export type ViewConfig = $ReadOnly<{\n }>,\n ...\n }>,\n+ supportsRawText?: boolean,\n uiViewClassName: string,\n validAttributes: AttributeConfiguration,\n }>;\n \n export type PartialViewConfig... | 2024-07-11T16:47:20 |
golang/go | adbf59525c06ae7e037ad0e9a7709ebed2528d66 | 4e182db5fc876564a4f87a0602c58ea0ddc6e37c | internal/runtime/gc/scan: avoid -1 index when cache sizes unavailable
Fixes #74984.
Fixes #74983.
Change-Id: I011c66c2005bc4d92f1d17f1f8ce88158634f71f
Reviewed-on: https://go-review.googlesource.com/c/go/+/695476
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-Tr... | [
{
"path": "src/internal/runtime/gc/scan/scan_test.go",
"patch": "@@ -100,6 +100,9 @@ func benchmarkCacheSizes(b *testing.B, fn func(b *testing.B, heapPages int)) {\n \t\t\tfn(b, pages)\n \t\t})\n \t}\n+\tif len(cacheSizes) == 0 {\n+\t\treturn\n+\t}\n \tramPages := int(cacheSizes[len(cacheSizes)-1]*3/2) / gc... | 2025-08-12T21:57:23 |
nodejs/node | 046be6d28f2b10ea47477d8f401c07cca0eb74b1 | 9230f22029f1c3fed9b91ebcf5b114d33b915a32 | doc: fix parentheses in options
PR-URL: https://github.com/nodejs/node/pull/56563
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> | [
{
"path": "doc/api/child_process.md",
"patch": "@@ -536,7 +536,7 @@ changes:\n * `options` {Object}\n * `cwd` {string|URL} Current working directory of the child process.\n * `detached` {boolean} Prepare child process to run independently of its\n- parent process. Specific behavior depends on the pla... | 2025-01-12T17:58:56 |
rust-lang/rust | cbdcfca40324738bf39e160538cdaf853bcc0f76 | 24efac106335824fed59d1490d79d62524a85afb | Swapped key comparisons to match lower_bound_mut, added FIXME comments on bulk inserting other_keys into self map, and inlined with_next() insertion on conflicts from Cursor* | [
{
"path": "library/alloc/src/collections/btree/map.rs",
"patch": "@@ -1253,7 +1253,6 @@ impl<K, V, A: Allocator + Clone> BTreeMap<K, V, A> {\n /// Similar to [`insert`], though, the key is not overwritten,\n /// which matters for types that can be `==` without being identical.\n ///\n- ///\n ... | 2026-02-23T05:38:50 |
facebook/react | 6587fe19338d22076b9c0fe50185717218b4a8bc | 29552c7907230222acd3f2c586784d24f9da6200 | feat(compiler): Ignore `TSInterfaceDeclaration` (#30314)
## Summary
The following was not supported:
```ts
function A() {
interface C {
id: number;
}
return 0;
}
```
Message:
> Todo: (BuildHIR::lowerStatement) Handle TSInterfaceDeclaration
statements (2:4)
Playground:
https://playground... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/HIR/BuildHIR.ts",
"patch": "@@ -1332,6 +1332,7 @@ function lowerStatement(\n return;\n }\n case \"TypeAlias\":\n+ case \"TSInterfaceDeclaration\":\n case \"TSTypeAliasDeclaration\": {\n // We do not preserve type annotat... | 2024-07-11T02:11:04 |
electron/electron | a54afabe044f547e6316d3408da265cf50852569 | 125bd6aa2bb3b06edf5b9eb3640572475ca1abb2 | fix: `win.center()` on Windows (#42195)
fix: win.center() on Windows | [
{
"path": "shell/browser/native_window_views.cc",
"patch": "@@ -1085,7 +1085,7 @@ void NativeWindowViews::Center() {\n #else\n HWND hwnd = GetAcceleratedWidget();\n gfx::Size size = display::win::ScreenWin::DIPToScreenSize(hwnd, GetSize());\n- gfx::CenterAndSizeWindow(hwnd, hwnd, size);\n+ gfx::Center... | 2024-05-15T17:36:24 |
golang/go | f63e12d0e0f4533af54550d6d049a836fb738147 | 8e317da77d151f180b6e006a0e84154576a4a295 | internal/trace: fix Sync.ClockSnapshot comment
The old comment said "clocks take in close in time" which was probably
due to rewording this a few times.
Replace the comment with the one of the ClockSnapshot type as there
doesn't seem to be a good reason for using a different wording here.
Change-Id: I6a6a69648c8470c... | [
{
"path": "src/internal/trace/event.go",
"patch": "@@ -690,9 +690,11 @@ type Sync struct {\n \t// N indicates that this is the Nth sync event in the trace.\n \tN int\n \n-\t// ClockSnapshot is a snapshot of different clocks taken in close in time\n-\t// that can be used to correlate trace events with data c... | 2025-08-11T06:33:05 |
vercel/next.js | fa57e47f78683fc09fa1955980782e01dbc22dab | 7ff17dd13ed347fa450341ea7d640d298d50cdba | [Turbopack] avoid attaching referenced output assets to chunks (#75933)
### What?
`referenced_output_assets` are different for every chunk group. Attaching them as references to a random chunk in the group causes a different Chunk instance which not only causes duplicate work, but also multiple writes to the same f... | [
{
"path": "crates/next-api/src/app.rs",
"patch": "@@ -39,8 +39,8 @@ use serde::{Deserialize, Serialize};\n use tracing::Instrument;\n use turbo_rcstr::{RcStr, rcstr};\n use turbo_tasks::{\n- Completion, FxIndexSet, NonLocalValue, ResolvedVc, TryJoinIterExt, ValueToString, Vc,\n- fxindexset, trace::Tra... | 2025-09-23T09:37:29 |
nodejs/node | 8ca295623510289b1476e9d9d2dca7e56349ad60 | 0576deb4e5526b89e268d7b6842b221918f9a470 | crypto: fix warning of ignoring return value
PR-URL: https://github.com/nodejs/node/pull/56527
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> | [
{
"path": "deps/ncrypto/ncrypto.cc",
"patch": "@@ -346,7 +346,7 @@ bool BignumPointer::generate(const PrimeConfig& params,\n PrimeCheckCallback innerCb) const {\n // BN_generate_prime_ex() calls RAND_bytes_ex() internally.\n // Make sure the CSPRNG is properly seeded.\n- CS... | 2025-01-11T14:55:30 |
rust-lang/rust | d501f960a3950983725a94f4ec7e83f3149e13f2 | eeb94be79adc9df7a09ad0b2421f16e60e6d932c | rustc_target: callconv: powerpc64: Use llvm_abiname rather than target_abi for ABI determination
Currently on PowerPC64 targets, llvm_abiname and target_abi will be the
same unless we're on AIX. Since llvm_abiname is what we pass on to LLVM,
it is preferable to use the value of that to determine the calling
convention... | [
{
"path": "compiler/rustc_target/src/callconv/powerpc64.rs",
"patch": "@@ -5,7 +5,7 @@\n use rustc_abi::{Endian, HasDataLayout, TyAbiInterface};\n \n use crate::callconv::{Align, ArgAbi, FnAbi, Reg, RegKind, Uniform};\n-use crate::spec::{Abi, HasTargetSpec, Os};\n+use crate::spec::{HasTargetSpec, Os};\n \n ... | 2026-02-24T06:37:34 |
facebook/react | 29552c7907230222acd3f2c586784d24f9da6200 | fe9828954adcc51aa2bd21fe53d969a44dd3c9d2 | Override the getCurrentStack temporarily while printing uncaught errors (#30309)
This is just a follow up to #30300.
I forgot the uncaught branch. | [
{
"path": "packages/react-reconciler/src/ReactFiberErrorLogger.js",
"patch": "@@ -46,27 +46,29 @@ export function defaultOnUncaughtError(\n 'Consider adding an error boundary to your tree to customize error handling behavior.\\n' +\n 'Visit https://react.dev/link/error-boundaries to learn more a... | 2024-07-10T20:58:46 |
golang/go | fe4d445c36d69c1b238399e2f13b04bedd65ad7b | 750789fab7f9cccc0756c5ec0d0952c917a4546f | internal/trace/tracev2: fix EvSTWBegin comment to include stack ID
Change-Id: I6a6a69644fb9a6e765933384cdb17c63458be69a
Reviewed-on: https://go-review.googlesource.com/c/go/+/694617
Auto-Submit: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.c... | [
{
"path": "src/internal/trace/tracev2/events.go",
"patch": "@@ -48,7 +48,7 @@ const (\n \tEvGoStatus // goroutine status at the start of a generation [timestamp, goroutine ID, thread ID, status]\n \n \t// STW.\n-\tEvSTWBegin // STW start [timestamp, kind]\n+\tEvSTWBegin // STW start [timestamp, k... | 2025-06-22T13:29:34 |
electron/electron | 125bd6aa2bb3b06edf5b9eb3640572475ca1abb2 | 7f8fabbe7b93f1d44421c12b42b8fc8a6cd69a96 | docs: troubleshooting advice for rbe auth 'token not valid' error (#42027) | [
{
"path": "docs/development/build-instructions-gn.md",
"patch": "@@ -329,3 +329,7 @@ Error: Cannot find module '/Users/<user>/.electron_build_tools/src/e'\n ```\n \n We recommend installing Node through [nvm](https://github.com/nvm-sh/nvm). This allows for easier Node version management, and is often a fix ... | 2024-05-15T17:35:32 |
vercel/next.js | 8f162b138d50ec460cd8ceb3b93f7783a55c99e2 | df29b988c235d2dd82a0a470b51a262851165a3a | Fix: Client should auto reload after server restarts (#83971)
Port the implementation from pages router to app router.
https://github.com/vercel/next.js/blob/27515900b31bfad83c3ecc65ed2e5d020ec289a6/packages/next/src/client/dev/hot-reloader/pages/websocket.ts
---------
Co-authored-by: devjiwonchoi <devjiwonchoi@gma... | [
{
"path": "packages/next/src/client/dev/hot-reloader/app/web-socket.ts",
"patch": "@@ -17,6 +17,12 @@ import {\n logQueue,\n } from '../../../../next-devtools/userspace/app/forward-logs'\n import { InvariantError } from '../../../../shared/lib/invariant-error'\n+import { WEB_SOCKET_MAX_RECONNECTIONS } fro... | 2025-09-23T05:45:13 |
nodejs/node | 0576deb4e5526b89e268d7b6842b221918f9a470 | ad68d088a31c9d607d1eeeadc5cbf3aec78c31bf | test: add error only reporter for node:test
This commit introduces a node:test reporter to the common utils.
This reporter can be used to silence output other than errors
from node:test. This is useful because in Node's own test suite,
the output of node:test is included in the output of the
Python test runner.
Refs:... | [
{
"path": ".github/workflows/build-tarball.yml",
"patch": "@@ -105,4 +105,4 @@ jobs:\n - name: Test\n run: |\n cd $TAR_DIR\n- make run-ci -j4 V=1 TEST_CI_ARGS=\"-p dots --node-args='--test-reporter=spec' --measure-flakiness 9\"\n+ make run-ci -j4 V=1 TEST_CI_ARGS=\"... | 2025-01-11T14:19:35 |
rust-lang/rust | d3bd9e610310c77e8b501c49b369e25f55ca88c0 | b3869b94cd1ed4bfa2eb28f301535d5e9599c713 | Remove unhelpful hint from trivial bound errors | [
{
"path": "compiler/rustc_trait_selection/src/error_reporting/traits/suggestions.rs",
"patch": "@@ -3845,7 +3845,6 @@ impl<'a, 'tcx> TypeErrCtxt<'a, 'tcx> {\n err.span_note(assoc_span, msg);\n }\n ObligationCauseCode::TrivialBound => {\n- err.help(\"see... | 2026-02-24T05:04:45 |
facebook/react | 34dccefeb9302c1f4a39a7bde00eb8b1a6a36bdf | 9647333b3d5a5d2a3ca7fe2a78d2d3da24bc4984 | Convert some tests to use assertConsoleErrorDev or just avoid mocking (#30307)
This is mainly so that I can rely on the helpers more for component
stack testing. | [
{
"path": "packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js",
"patch": "@@ -1812,83 +1812,59 @@ describe('ReactDOMFizzServer', () => {\n );\n }\n \n- // We can't use the toErrorDev helper here because this is an async act.\n- const originalConsoleError = console.error;\n- const... | 2024-07-10T20:23:55 |
electron/electron | 435003566dbfe0aedbe52b39774f32148635ed00 | d7099b0ad4594284eb3143d6839e167c1a9b1a44 | fix: restore non-panel focus behavior (#42180) | [
{
"path": "shell/browser/native_window_mac.mm",
"patch": "@@ -426,20 +426,7 @@ void ReorderChildWindowAbove(NSWindow* child_window, NSWindow* other_window) {\n // If we're a panel window, we do not want to activate the app,\n // which enables Electron-apps to build Spotlight-like experiences.\n ... | 2024-05-14T22:52:08 |
golang/go | 750789fab7f9cccc0756c5ec0d0952c917a4546f | 889ab74169db2c8758f51c1a199a90266b16669b | internal/trace/internal/testgen: fix missing stacks nframes arg
Change-Id: I6a6a6964c9c1322bfe289394d5d3937d1f7097bb
Reviewed-on: https://go-review.googlesource.com/c/go/+/694616
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>... | [
{
"path": "src/internal/trace/internal/testgen/trace.go",
"patch": "@@ -295,7 +295,7 @@ func (g *Generation) writeEventsTo(tw *raw.TextWriter) {\n \tb.RawEvent(tracev2.EvStacks, nil)\n \tfor stk, id := range g.stacks {\n \t\tstk := stk.stk[:stk.len]\n-\t\targs := []uint64{id}\n+\t\targs := []uint64{id, uint... | 2025-06-22T13:29:34 |
vercel/next.js | df29b988c235d2dd82a0a470b51a262851165a3a | 51656e537ce529ae80d247f6b651eff3bd78649b | docs: Fix the title/path of the turbopack page on pages router (#84001)
This option was renamed/stabilized from `experimental.turbo` to `turbopack` in 15.3.
The app router page title/path was correct, but pages router had the wrong thing.
Let me know if I should add a redirect for this somewhere? | [
{
"path": "docs/02-pages/04-api-reference/04-config/01-next-config-js/turbopack.mdx",
"patch": "@@ -1,5 +1,5 @@\n ---\n-title: turbo\n+title: turbopack\n description: Configure Next.js with Turbopack-specific options\n version: experimental\n source: app/api-reference/config/next-config-js/turbopack",
"... | 2025-09-23T04:47:08 |
nodejs/node | ad68d088a31c9d607d1eeeadc5cbf3aec78c31bf | 649da3b8377e030ea7b9a1bc0308451e26e28740 | doc: fix location of NO_COLOR in CLI docs
The 'coverage output' and 'source map cache' sections were
appearing under the NO_COLOR environment variable instead of
the NODE_V8_COVERAGE enviroment variable where they were intended
to be. This commit fixes that issue.
PR-URL: https://github.com/nodejs/node/pull/56525
Rev... | [
{
"path": "doc/api/cli.md",
"patch": "@@ -3378,11 +3378,6 @@ easier to instrument applications that call the `child_process.spawn()` family\n of functions. `NODE_V8_COVERAGE` can be set to an empty string, to prevent\n propagation.\n \n-### `NO_COLOR=<any>`\n-\n-[`NO_COLOR`][] is an alias for `NODE_DISABLE... | 2025-01-11T00:03:08 |
facebook/react | 9647333b3d5a5d2a3ca7fe2a78d2d3da24bc4984 | 2d3f81bb6a650386832d885d7b63a7d0d517ba15 | Add RN fork of consoleWithStackDev so we can improve the mainline one (#30305)
We're removing this wrapper from the mainline but RN is still using
component stacks to filter out warnings.
This is unfortunate since it'll be hard to keep track of the interplay
with these, DevTools and how you're supposed to impleme... | [
{
"path": "packages/shared/forks/consoleWithStackDev.rn.js",
"patch": "@@ -0,0 +1,59 @@\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+import React... | 2024-07-10T17:37:56 |
electron/electron | f2af35182c9a7b13a7047992cb330652c15cec69 | d0cb298f95c905ba78e4746c560b9be6a1d0208f | fix: fix cast in ElectronDesktopWindowTreeHostLinux (#42179)
Fix cast in ElectronDesktopWindowTreeHostLinux
The frame view of the widget is an `ClientFrameViewLinux` instance only
when both `frame` and `client_frame` booleans are set to `true`.
Otherwise it is an instance of a different class and thus casting to
... | [
{
"path": "shell/browser/ui/electron_desktop_window_tree_host_linux.cc",
"patch": "@@ -87,9 +87,15 @@ void ElectronDesktopWindowTreeHostLinux::OnWindowStateChanged(\n \n void ElectronDesktopWindowTreeHostLinux::OnWindowTiledStateChanged(\n ui::WindowTiledEdges new_tiled_edges) {\n- static_cast<ClientFr... | 2024-05-14T21:26:39 |
golang/go | 182336bf05c8e833f433510ba62205d8ce40299a | f04421ea9adc634fc24133ddc59aa24e323ceec9 | net/http: fix data race in client
Fixes #73522
Co-authored-by: Damien Neil <dneil@google.com>
Change-Id: I6fb408a0b03bc387f443e17e6f9d0bac32eff31e
Reviewed-on: https://go-review.googlesource.com/c/go/+/694815
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Damien... | [
{
"path": "src/net/http/transport.go",
"patch": "@@ -722,7 +722,7 @@ func (t *Transport) roundTrip(req *Request) (_ *Response, err error) {\n \t\t\tif e, ok := err.(transportReadFromServerError); ok {\n \t\t\t\terr = e.err\n \t\t\t}\n-\t\t\tif b, ok := req.Body.(*readTrackingBody); ok && !b.didClose {\n+\t\... | 2025-08-11T17:21:50 |
vercel/next.js | 4edf40d7dbdda6fcdea2a0bbb61ec0cd39165642 | 36bff1060eef4f6d0a8a9ad408be66489a276cc4 | Fix layout for `ssgPageRoutes` in the file tree (#84104)
Fix layout for ssgPageRoutes in the file tree
there was an extraneous column that messed with offsets accidentally left behind by #83815
Closes NEXT-4727 | [
{
"path": "packages/next/src/build/utils.ts",
"patch": "@@ -383,7 +383,6 @@ export async function printTreeView(\n ? ` (avg ${getPrettyDuration(avgDuration)})`\n : ''\n }`,\n- '',\n showRevalidate && initialCacheControl\n ... | 2025-09-22T23:47:48 |
nodejs/node | 3946f1678681f89f37d9e42d67e51dfcadb6c817 | ba6800d1d6f2c1662d010d0618d999119da270ca | process: fix symbol key and mark experimental new `node:process` methods
PR-URL: https://github.com/nodejs/node/pull/56517
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "doc/api/process.md",
"patch": "@@ -3248,11 +3248,13 @@ console.log(`The parent process is pid ${ppid}`);\n added: v23.6.0\n -->\n \n+> Stability: 1 - Experimental\n+\n * `maybeRefable` {any} An object that may be \"refable\".\n \n An object is \"refable\" if it implements the Node.js \"Refable pr... | 2025-01-10T14:40:28 |
facebook/react | 2d3f81bb6a650386832d885d7b63a7d0d517ba15 | 378b305958eb7259cacfce8ad0e66eec07e07074 | Format DOM Nesting Warning as Diff View + An Additional Log for Stack Trace (#30302)
Currently we're printing parent stacks at the end of DOM nesting even
with owner stacks enabled. That's because the context of parent tree is
relevant for determining why two things are nested. It might not be
sufficient to see the... | [
{
"path": "packages/react-dom-bindings/src/client/validateDOMNesting.js",
"patch": "@@ -7,7 +7,54 @@\n * @flow\n */\n \n-import {getCurrentParentStackInDev} from 'react-reconciler/src/ReactCurrentFiber';\n+import type {Fiber} from 'react-reconciler/src/ReactInternalTypes';\n+import type {HydrationDiffNode... | 2024-07-10T16:17:13 |
electron/electron | d0cb298f95c905ba78e4746c560b9be6a1d0208f | 1ef5406c8cd88a4de8d8d70b32ca383ecfc907a6 | fix: `webContents.navigationHistory` should be enumerable (#42139)
fix: webContents.navigationHistory should be enumerable | [
{
"path": "lib/browser/api/web-contents.ts",
"patch": "@@ -541,7 +541,8 @@ WebContents.prototype._init = function () {\n length: this._historyLength.bind(this),\n getEntryAtIndex: this._getNavigationEntryAtIndex.bind(this)\n },\n- writable: false\n+ writable: false,\n+ enumerable: t... | 2024-05-14T20:47:47 |
golang/go | ce3f3e2ae73dcc0c270bc73a59ea5e7be6cf6a8d | 3dbef65bf37f1b7ccd1f884761341a5a15456ffa | cmd/link/internal/ld, internal/syscall/unix: use posix_fallocate on netbsd
The posix_fallocate system call is available since NetBSD 7.0, see
https://man.netbsd.org/posix_fallocate.2
Re-use the syscall wrappers already in place for freebsd. Note that
posix_fallocate on netbsd also returns the result in r1 rather than... | [
{
"path": "src/cmd/link/internal/ld/fallocate_test.go",
"patch": "@@ -2,7 +2,7 @@\n // Use of this source code is governed by a BSD-style\n // license that can be found in the LICENSE file.\n \n-//go:build darwin || (freebsd && go1.21) || linux\n+//go:build darwin || (freebsd && go1.21) || linux || (netbsd ... | 2025-08-06T15:50:14 |
vercel/next.js | 3c42dfb313e45d58bfc21ed3db6b173f078153fb | b853167072928d0d7bc281a278a518ff489b6223 | Turbopack: Document automatic Babel config support (#84002)
~I'm looking for review/feedback, but **DO NOT MERGE UNTIL NEXT 16.0 IS RELEASED.** This is not supported on 15.5, and merging these docs now would be confusing to users. If you want to try it out, use a recent canary release.~ I've been informed that docs ar... | [
{
"path": "docs/01-app/03-api-reference/05-config/01-next-config-js/turbopack.mdx",
"patch": "@@ -55,13 +55,13 @@ The following options are available for the `turbopack` configuration:\n \n The following loaders have been tested to work with Turbopack's webpack loader implementation, but many other webpack ... | 2025-09-22T23:22:38 |
nodejs/node | ba6800d1d6f2c1662d010d0618d999119da270ca | 529b56ef9d2a0b3402dee5a812a1d88983b09a80 | esm: fix jsdoc type refs to `ModuleJobBase` in esm/loader
Co-Authored-By: Carlos Espa <43477095+Ceres6@users.noreply.github.com>
PR-URL: https://github.com/nodejs/node/pull/56499
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoi... | [
{
"path": "lib/internal/modules/esm/loader.js",
"patch": "@@ -54,6 +54,8 @@ const { tracingChannel } = require('diagnostics_channel');\n const onImport = tracingChannel('module.import');\n \n /**\n+ * @typedef {import('./hooks.js').HooksProxy} HooksProxy\n+ * @typedef {import('./module_job.js').ModuleJobBas... | 2025-01-10T13:44:43 |
facebook/react | 14fdd0e21c420deb4bb96fc1e9021b531543d15a | 3b2e5f27c5b72708677da27779852b9aa83ef909 | [Flight] Serialize rate limited objects in console logs as marker an increase limit (#30294)
This marker can then be emitted as a getter. When this object gets
accessed we use a special error to let the user know what is going on.
<img width="1350" alt="Screenshot 2024-07-08 at 10 13 46 PM"
src="https://github.co... | [
{
"path": "packages/react-client/src/ReactFlightClient.js",
"patch": "@@ -1231,6 +1231,29 @@ function parseModelString(\n }\n // Fallthrough\n }\n+ case 'Y': {\n+ if (__DEV__) {\n+ // In DEV mode we encode omitted objects in logs as a getter that throws\n+ ... | 2024-07-10T04:15:15 |
golang/go | 3dbef65bf37f1b7ccd1f884761341a5a15456ffa | 2b804abf0712d45801671232585e0011902a5c48 | database/sql: allow drivers to override Scan behavior
Implementing RowsColumnScanner allows the driver
to completely control how values are scanned.
Fixes #67546
Change-Id: Id8e7c3a973479c9665e4476fe2d29e1255aee687
GitHub-Last-Rev: ed0cacaec4a4feead56b09c0d6eee86ed58fe1ee
GitHub-Pull-Request: golang/go#67648
Reviewe... | [
{
"path": "api/next/67546.txt",
"patch": "@@ -0,0 +1,5 @@\n+pkg database/sql/driver, type RowsColumnScanner interface { Close, Columns, Next, ScanColumn } #67546\n+pkg database/sql/driver, type RowsColumnScanner interface, Close() error #67546\n+pkg database/sql/driver, type RowsColumnScanner interface, Col... | 2025-05-31T15:27:15 |
rust-lang/rust | faf9506169ecb8cb0b358f531278e359adfd84e8 | 0492671fc8cb1a4fe240681e83e71845db697793 | fix: `suboptimal_flops` FN on add and sub assign | [
{
"path": "clippy_lints/src/floating_point_arithmetic/mul_add.rs",
"patch": "@@ -1,6 +1,7 @@\n-use clippy_utils::diagnostics::span_lint_and_sugg;\n+use clippy_utils::diagnostics::span_lint_and_then;\n use clippy_utils::sugg::Sugg;\n use clippy_utils::{get_parent_expr, has_ambiguous_literal_in_expr, sym};\n+... | 2026-02-23T21:33:59 |
nodejs/node | b8f6d84ff5893b1274d658da22bc4067c2fb93fa | 483e3d5e4b006d65ebeacef06b8bfacbd475c9d0 | test: mark test-http-server-request-timeouts-mixed as flaky
This has been flaking the CI for more than 2 years with various
attempts to fix without success. It has still been flaking the
CI (failed 19 out of 100 recent testing CI runs). It's time to
mark it as flaky.
PR-URL: https://github.com/nodejs/node/pull/56503
... | [
{
"path": "test/sequential/sequential.status",
"patch": "@@ -28,6 +28,9 @@ test-http-server-request-timeouts-mixed: PASS, FLAKY\n # https://github.com/nodejs/node/issues/54816\n test-single-executable-application-empty: PASS, FLAKY\n \n+# https://github.com/nodejs/node/issues/43465\n+test-http-server-reques... | 2025-01-09T15:31:01 |
facebook/react | 3b2e5f27c5b72708677da27779852b9aa83ef909 | 39e69dc665ef6f6dd1f9fe2f63348afb09694eab | [Fiber] Override the getCurrentStack temporarily while printing errors (#30300)
Only for parent stacks. This ensures that we can use the regular
mechanism for appending stack traces. E.g. you can polyfill it.
This is mainly so that I can later remove the automatic appending. | [
{
"path": "packages/react-reconciler/src/ReactFiberErrorLogger.js",
"patch": "@@ -95,7 +95,19 @@ export function defaultOnCaughtError(\n errorBoundaryName || 'Anonymous'\n }.`;\n \n- if (enableOwnerStacks) {\n+ const prevGetCurrentStack = ReactSharedInternals.getCurrentStack;\n+ if (!... | 2024-07-10T04:15:00 |
electron/electron | e19754d7fd4a24d058031121b0ac73b3fcb6e6cd | c56e1dffb0adc6140b8b112678885cbccfc3d6f6 | test: add tests for electron fuses (#42129)
* spec: add tests for electron fuses
* spec: fix tests for windows
* spec: handle weird crash codes on win32
* spec: disable fuse tests on arm64 windows | [
{
"path": "shell/common/asar/archive.cc",
"patch": "@@ -116,7 +116,7 @@ bool FillFileInfoWithNode(Archive::FileInfo* info,\n info->executable = *executable;\n }\n \n-#if BUILDFLAG(IS_MAC)\n+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)\n if (load_integrity &&\n electron::fuses::IsEmbeddedAsarInte... | 2024-05-13T17:48:26 |
vercel/next.js | b853167072928d0d7bc281a278a518ff489b6223 | 34f1f5a0642902c5d15d1c5f8439a30bb10962bd | Turbopack: Merge babel-loader and react-compiler configuration logic to avoid running babel twice (#83502)
Port the logic for configuring react-compiler from JS to Rust.
This fixes two issues:
- Babel could run twice if you had both react compiler enabled and a babel config file.
- We can now emit a warning if we det... | [
{
"path": "crates/next-api/src/app.rs",
"patch": "@@ -1314,9 +1314,7 @@ impl AppEndpoint {\n \n // polyfill-nomodule.js is a pre-compiled asset distributed as part of next,\n // load it as a RawModule.\n- let next_package = get_next_package(project.project_path().owned().await?)\n- ... | 2025-09-22T22:33:55 |
golang/go | 2b804abf0712d45801671232585e0011902a5c48 | 6abfe7b0deaeb62d9f8d4bf09475efec68db9a1b | net: context aware Dialer.Dial functions
Add context aware dial functions for TCP, UDP, IP and Unix networks.
Fixes #49097
Updates #59897
Change-Id: I7523452e8e463a587a852e0555cec822d8dcb3dd
Reviewed-on: https://go-review.googlesource.com/c/go/+/490975
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts... | [
{
"path": "api/next/49097.txt",
"patch": "@@ -0,0 +1,4 @@\n+pkg net, method (*Dialer) DialIP(context.Context, string, netip.Addr, netip.Addr) (*IPConn, error) #49097\n+pkg net, method (*Dialer) DialTCP(context.Context, string, netip.AddrPort, netip.AddrPort) (*TCPConn, error) #49097\n+pkg net, method (*Dial... | 2023-04-30T15:12:27 |
rust-lang/rust | 8ac769f9d0675d7ca28ad01396ab204d8e3a96d7 | d3e8bd94cc042c65e30a6c60146a8a00531d1292 | Remove `rustc_feedable_queries` and `define_feedable` macros.
`rustc_queries!` produces two macros: `rustc_with_all_queries` and
`rustc_feedable_queries`. The latter is similar to the former but only
includes feedable queries.
But feedable queries don't need a separate mechanism because we can
identify feedable queri... | [
{
"path": "compiler/rustc_macros/src/query.rs",
"patch": "@@ -399,7 +399,6 @@ pub(super) fn rustc_queries(input: TokenStream) -> TokenStream {\n \n let mut query_stream = quote! {};\n let mut helpers = HelperTokenStreams::default();\n- let mut feedable_queries = quote! {};\n let mut analyzer_... | 2026-02-23T03:03:16 |
nodejs/node | 483e3d5e4b006d65ebeacef06b8bfacbd475c9d0 | 6b3937a072ae27535bdd83539c4d9ae539d263f1 | src: fix undefined script name in error source
PR-URL: https://github.com/nodejs/node/pull/56502
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "src/node_errors.cc",
"patch": "@@ -136,8 +136,13 @@ static std::string GetErrorSource(Isolate* isolate,\n \n // Print (filename):(line number): (message).\n ScriptOrigin origin = message->GetScriptOrigin();\n- node::Utf8Value filename(isolate, message->GetScriptResourceName());\n- const cha... | 2025-01-09T14:06:31 |
electron/electron | c56e1dffb0adc6140b8b112678885cbccfc3d6f6 | 653d0f009e5ec9a5e903b5179f335fbbd7b2e6ef | fix: partially revert invalidate focus ring (#42126) | [
{
"path": "patches/chromium/.patches",
"patch": "@@ -128,3 +128,4 @@ refactor_expose_file_system_access_blocklist.patch\n partially_revert_is_newly_created_to_allow_for_browser_initiated.patch\n fix_use_app_launch_prefetch_namespace_for_subprocesstype.patch\n feat_add_support_for_missing_dialog_features_to_... | 2024-05-13T16:02:59 |
vercel/next.js | 704c15311a3c2ceae546ac7f35853f2cd30c0d08 | a12283e511f2cc7f79381a2b4b622027a8ad7d34 | babel-loader: Fix a few issues with config caching (#83973)
- `isReactCompilerRequired` needs to be called in `getCacheCharacteristics`, not in `getFreshConfig` because it depends on the file contents, so we don't want to cache the result of `isReactCompilerRequired`.
- Moving react compiler detection outside of the c... | [
{
"path": "packages/next/src/build/babel/loader/get-config.ts",
"patch": "@@ -59,27 +59,26 @@ interface CharacteristicsGermaneToCaching {\n isPageFile: boolean | undefined\n isNextDist: boolean\n hasModuleExports: boolean\n- fileNameOrExt: string\n+ hasReactCompiler: boolean\n+ fileExt: string\n ... | 2025-09-22T21:53:12 |
facebook/react | b73dcdc04ffa2dd9f2197d796388657d64ad53be | 8aafbcf115e67df899ddbb180ef025c7c260a3fe | [Fizz] Refactor Component Stack Nodes (#30298)
Component stacks have a similar problem to the problem with keyPath
where we had to move it down and set it late right before recursing.
Currently we work around that by popping exactly one off when something
suspends. That doesn't work with the new server stacks being... | [
{
"path": "packages/react-devtools-shared/src/backend/DevToolsFiberComponentStack.js",
"patch": "@@ -47,6 +47,7 @@ export function describeFiber(\n case HostComponent:\n return describeBuiltInComponentFrame(workInProgress.type);\n case LazyComponent:\n+ // TODO: When we support Thenables ... | 2024-07-09T19:44:01 |
nodejs/node | 6b3937a072ae27535bdd83539c4d9ae539d263f1 | 8975748527a82d2dcfd6168ada30359f39de91ba | src: refactor --trace-env to reuse option selection and handling
This reduces the duplication in the code base, also makes
makes the log messages more concise since the `[--trace-env]`
prefix should provide enough indication about the fact that
it's about environment variable access.
PR-URL: https://github.com/nodejs... | [
{
"path": "src/node_credentials.cc",
"patch": "@@ -99,15 +99,7 @@ bool SafeGetenv(const char* key, std::string* text, Environment* env) {\n *text = value.value();\n }\n \n- auto options =\n- (env != nullptr ? env->options()\n- : per_process::cli_options->per_isolate->per_env... | 2025-01-09T12:46:22 |
golang/go | 691af6ca28dad9c72e51346fe10c6aaadc3f940b | 925149da2009589f6f2567564e1c7370e9f93b1b | encoding/json: fix Indent trailing whitespace regression in goexperiment.jsonv2
The Indent function preserves trailing whitespace,
while the v1 emulation under v2 implementation accidentally dropped it.
There was prior logic that attempted to preserve it,
but it did not work correctly since it ran in a defer and
acci... | [
{
"path": "src/encoding/json/scanner_test.go",
"patch": "@@ -74,6 +74,7 @@ func TestCompactAndIndent(t *testing.T) {\n \t-5e+2\n ]`},\n \t\t{Name(\"\"), \"{\\\"\\\":\\\"<>&\\u2028\\u2029\\\"}\", \"{\\n\\t\\\"\\\": \\\"<>&\\u2028\\u2029\\\"\\n}\"}, // See golang.org/issue/34070\n+\t\t{Name(\"\"), `null`, \"n... | 2025-07-31T23:21:41 |
vercel/next.js | 743d7a17d429e1d96c4a1f7277ceb05f37c3f0a5 | e24a5424d9621fcf1eaff0e8349e4e35e1c4af19 | Add test for JS resource size on navigation (#83731)
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making:
## For Contributor... | [
{
"path": "test/production/bundle-size/app/app/a/page.js",
"patch": "@@ -0,0 +1,10 @@\n+import { Nav } from '../../../nav'\n+\n+export default function Page() {\n+ return (\n+ <>\n+ <main>this is a</main>\n+ <Nav />\n+ </>\n+ )\n+}",
"additions": 10,
"deletions": 0,
"language":... | 2025-09-22T20:59:41 |
facebook/react | c3cdbec0a78d39b5ff7329384cb41c4573a38212 | 491a4eacce69fec4144725beaac7141da269e8cf | [Flight] Add context for non null prototype error (#30293)
We already added this for other thrown errors, not just console.errors.
There's a production form of this. We just missed adding this context.
Mainly the best context is the line number though which comes from owner
stacks. | [
{
"path": "packages/react-client/src/ReactFlightReplyClient.js",
"patch": "@@ -692,7 +692,8 @@ export function processReply(\n if (temporaryReferences === undefined) {\n throw new Error(\n 'Only plain objects, and a few built-ins, can be passed to Server Actions. ' +\n- ... | 2024-07-09T02:51:59 |
electron/electron | 653d0f009e5ec9a5e903b5179f335fbbd7b2e6ef | 10fd0ba655d619681e3e28182b891fda3b916209 | chore: bump node to v20.13.1 (main) (#42088)
* chore: bump node in DEPS to v20.13.0
* crypto: enable NODE_EXTRA_CA_CERTS with BoringSSL
https://github.com/nodejs/node/pull/52217
* test: skip test for dynamically linked OpenSSL
https://github.com/nodejs/node/pull/52542
* lib, url: add a `windows` option ... | [
{
"path": "DEPS",
"patch": "@@ -4,7 +4,7 @@ vars = {\n 'chromium_version':\n '126.0.6445.0',\n 'node_version':\n- 'v20.12.2',\n+ 'v20.13.1',\n 'nan_version':\n 'e14bdcd1f72d62bca1d541b66da43130384ec213',\n 'squirrel.mac_version':",
"additions": 1,
"deletions": 1,
"language"... | 2024-05-13T15:43:14 |
nodejs/node | 7b472fdfe7e16e2a472440ba148b88fbcfb03635 | c0ad1937d0004800f23b53308b5272208860dbbf | src: minor cleanups on OneByteString usage
* Provide a OneByteString variant that accepts std::string_view
* Use FIXED_ONE_BYTE_STRING in appropriate places
Signed-off-by: James M Snell <jasnell@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/56482
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Lu... | [
{
"path": "src/crypto/crypto_ec.cc",
"patch": "@@ -767,16 +767,16 @@ Maybe<void> ExportJWKEcKey(Environment* env,\n const int nid = EC_GROUP_get_curve_name(group);\n switch (nid) {\n case NID_X9_62_prime256v1:\n- crv_name = OneByteString(env->isolate(), \"P-256\");\n+ crv_name = FIXED_ONE_... | 2025-01-05T20:36:27 |
golang/go | 925149da2009589f6f2567564e1c7370e9f93b1b | cf4af0b2f30f27b6273fa9b9f295dbdaf9cdb7bb | net/http: add example for CrossOriginProtection
It's not immediately appaerent that a method must
be used to wrap the handler, so add a basic
example to guide users to the right API.
Fixes #74121
Change-Id: I23fc3dff6fff9bf4eb29c099bc77da8c99620671
Reviewed-on: https://go-review.googlesource.com/c/go/+/681256
LUCI-T... | [
{
"path": "src/net/http/example_test.go",
"patch": "@@ -12,6 +12,7 @@ import (\n \t\"net/http\"\n \t\"os\"\n \t\"os/signal\"\n+\t\"time\"\n )\n \n func ExampleHijacker() {\n@@ -221,3 +222,22 @@ func ExampleProtocols_http1or2() {\n \t}\n \tres.Body.Close()\n }\n+\n+func ExampleCrossOriginProtection() {\n+\tm... | 2025-06-12T08:30:28 |
electron/electron | 88f28a302ff2ba6fd3698e1cb1cfb6497d178f32 | 8d4467bdc4bb7019b4e150d47a3fbf2599c5392c | docs: improve protocol.handle file examples (#42111)
* docs: improve protocol.handle file examples
* chore: fix lint | [
{
"path": "docs/api/protocol.md",
"patch": "@@ -9,10 +9,14 @@ An example of implementing a protocol that has the same effect as the\n \n ```js\n const { app, protocol, net } = require('electron')\n+const path = require('node:path')\n+const url = require('node:url')\n \n app.whenReady().then(() => {\n- prot... | 2024-05-13T09:49:18 |
facebook/react | 491a4eacce69fec4144725beaac7141da269e8cf | 274c980c535bb34e17f5d97cc22ef4dd296ab413 | [DevTools] Print component stacks as error objects to get source mapping (#30289)
Before:
<img width="844" alt="Screenshot 2024-07-04 at 3 20 34 PM"
src="https://github.com/facebook/react/assets/63648/0fd8a53f-538a-4429-a4cf-c22f85a09aa8">
After:
<img width="845" alt="Screenshot 2024-07-05 at 6 08 28 PM"
sr... | [
{
"path": ".eslintrc.js",
"patch": "@@ -490,6 +490,7 @@ module.exports = {\n 'packages/react-devtools-extensions/**/*.js',\n 'packages/react-devtools-shared/src/hook.js',\n 'packages/react-devtools-shared/src/backend/console.js',\n+ 'packages/react-devtools-shared/src/backend/... | 2024-07-08T22:42:58 |
nodejs/node | c0ad1937d0004800f23b53308b5272208860dbbf | 799d9204f2e5bb92df49e90d7d7bc745a6a7ae32 | src: move more crypto impl detail to ncrypto dep
* remove obsolete LogSecret function
* move StackOfX509 decl to ncrypto
* colocate GetSSLOCSPResponse with callsite
* move x509 error code and reason to ncrypto
* simplify X509Pointer/X509View pointer derefs a bit
* move prime gen and checks to ncrypto
* move BN_* metho... | [
{
"path": "deps/ncrypto/ncrypto.cc",
"patch": "@@ -311,6 +311,87 @@ BignumPointer BignumPointer::clone() {\n return BignumPointer(BN_dup(bn_.get()));\n }\n \n+int BignumPointer::isPrime(int nchecks,\n+ BignumPointer::PrimeCheckCallback innerCb) const {\n+ BignumCtxPointer ctx(BN... | 2024-12-31T22:02:31 |
vercel/next.js | 9d596b1502bf7d370265c41786893fa6cd5c66b0 | 0761a925146d45b11bbadf8c87141968c48a1160 | Turbopack: Fix babel-loader (allowing built-in or manual configuration) (#82676)
## Context: What's broken?
For using `styled-jsx` with `react-compiler`, we need to use `babel-loader`, but it turns out that outside of our current narrow use of `react-compiler`, our usage of `babel-loader` in Turbopack is totally brok... | [
{
"path": "crates/next-core/src/next_shared/webpack_rules/babel.rs",
"patch": "@@ -1,16 +1,11 @@\n use std::sync::LazyLock;\n \n-use anyhow::Result;\n+use anyhow::{Context, Result};\n use regex::Regex;\n use turbo_rcstr::{RcStr, rcstr};\n-use turbo_tasks::{ResolvedVc, Vc};\n-use turbo_tasks_fs::{self, FileS... | 2025-09-22T16:40:58 |
golang/go | cf4af0b2f30f27b6273fa9b9f295dbdaf9cdb7bb | b096ddb9ea84efa28eafd7850b8f8a8b3e76e49f | encoding/json/v2: fix UnmarshalDecode regression with EOF
When EOF is encountered within jsontext.Decoder stream without
starting to parse any token, UnmarshalDecode should report EOF,
rather than converting it into ErrUnexpectedEOF.
This fixes a regression introduced by https://go.dev/cl/689919.
This change only af... | [
{
"path": "src/encoding/json/v2/arshal.go",
"patch": "@@ -470,7 +470,7 @@ func unmarshalDecode(in *jsontext.Decoder, out any, uo *jsonopts.Struct, last bo\n \t// was validated before attempting to unmarshal it.\n \tif uo.Flags.Get(jsonflags.ReportErrorsWithLegacySemantics) {\n \t\tif err := export.Decoder(i... | 2025-07-31T22:01:47 |
electron/electron | 8d4467bdc4bb7019b4e150d47a3fbf2599c5392c | 188196e78cd714c9fb2c75b4074c41ae2dcb2793 | docs: fixing typo in dark mode fiddle and doc (#42112) | [
{
"path": "docs/fiddles/features/dark-mode/index.html",
"patch": "@@ -14,6 +14,5 @@ <h1>Hello World!</h1>\n <button id=\"reset-to-system\">Reset to System Theme</button>\n \n <script src=\"renderer.js\"></script>\n- </body>\n </body>\n </html>",
"additions": 0,
"deletions": 1,
"language... | 2024-05-13T08:50:55 |
nodejs/node | ea493c18b262b082c310542533d369914b367111 | 5119049ca606fa2d0f6c64187ceab3150dcbe5c1 | crypto: make generatePrime/checkPrime interruptible
The `generatePrime` and `checkPrime` functions in the `crypto`
module are only somewhat interruptible. This change makes it
possible to interrupt these more reliably. Note that generating
overly large primes can still take a long time and may not be
interruptible as ... | [
{
"path": "doc/api/crypto.md",
"patch": "@@ -3940,6 +3940,13 @@ By default, the prime is encoded as a big-endian sequence of octets\n in an {ArrayBuffer}. If the `bigint` option is `true`, then a {bigint}\n is provided.\n \n+The `size` of the prime will have a direct impact on how long it takes to\n+generat... | 2025-01-03T23:22:12 |
facebook/react | df783f9ea1b6f95e05f830602da1de5ffb325d30 | 1b0132c05acabae5aebd32c2cadddfb16bda70bc | Add unknown location information to component stacks (#30290)
This is the same change as in #30289 but for the main runtime - e.g.
parent stacks in errorInfo.componentStack, appended stacks to
console.error coming from React itself and when we add virtual frames to
owner stacks.
Since we don't add location infor... | [
{
"path": "packages/react-dom/src/__tests__/ReactDOMSingletonComponents-test.js",
"patch": "@@ -475,7 +475,7 @@ describe('ReactDOM HostSingleton', () => {\n expect(hydrationErrors).toEqual([\n [\n \"Hydration failed because the server rendered HTML didn't match the client.\",\n- 'at... | 2024-07-08T15:54:14 |
vercel/next.js | 823685a742b8c24ae63b06c7b12d7abb724af87c | 3a5227bb8fc10a670f790250278273d2abfc689e | Turbopack: fix race condition in unit test (#84085)
### What?
Turbo Task functions are executed when they are called. Not awaiting them will still execute them, but makes it a race condition if the stats or the execution is faster. | [
{
"path": "turbopack/crates/turbo-tasks-backend/tests/task_statistics.rs",
"patch": "@@ -178,14 +178,33 @@ async fn test_dyn_trait_methods() -> Result<()> {\n async fn test_no_execution() -> Result<()> {\n run_without_cache_check(®ISTRATION, async move {\n enable_stats();\n- // don't a... | 2025-09-22T15:47:22 |
electron/electron | 188196e78cd714c9fb2c75b4074c41ae2dcb2793 | c765d57265efa92c5b22bcdcedd08bc8be52a89a | ci: auto label bug issues with version label (#42044) | [
{
"path": ".github/workflows/issue-opened.yml",
"patch": "@@ -35,7 +35,7 @@ jobs:\n with:\n creds: ${{ secrets.ISSUE_TRIAGE_GH_APP_CREDS }}\n org: electron\n- - run: npm install mdast-util-from-markdown@2.0.0 unist-util-select@5.1.0\n+ - run: npm install mdast-util-from... | 2024-05-13T08:49:23 |
nodejs/node | 5119049ca606fa2d0f6c64187ceab3150dcbe5c1 | 8d9dac4877dacb48dfa72f58869e57e48f61fb2c | doc: fix faulty YAML metadata
PR-URL: https://github.com/nodejs/node/pull/56508
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il> | [
{
"path": "doc/api/cli.md",
"patch": "@@ -192,8 +192,9 @@ Error: Access to this API has been restricted\n <!-- YAML\n added: v20.0.0\n changes:\n- - version: v23.5.0\n- - version: v22.13.0\n+ - version:\n+ - v23.5.0\n+ - v22.13.0\n pr-url: https://github.com/nodejs/node/pull/56201\n descrip... | 2025-01-07T22:17:58 |
facebook/react | f38c22b244086f62ae5ed851b6ed17029ec44be5 | 0b5835a46f6e19a0a0ead0f4cd30b0db14bc72f7 | [Flight] Set Current Owner / Task When Calling console.error or invoking onError/onPostpone (#30206)
Stacked on #30197.
This is similar to #30182 and #21610 in Fizz.
Track the current owner/stack/task on the task. This tracks it for
attribution when serializing child properties.
This lets us provide the righ... | [
{
"path": "packages/react-client/src/__tests__/ReactFlight-test.js",
"patch": "@@ -2761,10 +2761,61 @@ describe('ReactFlight', () => {\n );\n });\n \n+ // @gate __DEV__ && enableOwnerStacks\n+ it('can get the component owner stacks for onError in dev', async () => {\n+ const thrownError = new Err... | 2024-07-04T16:31:23 |
vercel/next.js | d8037fd31673d541176bd2bf4526c2adacc3e415 | e9e5eca47b935abaffc1321bd8896a498dc3c636 | fix: Ensure typegen CLI command doesn't hang due to open handles (#83966)
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making... | [
{
"path": "packages/next/src/bin/next.ts",
"patch": "@@ -395,8 +395,10 @@ program\n )}`\n )\n .action((directory: string, options: NextTypegenOptions) =>\n+ // ensure process exits after typegen completes so open handles/connections\n+ // don't cause process to hang\n import('../cli/next-t... | 2025-09-22T14:52:26 |
electron/electron | c765d57265efa92c5b22bcdcedd08bc8be52a89a | 3ea3b0e8e1bf8283a9b270431e1d79a46acf72b3 | fix: BrowserView autoresizing conversion error (#42056) | [
{
"path": "lib/browser/api/browser-view.ts",
"patch": "@@ -34,13 +34,17 @@ export default class BrowserView {\n }\n \n setAutoResize (options: AutoResizeOptions) {\n- if (options == null || typeof options !== 'object') { throw new Error('Invalid auto resize options'); }\n+ if (options == null || t... | 2024-05-13T08:27:01 |
nodejs/node | 8d9dac4877dacb48dfa72f58869e57e48f61fb2c | 3b5f235cdbb0c6c33cea0aa8f5d41bd03032abac | src: fixup more ToLocalChecked uses in node_file
PR-URL: https://github.com/nodejs/node/pull/56484
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> | [
{
"path": "src/node_file.cc",
"patch": "@@ -1406,16 +1406,15 @@ static void ReadLink(const FunctionCallbackInfo<Value>& args) {\n const char* link_path = static_cast<const char*>(req_wrap_sync.req.ptr);\n \n Local<Value> error;\n- MaybeLocal<Value> rc = StringBytes::Encode(isolate,\n- ... | 2025-01-05T21:48:35 |
facebook/react | 0b5835a46f6e19a0a0ead0f4cd30b0db14bc72f7 | 8e9de898d3a8a0945fcdc1a02959560bce2bbc30 | [Flight] Implement captureStackTrace and owner stacks on the Server (#30197)
Wire up owner stacks in Flight to the shared internals. This exposes it
to `captureOwnerStack()`.
In this case we install it permanently as we only allow one RSC renderer
which then supports async contexts. Same thing we do for owner.
... | [
{
"path": "packages/react-client/src/__tests__/ReactFlight-test.js",
"patch": "@@ -81,6 +81,7 @@ let ErrorBoundary;\n let NoErrorExpected;\n let Scheduler;\n let assertLog;\n+let assertConsoleErrorDev;\n \n describe('ReactFlight', () => {\n beforeEach(() => {\n@@ -102,6 +103,7 @@ describe('ReactFlight', (... | 2024-07-04T16:15:51 |
vercel/next.js | be33a9d8cde17773ed7c69d13e5df94223f86f39 | 6779a5c07e70b34ccb9cfb1c94fa3f8a7a5711f4 | Turbopack: Deterministic builds (prerender-manifest, .next/package.json, ./next/postcss.js) (#84081)
### What?
* Make order of routes in prerender manifest deterministic
* Write the same package.json content to distDir
* fix output directory for postcss/webpack loaders entrypoint | [
{
"path": "crates/next-api/src/project.rs",
"patch": "@@ -815,9 +815,9 @@ impl Project {\n let node_execution_chunking_context = Vc::upcast(\n NodeJsChunkingContext::builder(\n self.project_root_path().owned().await?,\n- node_root.clone(),\n+ ... | 2025-09-22T14:41:31 |
rust-lang/rust | 5e242b66b978dbc31b0a13cc2cfbbc69ce3f6113 | 26e5edc5e178d078f00845dd91fdfa12e38fc011 | Revert "Fix the compile-test tests when setting Cargo's `build.build-dir` setting to a path that's distinct from `target-dir`."
This reverts commit 2737b26c2e5eee9229663552d0c70e2affbb8511 as it
prevents Clippy tests from passing when running inside the compiler
repository. | [
{
"path": "tests/compile-test.rs",
"patch": "@@ -197,6 +197,10 @@ impl TestContext {\n defaults.set_custom(\"diagnostic-collector\", collector);\n }\n config.with_args(&self.args);\n+ let current_exe_path = env::current_exe().unwrap();\n+ let deps_path = current_exe... | 2026-02-23T19:05:19 |
electron/electron | 3ea3b0e8e1bf8283a9b270431e1d79a46acf72b3 | 96dda274e9c23f8ff6345fe129d7c9860b2c2ea9 | fix: ensure originalFs.promises.cp works (#42132) | [
{
"path": "patches/node/build_add_gn_build_files.patch",
"patch": "@@ -11,7 +11,7 @@ really in 20/21. We have to wait until 22 is released to be able to\n build with upstream GN files.\n \n diff --git a/BUILD.gn b/BUILD.gn\n-index 1ed186b597eece7c34cb69c8e1e20870555a040d..7d201bb6b822f0401c3be2bc52d65bc7146... | 2024-05-13T04:03:00 |
golang/go | ce0e803ab9fcee7e5adc99d262dde6f6c1f41842 | 38b76bf2a3b4a2e1bd512f32907d7f2d3de3b71a | [dev.simd] cmd/compile: keep track of multiple rule file names in ssa/_gen
This was a long-standing "we need to fix this"
for simd work, this fixes it. I expect that
simd peephole rule files will be coming soon
and there will be more errors and we will be
happier to have this.
Change-Id: Iefffc43e3e2110939f8d406f6e5... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/multiscanner.go",
"patch": "@@ -0,0 +1,117 @@\n+// Copyright 2025 The Go Authors. All rights reserved.\n+// Use of this source code is governed by a BSD-style\n+// license that can be found in the LICENSE file.\n+\n+package main\n+\n+import (\n+\t\"bufio\"\n+\t\"... | 2025-08-08T20:49:17 |
facebook/react | 3da26163a35969b32b5d7876a3f0c95bea61bc2b | 15ca8b6bad9c2e51f1a3b6e943c9af494b62a1a6 | fix: path handling in react devtools (#29199)
<!--
Thanks for submitting a pull request!
We appreciate you spending the time to work on these changes. Please
provide enough information so that others can review your pull request.
The three fields below are mandatory.
Before submitting a pull request, please m... | [
{
"path": "packages/react-devtools-shared/src/__tests__/utils-test.js",
"patch": "@@ -26,6 +26,7 @@ import {\n REACT_STRICT_MODE_TYPE as StrictMode,\n } from 'shared/ReactSymbols';\n import {createElement} from 'react';\n+import {symbolicateSource} from '../symbolicateSource';\n \n describe('utils', () =>... | 2024-07-04T14:34:48 |
nodejs/node | a344300bfa146fce9d1f20a71b073263a4720eab | 36c53c69c40273900df1af319711d56ec6a13eef | 2025-01-07, Version 22.13.0 'Jod' (LTS)
Notable changes:
assert:
* (SEMVER-MINOR) add partialDeepStrictEqual (Giovanni Bucci) https://github.com/nodejs/node/pull/54630
cli:
* (SEMVER-MINOR) implement --trace-env and --trace-env-[js|native]-stack (Joyee Cheung) https://github.com/nodejs/node/pull/55604
crypto:
*... | [
{
"path": "CHANGELOG.md",
"patch": "@@ -48,7 +48,8 @@ release.\n <a href=\"doc/changelogs/CHANGELOG_V23.md#23.0.0\">23.0.0</a><br/>\n </td>\n <td valign=\"top\">\n-<b><a href=\"doc/changelogs/CHANGELOG_V22.md#22.12.0\">22.12.0</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V22.md#22.13.0\">22.13.0... | 2025-01-05T18:33:23 |
vercel/next.js | 6779a5c07e70b34ccb9cfb1c94fa3f8a7a5711f4 | 9cf9183e0090e0dd322f4604a21f00f00111db4c | Turbopack: error when importing Typescript in node_modules (#83990)
Webpack treats TS files in node_modules as Javascript files (i.e. you get a JS parse error)
Turbopack previously did a similar thing (though it parsed as Typescript, but then never ran the TS AST transform).
This never worked properly, it failed due ... | [
{
"path": "crates/next-core/src/next_client/transforms.rs",
"patch": "@@ -32,7 +32,10 @@ pub async fn get_next_client_transforms_rules(\n \n let modularize_imports_config = &next_config.modularize_imports().await?;\n let enable_mdx_rs = next_config.mdx_rs().await?.is_some();\n- rules.push(get_nex... | 2025-09-22T14:40:53 |
rust-lang/rust | c234b12cfa232e1e3365edaded6adbbe56290665 | 0492671fc8cb1a4fe240681e83e71845db697793 | fix: `explicit_counter_loop` FN when loop counter starts at non-zero | [
{
"path": "clippy_lints/src/loops/explicit_counter_loop.rs",
"patch": "@@ -1,17 +1,19 @@\n+use std::borrow::Cow;\n+\n use super::{EXPLICIT_COUNTER_LOOP, IncrementVisitor, InitializeVisitor, make_iterator_snippet};\n-use clippy_utils::diagnostics::{span_lint_and_sugg, span_lint_and_then};\n+use clippy_utils:... | 2026-02-23T05:13:07 |
golang/go | 38b76bf2a3b4a2e1bd512f32907d7f2d3de3b71a | 94d72355f662a1c8229db661cc068ea8e901641c | [dev.simd] cmd/compile, simd: jump table for imm ops
This CL fixes some errors in prog generation for imm operations, please
see the changes in ssa.go for details.
This CL also implements the jump table for non-const immediate arg. The
current implementation exhaust 0-255, the bound-checked version will be
in the nex... | [
{
"path": "src/cmd/compile/internal/amd64/ssa.go",
"patch": "@@ -1837,11 +1837,7 @@ func simdVkv(s *ssagen.State, v *ssa.Value) *obj.Prog {\n // Example instruction: VROUNDPD $7, X2, X2\n func simdV11Imm8(s *ssagen.State, v *ssa.Value) *obj.Prog {\n \tp := s.Prog(v.Op.Asm())\n-\timm := v.AuxInt\n-\tif imm <... | 2025-08-08T17:31:45 |
facebook/react | 15ca8b6bad9c2e51f1a3b6e943c9af494b62a1a6 | 6e169fc65da097629588132f8fec82d8a836afdd | Don't strip out component stack in assertConsole helpers (#30204)
Use the same normalizeCodeLocInfo that we use everywhere else.
We should actually test the component stack itself. Not just that it
exists. This was causing false passes.
However, the logic was also wrong before because it wouldn't always
strip ... | [
{
"path": "packages/internal-test-utils/__tests__/ReactInternalTestUtils-test.js",
"patch": "@@ -1002,8 +1002,8 @@ describe('ReactInternalTestUtils console assertions', () => {\n - Hi\n - Wow\n - Bye\n- + Wow <component stack>\n- + Bye <component stack>\"\n+ + ... | 2024-07-03T20:57:05 |
vercel/next.js | 9cf9183e0090e0dd322f4604a21f00f00111db4c | 237f142860d77b5cd1fd7e474176bf87dac11958 | Turbopack: flush Node.js worker IPC on error (#84077)
If the Nodejs process exited too quickly after `sendError`, Turbopack never received the error message and then previously crashed with panics such as
```
- Execution of PostCssTransformedAsset::process failed
- creating new process
- reading packet length
- unex... | [
{
"path": "turbopack/crates/turbopack-node/js/src/ipc/index.ts",
"patch": "@@ -169,18 +169,20 @@ function createIpc<TIncoming, TOutgoing>(\n sendReady,\n \n async sendError(error: Error): Promise<never> {\n+ let failed = false\n try {\n await send({\n type: 'error',\n ... | 2025-09-22T13:28:31 |
nodejs/node | 7c3aa9fe8573df35fde3315b2d04b84af665f542 | 75b9c1cdd844c108d6c420093ad96289b16f95ec | src: lock the thread properly in snapshot builder
Otherwise it can crash DCHECK when V8 expects that at least someone
is locking the current thread.
PR-URL: https://github.com/nodejs/node/pull/56327
Fixes: https://github.com/nodejs/node-v8/issues/294
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chengzh... | [
{
"path": "src/node_snapshotable.cc",
"patch": "@@ -962,6 +962,8 @@ ExitCode BuildSnapshotWithoutCodeCache(\n }\n \n Isolate* isolate = setup->isolate();\n+ v8::Locker locker(isolate);\n+\n {\n HandleScope scope(isolate);\n TryCatch bootstrapCatch(isolate);",
"additions": 2,
"deletion... | 2025-01-07T16:49:10 |
rust-lang/rust | b6083435d81a43bf9393a630804e83a2ffd5b981 | eeb94be79adc9df7a09ad0b2421f16e60e6d932c | implement debuginfo for unsafe binders | [
{
"path": "compiler/rustc_codegen_llvm/src/debuginfo/metadata.rs",
"patch": "@@ -480,8 +480,7 @@ pub(crate) fn spanned_type_di_node<'ll, 'tcx>(\n },\n ty::Tuple(_) => build_tuple_type_di_node(cx, unique_type_id),\n ty::Pat(base, _) => return type_di_node(cx, base),\n- // FIXME... | 2026-02-23T14:19:51 |
golang/go | 1718828c81f2bad44b51b13fb4b34540a9c2c096 | 084c0f849467d5e45b7242cda3dd957352e86b8f | internal/sync: warn about incorrect unsafe usage in HashTrieMap
When the HashTrieMap expand method runs out of bits, it can be because
the user mutated a key after insertion using unsafe or similar
in violation of the HashTrieMap invariants.
Adjust the panic message to help triage and debugging by
more directly sugge... | [
{
"path": "src/internal/sync/hashtriemap.go",
"patch": "@@ -178,7 +178,7 @@ func (ht *HashTrieMap[K, V]) expand(oldEntry, newEntry *entry[K, V], newHash uin\n \ttop := newIndirect\n \tfor {\n \t\tif hashShift == 0 {\n-\t\t\tpanic(\"internal/sync.HashTrieMap: ran out of hash bits while inserting\")\n+\t\t\tp... | 2025-08-09T21:25:14 |
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.