repo
stringclasses
11 values
fix_commit
stringlengths
40
40
buggy_commit
stringlengths
40
40
message
stringlengths
3
59.2k
files
listlengths
1
300
timestamp
timestamp[s]date
2016-04-11 04:39:55
2026-04-09 07:34:40
vercel/next.js
24033486b5115c94871659b3f22e76ee292df9ca
e07cc5cc51a8e3b18a74b7ee7bf1999ae910043b
next-analyze: improve network error visuals (#86222) This improves how network errors (such as when the bundle analyzer error server is shut down) are shown. Fixes PACK-5877 ![image.png](https://app.graphite.com/user-attachments/assets/69e57bb7-03ca-45ec-9816-f4bc512bfd58.png) ![image.png](https://app.graphite.com/...
[ { "path": "apps/bundle-analyzer/app/page.tsx", "patch": "@@ -4,6 +4,7 @@ import type React from 'react'\n import { useEffect, useMemo, useRef, useState } from 'react'\n import useSWR from 'swr'\n import { ImportChain } from '@/components/import-chain'\n+import { ErrorState } from '@/components/error-state'\...
2025-11-20T19:13:57
golang/go
b2af92270f5e19c759b94912470a32b5e44a5b2e
92decdcbaaef89e93163bb54885aa52fb5a13881
go/types, types2: verify stateMask transitions in debug mode Recently, we've changed the representation of Named type state from an integer to a bit mask, which is a bit more complicated. To make sure we uphold state invariants, we are adding a verification step on each state transition. This uncovered a few places w...
[ { "path": "src/cmd/compile/internal/types2/named.go", "patch": "@@ -215,7 +215,7 @@ func NewNamed(obj *TypeName, underlying Type, methods []*Func) *Named {\n // All others:\n // Effectively, nothing happens.\n func (n *Named) unpack() *Named {\n-\tif n.stateHas(unpacked | lazyLoaded) { // avoid locking belo...
2025-10-22T18:04:09
electron/electron
2c698d3f75614ae7942b593b9ad3ead63b05a3e9
cf5a4640f5e888138e8c122adcee23b73801d3ee
fix: context-menu emitted twice (#44978) * fix: context-menu emitted twice * refactor: simplify disabling draggable regions * cleanup
[ { "path": "shell/browser/api/electron_api_web_contents.cc", "patch": "@@ -371,6 +371,9 @@ namespace electron::api {\n \n namespace {\n \n+// Global toggle for disabling draggable regions checks.\n+bool g_disable_draggable_regions = false;\n+\n constexpr std::string_view CursorTypeToString(\n ui::mojom::...
2024-12-11T16:42:48
facebook/react
bf883bebbc4973dea0e4801a5a62f82043ff57ee
f42f8c0635775c3cb8beb5252aa777ff7d468ae5
[fizz] fix empty string href double warning (#31783) I think this is the suggested change from https://github.com/facebook/react/pull/31765#discussion_r1884541447 But no tests fail and I'm not sure how to test it? Seems sus. Also seems like the `removeAttribute` here should be changed? https://github.com/facebook...
[ { "path": "packages/react-dom-bindings/src/client/ReactDOMComponent.js", "patch": "@@ -2510,26 +2510,17 @@ function diffHydratedGenericElement(\n );\n }\n }\n- hydrateSanitizedAttribute(\n- domElement,\n- propKey,\n- propKey,\n- ...
2025-01-03T17:53:28
nodejs/node
d234475a332b7d6431c7ed6330cb6b58c67d0990
a738eb4a7f95f8d05ebbd2d2d97be73e60b40754
deps: define V8_PRESERVE_MOST as no-op on Windows It's causing linker errors with node.lib in node-gyp and potentially breaks other 3rd party tools PR-URL: https://github.com/nodejs/node/pull/56238 Refs: https://github.com/nodejs/node/pull/55784 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M ...
[ { "path": "common.gypi", "patch": "@@ -38,7 +38,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.2',\n+ 'v8_embedder_string': '-node.3',\n \n ##### V8 defaults for Node.js #####\n "...
2024-12-16T10:11:22
golang/go
189f2c08cc769fdc98d28ec536010b6f119e645f
f619b4a00d6a7ce2fbb84729cdfe764697cb2171
time: rewrite IsZero method to use wall and ext fields Using wall and ext fields will be more efficient. Fixes #76001 Change-Id: If2b9f597562e0d0d3f8ab300556fa559926480a0 GitHub-Last-Rev: 4a91948413079047cb6c382ed29844f456f3064d GitHub-Pull-Request: golang/go#76006 Reviewed-on: https://go-review.googlesource.com/c/g...
[ { "path": "src/time/time.go", "patch": "@@ -260,7 +260,11 @@ func (t *Time) mono() int64 {\n // IsZero reports whether t represents the zero time instant,\n // January 1, year 1, 00:00:00 UTC.\n func (t Time) IsZero() bool {\n-\treturn t.sec() == 0 && t.nsec() == 0\n+\t// If hasMonotonic is set in t.wall, t...
2025-10-27T04:43:32
facebook/react
220dece92b9ab5f8867a589f8104b15717d68d2f
c784273bcc78df995b3a45c01c26188f7bb36911
[compiler] Switch to esbuild (#31963) This migrates the compiler's bundler to esbuild instead of rollup. Unlike React, our bundling use cases are far simpler since the majority of our packages are meant to be run on node. Rollup was adding considerable build time overhead whereas esbuild remains fast and has all the f...
[ { "path": "compiler/apps/playground/package.json", "patch": "@@ -3,10 +3,11 @@\n \"version\": \"0.1.0\",\n \"private\": true,\n \"scripts\": {\n- \"dev\": \"cd ../.. && concurrently --kill-others -n compiler,runtime,playground \\\"yarn workspace babel-plugin-react-compiler run build --watch\\\" \\\...
2025-01-02T21:59:56
nodejs/node
a738eb4a7f95f8d05ebbd2d2d97be73e60b40754
1744c7d9911b8af3352a1f55f3d4fd212edc436a
deps: fix FP16 bitcasts.h PR-URL: https://github.com/nodejs/node/pull/53134 Refs: https://github.com/nodejs/node/issues/52809 Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collin...
[ { "path": "common.gypi", "patch": "@@ -38,7 +38,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.1',\n+ 'v8_embedder_string': '-node.2',\n \n ##### V8 defaults for Node.js #####\n "...
2024-05-28T07:10:52
electron/electron
cf5a4640f5e888138e8c122adcee23b73801d3ee
3bd5f14cee3ba62a654a37af76b92110e886630f
chore: bump chromium to 133.0.6878.0 (main) (#44831) * chore: bump chromium in DEPS to 133.0.6858.0 * chore: bump chromium in DEPS to 133.0.6860.0 * chore: update patches v8/revert_fastapi_remove_dynamic_overload_resolution.patch had some additions due to https://chromium-review.googlesource.com/c/v8/v8/+/602...
[ { "path": "DEPS", "patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '133.0.6852.0',\n+ '133.0.6878.0',\n 'node_version':\n 'v22.9.0',\n 'nan_version':", "additions": 1, "deletions": 1 }, { "path": "build/rules.gni", "patch": "@@...
2024-12-10T19:16:07
golang/go
ca379b1c562c22889b73a17915688e35cbb5ceb9
83a44bde645eb56495504a2d3845fa1c1ccf7aa5
cmd/go: remove loaderstate dependency This change removes the dependency on the module loader state from the `QueryMatchesMainModulesError.Error()` method. This commit is part of the overall effort to eliminate global modloader state. Change-Id: I47241587a0bf9b578931628f35ed3b936a0cb04a Reviewed-on: https://go-revie...
[ { "path": "src/cmd/go/internal/modget/get.go", "patch": "@@ -735,7 +735,12 @@ func (r *resolver) queryNone(loaderstate *modload.State, ctx context.Context, q\n \t\t\t\t// However, neither of those behaviors would be consistent with the\n \t\t\t\t// plain meaning of the query. To try to reduce confusion, rej...
2025-10-24T16:52:37
facebook/react
0de1233fd180969f7ffdfc98151922f2466ceb1f
1e9eb95db5b3a2064ecc26915a4e640b3a9bdaf5
[Fiber] Mark error boundaries and commit phases when an error is thrown (#31876) This tracks commit phase errors and marks the component that errored as red. These also get the errors attached to the entry. <img width="1505" alt="Screenshot 2024-12-20 at 2 40 14 PM" src="https://github.com/user-attachments/assets/cac...
[ { "path": "packages/react-reconciler/src/ReactFiberCommitWork.js", "patch": "@@ -98,6 +98,7 @@ import {\n Cloned,\n PerformedWork,\n ForceClientRender,\n+ DidCapture,\n } from './ReactFiberFlags';\n import {\n commitStartTime,\n@@ -107,14 +108,17 @@ import {\n resetComponentEffectTimers,\n push...
2025-01-02T18:28:24
nodejs/node
e1ab0d1c7fb2e951fa5ede8407c7def6f234895c
a436f7b492b1ddaf725ba653fb1e0e10517218b7
doc: add JonasBa to collaborators Fixes: https://github.com/nodejs/node/issues/57410 PR-URL: https://github.com/nodejs/node/pull/58355 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.co...
[ { "path": ".mailmap", "patch": "@@ -271,6 +271,7 @@ John McGuirk <johnmac81@gmail.com>\n John Musgrave <musgravejw@gmail.com>\n Johnny Ray Austin <johnny@johnnyray.me> <http://johnnyray.me>\n Jon Tippens <jwtippens@gmail.com>\n+Jonas Badalic <jonas.badalic@gmail.com> <jonas@badalic.com>\n Jonas Pfenniger <j...
2025-05-16T20:19:55
rust-lang/rust
e0829846cede092c09ddad33710cfedfaaab81a3
bd1ba78364d1a07372acedbf7d5db487b2844a58
Fix a stupid typo
[ { "path": "src/tools/rust-analyzer/crates/hir-ty/src/lower.rs", "patch": "@@ -1805,22 +1805,27 @@ fn resolve_type_param_assoc_type_shorthand(\n }\n AssocTypeShorthandResolution::Cycle => return AssocTypeShorthandResolution::Cycle,\n };\n+ let (assoc_typ...
2026-03-09T10:28:02
vercel/next.js
e07cc5cc51a8e3b18a74b7ee7bf1999ae910043b
5b62dd8504650ab03a960039b86f63c5dcc22ef5
[turbopack] Refactor the analyzer to fix a few issues and prepare to split it up (#86265) # Refactor Analyzer State Management in Turbopack This PR refactors the state management in the Turbopack ECMAScript analyzer to improve code organization and maintainability. The changes include: - Introduced a `LexicalContext...
[ { "path": "turbopack/crates/turbopack-ecmascript/src/analyzer/graph.rs", "patch": "@@ -357,8 +357,6 @@ pub fn create_graph(\n eval_context,\n effects: Default::default(),\n hoisted_effects: Default::default(),\n- early_return_stack: Default::default(),\n- ...
2025-11-20T19:07:35
electron/electron
578c1e5dae1cb341c97d329902abc089b4f7c612
208dc568d8541d3cdd0fbebc17c348447ba0ae0d
fix: build failure when PDF viewer is disabled (#44960) * fix: unused variable warning when the PDF viewer is disabled * fix: unused function error when PDF viewer is disabled error: unused function ParseManifest [-Werror,-Wunused-function]
[ { "path": "shell/browser/extensions/electron_extension_system.cc", "patch": "@@ -87,6 +87,7 @@ void ElectronExtensionSystem::InitForRegularProfile(bool extensions_enabled) {\n management_policy_ = std::make_unique<ManagementPolicy>();\n }\n \n+#if BUILDFLAG(ENABLE_PDF_VIEWER)\n namespace {\n \n std::uniqu...
2024-12-06T08:54:04
golang/go
0afbeb510269dc4aaaff733166085eba42144712
7b506d106fce234b165ea6322e5ee1356490220e
runtime: add ppc and s390 to linux 32 bits syscall build constraints for gccgo Theses are not supported by the go compiler but it may helps porting to gccgo. This is similar to reverting CL 712740 however unlike reverting: - it fixes the build tags so that 32 & 64 bits constraints are complement of each other - it ...
[ { "path": "src/runtime/os_linux_futex32.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 linux && (386 || arm || mips || mipsle)\n+//go:build linux && (386 || arm || mips || mipsle || (gccgo && (ppc || ...
2025-10-23T08:47:58
facebook/react
1e9eb95db5b3a2064ecc26915a4e640b3a9bdaf5
fe21c947c82b173ae538aa1d215559ec3dccd103
[Fiber] Mark cascading updates (#31866) A common source of performance problems is due to cascading renders from calling `setState` in `useLayoutEffect` or `useEffect`. This marks the entry from the update to when we start the render as red and `"Cascade"` to highlight this. <img width="964" alt="Screenshot 2024-12-1...
[ { "path": "packages/react-reconciler/src/ReactFiberPerformanceTrack.js", "patch": "@@ -276,11 +276,15 @@ export function logBlockingStart(\n eventTime: number,\n eventType: null | string,\n eventIsRepeat: boolean,\n+ isSpawnedUpdate: boolean,\n renderStartTime: number,\n lanes: Lanes,\n ): void {...
2025-01-02T18:04:09
nodejs/node
ff3a028f8bf88da70dc79e1d7b7947a8d5a8548a
8053a5c1c78a6b8e69b76a345956d19431e111a5
build: fix defaults for shared llhttp PR-URL: https://github.com/nodejs/node/pull/58269 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
[ { "path": "configure.py", "patch": "@@ -277,7 +277,7 @@\n shared_optgroup.add_argument('--shared-http-parser-libname',\n action='store',\n dest='shared_http_parser_libname',\n- default='http_parser',\n+ default='llhttp',\n help='alternative lib name to link to [default: %(default)s]')\n \n...
2025-05-16T12:55:50
rust-lang/rust
4019a92ca82a480e31156c7ecf83e646989ebeb7
98e7077b903559d7a4fafb775cd5292cc9427b67
Add new `rustc_errors::DiagDecorator` type
[ { "path": "compiler/rustc_errors/src/diagnostic.rs", "patch": "@@ -128,6 +128,17 @@ impl<'a> Diagnostic<'a, ()>\n }\n }\n \n+/// Type used to emit diagnostic through a closure instead of implementing the `Diagnostic` trait.\n+pub struct DiagDecorator<F: FnOnce(&mut Diag<'_, ()>)>(pub F);\n+\n+impl<'a, F...
2026-03-07T17:39:39
vercel/next.js
5ca1aa7f90c1d73103d1bf6687d3c9f4fae3201f
3f4db01dbc1921d366a125a298850d5afaee88a7
Turbopack: perf: Fix unused argument filtering optimization in turbo-tasks for `self` arguments (#86231) Should fix https://github.com/vercel/next.js/pull/86203 ## Validation I ran: ``` rm -rf .next && NEXT_TURBOPACK_TASK_STATISTICS=~/stats-with-fix.json pnpm next build --turbopack --experimental-build-mode=compile...
[ { "path": "Cargo.lock", "patch": "@@ -9383,6 +9383,7 @@ dependencies = [\n \"proc-macro2\",\n \"quote\",\n \"regex\",\n+ \"rstest\",\n \"rustc-hash 2.1.1\",\n \"syn 2.0.104\",\n ]", "additions": 1, "deletions": 0 }, { "path": "turbopack/crates/turbo-tasks-backend/tests/trace_transient.r...
2025-11-20T16:57:11
golang/go
9926e1124e5dd6397f16f36456aedbee101bc6f3
2c4fd7b2cd08234fe13c0e9de8d42dba33086a81
cmd/go: use local state object in `bug.runBug` This commit modifies `bug.runBug` to construct a new modload.State object using the new constructor instead of the current global `modload.LoaderState` variable. This commit is part of the overall effort to eliminate global modloader state. [git-generate] cd src/cmd/go/...
[ { "path": "src/cmd/go/internal/bug/bug.go", "patch": "@@ -42,16 +42,17 @@ func init() {\n }\n \n func runBug(ctx context.Context, cmd *base.Command, args []string) {\n+\tmoduleLoaderState := modload.NewState()\n \tif len(args) > 0 {\n \t\tbase.Fatalf(\"go: bug takes no arguments\")\n \t}\n-\twork.BuildInit(...
2025-10-08T23:56:51
electron/electron
208dc568d8541d3cdd0fbebc17c348447ba0ae0d
687a59b43b10fe384f25454da350ede01bc83370
fix: `context-menu` event with `BaseWindows` (#44940) fix: context-menu event with BaseWindows
[ { "path": "docs/api/menu.md", "patch": "@@ -72,7 +72,7 @@ The `menu` object has the following instance methods:\n #### `menu.popup([options])`\n \n * `options` Object (optional)\n- * `window` [BrowserWindow](browser-window.md) (optional) - Default is the focused window.\n+ * `window` [BaseWindow](base-win...
2024-12-04T21:35:28
facebook/react
62208bee5ad7e447d42459ace8c0edcb7c4f9197
694d3e1aae4ae9e29fe8de8ad246662be65f5e0b
DevTools: fork FastRefresh test for <18 versions of React (#31893) We currently have a failing test for React DevTools against React 17. This started failing in https://github.com/facebook/react/pull/30899, where we changed logic for error tracking and started relying on `onPostCommitFiberRoot` hook. Looking at ...
[ { "path": "packages/react-devtools-shared/src/__tests__/FastRefreshDevToolsIntegration-test.js", "patch": "@@ -186,8 +186,83 @@ describe('Fast Refresh', () => {\n expect(getContainer().firstChild).not.toBe(element);\n });\n \n+ // @reactVersion < 18.0\n // @reactVersion >= 16.9\n- it('should not b...
2025-01-02T14:07:21
nodejs/node
8053a5c1c78a6b8e69b76a345956d19431e111a5
1d0b4e8b911a79ed37784191691de0f45543a8df
http2: add diagnostics channel 'http2.client.stream.error' Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: https://github.com/nodejs/node/pull/58306 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
[ { "path": "doc/api/diagnostics_channel.md", "patch": "@@ -1217,6 +1217,13 @@ Emitted when a stream is created on the client.\n \n Emitted when a stream is started on the client.\n \n+`http2.client.stream.error`\n+\n+* `stream` {ClientHttp2Stream}\n+* `error` {Error}\n+\n+Emitted when an error occurs during ...
2025-05-16T12:15:50
rust-lang/rust
e63664773ceea6e9e7c4b405c79c951aa8725420
69370dc4a8862b8401615a2a7b950704ba66c495
Move some ui tests * Move dyn-drop to dyn-keyword * Reorganize `tests/ui/empty` into specific dirs remove tests/ui/empty/empty-linkname.rs duplicate of tests/ui/error-codes/E0454.rs * Move `missing-trait-bounds` to `trait-bound/missing-trait-bounds` * bless traits/missing-trait-bounds tests * Move `recursion_limit` t...
[ { "path": "src/tools/tidy/src/issues.txt", "patch": "@@ -927,7 +927,6 @@ ui/dst/issue-90528-unsizing-suggestion-3.rs\n ui/dst/issue-90528-unsizing-suggestion-4.rs\n ui/dyn-keyword/issue-5153.rs\n ui/dyn-keyword/issue-56327-dyn-trait-in-macro-is-okay.rs\n-ui/empty/issue-37026.rs\n ui/enum-discriminant/auxili...
2026-03-09T09:11:06
electron/electron
158a87d4941dc050c75f79b142e505c0d1578e6a
229c2a8f50605289d2eb616ff113ac65144037b9
fix: modernize-use-equals-default warnings (#44935) fix: use '= default' to define a trivial destructor [modernize-use-equals-default]
[ { "path": "shell/browser/auto_updater.h", "patch": "@@ -43,7 +43,7 @@ class Delegate {\n const std::string& update_url) {}\n \n protected:\n- virtual ~Delegate() {}\n+ virtual ~Delegate() = default;\n };\n \n class AutoUpdater {", "additions": 1, "deletions": 1 ...
2024-12-03T22:25:48
golang/go
ccf4192a313ec46380c70369537085eacaa17fa8
f5403f15f021521ed82d91e8f28a6865d9aeab34
cmd/go: make ImportMissingError work with local state This change adds fields to the type `ImportMissingError` so that the `Error()` method can be called without accessing the global `LoaderState` variable. This commit is part of the overall effort to eliminate global modloader state. Change-Id: Ib313faeb27ae44e9ac6...
[ { "path": "src/cmd/go/internal/modload/import.go", "patch": "@@ -29,10 +29,14 @@ import (\n )\n \n type ImportMissingError struct {\n-\tPath string\n-\tModule module.Version\n-\tQueryErr error\n-\n+\tPath string\n+\tModule module.Version\n+\tQueryErr error\n+\tmodContaini...
2025-10-03T04:50:03
facebook/react
c01b8058e6e2d50a5c1ed69f1bdd4c541bf4aa92
50f00fd876b0b92b243cd8b54a222f9577446392
DevTools: fix Compiler inegration test with 18.2 (#31904) Currently failing with `TypeError: Invalid Version: 19`, looks like I've overlooked this one in https://github.com/facebook/react/pull/31241.
[ { "path": "scripts/ci/download_devtools_regression_build.js", "patch": "@@ -110,7 +110,7 @@ async function downloadRegressionBuild() {\n );\n }\n \n- if (semver.gte(reactVersion, '18.2.0') && semver.lt(reactVersion, '19')) {\n+ if (semver.gte(reactVersion, '18.2.0') && semver.lt(reactVersion, '19.0....
2024-12-29T15:36:21
vercel/next.js
3f4db01dbc1921d366a125a298850d5afaee88a7
95a074403ff1ecf6d9c89a46e7e92392614d4b60
[Cache Components] Discriminate static shell validation errors by type (#85747) Prior to this change any "hole" in a prerender that would block the shell was considered an error and you would be presented with a very generic message explaining all the different ways you could have failed this validation check. With t...
[ { "path": "errors/next-prerender-dynamic-metadata.mdx", "patch": "@@ -1,12 +1,16 @@\n ---\n-title: Cannot access Request information or uncached data in `generateMetadata()` in an otherwise entirely static route\n+title: Cannot access Runtime data or uncached data in `generateMetadata()` or file-based Metad...
2025-11-20T16:13:37
nodejs/node
1d0b4e8b911a79ed37784191691de0f45543a8df
0315283cbdb7745c7e35bb49ac48b0ebcadcb228
vm: import call should return a promise in the current context A `import` call should returns a promise created in the context where the `import` was called, not the context of `importModuleDynamically` callback. PR-URL: https://github.com/nodejs/node/pull/58309 Fixes: https://github.com/nodejs/node/issues/53575 Revi...
[ { "path": "src/module_wrap.cc", "patch": "@@ -1020,16 +1020,23 @@ static MaybeLocal<Promise> ImportModuleDynamicallyWithPhase(\n };\n \n Local<Value> result;\n- if (import_callback->Call(\n- context,\n- Undefined(isolate),\n- arraysize(import_args),\n- import_args).ToLocal(&...
2025-05-16T07:43:48
rust-lang/rust
94acbebb088551e084bc77af64a818df6ec75248
b41f22de2a13a0babd28771e96feef4c309f54aa
add test for proc-macros with custom panic payloads
[ { "path": "tests/ui/proc-macro/any-panic-payload.rs", "patch": "@@ -0,0 +1,17 @@\n+//! Make sure that proc-macros which panic with a payload other than\n+//! `String` or `&'static str` do not ICE.\n+//@ proc-macro: any-panic-payload.rs\n+\n+extern crate any_panic_payload;\n+\n+use any_panic_payload::*;\n+\n...
2026-03-09T08:57:10
golang/go
f5403f15f021521ed82d91e8f28a6865d9aeab34
a26f860fa4fee16f77e0ed13eb8286168b3bf097
debug/pe: check for zdebug_gdb_scripts section in testDWARF The debug_gdb_scripts sectino may or may not be compressed. Check for both. For #76022. Change-Id: I7541e0aa2b90f6b3b694e02d3dfa99f9019a9e5a Reviewed-on: https://go-review.googlesource.com/c/go/+/714461 Reviewed-by: David Chase <drchase@google.com> LUCI-Try...
[ { "path": "src/debug/pe/file_test.go", "patch": "@@ -413,7 +413,7 @@ func testDWARF(t *testing.T, linktype int) {\n \n \tvar foundDebugGDBScriptsSection bool\n \tfor _, sect := range f.Sections {\n-\t\tif sect.Name == \".debug_gdb_scripts\" {\n+\t\tif sect.Name == \".debug_gdb_scripts\" || sect.Name == \".z...
2025-10-24T20:27:15
electron/electron
5324c0e6c3a0de4ce0a3efeabc978217df074d93
2222920429b37248ecc9fa3ebb0d1171b7f39196
docs: fix grammar in `app.relaunch` docs (#44920)
[ { "path": "docs/api/app.md", "patch": "@@ -514,20 +514,20 @@ and `will-quit` events will not be emitted.\n * `args` string[] (optional)\n * `execPath` string (optional)\n \n-Relaunches the app when current instance exits.\n+Relaunches the app when the current instance exits.\n \n By default, the new ins...
2024-12-03T17:56:09
facebook/react
50f00fd876b0b92b243cd8b54a222f9577446392
d4ac7689f94f8ed53b779a651d62a2b9af20e6c0
[Flight] Mark Errored Server Components (#31879) This is similar to #31876 but for Server Components. It marks them as errored and puts the error message in the Summary properties. <img width="1511" alt="Screenshot 2024-12-20 at 5 05 35 PM" src="https://github.com/user-attachments/assets/92f11e42-0e23-41c7-bfd4-09ef...
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -73,6 +73,7 @@ import {\n markAllTracksInOrder,\n logComponentRender,\n logDedupedComponentRender,\n+ logComponentErrored,\n } from './ReactFlightPerformanceTrack';\n \n import {\n@@ -2876,6 +2877,7 @@ function flushComponentPer...
2024-12-28T07:02:16
vercel/next.js
95a074403ff1ecf6d9c89a46e7e92392614d4b60
5aad91421fb38f520b7d76cc4f5a8a50b5368166
Turbopack: disable input source maps for analyze (#86341) fixup Turbopack: disable input source maps for analyze <!-- 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 check...
[ { "path": "crates/napi/src/next_api/analyze.rs", "patch": "@@ -57,8 +57,7 @@ async fn get_analyze_data_operation(\n app_dir_only: bool,\n ) -> Result<Vc<OutputAssets>> {\n let project = container.project();\n- let project =\n- project.with_next_config(project.next_config().with_production_...
2025-11-20T15:54:08
nodejs/node
b6189c352cbf5bb9766df2cf03dc3a369e87f5be
0c78a48d75008b87d874385a966a168a2b680b4d
module: clarify cjs global-like error on ModuleJobSync PR-URL: https://github.com/nodejs/node/pull/56491 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me>
[ { "path": "lib/internal/modules/esm/module_job.js", "patch": "@@ -65,6 +65,37 @@ const isCommonJSGlobalLikeNotDefinedError = (errorMessage) =>\n (globalLike) => errorMessage === `${globalLike} is not defined`,\n );\n \n+\n+/**\n+ *\n+ * @param {Error} e\n+ * @param {string} url\n+ * @returns {void}\n+...
2025-05-16T06:39:28
electron/electron
06612cf5d49ee8571f08d375d2e77c926404afb6
49b294628c4b3b8fa4b49349d5972a3f823c3839
chore: remove unused isolate argument from Cookies constructor (#44907) * chore: remove unused isolate argument from Cookies constructor unused since the ginify cookies refactor in Mar 2020, commit 22202255 * fix: constructor only takes one arg now, so mark it explicit
[ { "path": "shell/browser/api/electron_api_cookies.cc", "patch": "@@ -292,8 +292,8 @@ std::string StringToCookieSameSite(const std::string* str_ptr,\n \n gin::WrapperInfo Cookies::kWrapperInfo = {gin::kEmbedderNativeGin};\n \n-Cookies::Cookies(v8::Isolate* isolate, ElectronBrowserContext* browser_context)\n-...
2024-12-02T16:34:21
golang/go
747fe2efedfdc43f797b4fc1672e29ff7a01ec6a
94f47fc03f4c916decb7f1387fcf56eae388f7cf
encoding/json/v2: fix typo in documentation about errors.AsType CL 708495 mass migrated the stdlib to use errors.AsType. It rewrote the documentation, but uses the non-pointer type of SemanticError or SyntacticError, which is invalid since the Error method is declared on the pointer receiver. Also, call errors.AsType...
[ { "path": "src/encoding/json/jsontext/state.go", "patch": "@@ -24,7 +24,8 @@ import (\n // The name of a duplicate JSON object member can be extracted as:\n //\n //\terr := ...\n-//\tif serr, ok := errors.AsType[jsontext.SyntacticError](err); ok && serr.Err == jsontext.ErrDuplicateName {\n+//\tserr, ok := e...
2025-10-24T17:55:48
facebook/react
d4ac7689f94f8ed53b779a651d62a2b9af20e6c0
4309bde2b4faa044dc6266142378a330c030e053
Add Profiler mode to fixtures even if React DevTools is not installed (#31877) Currently you need to do one of either: 1. Install React DevTools 2. Install React Refresh 3. Add Profiler component To opt in to component level profiling. It was a bit confusing that some of the fixtures was doing 2 which made them wor...
[ { "path": "fixtures/flight/src/index.js", "patch": "@@ -1,5 +1,5 @@\n import * as React from 'react';\n-import {use, Suspense, useState, startTransition} from 'react';\n+import {use, Suspense, useState, startTransition, Profiler} from 'react';\n import ReactDOM from 'react-dom/client';\n import {createFromF...
2024-12-28T07:01:49
nodejs/node
44883b7b1ffe076a5807beb1757193322e020237
5eeb9f3477005b0158faf08adca484ee10078c3f
doc: document default test-reporter change Document the change made in https://github.com/nodejs/node/pull/54548 PR-URL: https://github.com/nodejs/node/pull/58302 Fixes: https://github.com/nodejs/node/issues/58301 Refs: https://github.com/nodejs/node/pull/54548 Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: J...
[ { "path": "doc/api/test.md", "patch": "@@ -1046,6 +1046,10 @@ added:\n - v19.6.0\n - v18.15.0\n changes:\n+ - version: v23.0.0\n+ pr-url: https://github.com/nodejs/node/pull/54548\n+ description: The default reporter on non-TTY stdout is changed from `tap` to\n+ `spec`, aligning w...
2025-05-14T22:50:38
vercel/next.js
5aad91421fb38f520b7d76cc4f5a8a50b5368166
fbc9a2b9a3ae62125f7e1710672bae79ee7e142c
Turbopack: add experimental.turbopackInputSourceMaps and respect serverSourceMaps (#86340) <!-- 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) t...
[ { "path": "crates/next-api/src/project.rs", "patch": "@@ -43,7 +43,7 @@ use turbopack_core::{\n PROJECT_FILESYSTEM_NAME,\n changed::content_changed,\n chunk::{\n- ChunkingContext, EvaluatableAssets, SourceMapsType,\n+ ChunkingContext, EvaluatableAssets,\n module_id_strategi...
2025-11-20T15:22:43
rust-lang/rust
0adea80424ab3af069c9e196da0ae75ae0147f99
d4e76b7cb893ae3dfa6a128acc0d78726cdfcf55
Fix other predicate for replace_is_method_with_if_let_method - Fix parentheses for replace_is_method_with_if_let_method Example --- ```rust fn main() { let x = Some(1); if x.is_som$0e_and(predicate) {} } ``` **Before this PR** ```rust fn main() { let x = Some(1); if let Some(x1) = x {} } ``` **Afte...
[ { "path": "src/tools/rust-analyzer/crates/ide-assists/src/handlers/replace_is_method_with_if_let_method.rs", "patch": "@@ -1,8 +1,11 @@\n use either::Either;\n use ide_db::syntax_helpers::suggest_name;\n-use syntax::ast::{self, AstNode, HasArgList, syntax_factory::SyntaxFactory};\n+use syntax::ast::{self, A...
2026-03-09T03:43:54
electron/electron
493e3c4537bfa70405a2da998503e82594eada14
b2ce5296af4b4039877825b71e3b75db21ab66f8
fix: don't use deprecated ui::MouseEvent constructor (#44868) * refactor: do not use deprecated gfx::Point constructor for MouseEvent Deprecated in https://chromium-review.googlesource.com/c/1444251 * refactor: use WebInputEvent::GetTypeAsUiEventType() instead of rolling our own Added in https://chromium-revi...
[ { "path": "shell/browser/osr/osr_render_widget_host_view.cc", "patch": "@@ -56,31 +56,6 @@ namespace {\n const float kDefaultScaleFactor = 1.0;\n \n ui::MouseEvent UiMouseEventFromWebMouseEvent(blink::WebMouseEvent event) {\n- ui::EventType type = ui::EventType::kUnknown;\n- switch (event.GetType()) {\n- ...
2024-12-02T16:13:38
facebook/react
fc8a898dd126198305fce458edd084c5d9c4b67a
97d794958f5b19b66a980f737facd890463f0cb8
[compiler] Fix broken fire snapshot (#31920) This was not committed in #31811 --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31920). * #31919 * #31918 * #31917 * #31916 * #31915 * __->__ #31920
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/transform-fire/error.invalid-rewrite-deps-spread.expect.md", "patch": "@@ -12,9 +12,12 @@ function Component(props) {\n \n const deps = [foo, props];\n \n- useEffect(() => {\n- fire(foo(props));\n- }, ...deps);\n...
2024-12-26T19:58:37
nodejs/node
5eeb9f3477005b0158faf08adca484ee10078c3f
2c256d7123bf663f8db44b878df7faebfccc402a
src: fix error handling on async crypto operations Fixes: https://hackerone.com/reports/2817648 Co-Authored-By: Filip Skokan <panva.ip@gmail.com> Co-Authored-By: Tobias Nießen <tniessen@tnie.de> Co-Authored-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Hennin...
[ { "path": "src/crypto/crypto_dh.cc", "patch": "@@ -512,15 +512,15 @@ MaybeLocal<Value> DHBitsTraits::EncodeOutput(Environment* env,\n return out->ToArrayBuffer(env);\n }\n \n-bool DHBitsTraits::DeriveBits(\n- Environment* env,\n- const DHBitsConfig& params,\n- ByteSource* out) {\n+bool DHBitsTrai...
2025-03-25T13:24:34
golang/go
cf7c1a4cbb917b6c5d80d1d9443a40cb7720db75
2b8eded4f4fd3d421d1fb9af68c774142abcf208
[dev.simd] cmd/compile, simd: add SHA features This CL also fixed some bugs left in CL 712181. Change-Id: I9cb6cd9fbaef307f352809bf21b8fec3eb62721a Reviewed-on: https://go-review.googlesource.com/c/go/+/712361 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accoun...
[ { "path": "src/cmd/compile/internal/amd64/simdssa.go", "patch": "@@ -1955,6 +1955,18 @@ func ssaGenSIMDValue(s *ssagen.State, v *ssa.Value) bool {\n \t\tssa.OpAMD64VPTERNLOGQ512load:\n \t\tp = simdV31loadResultInArg0Imm8(s, v)\n \n+\tcase ssa.OpAMD64SHA1MSG1128,\n+\t\tssa.OpAMD64SHA1MSG2128,\n+\t\tssa.OpAMD...
2025-10-16T16:07:32
vercel/next.js
fbc9a2b9a3ae62125f7e1710672bae79ee7e142c
844ec47cc305aad2cf23f905a20250d7852cdc9c
[Cache Components] Atomic setTimeouts (#86093) This PR exploits some Node internals to make sure that, if we schedule some timeouts back to back to perform staged rendering, they'll actually run in the same iteration of the event loop. If we cannot patch the timeouts correctly (due to runtime differences in e.g. Bun,...
[ { "path": "packages/next/errors.json", "patch": "@@ -930,5 +930,8 @@\n \"929\": \"No pages or app directory found.\",\n \"930\": \"Expected a dynamic route, but got a static route: %s\",\n \"931\": \"Unexpected empty path segments match for a route \\\"%s\\\" with param \\\"%s\\\" of type \\\"%s\\\"\"...
2025-11-20T14:09:47
electron/electron
b2ce5296af4b4039877825b71e3b75db21ab66f8
4e40b49d1a1d55c97ae7853247162347b476e980
fix: remove unused id argument from TranslateToStock() (#44900) unused since fb537d91fce3f97ac3b902c36fcc4626eef0c959
[ { "path": "shell/browser/ui/message_box_gtk.cc", "patch": "@@ -101,11 +101,10 @@ class GtkMessageBox : private NativeWindowObserver {\n // Add buttons.\n GtkDialog* dialog = GTK_DIALOG(dialog_);\n if (settings.buttons.size() == 0) {\n- gtk_dialog_add_button(dialog, TranslateToStock(0, \"OK\...
2024-12-01T22:34:48
facebook/react
97d794958f5b19b66a980f737facd890463f0cb8
94867f33be327a52bfffda89a14c85897180e43e
[assert helpers] Remove toWarnDev from fixtures/dom (#31894) This is unused and never was: https://github.com/facebook/react/commit/e6a0473c3c6f501dbe291f60b9ee35760ab99eed
[ { "path": "fixtures/dom/src/__tests__/nested-act-test.js", "patch": "@@ -14,8 +14,6 @@ let TestAct;\n \n global.__DEV__ = process.env.NODE_ENV !== 'production';\n \n-expect.extend(require('../toWarnDev'));\n-\n describe('unmocked scheduler', () => {\n beforeEach(() => {\n jest.resetModules();", "a...
2024-12-23T23:11:04
nodejs/node
2c256d7123bf663f8db44b878df7faebfccc402a
86421cf1fc97d9c757284c442801b96e15b23c0e
2025-05-14, Version 24.0.2 (Current) This is a security release. Notable changes: src: * (CVE-2025-23166) fix error handling on async crypto operations PR-URL: https://github.com/nodejs-private/node-private/pull/714
[ { "path": "CHANGELOG.md", "patch": "@@ -40,7 +40,8 @@ release.\n </tr>\n <tr>\n <td valign=\"top\">\n-<b><a href=\"doc/changelogs/CHANGELOG_V24.md#24.0.1\">24.0.1</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V24.md#24.0.2\">24.0.2</a></b><br/>\n+<a href=\"doc/changelogs/CHANGELOG_V24.md#24.0.1\">2...
2025-05-12T13:49:55
vercel/next.js
8325e3c1d112f3b23806cae3454ad40f07fc5cba
0dba1c692b1be8dddea0fb4edf1f1d00b33c90fc
Turbopack: fix passing project options from napi (#86256) ### What? Make stuff more type safe. Use destructuring to avoid forgetting fields
[ { "path": "crates/napi/src/next_api/project.rs", "patch": "@@ -137,8 +137,8 @@ pub struct NapiProjectOptions {\n /// Unix path. E.g. `apps/my-app`\n pub project_path: RcStr,\n \n- /// A path where to emit the build outputs, relative to [`Project::project_path`], always Unix\n- /// path. Corres...
2025-11-20T12:49:50
golang/go
2b8eded4f4fd3d421d1fb9af68c774142abcf208
c75965b666edf8399fc0c56ba0b94c2a4f5e7070
[dev.simd] simd/_gen: parse SHA features from XED To parse SHA feature instructions from XED, this CL added some utility to decode fixed reg operands. SHA512 parsing will be in next CL as we don't have SHA512 cpu features in src/internal/cpu/cpu.go yet. Change-Id: Id14cced57eab2ca9e75693a201f4ce7c04981587 Reviewed-o...
[ { "path": "src/simd/_gen/simdgen/xed.go", "patch": "@@ -22,9 +22,10 @@ import (\n )\n \n const (\n-\tNOT_REG_CLASS = 0 // not a register\n-\tVREG_CLASS = 1 // classify as a vector register; see\n-\tGREG_CLASS = 2 // classify as a general register\n+\tNOT_REG_CLASS = iota // not a register\n+\tVREG_CLA...
2025-10-15T19:17:35
electron/electron
4e40b49d1a1d55c97ae7853247162347b476e980
d8149aa37682e2b369c2a866c27121e02e6db015
docs: fix a syntax issue in document breaking changes (#44841) fix: syntax issue in docs
[ { "path": "docs/breaking-changes.md", "patch": "@@ -128,14 +128,14 @@ The nonstandard `path` property of the Web `File` object was added in an early v\n ```js\n // Before (renderer)\n \n-const file = document.querySelector('input[type=file]')\n+const file = document.querySelector('input[type=file]').files[0...
2024-12-01T05:44:33
facebook/react
45a720f7c7ff98e22fb299b50fef90fe319081a7
ab27231dc51aa2535df37555797e630d31047fa4
[compile] Error on fire outside of effects and ensure correct compilation, correct import (#31798) Traverse the compiled functions to ensure there are no lingering fires and that all fire calls are inside an effect lambda. Also corrects the import to import from the compiler runtime instead --
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Program.ts", "patch": "@@ -567,7 +567,10 @@ export function compileProgram(\n \n const hasFireRewrite = compiledFns.some(c => c.compiledFn.hasFireRewrite);\n if (environment.enableFire && hasFireRewrite) {\n- externalFuncti...
2024-12-20T21:55:01
rust-lang/rust
c15947596f521dcf3f3d90515fee2dd2e8435587
d1f54383bddf50cc8b90d3c60ccd2a0265a47e9c
Fix typo in feature gate check
[ { "path": "src/doc/rustc-dev-guide/src/feature-gate-check.md", "patch": "@@ -8,7 +8,7 @@ nightly-only `#![feature(...)]` opt-in.\n This chapter documents the implementation\n of feature gating: where gates are defined, how they are enabled, and how usage is verified.\n \n-<!-- data-check: Feb 2026 -->\n+<!-...
2026-03-09T01:11:42
vercel/next.js
ce90e190f21bbd1178d26c67cc7cc80a4f820711
cab4fc608fd9b058d035fc00d8431753b4694016
fix: Rename proxy.js to middleware.js in NFT file (#86214) ### Why? When Proxy self-references itself, e.g., `__filename`, it is traced to the NFT file. However, since Next.js renames 'proxy.js' to 'middleware.js' during webpack build, the files in NFT will differ from the actual outputs. This can cause a problem whe...
[ { "path": "packages/next/src/build/index.ts", "patch": "@@ -4079,6 +4079,34 @@ export default async function build(\n path.join(distDir, SERVER_DIRECTORY, 'proxy.js.nft.json'),\n path.join(distDir, SERVER_DIRECTORY, 'middleware.js.nft.json')\n )\n+\n+ const middlewareNft =...
2025-11-19T20:23:31
nodejs/node
86421cf1fc97d9c757284c442801b96e15b23c0e
b1e9171a44174bf4b2ba6ee045d2af272d07af6d
2025-05-14, Version 23.11.1 (Current) This is a security release. Notable changes: src: * (CVE-2025-23166) fix error handling on async crypto operations PR-URL: https://github.com/nodejs-private/node-private/pull/708
[ { "path": "CHANGELOG.md", "patch": "@@ -44,7 +44,8 @@ release.\n <a href=\"doc/changelogs/CHANGELOG_V24.md#24.0.0\">24.0.0</a><br/>\n </td>\n <td valign=\"top\">\n-<b><a href=\"doc/changelogs/CHANGELOG_V23.md#23.11.0\">23.11.0</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V23.md#23.11.1\">23.11.1...
2025-05-07T14:28:39
golang/go
e6cff690517e66f610bf8787a442a47d92fc14c7
f5f69a3de9a3e0b8d4e211f155853a29cd400e92
crypto/x509: move constraint checking after chain building The standard approach to constraint checking involves checking the constraints during chain building. This is typically done as most chain building algorithms want to find a single chain. We don't do this, and instead build every valid chain we can find. Becau...
[ { "path": "src/crypto/x509/verify.go", "patch": "@@ -636,107 +636,8 @@ func (c *Certificate) isValid(certType int, currentChain []*Certificate, opts *V\n \t\t}\n \t}\n \n-\tmaxConstraintComparisons := opts.MaxConstraintComparisions\n-\tif maxConstraintComparisons == 0 {\n-\t\tmaxConstraintComparisons = 2500...
2025-10-20T18:04:38
electron/electron
4a695d07c616a8f02c17f5ad7f6a5f05ea20c877
4aa1855e396fa8d57cc3d3d9367a2b21c0a69fba
fix: misc-use-internal-linkage warnings (#44843) * refactor: misc-use-internal-linkage warnings in context bridge move impl functions into anonymous namespace so that they're not visible to other compilation units: - ExposeAPIInWorld() - IsCalledFromMainWorld() - OverrideGlobalPropertyFromIsolatedWorld() - O...
[ { "path": "shell/browser/api/electron_api_menu.cc", "patch": "@@ -70,6 +70,8 @@ Menu::~Menu() {\n }\n }\n \n+namespace {\n+\n bool InvokeBoolMethod(const Menu* menu,\n const char* method,\n int command_id,\n@@ -84,6 +86,8 @@ bool InvokeBoolMethod(const Menu* men...
2024-11-27T16:40:39
facebook/react
03297e048d08de2f7c4c0d2950e2cb1c13875f66
99471c02dd6631df1892bf76d932afd22fffa5e3
[compiler] transform fire calls (#31796) This is the diff with the meaningful changes. The approach is: 1. Collect fire callees and remove fire() calls, create a new binding for the useFire result 2. Update LoadLocals for captured callees to point to the useFire result 3. Update function context to reference useFi...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Pipeline.ts", "patch": "@@ -98,6 +98,7 @@ import {validateNoJSXInTryStatement} from '../Validation/ValidateNoJSXInTryState\n import {propagateScopeDependenciesHIR} from '../HIR/PropagateScopeDependenciesHIR';\n import {outlineJSX} from ...
2024-12-20T20:09:09
rust-lang/rust
a5fa3995d6421c43e8b9a2ada45cc7301f9d495c
36781932489feefa2413b815b3a8ec78e02a8694
Fix semicolon-inside-block inside try_blocks Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>
[ { "path": "clippy_lints/src/semicolon_block.rs", "patch": "@@ -170,7 +170,7 @@ impl LateLintPass<'_> for SemicolonBlock {\n StmtKind::Semi(Expr {\n kind: ExprKind::Block(block, _),\n ..\n- }) if !block.span.from_expansion() => {\n+ }) if !blo...
2026-03-09T01:08:04
vercel/next.js
cab4fc608fd9b058d035fc00d8431753b4694016
a7b0b5fa9e388075f458a884a1e158689d10bf5f
Fix log log alignment in spinners (#86298)
[ { "path": "packages/next/src/build/spinner.ts", "patch": "@@ -13,7 +13,7 @@ export default function createSpinner(\n ) {\n let spinner: undefined | (ora.Ora & { setText: (text: string) => void })\n \n- let prefixText = ` ${Log.prefixes.info} ${text} `\n+ let prefixText = `${Log.prefixes.info} ${text} `\...
2025-11-19T18:58:07
nodejs/node
b1e9171a44174bf4b2ba6ee045d2af272d07af6d
1771cdfdcdfa1582a863ae1e11b642153eb34b62
2025-05-14, Version 22.15.1 'Jod' (LTS) This is a security release. Notable changes: src: * (CVE-2025-23166) fix error handling on async crypto operation fs: * (CVE-2025-23165) add missing call to uv\_fs\_req\_cleanup PR-URL: https://github.com/nodejs-private/node-private/pull/712
[ { "path": "CHANGELOG.md", "patch": "@@ -59,7 +59,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.15.0\">22.15.0</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V22.md#22.15.1\">22.15.1...
2025-05-07T20:37:13
golang/go
c18fa69e528f1679cd9b4c1c04a95f048c68000e
296ecc918d6688b5eeb9abe32d919b0aaa76d798
cmd/go: make ErrNoModRoot work with local state This change reworks the sentinel error value ErrNoModRoot and the type noMainModulesError so that we can determine the appropriate error message to display based on the loader state without depending on the state directly. This commit is part of the overall effort to el...
[ { "path": "src/cmd/go/internal/modget/query.go", "patch": "@@ -185,7 +185,7 @@ func (q *query) validate(loaderstate *modload.State) error {\n \tif q.pattern == \"all\" {\n \t\t// If there is no main module, \"all\" is not meaningful.\n \t\tif !modload.HasModRoot(loaderstate) {\n-\t\t\treturn fmt.Errorf(`can...
2025-10-03T04:31:26
electron/electron
f595443a22a01b61750942532cbf38bef12626f3
9f1e23c405847c2773231347b7604731741b0034
refactor: fix modernize-return-braced-init-list warnings (#44838) * refactor: avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list] * refactor: avoid repeating the return type from the declaration; use a braced initializer list instead [moder...
[ { "path": "shell/browser/api/electron_api_app.cc", "patch": "@@ -776,7 +776,7 @@ base::OnceClosure App::SelectClientCertificate(\n std::move((*shared_identities)[0]),\n base::BindRepeating(&GotPrivateKey, shared_delegate, std::move(cert)));\n }\n- return base::OnceClosure();\n+ return {}...
2024-11-27T00:41:46
facebook/react
a9bbe34622885ef5667d33236d580fe7321c0d8b
17520b638190a20e745fe53299813b29b52dfc4c
[Flight] Reject any new Chunks not yet discovered at the time of reportGlobalError (#31851) Same as #31840 but for the Flight Client.
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -307,6 +307,8 @@ export type Response = {\n _rowTag: number, // 0 indicates that we're currently parsing the row ID\n _rowLength: number, // remaining bytes in the row. 0 indicates that we're looking for a newline.\n _buffer: Arr...
2024-12-19T05:03:40
vercel/next.js
06d45e7de8f6333ece208b80b9d5310f1572145a
dbfb6c49b1b3401c77a0686125f884e1f2ad8b18
fix: prevent fetch abort errors propagating to user error boundaries (#86277) When navigating away from a page due to an MPA navigation or browser refresh, we were aborting any pending RSC requests. However, in the case where the abort was due to an MPA navigation, the browser would restore the execution context via t...
[ { "path": "packages/next/src/client/components/router-reducer/fetch-server-response.ts", "patch": "@@ -102,21 +102,20 @@ function doMpaNavigation(url: string): FetchServerResponseResult {\n return urlToUrlWithoutFlightMarker(new URL(url, location.origin)).toString()\n }\n \n-let abortController = new Abor...
2025-11-19T15:31:44
nodejs/node
1771cdfdcdfa1582a863ae1e11b642153eb34b62
1ad8b05afb5a61db354148f2ff263b8ed5650a13
2025-05-14, Version 20.19.2 'Iron' (LTS) This is a security release. Notable changes: src: * (CVE-2025-23166) fix error handling on async crypto operation deps: * (CVE-2025-23167) (SEMVER-MAJOR) update llhttp to 9.2.0 fs: * (CVE-2025-23165) add missing call to uv\_fs\_req\_cleanup PR-URL: https://github.com/n...
[ { "path": "CHANGELOG.md", "patch": "@@ -80,7 +80,8 @@ release.\n <a href=\"doc/changelogs/CHANGELOG_V22.md#22.0.0\">22.0.0</a><br/>\n </td>\n <td valign=\"top\">\n-<b><a href=\"doc/changelogs/CHANGELOG_V20.md#20.19.1\">20.19.1</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V20.md#20.19.2\">20.19.2...
2025-05-07T20:22:11
golang/go
c445a61e5256914510f201d5bda5e526249217d6
6ac40051d3eee124e8c2d2ad93c518034944a1d4
cmd/go: add loaderstate as field on `QueryMatchesMainModulesError` This change modifies the type `QueryMatchesMainModulesError` to have an additional field to store the current module loader state. The field is used to break the dependency on the global `modload.LoaderState` variable. This commit is part of the over...
[ { "path": "src/cmd/go/internal/modget/get.go", "patch": "@@ -683,7 +683,7 @@ func (r *resolver) queryPattern(loaderstate *modload.State, ctx context.Context,\n \n // checkAllowedOr is like modload.CheckAllowed, but it always allows the requested\n // and current versions (even if they are retracted or other...
2025-10-02T20:56:19
electron/electron
93f49d118956932ef051eeefe6b377239b10d75c
3c941c7e8fa23fb37c6b8f3d3ba24b6c66ba8d94
fix: modernize-use-using clang-tidy warnings (#44806)
[ { "path": "shell/browser/api/electron_api_web_frame_main.cc", "patch": "@@ -91,15 +91,14 @@ namespace electron::api {\n // FrameTreeNodeId -> WebFrameMain*\n // Using FrameTreeNode allows us to track frame across navigations. This\n // is most similar to how <iframe> works.\n-typedef std::unordered_map<cont...
2024-11-25T15:50:33
facebook/react
17520b638190a20e745fe53299813b29b52dfc4c
7de040ccfa49f4128f0f5c6a7a81c019b4a381b8
[Fiber] Mark hydrated components in tertiary color (green) (#31829) This is a follow up to #31752. This keeps track in the commit phase whether this subtree was hydrated. If it was, then we mark those components in the Components track as green. Just like the phase itself is marked as green. If the boundary client r...
[ { "path": "packages/react-reconciler/src/ReactFiberBeginWork.js", "patch": "@@ -1933,6 +1933,7 @@ const SUSPENDED_MARKER: SuspenseState = {\n dehydrated: null,\n treeContext: null,\n retryLane: NoLane,\n+ hydrationErrors: null,\n };\n \n function mountSuspenseOffscreenState(renderLanes: Lanes): Offsc...
2024-12-19T04:53:54
vercel/next.js
dbfb6c49b1b3401c77a0686125f884e1f2ad8b18
e66e0eabc1f8d959ca6b84fe1337be38582c5040
[test] Add failing test for `useActionState` with `'use cache'` (#86292) Adds a test case demonstrating that `useActionState` doesn't work correctly when the `'use cache'` function is exported separately, due to wrong function arity information in the server reference information byte. This is currently a limitation o...
[ { "path": "test/e2e/app-dir/use-cache/app/(partially-static)/use-action-state-separate-export/cached.ts", "patch": "@@ -0,0 +1,7 @@\n+'use cache'\n+\n+const getRandomValue = async () => {\n+ return Math.random()\n+}\n+\n+export { getRandomValue }", "additions": 7, "deletions": 0 }, { "path"...
2025-11-19T14:45:36
nodejs/node
1ad8b05afb5a61db354148f2ff263b8ed5650a13
373f2c583b43563fff21920d61061685ba4e6e08
doc: fix CryptoKey.algorithm type and other interfaces in webcrypto.md PR-URL: https://github.com/nodejs/node/pull/58294 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
[ { "path": "doc/api/crypto.md", "patch": "@@ -2146,7 +2146,7 @@ added:\n \n <!--lint disable maximum-line-length remark-lint-->\n \n-* `algorithm`: {AlgorithmIdentifier|RsaHashedImportParams|EcKeyImportParams|HmacImportParams}\n+* `algorithm`: {string|Algorithm|RsaHashedImportParams|EcKeyImportParams|HmacImp...
2025-05-14T19:44:31
golang/go
6a5a45252848b1bac795fc5c3e29680350462f81
dfac972233873c13e449689ce16aa1b9707dd20e
cmd/go: inject vendor dir into builder struct This change adds a new field to the Builder struct to store a function to retrieve the current vendor directory. This allows us to delay the determination of the vendor directory until later, which is currently necessary to successful interaction with the module loader st...
[ { "path": "src/cmd/go/internal/bug/bug.go", "patch": "@@ -106,7 +106,7 @@ func printEnvDetails(loaderstate *modload.State, w io.Writer) {\n func printGoEnv(loaderstate *modload.State, w io.Writer) {\n \tenv := envcmd.MkEnv()\n \tenv = append(env, envcmd.ExtraEnvVars(loaderstate)...)\n-\tenv = append(env, en...
2025-10-10T01:01:05
facebook/react
faf6c4dfdcd3c9b3862af6a3afcb3d80abd407c0
ef979d4703ffcd1f379a4b76195816bea3da3c81
[flags] Remove debugRenderPhaseSideEffectsForStrictMode (#31839) This is enabled everywhere, we can just use the inline `__DEV__` checks.
[ { "path": "packages/react-reconciler/src/ReactFiberBeginWork.js", "patch": "@@ -92,7 +92,6 @@ import {\n DidDefer,\n } from './ReactFiberFlags';\n import {\n- debugRenderPhaseSideEffectsForStrictMode,\n disableLegacyContext,\n disableLegacyContextForFunctionComponents,\n enableProfilerCommitHooks,\...
2024-12-18T22:51:12
electron/electron
3c941c7e8fa23fb37c6b8f3d3ba24b6c66ba8d94
024fee4e443f757f1c57dbb1d0e90aa959fff17b
fix: modernize-avoid-c-arrays (#44813) use string_view for constants used in methods that take string_view args
[ { "path": "shell/app/electron_main_delegate.cc", "patch": "@@ -79,7 +79,7 @@ namespace electron {\n \n namespace {\n \n-const char kRelauncherProcess[] = \"relauncher\";\n+constexpr std::string_view kRelauncherProcess = \"relauncher\";\n \n constexpr std::string_view kElectronDisableSandbox{\"ELECTRON_DISAB...
2024-11-25T15:49:58
vercel/next.js
e66e0eabc1f8d959ca6b84fe1337be38582c5040
18403d9358531c1c9dd587077fc0975a787d2f19
`next analyze`: Make ipv6 server links valid and normalize localhost (#86219) The current implementation doesn't properly format IPv6 addresses, which means URLs aren't valid. - Added specific handling for IPv6 localhost addresses (`::`/`::1`) to display as `localhost:port` for display - Added proper IPv6 address for...
[ { "path": "packages/next/src/build/analyze/index.ts", "patch": "@@ -77,9 +77,11 @@ export default async function analyze({\n await turbopackAnalyze(analyzeContext)\n \n const durationString = durationToString(analyzeDuration)\n- Log.event(\n- `Analyze data created successfully in ${duratio...
2025-11-19T12:31:36
nodejs/node
373f2c583b43563fff21920d61061685ba4e6e08
f75c960dcc5e9516edd54ab84ed27bb725c17ed7
doc: mark the callback argument of crypto.generatePrime as mandatory The current documentation lists the `callback` argument of `crypto.generatePrime` as optional (it's surrounded by square brackets), but this is incorrect - calling the function without a callback will result in an `ERR_INVALID_ARG_TYPE` error: For t...
[ { "path": "doc/api/crypto.md", "patch": "@@ -3900,7 +3900,7 @@ console.log(key.export().toString('hex')); // e89..........41e\n The size of a generated HMAC key should not exceed the block size of the\n underlying hash function. See [`crypto.createHmac()`][] for more information.\n \n-### `crypto.generateP...
2025-05-14T19:17:46
golang/go
dfac972233873c13e449689ce16aa1b9707dd20e
47bf8f073ed321e1a1c5aff19c4f4ad6362a1c53
crypto/pbkdf2: add missing error return value in example This function returns two values, one was missing in the example. Change-Id: I738597f959011260f666c29b7d3ffad8e5cdc473 GitHub-Last-Rev: 5d99e04f7e1168fd0627e965508181bdb9d1ac25 GitHub-Pull-Request: golang/go#76032 Reviewed-on: https://go-review.googlesource.com...
[ { "path": "src/crypto/pbkdf2/pbkdf2.go", "patch": "@@ -27,7 +27,7 @@ import (\n // can get a derived key for e.g. AES-256 (which needs a 32-byte key) by\n // doing:\n //\n-//\tdk := pbkdf2.Key(sha1.New, \"some password\", salt, 4096, 32)\n+//\tdk, err := pbkdf2.Key(sha1.New, \"some password\", salt, 4096, 3...
2025-10-23T20:27:03
vercel/next.js
954354f2ab24002bd310940438e7bf0116e646ab
83ae64fe773453dbcf1583e5303494413b8449d7
[Segment Cache] Re-implement refresh reducer (#84426) This re-implements the refresh reducer to use the Segment Cache-style flow, similar to how the navigate reducer already works. Most of the logic can be reused from what was already implemented for navigations. The bulk of the changes are related to the case where ...
[ { "path": "packages/next/src/client/components/router-reducer/create-initial-router-state.ts", "patch": "@@ -8,7 +8,6 @@ import { fillLazyItemsTillLeafWithHead } from './fill-lazy-items-till-leaf-with-\n import { extractPathFromFlightRouterState } from './compute-changed-path'\n \n import type { AppRouterSt...
2025-11-18T23:38:47
facebook/react
ef979d4703ffcd1f379a4b76195816bea3da3c81
95465dc4913377ab7e2fa98d956c87adb5e38e6c
[Flight Reply] Reject any new Chunks not yet discovered at the time of reportGlobalError (#31840) We might have already resolved models that are not pending and so are not rejected by aborting the stream. When those later get parsed they might discover new chunks which end up as pending. These should be errored sin...
[ { "path": "packages/react-server-dom-webpack/src/__tests__/ReactFlightDOMReplyEdge-test.js", "patch": "@@ -245,4 +245,31 @@ describe('ReactFlightDOMReplyEdge', () => {\n ),\n );\n });\n+\n+ it('should abort when parsing an incomplete payload', async () => {\n+ const infinitePromise = new Pro...
2024-12-18T20:56:57
electron/electron
024fee4e443f757f1c57dbb1d0e90aa959fff17b
7e7010dacf6840734c9875de3086c766c97bcdc0
fix: modernize-use-nodiscard clang-tidy warnings (#44808)
[ { "path": "shell/browser/electron_permission_manager.cc", "patch": "@@ -86,7 +86,7 @@ class ElectronPermissionManager::PendingRequest {\n return content::RenderFrameHost::FromID(render_frame_host_id_);\n }\n \n- bool IsComplete() const { return remaining_results_ == 0; }\n+ [[nodiscard]] bool IsComp...
2024-11-25T15:48:28
golang/go
47bf8f073ed321e1a1c5aff19c4f4ad6362a1c53
03bd43e8bb314f1bf1872a41f470bde72ac00b5c
unique: fix inconsistent panic prefix in canonmap cleanup path Other panic messages in the file use the "unique.canonMap" prefix, but this one used "internal/sync.HashTrieMap", looks like it was copied from the "internal/sync" package. Change-Id: Ic3e85154eb5a593d41c19013d5696afed2178b7e Reviewed-on: https://go-revie...
[ { "path": "src/unique/canonmap.go", "patch": "@@ -232,7 +232,7 @@ func (m *canonMap[T]) cleanup(hash uintptr, wp weak.Pointer[T]) {\n \t\t\t// which requires the parents' lock.\n \t\t\tfor i.parent != nil && i.empty() {\n \t\t\t\tif hashShift == 8*goarch.PtrSize {\n-\t\t\t\t\tpanic(\"internal/sync.HashTrieM...
2025-10-22T02:37:49
nodejs/node
f75c960dcc5e9516edd54ab84ed27bb725c17ed7
b1973550e09d5a2a07c70be5de6e3ae4722ad230
doc: remove comma delimiter mention on permissions doc PR-URL: https://github.com/nodejs/node/pull/58297 Fixes: https://github.com/nodejs/node/issues/58287 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewe...
[ { "path": "doc/api/permissions.md", "patch": "@@ -108,8 +108,8 @@ The valid arguments for both flags are:\n \n * `*` - To allow all `FileSystemRead` or `FileSystemWrite` operations,\n respectively.\n-* Paths delimited by comma (`,`) to allow only matching `FileSystemRead` or\n- `FileSystemWrite` operatio...
2025-05-14T18:06:03
facebook/react
1e9ef39a8742889f8414c7df9c9e6ef463fe3d01
7eb8234f7cbeda298fffb1566b5cc771c09eff2e
[flags] Delete enableSchedulerDebugger (#31826) The tool for this isn't used so I killed it internally and we can clean up the code to make it easier to reduce the scheduler code.
[ { "path": "fixtures/scheduler/index.html", "patch": "@@ -91,19 +91,8 @@ <h2>Tests:</h2>\n <div> If the counter advanced while you were away from this tab, it's correct.</div>\n </li>\n <li>\n- <p>Can pause execution, dump scheduled callbacks, and continue where it left off</p>\n- <bu...
2024-12-18T18:29:22
nodejs/node
ae8a6de6095504878c053b828c155cd1b2b1e2f4
656bf7d0b8f69efd70595558ca1094b3f33af3d6
watch: fix watch args not being properly filtered currently when --watch is used, the argv arguments that the target script receives are filtered so that they don't include watch related arguments, however the current filtering logic is incorrect and it causes some watch values to incorrectly pass the filtering, the c...
[ { "path": "lib/internal/main/watch_mode.js", "patch": "@@ -43,11 +43,26 @@ const argsWithoutWatchOptions = [];\n \n for (let i = 0; i < process.execArgv.length; i++) {\n const arg = process.execArgv[i];\n- if (StringPrototypeStartsWith(arg, '--watch')) {\n- i++;\n- const nextArg = process.execArgv[...
2025-05-13T13:52:46
golang/go
107fcb70de859f7b8d08ce8bce8cf6a6d944aeff
8378276d66060cf5486cda3c826afc4be9f4a047
internal/goroot: replace HasPrefix+TrimPrefix with CutPrefix Change-Id: I97305df6babbede57bb0c3b48c89c96cb74307f7 Reviewed-on: https://go-review.googlesource.com/c/go/+/668456 Auto-Submit: Sean Liao <sean@liao.dev> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Sean Liao <sean@liao.dev> LUCI-TryBot-Result:...
[ { "path": "src/internal/goroot/gc.go", "patch": "@@ -77,8 +77,8 @@ func (gd *gccgoDirs) init() {\n \tconst prefix = \"libraries: =\"\n \tvar dirs []string\n \tfor _, dirEntry := range dirsEntries {\n-\t\tif strings.HasPrefix(dirEntry, prefix) {\n-\t\t\tdirs = filepath.SplitList(strings.TrimPrefix(dirEntry, ...
2025-04-28T09:00:24
vercel/next.js
d7608f7ecc58f7ca3097d7f54ffc3c202da4ccfd
fedee7d7c443fd22e004ae1108d55fdbd96e2427
Fix prerendering of interception routes with generateStaticParams (#85835) ## What Fixes a bug where interception routes in parallel slots could not be prerendered using `generateStaticParams`, causing 404 responses when these routes were accessed directly. ## Why **The Problem:** Interception routes like `app/@mo...
[ { "path": "packages/next/errors.json", "patch": "@@ -927,5 +927,8 @@\n \"926\": \"Optional route parameters are not yet supported (\\\"[%s]\\\") in route \\\"%s\\\".\",\n \"927\": \"No debug targets found\",\n \"928\": \"Unable to get server address\",\n- \"929\": \"No pages or app directory found.\"...
2025-11-18T16:15:54
facebook/react
7eb8234f7cbeda298fffb1566b5cc771c09eff2e
2bd1c756c6fffefb00cdb2986218fa2701ece82e
[Flight] Fix double-incremented pending chunks counter (#31833) Before calling `emitTimingChunk` inside of `forwardDebugInfo`, we must not increment `request.pendingChunks`, as this is already done inside of the `emitTimingChunk` function. I don't have a unit test for this, but manually verified that this fixes ...
[ { "path": "packages/react-server/src/ReactFlightServer.js", "patch": "@@ -3810,11 +3810,11 @@ function forwardDebugInfo(\n debugInfo: ReactDebugInfo,\n ) {\n for (let i = 0; i < debugInfo.length; i++) {\n- request.pendingChunks++;\n if (typeof debugInfo[i].time === 'number') {\n // When for...
2024-12-18T15:35:02
nodejs/node
e8c06a51d02b006376e08d71cade0b98e8e5a920
a4e833ae17c738a6d891c9217551e7d638dab63e
doc: add puskin to collaborators Fixes: https://github.com/nodejs/node/issues/58088 PR-URL: https://github.com/nodejs/node/pull/58308 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
[ { "path": ".mailmap", "patch": "@@ -204,6 +204,7 @@ George Adams <gadams@microsoft.com> <george.adams@uk.ibm.com>\n Gerhard Stöbich <deb2001-github@yahoo.de>\n Gibson Fahnestock <gibfahn@gmail.com> <gib@uk.ibm.com>\n Gil Pedersen <git@gpost.dk> <github@gpost.dk>\n+Giovanni Bucci <github@puskin.it>\n Graham ...
2025-05-13T09:30:33
vercel/next.js
d174698cded19687b7b97b281c49b4dd2086a367
158797836305daf387e373e657a69ca45af48c70
docs: cacheHandlers use object instead of class (#86022) <!-- 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 Contrib...
[ { "path": "docs/01-app/03-api-reference/05-config/01-next-config-js/cacheHandlers.mdx", "patch": "@@ -41,8 +41,8 @@ import type { NextConfig } from 'next'\n \n const nextConfig: NextConfig = {\n cacheHandlers: {\n- default: './cache-handlers/default-handler.js',\n- remote: './cache-handlers/remote-h...
2025-11-18T11:33:39
electron/electron
7e7010dacf6840734c9875de3086c766c97bcdc0
fbe01cdc16a36ffabee7b92fee3f245c97d6f2e6
chore: bump chromium to 133.0.6852.0 (main) (#44748) * chore: bump chromium in DEPS to 133.0.6847.0 * chore: bump chromium in DEPS to 133.0.6848.0 * chore: update patches * implement extensions::GlobalShortcutListener::ExecuteCommand stub https://chromium-review.googlesource.com/c/chromium/src/+/5871484 ...
[ { "path": "DEPS", "patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '133.0.6846.0',\n+ '133.0.6852.0',\n 'node_version':\n 'v22.9.0',\n 'nan_version':", "additions": 1, "deletions": 1 }, { "path": "chromium_src/BUILD.gn", "patch...
2024-11-25T15:45:47
golang/go
8378276d66060cf5486cda3c826afc4be9f4a047
e5688d0bddb0196b7f057bcae8baf8521c571119
strconv: optimize int-to-decimal and use consistently Integer-to-decimal conversion is hand-written in multiple places in this package, with different incomplete optimizations in different copies. This CL establishes a single implementation, formatBase10, accurately optimized for a variety of systems, and then uses i...
[ { "path": "src/strconv/ftoa.go", "patch": "@@ -483,7 +483,7 @@ func fmtB(dst []byte, neg bool, mant uint64, exp int, flt *floatInfo) []byte {\n \t}\n \n \t// mantissa\n-\tdst, _ = formatBits(dst, mant, 10, false, true)\n+\tdst = AppendUint(dst, mant, 10)\n \n \t// p\n \tdst = append(dst, 'p')\n@@ -493,7 +49...
2025-10-17T04:31:09
facebook/react
975cea2d3ddb95ad31f10ae112bdde5101725c85
49b1a956a915da972e60221e9610d383fac08bd7
Enable debugRenderPhaseSideEffectsForStrictMode in test renderers (#31761) This flag controls the strict mode double invoke render/lifecycles/etc behavior in Strict Mode. The only place this flag is off is the test renderers, which it should be on for. If we can land this, we can follow up to remove the flag.
[ { "path": "packages/shared/forks/ReactFeatureFlags.test-renderer.js", "patch": "@@ -10,7 +10,7 @@\n import typeof * as FeatureFlagsType from 'shared/ReactFeatureFlags';\n import typeof * as ExportsType from './ReactFeatureFlags.test-renderer';\n \n-export const debugRenderPhaseSideEffectsForStrictMode = fal...
2024-12-17T03:52:18
nodejs/node
a4e833ae17c738a6d891c9217551e7d638dab63e
4d7116916ddbd70a898f33ebbed883215e09835c
doc: update stability status for diagnostics_channel to experimental PR-URL: https://github.com/nodejs/node/pull/58261 Fixes: https://github.com/nodejs/node/issues/58234 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Rev...
[ { "path": "doc/api/diagnostics_channel.md", "patch": "@@ -1103,14 +1103,10 @@ for the sync error and one for the async error.\n \n ### Built-in Channels\n \n-> Stability: 1 - Experimental\n-\n-While the diagnostics\\_channel API is now considered stable, the built-in\n-channels currently available are not. ...
2025-05-13T04:42:15
vercel/next.js
fc4f062ba96f37f971bcbab8858d96e413d86bf9
dc8f77375d783255356ff2489c765ef8b7420f3c
Chore: Update with-supabase example to Next.js 16 (#86105) ### What? Upgrade with-supabase example to be compatible with Next.js 16 ### Why? 1. Users get console warnings about middleware vs proxy 2. Enabling Cache Components config results in build errors for async behaviour outside Suspense boundary 3. Turbopack ...
[ { "path": "examples/with-supabase/README.md", "patch": "@@ -22,7 +22,7 @@\n - Works across the entire [Next.js](https://nextjs.org) stack\n - App Router\n - Pages Router\n- - Middleware\n+ - Proxy\n - Client\n - Server\n - It just works!", "additions": 1, "deletions": 1 }, { "pat...
2025-11-18T06:41:21
electron/electron
b8b2e12c9c6d2ab9a3b5d7df061dfdeec0d6cbc2
94a65df2708ddc96bb9c91bd98b66e93a5f22a8e
docs: fix wording in auto-updater.md (#44787) * docs: fix wording in auto-updater.md * docs: update wording Co-authored-by: Keeley Hammond <vertedinde@electronjs.org> --------- Co-authored-by: Keeley Hammond <vertedinde@electronjs.org>
[ { "path": "docs/api/auto-updater.md", "patch": "@@ -68,7 +68,7 @@ Emitted when there is an error while updating.\n \n ### Event: 'checking-for-update'\n \n-Emitted when checking if an update has started.\n+Emitted when checking for an available update has started.\n \n ### Event: 'update-available'\n ", ...
2024-11-24T21:00:42
facebook/react
d325f872de658fc26127a91c965c135d8ad4e877
ac172706526a840100302f92ae90dfa4ad804c56
[compiler][be] Logger based debug printing in test runner (#31809) Avoid mutable logging enabled state and writing to `process.stdout` within our babel transform.
[ { "path": "compiler/packages/babel-plugin-react-compiler/package.json", "patch": "@@ -42,9 +42,7 @@\n \"babel-jest\": \"^29.0.3\",\n \"babel-plugin-fbt\": \"^1.0.0\",\n \"babel-plugin-fbt-runtime\": \"^1.0.0\",\n- \"chalk\": \"4\",\n \"eslint\": \"^8.57.1\",\n- \"glob\": \"^7.1.6\",\n ...
2024-12-16T20:15:13
nodejs/node
4d7116916ddbd70a898f33ebbed883215e09835c
28cbc4c9567ff2e5ea434703cd2d2ee8afd631d4
build: fix uvwasi pkgname PR-URL: https://github.com/nodejs/node/pull/58270 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
[ { "path": "configure.py", "patch": "@@ -2276,7 +2276,7 @@ def make_bin_override():\n configure_library('nghttp3', output, pkgname='libnghttp3')\n configure_library('ngtcp2', output, pkgname='libngtcp2')\n configure_sqlite(output);\n-configure_library('uvwasi', output, pkgname='libuvwasi')\n+configure_librar...
2025-05-12T23:29:17
vercel/next.js
3e5b96a17ee59b1ad5c173dae129ecfc1b08f656
b53beca2a08476a18d039f6a3a5a4ab8e9c05529
next analyze: annotate polyfill modules in UI (#86062) For small routes, it can appear like the polyfill chunk takes up a sizable amount of data, but `polyfill-nomodule.js` is only sent to legacy browsers. This makes it clearer. This PR enhances the bundle analyzer by adding visual indicators for polyfill chunks, a...
[ { "path": "apps/bundle-analyzer/app/globals.css", "patch": "@@ -32,6 +32,8 @@\n --sidebar-accent-foreground: oklch(0.205 0 0);\n --sidebar-border: oklch(0.922 0 0);\n --sidebar-ring: oklch(0.708 0 0);\n+ --polyfill: #5f707f;\n+ --polyfill-foreground: #ffffff;\n }\n \n .dark {\n@@ -62,6 +64,8 @@\n ...
2025-11-18T02:02:03