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 |
|---|---|---|---|---|---|
nodejs/node | 5a2614fd03b93da972c34c4842d3cb6bd12be65a | 35188cd67780ed443d665b6cd50159d099e1df7d | test: fix dangling promise in test_runner no isolation test setup
PR-URL: https://github.com/nodejs/node/pull/57595
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com> | [
{
"path": "test/fixtures/test-runner/no-isolation/global-hooks.cjs",
"patch": "@@ -0,0 +1,6 @@\n+const test = require('node:test');\n+\n+test.before(() => console.log('before(): global'));\n+test.beforeEach(() => console.log('beforeEach(): global'));\n+test.after(() => console.log('after(): global'));\n+tes... | 2025-04-02T19:30:53 |
electron/electron | f89bd745d5ac168665a09b0fc6f3a565b3fb40be | bcb7362ab9807cc5e1a6efc262ff9fdb746498d5 | fix: `createWindow` shouldn't load URL for `webContents` (#43775)
* fix: createWindow shouldn't load URL for webContents
* chore: add non about blank test | [
{
"path": "lib/browser/guest-window-manager.ts",
"patch": "@@ -71,14 +71,6 @@ export function openGuestWindow ({ embedder, guest, referrer, disposition, postD\n throw new Error('Invalid webContents. Created window should be connected to webContents passed with options object.');\n }\n \n- ... | 2024-09-20T07:56:03 |
facebook/react | 1a779207a7b85314e16d410b185d427702f22ebc | 943e45e910d1a125f2be431c2b66f22a035ea0c9 | [compiler][test fixtures] Add enablePropagateDepsInHIR to forked tests
Annotates fixtures added in #31030 with `@enablePropagateDepsInHIR` to fork behavior (and commit snapshot differences)
ghstack-source-id: e423e8c42db62f1bb87562b770761be09fc8ffc6
Pull Request resolved: https://github.com/facebook/react/pull/31031 | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/propagate-scope-deps-hir-fork/conditional-break-labeled.expect.md",
"patch": "@@ -2,6 +2,7 @@\n ## Input\n \n ```javascript\n+// @enablePropagateDepsInHIR\n /**\n * props.b *does* influence `a`\n */\n@@ -29,13 +30,19 ... | 2024-09-30T16:24:20 |
vercel/next.js | fbbd5380362c0a4b247a47cbe1fdfec9413be826 | 2cc5f0227b5d9e01b9bbe4699b22877e470ffadf | [BF Cache]: skip lazyData fetch logic for inactive segments (#85142)
When `routerBfCache` is enabled, React's Activity API renders inactive
route segments offscreen to enable instant back/forward navigation.
However, the layout-router's lazy data fetching logic was incorrectly
triggering fetchServerResponse calls for ... | [
{
"path": "packages/next/src/client/components/app-router.tsx",
"patch": "@@ -437,6 +437,8 @@ function Router({\n // Root node always has `url`\n // Provided in AppTreeContext to ensure it can be overwritten in layout-router\n url: canonicalUrl,\n+ // Root segment is always active\n+ ... | 2025-10-21T02:28:08 |
rust-lang/rust | 6b13e5ee3e0f9e73092222b794b4e6476f1d0ba7 | debbabedb3637aa7643f012019e85a5c40fc43f8 | Fix a bug in associated type lowering
When rewriting assoc type shorthand lowering (`TypeParam::AssocType`), I took into account that if two traits have the same assoc type, even if one is a supertrait of the other, it's an error. However it turns out that assoc type predicates (`Trait<AssocType = Foo>`) uses the same... | [
{
"path": "src/tools/rust-analyzer/crates/hir-ty/src/lower.rs",
"patch": "@@ -1680,10 +1680,16 @@ impl SupertraitsInfo {\n }\n }\n \n-#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]\n-enum TypeParamAssocTypeShorthandError {\n- AssocTypeNotFound,\n- AmbiguousAssocType,\n+#[derive(Debug, Clone, P... | 2026-03-04T07:24:16 |
nodejs/node | 2bfcc1cbba724e17d097224cc3386106f44c46be | 2ff6c7e5236cd29ab7f47019e7dacd01c5af4038 | 2025-04-01, Version 23.11.0 (Current)
Notable changes:
assert:
* (SEMVER-MINOR) implement partial error comparison (Ruben Bridgewater) https://github.com/nodejs/node/pull/57370
crypto:
* (SEMVER-MINOR) add optional callback to `crypto.diffieHellman` (Filip Skokan) https://github.com/nodejs/node/pull/57274
process... | [
{
"path": "CHANGELOG.md",
"patch": "@@ -39,7 +39,8 @@ release.\n </tr>\n <tr>\n <td valign=\"top\">\n-<b><a href=\"doc/changelogs/CHANGELOG_V23.md#23.10.0\">23.10.0</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V23.md#23.11.0\">23.11.0</a></b><br/>\n+<a href=\"doc/changelogs/CHANGELOG_V23.md#23.10.... | 2025-04-01T09:20:34 |
golang/go | 25c36b95d1523f22d4c46ec237acc03e00540e0a | f0e281e693685954df71374c9a9fb856e8745519 | [dev.simd] simd, cmd/compile: add 128 bit select-from-pair
Using this name until a better one appears:
x.Select128FromPair(3, 2, y)
Includes test for constant and variable case.
Checks for unexpected immediates (using the zeroing flag,
which is not supported for this intrinsic) and panics.
Change-Id: I9249475d657... | [
{
"path": "src/cmd/compile/internal/amd64/simdssa.go",
"patch": "@@ -1053,6 +1053,8 @@ func ssaGenSIMDValue(s *ssagen.State, v *ssa.Value) bool {\n \t\tssa.OpAMD64VGF2P8AFFINEINVQB128,\n \t\tssa.OpAMD64VGF2P8AFFINEINVQB256,\n \t\tssa.OpAMD64VGF2P8AFFINEINVQB512,\n+\t\tssa.OpAMD64VPERM2F128256,\n+\t\tssa.OpA... | 2025-09-19T17:07:59 |
facebook/react | 943e45e910d1a125f2be431c2b66f22a035ea0c9 | 2d16326d9a3f45260aa80bcae78745ab2f199138 | [compiler][test fixtures] Fork more fixtures for hir-rewrite
Followup from #30894 , not sure how these got missed. Note that this PR just copies the fixtures without adding `@enablePropagateDepsInHIR`. #31032 follows and actually enables the HIR-version of propagateScopeDeps to run. I split this out into two PRs to ma... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/propagate-scope-deps-hir-fork/conditional-break-labeled.expect.md",
"patch": "@@ -0,0 +1,65 @@\n+\n+## Input\n+\n+```javascript\n+/**\n+ * props.b *does* influence `a`\n+ */\n+function Component(props) {\n+ const a = [... | 2024-09-30T16:24:19 |
electron/electron | 53e89b565d9aac1d8229c7f948263e98a24d3e22 | 6aa6bada795c7cf6a9968b44e7cc76c1becaacae | fix: -Wunsafe-buffer-usage warnings in Clipboard::WriteBuffer() (#43795)
* fix: -Wunsafe-buffer-usage warnings in Clipboard::WriteBuffer()
* chore: add a DCHECK to confirm the BigBuffer is full | [
{
"path": "shell/common/api/electron_api_clipboard.cc",
"patch": "@@ -111,12 +111,16 @@ void Clipboard::WriteBuffer(const std::string& format,\n return;\n }\n \n+ CHECK(buffer->IsArrayBufferView());\n+ v8::Local<v8::ArrayBufferView> buffer_view = buffer.As<v8::ArrayBufferView>();\n+ const size_t n_... | 2024-09-20T04:10:35 |
vercel/next.js | 2cc5f0227b5d9e01b9bbe4699b22877e470ffadf | a95f8612bcf08dbc52cc4b06e88b43d48f4429e7 | Add Learn more docs to Middleware deprecation warning (#84711)
This PR adds an error doc for the Middleware deprecation warning that it
can refer to.
- Explain why this error occurred
- Provide migration guide
- Explain the rationale for the renaming to Proxy
---------
Co-authored-by: Joseph <joseph.chamochum... | [
{
"path": "docs/01-app/03-api-reference/03-file-conventions/proxy.mdx",
"patch": "@@ -690,7 +690,7 @@ Learn how to [configure Proxy](/docs/app/guides/self-hosting#proxy) when self-ho\n \n ### Why the Change\n \n-The reason behind the renaming of `middleware` is that the term \"middleware can often be confus... | 2025-10-21T02:26:30 |
rust-lang/rust | 91c7627c0f9df9624af546440bbbd0c5ba0cd268 | d9563937fa3b030c5845811113505070109414d2 | Remove `cycle_fatal` query modifier
This removes the `cycle_fatal` query modifier as it has no effect on its current users.
The default `CycleErrorHandling::Error` mode does the same as `cycle_fatal` when the default impl of `FromCycleError` is used. The return types of queries using `cycle_fatal` however have no spe... | [
{
"path": "compiler/rustc_macros/src/query.rs",
"patch": "@@ -144,7 +144,6 @@ struct QueryModifiers {\n arena_cache: Option<Ident>,\n cache_on_disk_if: Option<CacheOnDiskIf>,\n cycle_delay_bug: Option<Ident>,\n- cycle_fatal: Option<Ident>,\n cycle_stash: Option<Ident>,\n depth_limit: ... | 2026-03-02T08:08:05 |
nodejs/node | 2ff6c7e5236cd29ab7f47019e7dacd01c5af4038 | 1c2d98d380951d654e290e7d79257534af58a75f | doc: classify Chrome DevTools Protocol as tier 2
Chrome DevTools Protocol is the de-facto debugger protocol for
Node.js and is tested regularly in Node.js test suite / CI. It matches
the tier 2 classification but lacks proper documentation in Node.js.
Classify the Chrome DevTools Protocol as tier 2 with a target of
t... | [
{
"path": "doc/contributing/diagnostic-tooling-support-tiers.md",
"patch": "@@ -100,9 +100,9 @@ The tools are currently assigned to Tiers as follows:\n \n ## Tier 2\n \n-| Tool Type | Tool/API Name | Regular Testing in Node.js CI | Integrated with Node.js | Target Tier |\n-| --------- | ------------- | ----... | 2025-04-01T12:33:04 |
facebook/react | 2d16326d9a3f45260aa80bcae78745ab2f199138 | db240980a3aeae65f148b1edf5a1187a2331307e | fix[scripts/devtools/publish-release]: parse version list instead of handling 404 (#31087)
Discovered yesterday while was publishing a new release.
NPM `10.x.x` changed the text for 404 errors, so this check was failing.
Instead of handling 404 as a signal, I think its better to just parse
the whole list of versi... | [
{
"path": "scripts/devtools/publish-release.js",
"patch": "@@ -82,18 +82,13 @@ async function publishToNPM() {\n // If so we might be resuming from a previous run.\n // We could infer this by comparing the build-info.json,\n // But for now the easiest way is just to ask if this is expected.\n- ... | 2024-09-30T16:07:54 |
golang/go | 3e4540b49d3066ee3fd57f3456506f6d09d0129b | 15fbe3480b1c44113e9cdb26008da9f66d4e57b2 | os/user: use getgrouplist on illumos && cgo
The getgrouplist call is available on Illumos since December 2020:
https://github.com/illumos/illumos-gate/commit/f2c438c5058c64b7373448f239156bf60009abcb
We can assume it is available for users now. Let's switch to using it
when cgo is enabled.
Since neither LUCY nor... | [
{
"path": "src/os/user/cgo_listgroups_unix.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 (cgo || darwin) && !osusergo && (darwin || dragonfly || freebsd || (linux && !android) || netbsd || openbsd ||... | 2025-09-11T16:57:00 |
electron/electron | 6aa6bada795c7cf6a9968b44e7cc76c1becaacae | d10092128930c590c408971123055820f679bc9b | fix: third time screen sharing on macOS (#43767)
Because we used decrementing negative source ids for fake video id when
instantating a native macOS screen share picker, we eventually hit the
`DesktopMediaID::kFakeId = -3` in Chromium source code which displayed a
test green screen.
In this change we reserve our... | [
{
"path": "lib/browser/api/session.ts",
"patch": "@@ -3,14 +3,16 @@ import { net } from 'electron/main';\n const { fromPartition, fromPath, Session } = process._linkedBinding('electron_browser_session');\n const { isDisplayMediaSystemPickerAvailable } = process._linkedBinding('electron_browser_desktop_captu... | 2024-09-20T01:28:28 |
vercel/next.js | a95f8612bcf08dbc52cc4b06e88b43d48f4429e7 | 55f619705506b78c6edc7ce4ab9fa891fc480008 | Turbopack: Disable LightningCSS MediaRangeSyntax feature (#85086)
## What?
Always downlevels MediaRangeSyntax to ensure max-width doesn't get
upleveled to MediaRangeSyntax which is shorter but doesn't work with
Chrome devtools `show media queries` feature.
Fixes #72559 | [
{
"path": "test/e2e/app-dir/css-media-query/app/layout.tsx",
"patch": "@@ -0,0 +1,10 @@\n+import { ReactNode } from 'react'\n+import './styles.css'\n+\n+export default function Root({ children }: { children: ReactNode }) {\n+ return (\n+ <html>\n+ <body>{children}</body>\n+ </html>\n+ )\n+}",
... | 2025-10-21T02:23:12 |
nodejs/node | 1c2d98d380951d654e290e7d79257534af58a75f | e5ff73133ae702ed96f8daf4a66f6eac1e1d79ef | module: improve typescript error message format
PR-URL: https://github.com/nodejs/node/pull/57687
Fixes: https://github.com/nodejs/node/issues/56830
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> | [
{
"path": "lib/internal/modules/typescript.js",
"patch": "@@ -63,10 +63,14 @@ function parseTypeScript(source, options) {\n * It allows us to distinguish between invalid syntax and unsupported syntax.\n */\n switch (error?.code) {\n- case 'UnsupportedSyntax':\n- throw new ERR_UNSUP... | 2025-03-23T18:17:55 |
golang/go | 16ae11a9e1ca064718303f11d30110cf4e4dbbbc | 459f3a3adc131d9bb829efe0add27327a29b9c88 | runtime: move TestReadMetricsSched to testprog
There are just too many flakes resulting from background pollution by
the testing package and other tests. Run in a subprocess where at least
the environment can be more tightly controlled.
Fixes #75049.
Change-Id: Iad59edaaf31268f1fcb77273f01317d963708fa6
Reviewed-on: ... | [
{
"path": "src/runtime/metrics_test.go",
"patch": "@@ -22,7 +22,6 @@ import (\n \t\"strings\"\n \t\"sync\"\n \t\"sync/atomic\"\n-\t\"syscall\"\n \t\"testing\"\n \t\"time\"\n \t\"unsafe\"\n@@ -1578,211 +1577,10 @@ func TestReadMetricsFinalizers(t *testing.T) {\n }\n \n func TestReadMetricsSched(t *testing.T)... | 2025-09-26T17:05:43 |
electron/electron | 855f2193011370f9dac6ebc54af5f7ac12c10ed6 | 0ac8ff6439a5448d5f883ef6656a3e9be753a7e2 | chore: fix compile issue about ambiguous error of multiple methods named 'highlight'. (#43773)
chore: fix ambiguous error of multiple methods named 'highlight' | [
{
"path": "shell/browser/ui/message_box_mac.mm",
"patch": "@@ -81,7 +81,7 @@\n \n // TODO(@codebytere): This behavior violates HIG & should be deprecated.\n if (settings.cancel_id == settings.default_id) {\n- [[ns_buttons objectAtIndex:settings.default_id] highlight:YES];\n+ [(NSButton*)[n... | 2024-09-19T11:01:36 |
rust-lang/rust | 2c69534c684ba34f45dbcad4960a96cda8ef0551 | debbabedb3637aa7643f012019e85a5c40fc43f8 | Release a new smol-str minor version with borsh fix | [
{
"path": "src/tools/rust-analyzer/Cargo.lock",
"patch": "@@ -2635,7 +2635,7 @@ dependencies = [\n \n [[package]]\n name = \"smol_str\"\n-version = \"0.3.5\"\n+version = \"0.3.6\"\n dependencies = [\n \"arbitrary\",\n \"borsh\",",
"additions": 1,
"deletions": 1,
"language": "Unknown"
},
{
... | 2026-03-04T06:27:38 |
vercel/next.js | 200268146e11d737e2930472b6f69064c61b4d66 | 07a415f5f37ed849d23c5375a7a0906254a07c12 | Fix subtree layout alignment for route summary in `next build` (#85137) | [
{
"path": "packages/next/src/build/utils.ts",
"patch": "@@ -430,7 +430,7 @@ export async function printTreeView(\n \n if (pageInfo?.ssgPageRoutes?.length) {\n const totalRoutes = pageInfo.ssgPageRoutes.length\n- const contSymbol = i === arr.length - 1 ? ' ' : '├'\n+ const contSym... | 2025-10-21T01:45:04 |
facebook/react | 3edc000d7717027a1ce23611070a56358040a554 | d34da5cdb9266ba7928f78107c87383ae211f0f9 | [compiler] Fix broken tests
ghstack-source-id: 000a37ae1f819eef676dcd52410d5231cd2d50fe
Pull Request resolved: https://github.com/facebook/react/pull/31078 | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/meta-isms/repro-cx-namespace-assigned-to-temporary.expect.md",
"patch": "@@ -19,15 +19,17 @@ function Component() {\n );\n }\n \n-function cx(obj) {\n- const classes = [];\n- for (const [key, value] of Object.entrie... | 2024-09-26T21:34:28 |
golang/go | 4631a2d3c6a30956f5cffb71583eb97276bcc9b5 | 0f31d742cdfda3af6b56c61a765c8df76053cf0a | cmd/link: skip TestFlagW on AIX
The internal/xcoff can only parse XCOFF with symbol table. This
test creates executables without symbol table. Skip the test.
(It might be possible to make internal/xcoff work with binaries
without symbol table? Leave it for the future.)
Fixes #75618.
Change-Id: I273ffefee5376d987acc... | [
{
"path": "src/cmd/link/dwarf_test.go",
"patch": "@@ -361,6 +361,9 @@ func TestDWARFLocationList(t *testing.T) {\n \n func TestFlagW(t *testing.T) {\n \ttestenv.MustHaveGoBuild(t)\n+\tif runtime.GOOS == \"aix\" {\n+\t\tt.Skip(\"internal/xcoff cannot parse file without symbol table\")\n+\t}\n \tt.Parallel()\... | 2025-09-26T13:38:23 |
nodejs/node | e5ff73133ae702ed96f8daf4a66f6eac1e1d79ef | 0d910706ef4efa3a20e86d320ac95dd79e2dc624 | deps: update amaro to 0.5.0
PR-URL: https://github.com/nodejs/node/pull/57687
Fixes: https://github.com/nodejs/node/issues/56830
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> | [
{
"path": "deps/amaro/README.md",
"patch": "@@ -29,6 +29,7 @@ console.log(code); // \"const foo = 'bar';\"\n \n It is possible to use Amaro as an external loader to execute TypeScript files.\n This allows the installed Amaro to override the Amaro version used by Node.js.\n+In order to use Amaro as a... | 2025-03-30T00:36:34 |
rust-lang/rust | fe71b660c50d70d66b1f1617ec19bdfb8ebb1ba1 | d933cf483edf1605142ac6899ff32536c0ad8b22 | Fix comment on `is_horizontal_whitespace`
The comment on `is_horizontal_whitespace` says "This is
Pattern_White_Space", but the function matches only tab (U+0009) and
space (U+0020) -- two of the eleven `Pattern_White_Space` code points.
This has been the case since Rust PR 146106, which narrowed the set
from full `Pa... | [
{
"path": "compiler/rustc_lexer/src/lib.rs",
"patch": "@@ -367,7 +367,8 @@ pub fn is_whitespace(c: char) -> bool {\n \n /// True if `c` is considered horizontal whitespace according to Rust language definition.\n pub fn is_horizontal_whitespace(c: char) -> bool {\n- // This is Pattern_White_Space.\n+ ... | 2026-03-04T05:53:51 |
facebook/react | d34da5cdb9266ba7928f78107c87383ae211f0f9 | 67fee58b1f72754cc77488c40c44e786572ef954 | [ci] Fix incorrect sha / commit messages in manual Meta builds
ghstack-source-id: 0790b32d293f7b528e458cb4b8718d8c2c422dab
Pull Request resolved: https://github.com/facebook/react/pull/31083 | [
{
"path": ".github/workflows/runtime_commit_artifacts.yml",
"patch": "@@ -82,7 +82,7 @@ jobs:\n working-directory: scripts/release\n - name: Download artifacts for base revision\n run: |\n- GH_TOKEN=${{ github.token }} scripts/release/download-experimental-build.js --commit=${... | 2024-09-26T21:28:01 |
vercel/next.js | b3959cdcbfe9be4029ff015f4450f613c872fb71 | 3cd8a234464f761f26c45a955da3cbd373e0f198 | test: Fix and update recursive-delete benchmarks (#84875)
PR created with claude code, with some manual review.
- Update benchmark scripts to work, given my recent code changes
- Include a native nodejs benchmark
- Use rimraf's `manual` implementation (tries to use node's native version)
- Tried to clean up the code ... | [
{
"path": "bench/recursive-delete/README.md",
"patch": "@@ -0,0 +1,7 @@\n+# Recursive Delete Benchmark\n+\n+```bash\n+pnpm bench\n+```\n+\n+Run `pnpm bench --help` for options.",
"additions": 7,
"deletions": 0,
"language": "Markdown"
},
{
"path": "bench/recursive-delete/nodejs-rm.js",
... | 2025-10-21T00:52:34 |
golang/go | 0f31d742cdfda3af6b56c61a765c8df76053cf0a | 7d7cd6e07b65d7583f1c7648fc042fbe30352313 | cmd/compile: fix ICE with new(<untyped expr>)
Fixes #75617
Change-Id: Iaee7d4556db54b9999f5ba8458e7c05c11ccfc36
Reviewed-on: https://go-review.googlesource.com/c/go/+/707075
Reviewed-by: Junyang Shao <shaojunyang@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Aut... | [
{
"path": "src/cmd/compile/internal/noder/reader.go",
"patch": "@@ -2434,6 +2434,7 @@ func (r *reader) expr() (res ir.Node) {\n \t\tif r.Bool() {\n \t\t\t// new(expr) -> tmp := expr; &tmp\n \t\t\tx := r.expr()\n+\t\t\tx = typecheck.DefaultLit(x, nil) // See TODO in exprConvert case.\n \t\t\tvar init ir.Node... | 2025-09-26T11:07:18 |
nodejs/node | 0d910706ef4efa3a20e86d320ac95dd79e2dc624 | 12b81dfc9336e79146b9709ef3f336a739808f61 | tools: enable linter on some fixtures file
PR-URL: https://github.com/nodejs/node/pull/57674
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il> | [
{
"path": "eslint.config.mjs",
"patch": "@@ -14,6 +14,7 @@ import {\n } from './tools/eslint/eslint.config_utils.mjs';\n import nodeCore from './tools/eslint/eslint-plugin-node-core.js';\n \n+const { globalIgnores } = await importEslintTool('eslint/config');\n const { default: js } = await importEslintTool(... | 2025-04-01T08:36:12 |
facebook/react | b091ef7e0be078de64721e72b8dc8d7bc33dad29 | b90e440231d3c18a3d9ebbd6a74555e82a16f666 | fix: update release scripts for react devtools (#31069)
This has been broken since the migration to GitHub actions.
Previously, we've been using `buildId` as an identifier from CircleCI.
I've decided to use a commit hash as an identifier, because I don't know
if there is a better option, and
`scripts/release/dow... | [
{
"path": "scripts/devtools/build-and-test.js",
"patch": "@@ -50,13 +50,13 @@ async function main() {\n });\n \n const archivePath = await archiveGitRevision();\n- const buildID = await downloadLatestReactBuild();\n+ const currentCommitHash = await downloadLatestReactBuild();\n \n await buildAndTest... | 2024-09-26T14:42:59 |
vercel/next.js | 3cd8a234464f761f26c45a955da3cbd373e0f198 | 3f8febe2b5f5d4c08b4580854ed81baf70f75c97 | feat(cache-components): require non-empty generateStaticParams for validation (#85135)
### What?
This PR adds build-time validation that requires `generateStaticParams`
to return at least one result when Cache Components (experimental
`cacheComponents` feature) is enabled.
### Why?
Previously, users could return an... | [
{
"path": "errors/empty-generate-static-params.mdx",
"patch": "@@ -0,0 +1,69 @@\n+---\n+title: Empty generateStaticParams with Cache Components\n+---\n+\n+## Why This Error Occurred\n+\n+You're using [Cache Components](https://nextjs.org/docs/beta/app/api-reference/config/next-config-js/cacheComponents) in ... | 2025-10-21T00:22:42 |
golang/go | 7d7cd6e07b65d7583f1c7648fc042fbe30352313 | 41cba31e66c979c413a4368c4f3d82ebadf0fb5b | internal/poll: don't call SetFilePointerEx in Seek for overlapped handles
Overlapped handles don't have the file pointer updated when performing
I/O operations, so there is no need to call syscall.SetFilePointerEx in
FD.Seek. Updating the in-memory offset is sufficient.
Updates #74951 (provides a more complete fix)
... | [
{
"path": "src/internal/poll/fd_windows.go",
"patch": "@@ -1165,11 +1165,29 @@ func (fd *FD) Seek(offset int64, whence int) (int64, error) {\n \t}\n \tdefer fd.readWriteUnlock()\n \n-\tif !fd.isBlocking && whence == io.SeekCurrent {\n-\t\t// Windows doesn't keep the file pointer for overlapped file handles.... | 2025-08-21T08:45:23 |
nodejs/node | 12b81dfc9336e79146b9709ef3f336a739808f61 | 5812a61a68d50c65127beb68dd4dfb0242e3c5c9 | crypto: fix output of privateDecrypt with zero-length data
closes #57553
closes #57572
closes #57558
PR-URL: https://github.com/nodejs/node/pull/57575
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Tobias Nieße... | [
{
"path": "deps/ncrypto/ncrypto.cc",
"patch": "@@ -215,7 +215,7 @@ Buffer<void> DataPointer::release() {\n DataPointer DataPointer::resize(size_t len) {\n size_t actual_len = std::min(len_, len);\n auto buf = release();\n- if (actual_len == len_) return DataPointer(buf);\n+ if (actual_len == len_) ret... | 2025-04-01T06:29:29 |
vercel/next.js | 5c34f87bbe507adc7c07a9f9cd1095d8e2c5be2f | 76a9a1de28e384a65dbee4578787e2a775610494 | chore: update formatted duration string magnitude for millisconds <-> microseconds (#85136)
## Why?
This PR refines the duration formatting logic in the build process:
1. Changed the millisecond threshold from 1ms to 2ms for better
readability
2. Fixed comparison operators from `>` to `>=` to ensure consistent
behav... | [
{
"path": "packages/next/src/build/duration-to-string.ts",
"patch": "@@ -13,7 +13,7 @@ const NANOSECONDS_IN_MINUTE = 60_000_000_000 // 60 * 1_000_000_000\n const MINUTES_THRESHOLD_NANOSECONDS = 120_000_000_000 // 2 minutes in nanoseconds\n const SECONDS_THRESHOLD_HIGH_NANOSECONDS = 40_000_000_000 // 40 seco... | 2025-10-20T23:50:23 |
facebook/react | b90e440231d3c18a3d9ebbd6a74555e82a16f666 | 0e9ccde185d0556f8d672689d937b5423476beff | [dependabot] Ignore all fixture directories
Seems like we can specify a wildcard dependency name to ignore all
dependencies from being updated. As I understand it dependabot will
still run monthly but no PRs will be generated.
ghstack-source-id: 64b76bd532663cdc4db10ba6299e791b5908d5b1
Pull Request resolved: https://... | [
{
"path": ".github/dependabot.yml",
"patch": "@@ -1,97 +1,10 @@\n version: 2\n updates:\n - package-ecosystem: \"npm\"\n- directory: \"/fixtures/art\"\n+ directories:\n+ - \"/fixtures/*\"\n schedule:\n- interval: \"weekly\"\n- open-pull-requests-limit: 0\n- - package-ecosystem: \"n... | 2024-09-26T14:22:38 |
golang/go | 41cba31e66c979c413a4368c4f3d82ebadf0fb5b | dd1d597c3ac049de7865a9cb98627fde0baacc69 | mime/multipart: percent-encode CR and LF in header values to avoid CRLF injection
When provided with a field or file name containing newlines,
multipart.FileContentDisposition and other header-producing functions
could create an invalid header value.
In some scenarios, this could permit a malicious input to perform
a... | [
{
"path": "src/mime/multipart/writer.go",
"patch": "@@ -125,8 +125,20 @@ func (w *Writer) CreatePart(header textproto.MIMEHeader) (io.Writer, error) {\n \treturn p, nil\n }\n \n-var quoteEscaper = strings.NewReplacer(\"\\\\\", \"\\\\\\\\\", `\"`, \"\\\\\\\"\")\n+var quoteEscaper = strings.NewReplacer(\"\\\\... | 2025-09-25T20:24:01 |
nodejs/node | eab0fe264bf5e7e105827651bbb6a895354aa9c3 | e57841f87e4cc3f4393a1c14cd8ca71dde11b99e | tools: fix WPT update cron string
The comment says every week, but the actual string defines every day.
Let's set it to one week, as it is quite noisy at the moment.
PR-URL: https://github.com/nodejs/node/pull/57665
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-... | [
{
"path": ".github/workflows/update-wpt.yml",
"patch": "@@ -3,7 +3,7 @@ name: WPT update\n on:\n schedule:\n # Run once a week at 12:00 AM UTC on Sunday.\n- - cron: 0 0 * * *\n+ - cron: 0 0 * * 0\n workflow_dispatch:\n inputs:\n subsystems:",
"additions": 1,
"deletions": 1,
... | 2025-03-30T15:30:02 |
facebook/react | 64be7b4dccb7b19404b94afdfab955e1c73796df | db320ea4d910d360ccb83850ccdbc464a77fc1c5 | [ci] Fix missing values during manual workflow dispatch
It seems like the github.event.workflow_run payload is only populated
for non manual runs of the workflow, so this would crash the manual
dispatch
Test plan: https://github.com/facebook/react/actions/runs/11017512571
completes
ghstack-source-id: fce02b17f85ac47... | [
{
"path": ".github/workflows/runtime_commit_artifacts.yml",
"patch": "@@ -82,7 +82,7 @@ jobs:\n working-directory: scripts/release\n - name: Download artifacts for base revision\n run: |\n- GH_TOKEN=${{ github.token }} scripts/release/download-experimental-build.js --commit=${... | 2024-09-26T13:55:36 |
vercel/next.js | 42b02b0771f4aa8d6e1c269b1a906b77344fb517 | df102ae33ed4839f140ddbdc2df6aaa9eda24735 | [Cache Components] fix env labels in perf track test (#85132)
We updated the label for the Runtime stage to `Prefetchable` in #85076,
and #85111 wasn't rebased on top of that | [
{
"path": "test/development/app-dir/react-performance-track/react-performance-track.test.ts",
"patch": "@@ -61,7 +61,7 @@ describe('react-performance-track', () => {\n expect(track).toEqual(\n expect.arrayContaining([\n {\n- name: '\\u200bparams [Prefetch]',\n+ name: '\\u... | 2025-10-20T22:13:12 |
electron/electron | 4bcbc955dd87df5f87137eee065c2e989a173537 | de33cc68f6a59efeb009b09ec4c7211b99e8dce0 | chore: bump chromium to 130.0.6695.0 (main) (#43454)
* chore: bump chromium in DEPS to 130.0.6673.0
* chore: bump chromium in DEPS to 130.0.6675.0
* chore: bump chromium in DEPS to 130.0.6677.2
* chore: bump chromium in DEPS to 130.0.6679.0
* 5802981: [Partitioned Popins] UKM
https://chromium-review.goo... | [
{
"path": "DEPS",
"patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '130.0.6672.0',\n+ '130.0.6695.0',\n 'node_version':\n 'v20.17.0',\n 'nan_version':",
"additions": 1,
"deletions": 1,
"language": "Unknown"
},
{
"path": "patche... | 2024-09-18T01:12:11 |
golang/go | dd1d597c3ac049de7865a9cb98627fde0baacc69 | 45d6bc76af641853a0bea31c77912bf9fd52ed79 | Revert "cmd/internal/obj/loong64: use the MOVVP instruction to optimize prologue"
This reverts commit eb7c67fdc9e17959647a15db9e7781b9d447061a.
Reason for revert: Causes x/tools/gopls/internal/filecache/TestConcurrency failures, See issue 75571.
Fixes #75571
Fixes #75572
Change-Id: Ife328dce917c63c872da35f4a9e9f7ef... | [
{
"path": "src/cmd/internal/obj/loong64/obj.go",
"patch": "@@ -324,7 +324,7 @@ func preprocess(ctxt *obj.Link, cursym *obj.LSym, newprog obj.ProgAlloc) {\n \t\t\t\tq = c.ctxt.StartUnsafePoint(q, c.newprog)\n \n \t\t\t\tq = obj.Appendp(q, newprog)\n-\t\t\t\tq.As = AMOVVP\n+\t\t\t\tq.As = mov\n \t\t\t\tq.Pos ... | 2025-09-23T03:24:56 |
nodejs/node | 186bbf7dfdce4e8b5963fce1ab9567ba0ce04488 | 4868ca4a809250cca736ecf092879b235b4d7b62 | tools: remove stalled label on unstalled issues and PRs
Fixes: https://github.com/nodejs/node/issues/54425
PR-URL: https://github.com/nodejs/node/pull/57630
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Luigi Pinc... | [
{
"path": ".github/workflows/close-stalled.yml",
"patch": "@@ -32,7 +32,5 @@ jobs:\n only-labels: stalled\n # max requests it will send per run to the GitHub API before it deliberately exits to avoid hitting API rate limits\n operations-per-run: 500\n- # deactivates au... | 2025-03-26T01:12:36 |
facebook/react | db320ea4d910d360ccb83850ccdbc464a77fc1c5 | f7aff7f15c451dc78eb967c726be4f612bcaf966 | Bump rollup from 3.20.0 to 3.29.5 (#31072)
Bumps [rollup](https://github.com/rollup/rollup) from 3.20.0 to 3.29.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/releases">rollup's
releases</a>.</em></p>
<blockquote>
<h2>v3.29.4</h2>
<h2>3.29.4</h2>
<p... | [
{
"path": "package.json",
"patch": "@@ -89,7 +89,7 @@\n \"random-seed\": \"^0.3.0\",\n \"react-lifecycles-compat\": \"^3.0.4\",\n \"rimraf\": \"^3.0.0\",\n- \"rollup\": \"^3.17.1\",\n+ \"rollup\": \"^3.29.5\",\n \"rollup-plugin-prettier\": \"^4.1.1\",\n \"rollup-plugin-strip-banner... | 2024-09-26T13:56:33 |
vercel/next.js | df102ae33ed4839f140ddbdc2df6aaa9eda24735 | 98adcb3f86e198265b8f72f2b133aa22564e250b | [Turbopack] dedupe build errors (#85062)
When we run the RSC validation transform, we might take multiple passes
on the same file if the edge runtime is used: once at the RSC layer,
another in the edge RSC layer. This means we'll have reported the error
twice for the same file. This dedupes errors by tracking the seen... | [
{
"path": "packages/next/src/build/utils.ts",
"patch": "@@ -200,21 +200,41 @@ export function printBuildErrors(\n // Issues that are warnings but should not affect the running of the build\n const topLevelWarnings = []\n \n+ // Track seen formatted error messages to avoid duplicates\n+ const seenFatal... | 2025-10-20T21:57:59 |
electron/electron | f987f8ad839e9f0732b55c8a8107ef354c045520 | cf4ab2186c6266d0942f3f91349ccbf49e76f14b | build: improve logging on http errors during release process (again, but more) (#43758) | [
{
"path": "script/release/release.js",
"patch": "@@ -401,7 +401,7 @@ async function verifyDraftGitHubReleaseAssets (release) {\n throwHttpErrors: false\n });\n \n- if (response.statusCode !== 200) {\n+ if (response.statusCode !== 302 && response.statusCode !== 301) {\n console.error('F... | 2024-09-17T22:01:02 |
golang/go | e8a4f508d1140eef70463c6c085c352418e03d9c | 9b7a3280895277471f53a4168439094e22a32390 | lib/fips140: re-seal v1.0.0
Exceptionally, we decided to make a compliance-related change following
CMVP's updated Implementation Guidance on September 2nd.
The Security Policy will be updated to reflect the new zip hash.
mkzip.go has been modified to accept versions of the form vX.Y.Z-hash,
where the -hash suffix i... | [
{
"path": "lib/fips140/fips140.sum",
"patch": "@@ -9,4 +9,4 @@\n #\n #\tgo test cmd/go/internal/fips140 -update\n #\n-v1.0.0.zip b50508feaeff05d22516b21e1fd210bbf5d6a1e422eaf2cfa23fe379342713b8\n+v1.0.0-c2097c7c.zip daf3614e0406f67ae6323c902db3f953a1effb199142362a039e7526dfb9368b",
"additions": 1,
"... | 2025-09-07T14:52:08 |
nodejs/node | ffc1cf620550180b2192cba9a4785a06075e5b6f | ace5548ff0b82c08704f2bf812295aabf5748f30 | sqlite: add support for unknown named parameters
This commit adds a method for toggling support for unknown named
parameters in prepared statements.
Fixes: https://github.com/nodejs/node/issues/55533
PR-URL: https://github.com/nodejs/node/pull/57552
Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com>
Reviewed-By: Jam... | [
{
"path": "doc/api/sqlite.md",
"patch": "@@ -542,6 +542,17 @@ are several caveats to be aware of when enabling bare named parameters:\n statement will result in an exception as it cannot be determined how to bind\n a bare name.\n \n+### `statement.setAllowUnknownNamedParameters(enabled)`\n+\n+<!-- YAML\... | 2025-03-22T01:38:34 |
facebook/react | f7aff7f15c451dc78eb967c726be4f612bcaf966 | f04b8fc88e83c3cbe670bf6ec46d27cfcb3f52e9 | Bump express from 4.18.2 to 4.21.0 (#30980)
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to
4.21.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/expressjs/express/releases">express's
releases</a>.</em></p>
<blockquote>
<h2>4.21.0</h2>
<h2>What... | [
{
"path": "yarn.lock",
"patch": "@@ -5031,21 +5031,21 @@ bluebird@~3.7:\n resolved \"https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f\"\n integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==\n \n-body... | 2024-09-26T13:56:24 |
vercel/next.js | 167608775cbd0ac089c29ec68d538e7f214f2bed | 2346cfd67d8d25d32c79fc2efc318344aee36308 | fix(experimental.lockDistDir): Acquire the lock in dev earlier (#85116)
Apparently I grabbed the lock too late, which led to the second process still managing the `distDir` before exiting... https://vercel.slack.com/archives/C03EWR7LGEN/p1760910025067089
This moves the acquisition earlier for dev, and extends the e2e... | [
{
"path": "packages/next/src/server/dev/hot-reloader-turbopack.ts",
"patch": "@@ -121,6 +121,7 @@ import { handlePageMetadataResponse } from '../mcp/tools/get-page-metadata'\n import { setStackFrameResolver } from '../mcp/tools/utils/format-errors'\n import { getFileLogger } from './browser-logs/file-logger... | 2025-10-20T21:25:51 |
electron/electron | cf4ab2186c6266d0942f3f91349ccbf49e76f14b | 10ba87a85efb5afe8269977298529a2ffd11b884 | build: improve logging on http errors during release process (again) (#43757) | [
{
"path": "script/release/get-asset.js",
"patch": "@@ -26,9 +26,9 @@ async function getAssetContents (repo, assetId) {\n throwHttpErrors: false\n });\n \n- if (response.status !== 302 && response.status !== 301) {\n+ if (response.statusCode !== 302 && response.statusCode !== 301) {\n console.err... | 2024-09-17T21:49:59 |
golang/go | 9b7a3280895277471f53a4168439094e22a32390 | 7f9ab7203fd874f23f3881470ce5686391530c1a | crypto/internal/fips140: remove key import PCTs, make keygen PCTs fatal
CMVP clarified with the September 2nd changes to IG 10.3.A that PCTs
don't need to run on imported keys.
However, PCT failure must enter the error state (which for us is fatal).
Thankfully, now that PCTs only run on key generation, we can be ass... | [
{
"path": "src/crypto/internal/fips140/cast.go",
"patch": "@@ -56,27 +56,34 @@ func CAST(name string, f func() error) {\n }\n \n // PCT runs the named Pairwise Consistency Test (if operated in FIPS mode) and\n-// returns any errors. If an error is returned, the key must not be used.\n+// aborts the program ... | 2025-09-05T02:19:18 |
nodejs/node | 1b5b019de1be9259e4374ca1d6ee7b3b28c48856 | 8b2098f9c84c7f8fb22d424c1b5ac9989c60d475 | child_process: deprecate passing `args` to `spawn` and `execFile`
Accepting `args` gives the false impression that the args are escaped
while really they are just concatenated. This makes it easy to introduce
bugs and security vulnerabilities.
PR-URL: https://github.com/nodejs/node/pull/57199
Fixes: https://github.co... | [
{
"path": "doc/api/deprecations.md",
"patch": "@@ -3859,13 +3859,16 @@ deprecated, as their values are guaranteed to be identical to that of `process.f\n \n <!-- YAML\n changes:\n+ - version: REPLACEME\n+ pr-url: https://github.com/nodejs/node/pull/57199\n+ description: Runtime deprecation.\n - ver... | 2025-03-21T16:15:18 |
vercel/next.js | 58989c7630546f5a30d3422a40f5f6122c954ef3 | ca7f57ee2de6e46828fa9bfba85a540a1bc74aaf | Await initial Flight response before hydrating (#85124)
When hydrating on the client, we can await the promise for the initial
Flight response before we call hydrateRoot. Previously we would unwrap
this promise inside a component with `use`, which caused it to be
treated as a suspense "dependency" in the Suspense DevT... | [
{
"path": "packages/next/src/client/app-index.tsx",
"patch": "@@ -1,6 +1,6 @@\n import './app-globals'\n import ReactDOMClient from 'react-dom/client'\n-import React, { use } from 'react'\n+import React from 'react'\n // TODO: Explicitly import from client.browser\n // eslint-disable-next-line import/no-ext... | 2025-10-20T21:01:27 |
facebook/react | f04b8fc88e83c3cbe670bf6ec46d27cfcb3f52e9 | d0772d586650baa5cf5c676ab1092a075ffdf831 | Bump ws from 6.2.2 to 6.2.3 in /scripts/release (#30463)
Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/websockets/ws/releases">ws's
releases</a>.</em></p>
<blockquote>
<h2>6.2.3</h2>
<h1>Bug fixes</h1... | [
{
"path": "scripts/release/yarn.lock",
"patch": "@@ -910,9 +910,9 @@ wrappy@1:\n integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=\n \n ws@^6.1.0:\n- version \"6.2.2\"\n- resolved \"https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e\"\n- integrity sha512-zmhltoSR8u1cnDsD4... | 2024-09-26T13:56:10 |
electron/electron | 10ba87a85efb5afe8269977298529a2ffd11b884 | 233724fe00b25a1515fb011ca2b3052cf6f5620a | build: improve logging on http errors during release process (#43756) | [
{
"path": "script/release/get-asset.js",
"patch": "@@ -22,14 +22,29 @@ async function getAssetContents (repo, assetId) {\n const response = await got(url, {\n followRedirect: false,\n method: 'HEAD',\n- headers\n+ headers,\n+ throwHttpErrors: false\n });\n+\n+ if (response.status !== 3... | 2024-09-17T21:30:51 |
nodejs/node | 56d8dc120c4bd3178c9855cd97216b37a3f6821a | a46af03e244bfe9bf9149054bcfe870290c55167 | lib: add warning when binding inspector to public IP
Add `isLoopback` function to `internal/net` module to check if a given
host is a loopback address.
Add a warning when binding the inspector to a public IP with an open
port, as it allows external hosts to connect to the inspector.
Fixes: https://github.com/nodejs/... | [
{
"path": "lib/inspector.js",
"patch": "@@ -18,6 +18,8 @@ const {\n ERR_INSPECTOR_NOT_WORKER,\n } = require('internal/errors').codes;\n \n+const { isLoopback } = require('internal/net');\n+\n const { hasInspector } = internalBinding('config');\n if (!hasInspector)\n throw new ERR_INSPECTOR_NOT_AVAILABLE... | 2024-11-05T22:22:58 |
golang/go | 7f9ab7203fd874f23f3881470ce5686391530c1a | fb5719cbda01c64f2f8d2eeed8592a494de59d65 | crypto/internal/fips140: update frozen module version to "v1.0.0"
We are re-sealing the .zip file anyway for another reason, might as well
take the opportunity to fix the "v1.0" mistake.
Note that the actual returned version change will happen when re-sealing
the .zip, as the latest mkzip.go will inject "v1.0.0" inst... | [
{
"path": "src/crypto/internal/cryptotest/hash.go",
"patch": "@@ -20,7 +20,7 @@ type MakeHash func() hash.Hash\n // TestHash performs a set of tests on hash.Hash implementations, checking the\n // documented requirements of Write, Sum, Reset, Size, and BlockSize.\n func TestHash(t *testing.T, mh MakeHash) {... | 2025-09-10T10:19:49 |
rust-lang/rust | 1b86d31ae236d7e7e1fd2ed46be491fd38af2b17 | d9563937fa3b030c5845811113505070109414d2 | Fix LegacyKeyValueFormat report from docker build: dist-x86_64 | [
{
"path": "src/ci/docker/host-x86_64/dist-x86_64-freebsd/Dockerfile",
"patch": "@@ -35,10 +35,9 @@ ENV \\\n \n ENV HOSTS=x86_64-unknown-freebsd\n \n-ENV RUST_CONFIGURE_ARGS \\\n- --enable-full-tools \\\n+ENV RUST_CONFIGURE_ARGS=\"--enable-full-tools \\\n --enable-extended \\\n --enable-profiler \... | 2026-03-04T00:25:25 |
vercel/next.js | ca7f57ee2de6e46828fa9bfba85a540a1bc74aaf | 20cf4c07dad6fae2d319cad7ee6bea8ef626fab8 | Docs: Add version history for `next lint` deprecation and update error message (#85100)
Co-authored-by: Joseph <joseph.chamochumbi@vercel.com> | [
{
"path": "docs/01-app/03-api-reference/05-config/03-eslint.mdx",
"patch": "@@ -363,3 +363,7 @@ export default eslintConfig\n The `next` configuration already handles setting default values for the `parser`, `plugins` and `settings` properties. There is no need to manually re-declare any of these properties... | 2025-10-20T19:58:07 |
facebook/react | d0772d586650baa5cf5c676ab1092a075ffdf831 | 9927ab238bde0a2dcadc881e56d6a87208e93e45 | Bump axios from 1.7.1 to 1.7.4 in /compiler (#30694)
Bumps [axios](https://github.com/axios/axios) from 1.7.1 to 1.7.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/axios/axios/releases">axios's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.7.4</h2>
<h2>Releas... | [
{
"path": "compiler/yarn.lock",
"patch": "@@ -3679,9 +3679,9 @@ axe-core@^4.6.2:\n integrity sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==\n \n axios@^1.6.1:\n- version \"1.7.1\"\n- resolved \"https://registry.yarnpkg.com/axios/-/axios-1.7.1.tgz#52214562... | 2024-09-26T13:51:12 |
nodejs/node | afe3909483a2d5ae6b847055f544da40571fb28d | 96403793a183c1e6a369a694e1b252e197f268cb | util: avoid run debug when enabled is false
it can improve performace 700x faster
PR-URL: https://github.com/nodejs/node/pull/57494
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jordan Harband <ljharb@gmail.com> | [
{
"path": "lib/internal/util/debuglog.js",
"patch": "@@ -62,7 +62,7 @@ function lazyUtilColors() {\n return utilColors;\n }\n \n-function debuglogImpl(enabled, set, args) {\n+function debuglogImpl(enabled, set) {\n if (debugImpls[set] === undefined) {\n if (enabled) {\n const pid = process.pid... | 2025-03-21T00:00:52 |
electron/electron | 233724fe00b25a1515fb011ca2b3052cf6f5620a | 4dc923a327bfa6d5ee5744787ad2b284311f69e5 | chore: iwyu mojom-forward header files (#43741)
* chore: iwyu mojom.h headers
* fixup! chore: iwyu mojom.h headers
make previously-indirect include dependency direct
* fixup! fixup! chore: iwyu mojom.h headers
make previously-indirect include dependency direct | [
{
"path": "shell/browser/api/electron_api_cookies.h",
"patch": "@@ -12,6 +12,8 @@\n #include \"base/values.h\"\n #include \"shell/browser/event_emitter_mixin.h\"\n \n+class GURL;\n+\n namespace gin {\n template <typename T>\n class Handle;",
"additions": 2,
"deletions": 0,
"language": "C/C++ Hea... | 2024-09-17T19:58:56 |
vercel/next.js | 43eeb928e6450c6a34220aefa524ee4f405a9c3e | c3cdef982638871bdbced0436a462c2443566400 | docs: Update to Zod v4 syntax (#84807)
### What?
Updated Zod syntax to v4 conventions in documentation examples.
### Why?
Zod 4 deprecates `message` parameter in favor of `error`, and string
format methods like `.email()` in favor of top-level functions like
`z.email()`.
### How?
- Replaced `{ message: '...' }` with... | [
{
"path": "docs/01-app/02-guides/authentication.mdx",
"patch": "@@ -103,21 +103,21 @@ Use the Server Action to validate the form fields on the server. If your authent\n Using Zod as an example, you can define a form schema with appropriate error messages:\n \n ```ts filename=\"app/lib/definitions.ts\" switc... | 2025-10-20T19:26:52 |
rust-lang/rust | e0637766029752d6d9a2aaf088edbc469b4f66a0 | d9563937fa3b030c5845811113505070109414d2 | Fix LegacyKeyValueFormat report from docker build: powerpc | [
{
"path": "src/ci/docker/host-x86_64/dist-powerpc-linux/Dockerfile",
"patch": "@@ -26,5 +26,5 @@ ENV \\\n \n ENV HOSTS=powerpc-unknown-linux-gnu\n \n-ENV RUST_CONFIGURE_ARGS --enable-extended --enable-profiler --disable-docs\n-ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS\n+ENV RUST_CONFIGUR... | 2026-03-04T00:00:11 |
facebook/react | 9927ab238bde0a2dcadc881e56d6a87208e93e45 | f8024b0686c87634b233262e8a05e4a37a292e87 | Bump rollup from 4.13.2 to 4.22.4 in /compiler (#31039)
Bumps [rollup](https://github.com/rollup/rollup) from 4.13.2 to 4.22.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/releases">rollup's
releases</a>.</em></p>
<blockquote>
<h2>v4.22.4</h2>
<h2>4.... | [
{
"path": "compiler/package.json",
"patch": "@@ -43,7 +43,7 @@\n \"prettier\": \"^3.3.3\",\n \"prettier-plugin-hermes-parser\": \"^0.23.0\",\n \"prompt-promise\": \"^1.0.3\",\n- \"rollup\": \"^4.13.2\",\n+ \"rollup\": \"^4.22.4\",\n \"rollup-plugin-banner2\": \"^1.2.3\",\n \"rollup... | 2024-09-26T13:45:02 |
nodejs/node | 3641d339b92b6f2ea8dd8c8690cb47530adc7103 | df883b0c7234cb44bef3175cd3e6a997c830db05 | src: improve error handling in multiple files
* node_http_parser
* node_http2
* node_builtins
PR-URL: https://github.com/nodejs/node/pull/57507
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Ulises Gascón... | [
{
"path": "src/node_builtins.cc",
"patch": "@@ -10,15 +10,18 @@\n namespace node {\n namespace builtins {\n \n+using v8::Boolean;\n using v8::Context;\n using v8::EscapableHandleScope;\n+using v8::Exception;\n using v8::Function;\n using v8::FunctionCallbackInfo;\n using v8::IntegrityLevel;\n using v8::Isol... | 2025-03-16T17:53:13 |
electron/electron | 5a76655fb8fe8ea98bf98dd66143b8651b80b86b | aa719a4066a858c92c4b358351ab6f6a2053ea89 | fix: in `Emit()`, don't leak converted Arg `Local<Values>` into caller's scope (#43729)
fix: Emit() should not leak converted arg handles into caller's HandleScope | [
{
"path": "shell/common/gin_helper/event_emitter_caller.h",
"patch": "@@ -44,11 +44,13 @@ v8::Local<v8::Value> EmitEvent(v8::Isolate* isolate,\n v8::Local<v8::Object> obj,\n const StringType& name,\n Args&&... args)... | 2024-09-17T14:00:52 |
facebook/react | f8024b0686c87634b233262e8a05e4a37a292e87 | d66fa02a303fc53d901bdb0d7bbdaec3e6774b19 | refactor: allow custom impl of backend realod-to-profile support check (#31048)
<!--
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 s... | [
{
"path": "packages/react-devtools-core/src/backend.js",
"patch": "@@ -13,7 +13,10 @@ import {installHook} from 'react-devtools-shared/src/hook';\n import {initBackend} from 'react-devtools-shared/src/backend';\n import {__DEBUG__} from 'react-devtools-shared/src/constants';\n import setupNativeStyleEditor ... | 2024-09-26T11:39:28 |
vercel/next.js | c6ff4d0ad6db2dee32a2562eefbe19612205803e | ce7f7a5f94ff1574d54b655f2748028a51f50dbd | [cache components]: guard against setCacheStatus since its conditionally defined (#85125)
<!-- 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) th... | [
{
"path": "packages/next/src/server/app-render/app-render.tsx",
"patch": "@@ -671,8 +671,8 @@ async function generateDynamicFlightRenderResultWithCachesInDev(\n \n // Before we kick off the render, we set the cache status back to it's initial state\n // in case a previous render bypassed the cache.\n- ... | 2025-10-20T18:41:15 |
golang/go | d70ad4e740e24b4b76961c4b56d698fa23668aa2 | d7abfe4f0dc91568648a66495b9f5d7ebc0f22b5 | sync/atomic: correct Uintptr.Or return doc
Uintptr.Or returns the old value, just like all of the other Or
functions. This was a typo in the original CL 544455.
Fixes #75607.
Change-Id: I260959e7e32e51f1152b5271df6cc51adfa02a4d
Reviewed-on: https://go-review.googlesource.com/c/go/+/706816
Reviewed-by: Michael Knysze... | [
{
"path": "src/sync/atomic/type.go",
"patch": "@@ -232,7 +232,7 @@ func (x *Uintptr) Add(delta uintptr) (new uintptr) { return AddUintptr(&x.v, del\n func (x *Uintptr) And(mask uintptr) (old uintptr) { return AndUintptr(&x.v, mask) }\n \n // Or atomically performs a bitwise OR operation on x using the bitma... | 2025-09-25T17:12:12 |
electron/electron | aa719a4066a858c92c4b358351ab6f6a2053ea89 | c1c8fbfd9ab6e8fadeb250e866d675b46a66b5b8 | fix: resizing border on Linux WCO caption buttons (#43724)
Closes https://github.com/electron/electron/issues/43714.
Fixes an issue where the resizing border was not being handled correctly on Linux WCO
caption buttons. This is now taken into account as a part of the NonClientHitTest. | [
{
"path": "shell/browser/ui/views/opaque_frame_view.cc",
"patch": "@@ -135,6 +135,11 @@ gfx::Rect OpaqueFrameView::GetWindowBoundsForClientBounds(\n \n int OpaqueFrameView::NonClientHitTest(const gfx::Point& point) {\n if (window()->IsWindowControlsOverlayEnabled()) {\n+ // Ensure support for resizing ... | 2024-09-17T09:56:43 |
nodejs/node | 6b4255434226491449b7d925038008439e5586b2 | 1fbe3351bafb6b7c7fce6823507f5ce5bb5d927e | util: expose diff function used by the assertion errors
fix: https://github.com/nodejs/node/issues/51740
PR-URL: https://github.com/nodejs/node/pull/57462
Fixes: https://github.com/nodejs/node/issues/51740
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By... | [
{
"path": "benchmark/util/diff.js",
"patch": "@@ -0,0 +1,43 @@\n+'use strict';\n+\n+const util = require('util');\n+const common = require('../common');\n+\n+const bench = common.createBenchmark(main, {\n+ n: [1e3],\n+ length: [1e3, 2e3],\n+ scenario: ['identical', 'small-diff', 'medium-diff', 'large-dif... | 2025-03-19T23:59:07 |
rust-lang/rust | 4ff2a24441d9bf9702b3ee2c4805a3439e873420 | e492d022858076a414ad42139e05cb43e0d238b6 | Fix ICE in `swap_binop()`
Make `swap_binop()` a method of `HirEqInterExpr`, and use the proper
typeck to check the type of an expression. | [
{
"path": "clippy_utils/src/hir_utils.rs",
"patch": "@@ -505,7 +505,7 @@ impl HirEqInterExpr<'_, '_, '_> {\n (ExprKind::Block(l, _), ExprKind::Block(r, _)) => self.eq_block(l, r),\n (ExprKind::Binary(l_op, ll, lr), ExprKind::Binary(r_op, rl, rr)) => {\n l_op.node == r... | 2026-03-03T21:38:58 |
facebook/react | d66fa02a303fc53d901bdb0d7bbdaec3e6774b19 | 778e1ed2e5ec22d4bac48e14167d3b4a6b28e8b8 | fix: use public instance in Fiber renderer and expose it from getInspectorDataForViewAtPoint (#31068)
React DevTools no longer operates with just Fibers, it now builds its
own Shadow Tree, which represents the tree on the Host (Fabric on
Native, DOM on Web).
We have to keep track of public instances for a select-... | [
{
"path": "packages/react-devtools-shared/src/backend/fiber/renderer.js",
"patch": "@@ -763,16 +763,30 @@ const hostResourceToDevToolsInstanceMap: Map<\n Set<DevToolsInstance>,\n > = new Map();\n \n+// Ideally, this should be injected from Reconciler config\n function getPublicInstance(instance: HostInsta... | 2024-09-26T09:17:16 |
nodejs/node | 98513884684bccf944d7834f4820b061af41fb36 | 015cd20e023f45ada87c559f8c5a93891f4939ce | sqlite: add DatabaseSync.prototype.isOpen
This commit adds a getter to indicate whether or not the database
is currently open.
Fixes: https://github.com/nodejs/node/issues/57521
PR-URL: https://github.com/nodejs/node/pull/57522
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Edy Silva <edigle... | [
{
"path": "doc/api/sqlite.md",
"patch": "@@ -198,6 +198,14 @@ added:\n This method is used to create SQLite user-defined functions. This method is a\n wrapper around [`sqlite3_create_function_v2()`][].\n \n+### `database.isOpen`\n+\n+<!-- YAML\n+added: REPLACEME\n+-->\n+\n+* {boolean} Whether the database i... | 2025-03-19T17:01:16 |
golang/go | d7abfe4f0dc91568648a66495b9f5d7ebc0f22b5 | 393d91aea060e5b379e7913e524026d0672a96a7 | runtime: acquire/release C TSAN lock when calling cgo symbolizer/tracebacker
When calling into C via cmd/cgo, the generated code calls
_cgo_tsan_acquire / _cgo_tsan_release around the C call to report a
dummy lock to the C/C++ TSAN runtime. This is necessary because the
C/C++ TSAN runtime does not understand synchroni... | [
{
"path": "src/cmd/cgo/internal/testsanitizers/testdata/tsan_tracebackctxt/main.go",
"patch": "@@ -0,0 +1,78 @@\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+/*\n+// ... | 2025-05-30T21:05:41 |
electron/electron | 05dfd14913403fd9b41fa0c934d8cdaf58d13dae | 7d4f202c1c03655cd58411f07853eef772c3316b | refactor: add `EmitWarning(v8::Isolate*)` helper (#43722)
* refactor: add EmitWarning(Isolate*, ...) warning
* chore: remove EmitWarning(node::Environment*, ...)
* chore: add code comments
* fixup! refactor: add EmitWarning(Isolate*, ...) warning
* chore: remove unused node #includes | [
{
"path": "shell/browser/api/electron_api_debugger.cc",
"patch": "@@ -18,7 +18,6 @@\n #include \"shell/browser/javascript_environment.h\"\n #include \"shell/common/gin_converters/value_converter.h\"\n #include \"shell/common/gin_helper/promise.h\"\n-#include \"shell/common/node_includes.h\"\n \n using conte... | 2024-09-16T20:53:04 |
facebook/react | 778e1ed2e5ec22d4bac48e14167d3b4a6b28e8b8 | 0f1856c49febe96923e469f98c0b123130ea015c | [Fiber] Fix missing render times when we cancel a pending commit (#31065) | [
{
"path": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js",
"patch": "@@ -3401,7 +3401,7 @@ export function suspendResource(\n }\n }\n \n-export function waitForCommitToBeReady(): null | (Function => Function) {\n+export function waitForCommitToBeReady(): null | ((() => void) => () => void)... | 2024-09-25T22:20:03 |
nodejs/node | fe5817e06ca81f0388d448287e60e2ca49c3cba3 | b99c3a0c29f60ff24633630fd50c7b8348ae571c | doc: correct status of require(esm) warning in v20 changelog
The backported patches already include the commit that disables
the warning unless `--trace-require-module` is explicitly used.
Correct the changelog to match the status.
PR-URL: https://github.com/nodejs/node/pull/57529
Fixes: https://github.com/nodejs/nod... | [
{
"path": "doc/changelogs/CHANGELOG_V20.md",
"patch": "@@ -82,7 +82,9 @@\n \n Support for loading native ES modules using require() had been available on v20.x under the command line flag --experimental-require-module, and available by default on v22.x and v23.x. In this release, it is now no longer behind ... | 2025-03-19T00:34:29 |
golang/go | 393d91aea060e5b379e7913e524026d0672a96a7 | 6dceff8bad6213bca76361462c99b0d06fd0a8f9 | cmd/fix: remove all functionality
The buildtag fixer has been incorporated into the vet analyzer
of the same name; all other fixers were already no-ops since
CL 695855.
Fixes #73605
Updates #71859
Change-Id: I90b6c730849a5ecbac3e6fb6fc0e062b5de74831
Reviewed-on: https://go-review.googlesource.com/c/go/+/706758
Revie... | [
{
"path": "src/cmd/fix/buildtag.go",
"patch": "@@ -1,52 +0,0 @@\n-// Copyright 2020 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\"go/ast\"\n-\t\"go/version\"\n-\t\"strings... | 2025-09-25T16:41:08 |
electron/electron | f84ffc8fc835dcc96a78c9039db4e3576f20d34b | 8f0dffea9ed0a77b63ba5263adf58e1bad049d18 | fix: prevent loading spinner when launching utility process on Windows (#43657)
fix: prevent spinning cursor when launching utility process on Windows | [
{
"path": "patches/chromium/feat_configure_launch_options_for_service_process.patch",
"patch": "@@ -6,8 +6,9 @@ Subject: feat: configure launch options for service process\n - POSIX:\n Allows configuring base::LaunchOptions::fds_to_remap when launching the child process.\n - Win:\n- Allows configuring ba... | 2024-09-16T18:20:42 |
facebook/react | f9ebd85a196948be17efdd6774b4d0464b3b1f53 | d2e9b9b4dc22639e2c51fb34e9388b9971ee3e27 | Increase nested update limit to 100 (#31061)
We're seeing the limit hit in some tests after enabling sibling
prerendering. Let's bump the limit so we can run more tests and gather
more signal on the changes. When we understand the scope of the problem
we can determine whether we need to change how the updates are c... | [
{
"path": "packages/react-dom/src/__tests__/ReactLegacyUpdates-test.js",
"patch": "@@ -1427,7 +1427,7 @@ describe('ReactLegacyUpdates', () => {\n }\n }\n \n- let limit = 55;\n+ let limit = 105;\n await expect(async () => {\n await act(() => {\n ReactDOM.render(<EventuallyTe... | 2024-09-25T15:50:41 |
rust-lang/rust | e8a28e78a947c2233abbc47ec00bcd8513df7239 | d2218f5f5ca3f502772ec4cb69fc2ee44e096512 | Remove `tls::with_related_context`.
This function gets the current `ImplicitCtxt` and checks that its `tcx`
matches the passed-in `tcx`. It's an extra bit of sanity checking: when
you already have a `tcx`, and you need access to the non-`tcx` parts of
`ImplicitCtxt`, check that your `tcx` matches the one in `ImplicitC... | [
{
"path": "compiler/rustc_middle/src/ty/context/tls.rs",
"patch": "@@ -1,5 +1,3 @@\n-use std::{mem, ptr};\n-\n use rustc_data_structures::sync;\n \n use super::{GlobalCtxt, TyCtxt};\n@@ -89,29 +87,6 @@ where\n with_context_opt(|opt_context| f(opt_context.expect(\"no ImplicitCtxt stored in tls\")))\n }\n... | 2026-03-02T22:42:13 |
electron/electron | 3c8321a9878a402395bb3f61d4817d3951988b4f | 74b54278bf8e601f9ac7bc3585e99c6438e16d8b | fix: EyeDropper working in devtools (#43685) | [
{
"path": "shell/browser/ui/inspectable_web_contents.cc",
"patch": "@@ -784,6 +784,7 @@ void InspectableWebContents::SetEyeDropperActive(bool active) {\n if (delegate_)\n delegate_->DevToolsSetEyeDropperActive(active);\n }\n+\n void InspectableWebContents::ZoomIn() {\n double new_level = GetNextZoom... | 2024-09-12T13:40:56 |
golang/go | 6dceff8bad6213bca76361462c99b0d06fd0a8f9 | 76d088eb74115ea14f774d1940557ca3047e1ebb | cmd/link: handle -w flag in external linking mode
Currently, when the -w flag is set, it doesn't actually disable
the debug info generation with in external linking mode. (It does
make the Go object have no debug info, but C objects may still
have.) Pass "-Wl,-S" to let the external linker disable debug info
generatio... | [
{
"path": "src/cmd/link/dwarf_test.go",
"patch": "@@ -370,14 +370,26 @@ func TestFlagW(t *testing.T) {\n \t\tt.Fatal(err)\n \t}\n \n-\ttests := []struct {\n+\ttype testCase struct {\n \t\tflag string\n \t\twantDWARF bool\n-\t}{\n+\t}\n+\ttests := []testCase{\n \t\t{\"-w\", false}, // -w flag disabl... | 2025-09-16T17:34:19 |
vercel/next.js | ce7f7a5f94ff1574d54b655f2748028a51f50dbd | aaaf82ca794eafd285bea8f1193fe1e1402fdf89 | [turbopack] Try to fix v8 crashes on github actions (#85114)
Hopefully fix v8 crashes like: https://github.com/vercel/next.js/actions/runs/18658418940/job/53193170376 based on discussions on https://github.com/nodejs/node/issues/51555 | [
{
"path": "turbopack/crates/turbopack-tracing/tests/node-file-trace.rs",
"patch": "@@ -590,6 +590,10 @@ async fn exec_node(directory: &str, path: &str) -> Result<CommandOutput> {\n let dir = f.parent().unwrap();\n println!(\"[CWD]: {}\", dir.display());\n \n+ // See https://github.com/nodejs/node... | 2025-10-20T18:38:19 |
facebook/react | d2e9b9b4dc22639e2c51fb34e9388b9971ee3e27 | a15bbe14751287cb7ac124ff88f694d0883f3ac6 | React DevTools 5.3.1 -> 6.0.0 (#31058)
Full list of changes:
* refactor: data source for errors and warnings tracking is now in Store
([hoxyq](https://github.com/hoxyq) in
[#31010](https://github.com/facebook/react/pull/31010))
* fix: consider alternate as a key for componentLogsEntry when
inspecting raw fiber in... | [
{
"path": "packages/react-devtools-core/package.json",
"patch": "@@ -1,6 +1,6 @@\n {\n \"name\": \"react-devtools-core\",\n- \"version\": \"5.3.1\",\n+ \"version\": \"6.0.0\",\n \"description\": \"Use react-devtools outside of the browser\",\n \"license\": \"MIT\",\n \"main\": \"./dist/backend.js\... | 2024-09-25T13:38:34 |
nodejs/node | 922ce9d236a21c3c589ba083abcf5213c9282f34 | cad76cc1d5735bcb16a4b36a0d315cddacc1c497 | debugger: fix behavior of plain object exec in debugger repl
Co-authored-by: Xuguang Mei <meixuguang@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/57498
Fixes: https://github.com/nodejs/node/issues/46808
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By:... | [
{
"path": "lib/internal/debugger/inspect_repl.js",
"patch": "@@ -56,6 +56,7 @@ const { fileURLToPath } = require('internal/url');\n \n const { customInspectSymbol, SideEffectFreeRegExpPrototypeSymbolReplace } = require('internal/util');\n const { inspect: utilInspect } = require('internal/util/inspect');\n+... | 2025-03-18T19:30:31 |
rust-lang/rust | 014344b0c3f1a55deb3c5c1d63f95edd7d49f173 | ddd36bd57051f796850345b76c17e9402e28a9e4 | update panicking() docs for panic=abort
rephrasing and grammar | [
{
"path": "library/std/src/thread/functions.rs",
"patch": "@@ -168,7 +168,11 @@ pub fn yield_now() {\n imp::yield_now()\n }\n \n-/// Determines whether the current thread is unwinding because of panic.\n+/// Determines whether the current thread is panicking.\n+///\n+/// This returns `true` both when th... | 2026-03-02T15:26:30 |
electron/electron | 74b54278bf8e601f9ac7bc3585e99c6438e16d8b | dea6a4e5fbe8c1c917b36136ad417d33cae4a10c | fix: native `View` wrapper crash missing when adding child view (#43638)
fix: native View wrapper crash missing when adding child view | [
{
"path": "shell/browser/ui/cocoa/delayed_native_view_host.mm",
"patch": "@@ -15,13 +15,9 @@\n \n void DelayedNativeViewHost::ViewHierarchyChanged(\n const views::ViewHierarchyChangedDetails& details) {\n- // NativeViewHost doesn't expect to have children, so filter the\n- // ViewHierarchyChanged even... | 2024-09-12T08:01:05 |
golang/go | 5225e9dc497408c06e7e5c917081887cc9b2e321 | 81a83bba216a1382e53216f6535f3035c4a1ec4e | doc/next: document new image/jpeg DCT in release notes
Fixes #75603.
Change-Id: I0b4b93af467b97c2d4b5703e31605ff4f7970260
Reviewed-on: https://go-review.googlesource.com/c/go/+/706736
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.c... | [
{
"path": "doc/next/6-stdlib/99-minor/image/jpeg/75603.md",
"patch": "@@ -0,0 +1,2 @@\n+The JPEG encoder and decoder have been replaced with new, faster, more accurate implementations.\n+Code that expects specific bit-for-bit outputs from the encoder or decoder may need to be updated.",
"additions": 2,
... | 2025-09-25T15:13:45 |
facebook/react | a15bbe14751287cb7ac124ff88f694d0883f3ac6 | fc4a33eaa9c935ac860ab6043b95d55540068571 | refactor: data source for errors and warnings tracking is now in Store (#31010)
Stacked on https://github.com/facebook/react/pull/31009.
1. Instead of keeping `showInlineWarningsAndErrors` in `Settings`
context (which was removed in
https://github.com/facebook/react/pull/30610), `Store` will now have a
boolean f... | [
{
"path": "packages/react-devtools-shared/src/__tests__/store-test.js",
"patch": "@@ -2148,8 +2148,8 @@ describe('Store', () => {\n act(() => render(<React.Fragment />));\n });\n expect(store).toMatchInlineSnapshot(`[root]`);\n- expect(store.errorCount).toBe(0);\n- expect(store... | 2024-09-24T18:51:21 |
nodejs/node | 1de917b0f784e3d2fcc739aac740b8afa8679341 | 36e89dd13cdf7d5a81e0d4b53c0070dd1790705e | sqlite: add StatementSync.prototype.columns()
This commit adds a method for retrieving column metadata from
a prepared statement.
Fixes: https://github.com/nodejs/node/issues/57457
PR-URL: https://github.com/nodejs/node/pull/57490
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Yagiz Nizipli... | [
{
"path": "deps/sqlite/sqlite.gyp",
"patch": "@@ -14,6 +14,7 @@\n },\n 'defines': [\n 'SQLITE_DEFAULT_MEMSTATUS=0',\n+ 'SQLITE_ENABLE_COLUMN_METADATA',\n 'SQLITE_ENABLE_MATH_FUNCTIONS',\n 'SQLITE_ENABLE_SESSION',\n 'SQLITE_ENABLE_PREUPDATE_HOOK'",
"addi... | 2025-03-18T13:22:32 |
vercel/next.js | aaaf82ca794eafd285bea8f1193fe1e1402fdf89 | fb106d545f2ffa8094d687572a48fb3aca1d3a2b | Turbopack: Suggest using system certs when a TLS error occurs (#85009)
We don't really want to document this flag because 99% of developers won't need it, but we can detect this situation and suggest the flag.
Based on this user getting stuck: https://x.com/_bgwoodruff/status/1978493219068371330 | [
{
"path": "Cargo.lock",
"patch": "@@ -1408,6 +1408,16 @@ dependencies = [\n \"libc\",\n ]\n \n+[[package]]\n+name = \"core-foundation\"\n+version = \"0.10.1\"\n+source = \"registry+https://github.com/rust-lang/crates.io-index\"\n+checksum = \"b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6... | 2025-10-20T18:14:58 |
rust-lang/rust | ff3d308966724fb33303fd9a474027297a43f832 | 52b4de34ec837c09e0ec4c1ce9f00ce8e8b032f8 | Eliminate `Representability::Infinite`.
This variant was a fallback value used to continue analysis after a
`Representability` error, but it's no longer needed thanks to the
previous commit. This means `Representability` can now be reduced to a
unit type that exists just so `FromCycleError` can exist for the
`represen... | [
{
"path": "compiler/rustc_hir_analysis/src/check/wfcheck.rs",
"patch": "@@ -997,7 +997,7 @@ fn check_type_defn<'tcx>(\n item: &hir::Item<'tcx>,\n all_sized: bool,\n ) -> Result<(), ErrorGuaranteed> {\n- let _ = tcx.representability(item.owner_id.def_id);\n+ let _ = tcx.check_representability(i... | 2026-02-27T06:38:59 |
electron/electron | dea6a4e5fbe8c1c917b36136ad417d33cae4a10c | 90fbf3049114d44f92fecb0765fa586dee542fda | fix: ensure `SetPluginCanSave` updated in PDFs (#43667)
fix: ensure SetPluginCanSave updated in PDFs | [
{
"path": "shell/browser/electron_pdf_document_helper_client.cc",
"patch": "@@ -4,8 +4,14 @@\n \n #include \"shell/browser/electron_pdf_document_helper_client.h\"\n \n+#include \"chrome/browser/pdf/pdf_viewer_stream_manager.h\"\n+#include \"chrome/common/content_restriction.h\"\n+#include \"components/pdf/b... | 2024-09-11T13:25:05 |
facebook/react | fc4a33eaa9c935ac860ab6043b95d55540068571 | 04bd67a4906d387ecdb8cbc798144dec2db811a5 | fix: consider alternate as a key for componentLogsEntry when inspecting raw fiber instance (#31009)
Related - https://github.com/facebook/react/pull/30899.
Looks like this was missed. We actually do this when we record errors
and warnings before sending them via Bridge:
https://github.com/facebook/react/blob/e4... | [
{
"path": "packages/react-devtools-shared/src/backend/fiber/renderer.js",
"patch": "@@ -1029,6 +1029,10 @@ export function attach(\n if (devtoolsInstance.kind === FIBER_INSTANCE) {\n const fiber = devtoolsInstance.data;\n componentLogsEntry = fiberToComponentLogsMap.get(fiber);\n+\n+ ... | 2024-09-24T16:49:19 |
golang/go | 81a83bba216a1382e53216f6535f3035c4a1ec4e | 6b32c613ca2e69449b66ed552b93562e6be70577 | cmd: update x/tools@4df13e3
This includes only a couple of minor cmd/vet fixes for new(expr).
export GOWORK=off
cd src/cmd
go get golang.org/x/tools@4df13e3
go mod tidy
go mod vendor
For #45624
Change-Id: Iafba4350d321d6cd1fcc91a062e2c150e3f4d553
Reviewed-on: https://go-review.googlesource.com/c... | [
{
"path": "src/cmd/go.mod",
"patch": "@@ -11,7 +11,7 @@ require (\n \tgolang.org/x/sys v0.36.0\n \tgolang.org/x/telemetry v0.0.0-20250908211612-aef8a434d053\n \tgolang.org/x/term v0.34.0\n-\tgolang.org/x/tools v0.37.1-0.20250915202913-9fccddc465ef\n+\tgolang.org/x/tools v0.37.1-0.20250924232827-4df13e317ce4... | 2025-09-25T14:30:14 |
nodejs/node | 38390e5f28043146391d61d9b899b47aa72f53f9 | 758428450bbdcf14cfa8878e9102b6a8c0fdd60b | url: fix constructor error message for URLPattern
PR-URL: https://github.com/nodejs/node/pull/57482
Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By:... | [
{
"path": "src/node_url_pattern.cc",
"patch": "@@ -269,7 +269,7 @@ void URLPattern::New(const FunctionCallbackInfo<Value>& args) {\n options.has_value() ? &options.value() : nullptr);\n \n if (!url_pattern) {\n- THROW_ERR_INVALID_URL_PATTERN(env, \"Failed to constuct URLPattern\");\n+ THROW_ER... | 2025-03-17T10:39:42 |
vercel/next.js | fb106d545f2ffa8094d687572a48fb3aca1d3a2b | 8b5abf4e8e842cfb08a5b8906a661a7c0021c990 | fix: Handle non-directory files in cache folder when performing cleanup (#84930)
https://vercel.slack.com/archives/C046HAU4H7F/p1760563400531829
Repro this by creating a non-directory file in `cache/turbopack`, and then invalidating it:
```
touch .next/dev/cache/turbopack/notadirectory
touch .next/dev/cache/turbopac... | [
{
"path": "turbopack/crates/turbo-tasks-backend/src/database/db_invalidation.rs",
"patch": "@@ -166,7 +166,11 @@ fn cleanup_db_inner(base_path: &Path) -> io::Result<()> {\n for entry in contents {\n let entry = entry?;\n if entry.file_name() != INVALIDATION_MARKER {\n- fs::rem... | 2025-10-20T18:14:28 |
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.