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 | 23c2d33592e72f7ba9bb5d30fe3181714bb508d1 | d07c60b08fbb293555678a6892b0854b2cd771d0 | doc: clarify cjs/esm diff in `queueMicrotask()` vs `process.nextTick()`
the section comparing `queueMicrotask()` and `process.nextTick()`
doesn't address the different scheduling behavior that the two
functions have in cjs and esm modules, the section's introductory mjs
example also provides an incorrect output, the c... | [
{
"path": "doc/api/process.md",
"patch": "@@ -3020,34 +3020,40 @@ function definitelyAsync(arg, cb) {\n \n ### When to use `queueMicrotask()` vs. `process.nextTick()`\n \n-The [`queueMicrotask()`][] API is an alternative to `process.nextTick()` that\n-also defers execution of a function using the same micro... | 2025-01-21T17:16:17 |
electron/electron | ff4494c18fff3fbe01a52373f97172636308cf7d | 839ba300092d974732995d174a6d2ef504c62a05 | build: allow kicking build with `workflow_dispatch` (#42420)
* build: allow kicking build with workflow_dispatch
* build: ensure macOS build works
* fix: no upload in build
* build: add target_cpu to MAS config
---------
Co-authored-by: Keeley Hammond <khammond@slack-corp.com> | [
{
"path": ".github/workflows/config/testing/x64/evm.mas.json",
"patch": "@@ -9,6 +9,7 @@\n \"args\": [\n \"import(\\\"//electron/build/args/testing.gn\\\")\",\n \"use_remoteexec = true\",\n+ \"target_cpu = \\\"x64\\\"\",\n \"is_mas_build = true\"\n ],\n \"out\": \"Default\... | 2024-06-10T16:55:16 |
facebook/react | abc0b712aaa8498c70ff221cda19bc0cdc287f38 | 3f4391d5896b419b93f58103d153b67906460c2a | [ci] Fix sizebot job omitting build_and_lint dependency
ghstack-source-id: 3d457818c9812e320ddbd2bb3f35d5b2e3b92bdc
Pull Request resolved: https://github.com/facebook/react/pull/30392 | [
{
"path": ".github/workflows/runtime_build_and_test.yml",
"patch": "@@ -565,7 +565,7 @@ jobs:\n \n sizebot:\n name: Run sizebot\n- needs: download_base_build_for_sizebot\n+ needs: [build_and_lint, download_base_build_for_sizebot]\n runs-on: ubuntu-latest\n steps:\n - uses: actions/... | 2024-07-18T21:35:53 |
nodejs/node | d07c60b08fbb293555678a6892b0854b2cd771d0 | 3efbb0dfb489d9051c0b765de803f65cecefcdeb | 2025-01-21, Version 18.20.6 'Hydrogen' (LTS)
This is a security release.
Notable changes:
* CVE-2025-23084 - fix path traversal in normalize() on Windows (Medium)
* CVE-2025-23085 - fix HTTP2 mem leak on premature close and ERR_PROTO
* CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium)
... | [
{
"path": "CHANGELOG.md",
"patch": "@@ -100,7 +100,8 @@ release.\n <a href=\"doc/changelogs/CHANGELOG_V20.md#20.0.0\">20.0.0</a><br/>\n </td>\n <td valign=\"top\">\n-<b><a href=\"doc/changelogs/CHANGELOG_V18.md#18.20.5\">18.20.5</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V18.md#18.20.6\">18.20... | 2025-01-16T13:22:44 |
golang/go | f10a82b76ff92b3c506203485b158191de4b3090 | 3bea95b2778312dd733c0f13fe9ec20bd2bf2d13 | all: update vendored dependencies [generated]
The tree has opened for Go 1.26 development. This is a time to update
all golang.org/x/... module versions that contribute packages to the
std and cmd modules in the standard library to latest master versions.
For #36905.
[git-generate]
go install golang.org/x/build/cmd/... | [
{
"path": "src/cmd/go.mod",
"patch": "@@ -1,21 +1,21 @@\n module cmd\n \n-go 1.25\n+go 1.26\n \n require (\n \tgithub.com/google/pprof v0.0.0-20250208200701-d0013a598941\n-\tgolang.org/x/arch v0.18.1-0.20250605182141-b2f4e2807dec\n-\tgolang.org/x/build v0.0.0-20250606033421-8c8ff6f34a83\n-\tgolang.org/x/mod... | 2025-08-09T02:06:27 |
electron/electron | 92db4f0b8a196601ae888b983f91dea42044418d | c6845b0afc480040164d7cd2dcb016a5d05b7e45 | build: fix `generate_gn_filenames_json.py` (#42389)
build: fix generate_gn_filenames_json.py | [
{
"path": "patches/node/build_add_gn_build_files.patch",
"patch": "@@ -1256,10 +1256,10 @@ index 0000000000000000000000000000000000000000..af9cbada10203b387fb9732b346583b1\n +}\n diff --git a/filenames.json b/filenames.json\n new file mode 100644\n-index 0000000000000000000000000000000000000000..1a9cba024f1... | 2024-06-10T15:34:36 |
facebook/react | 4fb11acd795310a97c5052733e3240a9517eae76 | f6bc05a22a7b3ff609d441053b73a4f7e65a38e0 | [ci] Add sizebot to gh actions
Wires up sizebot in gh actions. I also fixed sizebot incorrectly
reporting that ReactAllWarnings was deleted.
ghstack-source-id: d3b1bb2088651409e8656c66f1eb28ab534a0604
Pull Request resolved: https://github.com/facebook/react/pull/30380 | [
{
"path": ".github/workflows/runtime_build_and_test.yml",
"patch": "@@ -522,3 +522,87 @@ jobs:\n - run: ./scripts/circleci/run_devtools_e2e_tests.js\n env:\n RELEASE_CHANNEL: experimental\n+\n+ # ----- SIZEBOT -----\n+ download_base_build_for_sizebot:\n+ name: Download base buil... | 2024-07-18T20:19:11 |
nodejs/node | 3efbb0dfb489d9051c0b765de803f65cecefcdeb | e81c809d9d430894d5787f0f366c7377643c2cfc | 2025-01-21, Version 20.18.2 'Iron' (LTS)
This is a security release.
Notable changes:
* CVE-2025-23083 - throw on InternalWorker use when permission model is enabled (High)
* CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR_PROTO (Medium)
* CVE-2025-23084 - path: fix path traversal in normalize() ... | [
{
"path": "CHANGELOG.md",
"patch": "@@ -68,7 +68,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.18.1\">20.18.1</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V20.md#20.18.2\">20.18.2... | 2025-01-16T18:09:27 |
vercel/next.js | c35549a5c46df854e63e73891d9d971123fd33cb | fbb50f49fd1bfeff7f34a54faa69ce2ab2aeccc3 | docs: remove repeated to (#84325)
### What?
Removed an extra "to"
### Why?
Semantics error/not required
Co-authored-by: Joseph <joseph.chamochumbi@vercel.com> | [
{
"path": "docs/01-app/02-guides/json-ld.mdx",
"patch": "@@ -4,7 +4,7 @@ nav_title: JSON-LD\n description: Learn how to add JSON-LD to your Next.js application to describe your content to search engines and AI.\n ---\n \n-[JSON-LD](https://json-ld.org/) is a format for structured data that can be used by se... | 2025-09-29T19:00:19 |
golang/go | adbf59525c06ae7e037ad0e9a7709ebed2528d66 | 4e182db5fc876564a4f87a0602c58ea0ddc6e37c | internal/runtime/gc/scan: avoid -1 index when cache sizes unavailable
Fixes #74984.
Fixes #74983.
Change-Id: I011c66c2005bc4d92f1d17f1f8ce88158634f71f
Reviewed-on: https://go-review.googlesource.com/c/go/+/695476
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-Tr... | [
{
"path": "src/internal/runtime/gc/scan/scan_test.go",
"patch": "@@ -100,6 +100,9 @@ func benchmarkCacheSizes(b *testing.B, fn func(b *testing.B, heapPages int)) {\n \t\t\tfn(b, pages)\n \t\t})\n \t}\n+\tif len(cacheSizes) == 0 {\n+\t\treturn\n+\t}\n \tramPages := int(cacheSizes[len(cacheSizes)-1]*3/2) / gc... | 2025-08-12T21:57:23 |
electron/electron | 035b10daf9ef81b8ecab359d083ccb8c95668a5d | 91205540c41bdd67d019bbb067d0e755bfca88ce | fix: multiple selection in `//shell_dialogs` Portal/KDE implementations (#42308)
* fix: multiple selection in //shell_dialogs portal implementation
* fix: allow multiple directory selection in KDE implementation | [
{
"path": "patches/chromium/feat_add_support_for_missing_dialog_features_to_shell_dialogs.patch",
"patch": "@@ -186,24 +186,10 @@ index 129979e844581e68fdecde87bd52f3344f88022a..5e02a36e5e9eb4db84700dd9a0b8765d\n }\n \n diff --git a/ui/gtk/select_file_dialog_linux_gtk.h b/ui/gtk/select_file_dialog_linux_g... | 2024-06-10T14:43:16 |
facebook/react | 76f8cf5277cff10a9a559ec10b810c3bca77f5d2 | b2ec0445b4801e067f624adb2a29afcd06d1de55 | [ci] Rename temporary build parts
Adds an _ prefix to temporary build parts from parallelization to allow
easier merging in later passes.
ghstack-source-id: 714da85972e138d389224f67601dc7aaa6676e11
Pull Request resolved: https://github.com/facebook/react/pull/30385 | [
{
"path": ".github/workflows/runtime_build_and_test.yml",
"patch": "@@ -180,9 +180,8 @@ jobs:\n - name: Archive build\n uses: actions/upload-artifact@v4\n with:\n- name: build_${{ matrix.worker_id }}_${{ matrix.release_channel }}\n- path: |\n- build\n+ ... | 2024-07-18T20:19:09 |
nodejs/node | e81c809d9d430894d5787f0f366c7377643c2cfc | b845dc6fbeb0684b83e314dd2233958e95166aa2 | 2025-01-21, Version 22.13.1 'Jod' (LTS)
This is a security release.
Notable changes:
* CVE-2025-23083: throw on InternalWorker use when permission model is enabled (High)
* CVE-2025-23084: fix path traversal in normalize() on Windows (Medium)
* CVE-2025-23085: fix HTTP2 mem leak on premature close and ERR_PROTO (Med... | [
{
"path": "CHANGELOG.md",
"patch": "@@ -49,7 +49,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.13.0\">22.13.0</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V22.md#22.13.1\">22.13.1... | 2025-01-15T21:10:39 |
rust-lang/rust | cb3046e5f2f0736366c0fea4977a8df579d96311 | 1dc3d8c568ec039bcbc1537cd7d647933524c006 | Add missing runtime test for _mm_comige_ss and fix _mm_comigt_ss test | [
{
"path": "library/stdarch/crates/core_arch/src/x86/sse.rs",
"patch": "@@ -2816,14 +2816,32 @@ mod tests {\n let aa = &[3.0f32, 12.0, 23.0, NAN];\n let bb = &[3.0f32, 47.5, 1.5, NAN];\n \n- let ee = &[1i32, 0, 1, 0];\n+ let ee = &[0i32, 0, 1, 0];\n \n for i in 0..4 {\n ... | 2026-02-25T23:56:42 |
vercel/next.js | 1dda5b668bc57fdad6c4cf840c2083e6c66ad9db | bc14f1928b58ff0bf4816016cb9ed70f3ca6f5e6 | [Breaking] Remove deprecated sync access to Dynamic APIs (#84179)
This PR removes the deprecated sync access to Dynamic APIs.
- Removed UnsafeUnwrapped* types.
- Replaced `as unknown as UnsafeUnwrapped ` type casts to `as any` for
dev warning.
- Removed tests that expected sync access to not error.
- Removed `Untrack... | [
{
"path": "errors/sync-dynamic-apis.mdx",
"patch": "@@ -26,9 +26,6 @@ function Page({ params }) {\n This also includes enumerating (e.g. `{...params}`, or `Object.keys(params)`) or iterating over the return\n value of these APIs (e.g. `[...headers()]` or `for (const cookie of cookies())`, or explicitly with... | 2025-09-27T20:44:45 |
golang/go | f63e12d0e0f4533af54550d6d049a836fb738147 | 8e317da77d151f180b6e006a0e84154576a4a295 | internal/trace: fix Sync.ClockSnapshot comment
The old comment said "clocks take in close in time" which was probably
due to rewording this a few times.
Replace the comment with the one of the ClockSnapshot type as there
doesn't seem to be a good reason for using a different wording here.
Change-Id: I6a6a69648c8470c... | [
{
"path": "src/internal/trace/event.go",
"patch": "@@ -690,9 +690,11 @@ type Sync struct {\n \t// N indicates that this is the Nth sync event in the trace.\n \tN int\n \n-\t// ClockSnapshot is a snapshot of different clocks taken in close in time\n-\t// that can be used to correlate trace events with data c... | 2025-08-11T06:33:05 |
electron/electron | 91205540c41bdd67d019bbb067d0e755bfca88ce | c3b4cd987c618ee72d32f996a8f3ae9e3e80c2bf | fix: restore `wasOpenedAtLogin` functionality (#42411)
fix: restore opened at login functionality | [
{
"path": "docs/api/app.md",
"patch": "@@ -1265,7 +1265,7 @@ Returns `Object`:\n \n * `openAtLogin` boolean - `true` if the app is set to open at login.\n * `openAsHidden` boolean _macOS_ _Deprecated_ - `true` if the app is set to open as hidden at login. This does not work on macOS 13 and up.\n-* `wasOpene... | 2024-06-10T14:39:56 |
nodejs/node | b845dc6fbeb0684b83e314dd2233958e95166aa2 | 7bc2946293757389468f1fa09714860f8e1147b7 | 2025-01-21, Version 23.6.1 (Current)
This is a security release.
Notable changes:
* CVE-2025-23083: throw on InternalWorker use when permission model is enabled (High)
* CVE-2025-23084: fix path traversal in normalize() on Windows (Medium)
* CVE-2025-23085: fix HTTP2 mem leak on premature close and ERR_PROTO (Medium... | [
{
"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.6.0\">23.6.0</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V23.md#23.6.1\">23.6.1</a></b><br/>\n+<a href=\"doc/changelogs/CHANGELOG_V23.md#23.6.0\">2... | 2025-01-15T15:03:56 |
facebook/react | 378ab81522c3da436943980cbb537c9ce523fbf8 | e15c5b15c67202b30faecf24a66547725cd08480 | [compiler][fixtures] Repro for fbt + non-ascii strings
ghstack-source-id: 05211980566f8c061ac2ca8ce51e442d234beacc
Pull Request resolved: https://github.com/facebook/react/pull/30386 | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/fbt/error.todo-fbt-param-with-newline.expect.md",
"patch": "@@ -0,0 +1,36 @@\n+\n+## Input\n+\n+```javascript\n+import fbt from \"fbt\";\n+\n+function Component(props) {\n+ const element = (\n+ <fbt desc={\"Dialog t... | 2024-07-18T19:33:51 |
golang/go | fe4d445c36d69c1b238399e2f13b04bedd65ad7b | 750789fab7f9cccc0756c5ec0d0952c917a4546f | internal/trace/tracev2: fix EvSTWBegin comment to include stack ID
Change-Id: I6a6a69644fb9a6e765933384cdb17c63458be69a
Reviewed-on: https://go-review.googlesource.com/c/go/+/694617
Auto-Submit: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.c... | [
{
"path": "src/internal/trace/tracev2/events.go",
"patch": "@@ -48,7 +48,7 @@ const (\n \tEvGoStatus // goroutine status at the start of a generation [timestamp, goroutine ID, thread ID, status]\n \n \t// STW.\n-\tEvSTWBegin // STW start [timestamp, kind]\n+\tEvSTWBegin // STW start [timestamp, k... | 2025-06-22T13:29:34 |
vercel/next.js | bc14f1928b58ff0bf4816016cb9ed70f3ca6f5e6 | 3f6ffba81563cbe6eaa1fdd9fb0ae6e4b7e3fc4c | fix: Update URL resolution logic to handle search parameters on root path /?foo=bar (#78262)
## What?
This PR fixes and implements test for an URL resolution issue that
stripped the searchparam when `metadataBase` was defined and a search
param was set on the root path. This created a behavior where :
```
export con... | [
{
"path": "packages/next/src/lib/metadata/resolvers/resolve-url.test.ts",
"patch": "@@ -62,6 +62,12 @@ describe('resolveAbsoluteUrlWithPathname', () => {\n 'https://example.com/foo'\n )\n })\n+\n+ it('should resolve absolute internal url with query', () => {\n+ expect(resolver('htt... | 2025-09-27T18:06:28 |
nodejs/node | fdad2fa66e77739583591f9991360a87532cb3c7 | da5f7aca6ac1fac2b7840dc11c0ef8e740cfc414 | http2: omit server name when HTTP2 host is IP address
Fixes: https://github.com/nodejs/node/issues/56189
PR-URL: https://github.com/nodejs/node/pull/56530
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "lib/internal/http2/core.js",
"patch": "@@ -636,15 +636,21 @@ function initOriginSet(session) {\n if (originSet === undefined) {\n const socket = session[kSocket];\n session[kState].originSet = originSet = new SafeSet();\n- if (socket.servername != null) {\n- let originString = `... | 2024-12-29T04:41:34 |
facebook/react | e15c5b15c67202b30faecf24a66547725cd08480 | 512b09b24d41cb7a5ccee5ec70adab2ba25ae67d | [compiler][patch] Fix jsx non-ascii regex pattern
ghstack-source-id: 97ed49112453c2ca3165361e758b6f31fbd0da20
Pull Request resolved: https://github.com/facebook/react/pull/30382 | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/ReactiveScopes/CodegenReactiveFunction.ts",
"patch": "@@ -2206,7 +2206,7 @@ function codegenInstructionValue(\n * https://en.wikipedia.org/wiki/List_of_Unicode_characters#Control_codes\n */\n const STRING_REQUIRES_EXPR_CONTAINER_PATTERN =\n- /[... | 2024-07-18T19:33:51 |
golang/go | 750789fab7f9cccc0756c5ec0d0952c917a4546f | 889ab74169db2c8758f51c1a199a90266b16669b | internal/trace/internal/testgen: fix missing stacks nframes arg
Change-Id: I6a6a6964c9c1322bfe289394d5d3937d1f7097bb
Reviewed-on: https://go-review.googlesource.com/c/go/+/694616
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>... | [
{
"path": "src/internal/trace/internal/testgen/trace.go",
"patch": "@@ -295,7 +295,7 @@ func (g *Generation) writeEventsTo(tw *raw.TextWriter) {\n \tb.RawEvent(tracev2.EvStacks, nil)\n \tfor stk, id := range g.stacks {\n \t\tstk := stk.stk[:stk.len]\n-\t\targs := []uint64{id}\n+\t\targs := []uint64{id, uint... | 2025-06-22T13:29:34 |
electron/electron | c3b4cd987c618ee72d32f996a8f3ae9e3e80c2bf | 84e15e2d045635b0113fcedc0ca61ee2d72770f4 | chore: bump chromium to 127.0.6521.0 (main) (#42118)
* chore: bump chromium in DEPS to 126.0.6470.0
* 5492605: Migrate TODOs referencing old crbug IDs to the new issue tracker IDs | https://chromium-review.googlesource.com/c/chromium/src/+/5492605
* 5513277: Move subresource-filter-ruleset to GCS | https://chrom... | [
{
"path": ".circleci/config/base.yml",
"patch": "@@ -123,7 +123,7 @@ env-unittests: &env-unittests\n TESTS_CONFIG: src/electron/spec/configs/unittests.yml\n \n env-arm: &env-arm\n- GN_EXTRA_ARGS: 'target_cpu = \"arm\"'\n+ GN_EXTRA_ARGS: 'target_cpu = \"arm\" build_tflite_with_xnnpack = false'\n MKSNAP... | 2024-06-07T21:18:35 |
nodejs/node | a5ed762d82bc7cf0b44026d073d60cef3219ed2c | 322056dc327d4a2dd006a90c5fd54075df7f502b | deps: fixup some minor coverity warnings
Fixes: https://github.com/nodejs/node/issues/56611
PR-URL: https://github.com/nodejs/node/pull/56612
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Michael Daw... | [
{
"path": "deps/ncrypto/ncrypto.cc",
"patch": "@@ -1346,8 +1346,11 @@ DHPointer DHPointer::New(BignumPointer&& p, BignumPointer&& g) {\n if (DH_set0_pqg(dh.get(), p.get(), nullptr, g.get()) != 1) return {};\n \n // If the call above is successful, the DH object takes ownership of the\n- // BIGNUMs, so ... | 2025-01-19T16:55:54 |
facebook/react | 512b09b24d41cb7a5ccee5ec70adab2ba25ae67d | 163365a07872337e04826c4f501565d43dbd2fd4 | [ci][ez] Rename artifact from process_artifacts_combined
Build artifacts are uniquely associated to a single workflow run, so
appending the sha was unnecessary. I originally included it to make it
easier to download later but this turns out to be unneeded.
Drops the sha suffix to make downloading the artifact in a se... | [
{
"path": ".github/workflows/runtime_build_and_test.yml",
"patch": "@@ -285,7 +285,7 @@ jobs:\n - name: Archive build artifacts\n uses: actions/upload-artifact@v4\n with:\n- name: combined_artifacts_${{ github.sha }}\n+ name: artifacts_combined\n path: |\n ... | 2024-07-17T16:32:10 |
vercel/next.js | 97056e0d804ae832b3d8a92f314f0279375ed4a4 | f31d18d8b37b714c179ea940d05de1247c3c025b | Add a --webpack flag and default --turbopack to true (#84216)
Make Turbopack the default bundler for Next 🚀
## What
Add a `--webpack` flag so users can select webpack
Change behavior so if neither `--turbopack` or `--webpack` is set we default to Turbopack.
If we have defaulted the build to turbopack and we obser... | [
{
"path": ".github/workflows/build_and_test.yml",
"patch": "@@ -502,6 +502,7 @@ jobs:\n \n export NEXT_TEST_MODE=start\n export NEXT_TEST_WASM=true\n+ export IS_WEBPACK_TEST=1\n node run-tests.js \\\n test/production/pages-dir/production/test/index.test.ts \\\n ... | 2025-09-26T23:24:17 |
rust-lang/rust | d173db9edb9626dcb31c09dabc014c1845fca019 | d8ffd9181f8265ca01e292b4060b49ea9d4265d5 | Don't panic on invalid notifications | [
{
"path": "src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/dispatch.rs",
"patch": "@@ -414,7 +414,8 @@ impl NotificationDispatcher<'_> {\n let params = match not.extract::<N::Params>(N::METHOD) {\n Ok(it) => it,\n Err(ExtractError::JsonError { method, error }) => {\... | 2026-02-25T19:06:33 |
golang/go | 182336bf05c8e833f433510ba62205d8ce40299a | f04421ea9adc634fc24133ddc59aa24e323ceec9 | net/http: fix data race in client
Fixes #73522
Co-authored-by: Damien Neil <dneil@google.com>
Change-Id: I6fb408a0b03bc387f443e17e6f9d0bac32eff31e
Reviewed-on: https://go-review.googlesource.com/c/go/+/694815
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Damien... | [
{
"path": "src/net/http/transport.go",
"patch": "@@ -722,7 +722,7 @@ func (t *Transport) roundTrip(req *Request) (_ *Response, err error) {\n \t\t\tif e, ok := err.(transportReadFromServerError); ok {\n \t\t\t\terr = e.err\n \t\t\t}\n-\t\t\tif b, ok := req.Body.(*readTrackingBody); ok && !b.didClose {\n+\t\... | 2025-08-11T17:21:50 |
electron/electron | 25ed28670693525abd2a98ebbff75a2c7d10c155 | d97dcf388a7e5ac6deab593309d6c54ae4ef80ee | fix: `loginService` -> `loginItemService` (#42380)
fix: loginService -> loginItemService | [
{
"path": "shell/common/platform_util_mac.mm",
"patch": "@@ -128,7 +128,7 @@\n return [SMAppService agentServiceWithPlistName:service_name];\n } else if (type == \"daemonService\") {\n return [SMAppService daemonServiceWithPlistName:service_name];\n- } else if (type == \"loginService\") {\n+ } e... | 2024-06-07T09:49:00 |
nodejs/node | 009d53ec3c3a411e9ad28eaae419c95b300cb62a | 840f95226876f86ed04ce2963e6d3dc6492c7d1c | child_process: fix parsing messages with splitted length field
Fixes: https://github.com/nodejs/node/issues/55834
PR-URL: https://github.com/nodejs/node/pull/56106
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "lib/internal/child_process/serialization.js",
"patch": "@@ -61,7 +61,12 @@ const advanced = {\n *parseChannelMessages(channel, readData) {\n if (readData.length === 0) return;\n \n- ArrayPrototypePush(channel[kMessageBuffer], readData);\n+ if (channel[kMessageBufferSize] && channel[kM... | 2025-01-18T19:39:56 |
facebook/react | ad08698d7ffb967217c252718719a383082d4e4d | 547c3c45abff04fe5e63b49b0ce98ef807d5110f | [compiler] Fixture for function outlining
Fixture demonstrating a case where we can "outline" a function expression.
ghstack-source-id: 836471518f0ff14d16f7b7bbf2e8900660896e97
Pull Request resolved: https://github.com/facebook/react/pull/30329 | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/outlined-helper.expect.md",
"patch": "@@ -0,0 +1,66 @@\n+\n+## Input\n+\n+```javascript\n+import { Stringify } from \"shared-runtime\";\n+\n+function Component(props) {\n+ return (\n+ <div>\n+ {props.items.map(... | 2024-07-15T03:28:06 |
vercel/next.js | 3ea8310f20076a695e9634c1c7f79be9bd639b3e | d5edf22ede04308ca8a5a8cb23659ca67f7bd9dc | fix(metadata): make formatDetection respect true/false properly (#83924)
### What?
Fixes the `FormatDetectionMeta` function so that it correctly respects
true vs false values.
### Why?
Previously, both true and false values output key=no. According to
Apple’s spec, Safari defaults to enabling detection when the tag... | [
{
"path": "packages/next/src/lib/metadata/generate/basic.tsx",
"patch": "@@ -184,12 +184,12 @@ export function FormatDetectionMeta({\n if (!formatDetection) return null\n let content = ''\n for (const key of formatDetectionKeys) {\n- if (key in formatDetection) {\n+ if (formatDetection[key] === ... | 2025-09-26T21:25:15 |
electron/electron | 7f3dc7d4ceab7c33656ccb204a9bb7eb06821559 | 1c6d7d7eceab2755473ec117c0cb06ba417035cb | fix: utilityProcess exit codes (#42297) | [
{
"path": "patches/chromium/.patches",
"patch": "@@ -129,3 +129,4 @@ fix_use_app_launch_prefetch_namespace_for_subprocesstype.patch\n feat_add_support_for_missing_dialog_features_to_shell_dialogs.patch\n cherry-pick-22db6918bac9.patch\n fix_font_face_resolution_when_renderer_is_blocked.patch\n+feat_enable_p... | 2024-06-07T08:06:00 |
golang/go | ce3f3e2ae73dcc0c270bc73a59ea5e7be6cf6a8d | 3dbef65bf37f1b7ccd1f884761341a5a15456ffa | cmd/link/internal/ld, internal/syscall/unix: use posix_fallocate on netbsd
The posix_fallocate system call is available since NetBSD 7.0, see
https://man.netbsd.org/posix_fallocate.2
Re-use the syscall wrappers already in place for freebsd. Note that
posix_fallocate on netbsd also returns the result in r1 rather than... | [
{
"path": "src/cmd/link/internal/ld/fallocate_test.go",
"patch": "@@ -2,7 +2,7 @@\n // Use of this source code is governed by a BSD-style\n // license that can be found in the LICENSE file.\n \n-//go:build darwin || (freebsd && go1.21) || linux\n+//go:build darwin || (freebsd && go1.21) || linux || (netbsd ... | 2025-08-06T15:50:14 |
nodejs/node | 2e45656eb2308f1a0c0b170a593f073e147f5a56 | 90840ccc772974cda34e281ad8e6e3561c1254c8 | crypto: add missing return value check
Add return value check for call to SSL_CTX_add_client_CA
to be consistent with other places it is called
Fixed unused warning in one of the static analysis tools we use
at Red Hat even though it is not being reported by coverity in
the configuration we run.
Signed-off-by: Micha... | [
{
"path": "src/crypto/crypto_context.cc",
"patch": "@@ -1164,7 +1164,7 @@ void SecureContext::LoadPKCS12(const FunctionCallbackInfo<Value>& args) {\n X509* ca = sk_X509_value(extra_certs.get(), i);\n \n X509_STORE_add_cert(sc->GetCertStoreOwnedByThisSecureContext(), ca);\n- SSL_CTX_add_client_CA(... | 2025-01-17T17:58:47 |
facebook/react | 6c0386e97654c4d4f58457a165d931aea074c823 | 270222b1917111c1e896bbfc442ed98530f1e4da | fix(compiler): Align return types of `ErrImp<E>` and `OkImpl<T>` with `Result<T, E>` for TS 5.5 (#30345) | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/Utils/Result.ts",
"patch": "@@ -124,11 +124,11 @@ class OkImpl<T> implements Result<T, never> {\n return this;\n }\n \n- isOk(): boolean {\n+ isOk(): this is OkImpl<T> {\n return true;\n }\n \n- isErr(): boolean {\n+ isErr(): this ... | 2024-07-16T23:51:11 |
vercel/next.js | 81bd704a29f5370924d099651ac303289543f9b2 | 2a11fc33e7c4e25f4bf02b419febb61caba79691 | fix: make sure caller exists in babel preset (#84154)
### What?
https://github.com/vercel/next.js/pull/82676 introduced a small bug when
using the Babel preset standalone without Next.js itself. It throws the
following error:
```
Cannot read properties of undefined (reading 'transformMode') (While processing: "/home... | [
{
"path": "packages/next/src/build/babel/preset.ts",
"patch": "@@ -145,7 +145,7 @@ export default (\n const isStandalone = api.caller(\n // NOTE: `transformMode` may be undefined if the user configured `babel-loader` themselves. In\n // this case, we should assume we're in 'default' mode.\n- (c... | 2025-09-26T20:23:28 |
electron/electron | 1c6d7d7eceab2755473ec117c0cb06ba417035cb | 6ccb9861f666da08e6f99285514df4514d5409e2 | build: fix `depot_tools` patch (#42388)
build: fix depot_tools patch | [
{
"path": ".circleci/config/base.yml",
"patch": "@@ -260,9 +260,9 @@ step-depot-tools-get: &step-depot-tools-get\n index c305c248..e6e0fbdc 100755\n --- a/gclient.py\n +++ b/gclient.py\n- @@ -735,7 +735,8 @@ class Dependency(gclient_utils.WorkItem, DependencySettings):\n- \n- ... | 2024-06-06T20:49:59 |
rust-lang/rust | ff62e9a2a6cb3b89c70f49a7e6c8ecb3becd71dc | 70bf845cb2b07be5111d7992223ce98aaa1fd6cb | fix: no complete enum variant qualifier in pat
Example
---
```rust
enum Enum { TupleV(u32), RecordV { field: u32 }, UnitV }
use Enum::*;
fn func() {
if let $0 = unknown {}
}
```
**Before this PR**
```text
...
ev RecordV
ev TupleV
ev UnitV
bn RecordV {…} RecordV { field$1 }$0
bn TupleV(…) TupleV($1)$0
... | [
{
"path": "src/tools/rust-analyzer/crates/ide-completion/src/completions/pattern.rs",
"patch": "@@ -95,7 +95,7 @@ pub(crate) fn complete_pattern(\n if refutable || single_variant_enum(variant.parent_enum(ctx.db)) =>\n {\n acc.add_variant_pat(ctx, patte... | 2026-02-24T12:33:28 |
golang/go | 3dbef65bf37f1b7ccd1f884761341a5a15456ffa | 2b804abf0712d45801671232585e0011902a5c48 | database/sql: allow drivers to override Scan behavior
Implementing RowsColumnScanner allows the driver
to completely control how values are scanned.
Fixes #67546
Change-Id: Id8e7c3a973479c9665e4476fe2d29e1255aee687
GitHub-Last-Rev: ed0cacaec4a4feead56b09c0d6eee86ed58fe1ee
GitHub-Pull-Request: golang/go#67648
Reviewe... | [
{
"path": "api/next/67546.txt",
"patch": "@@ -0,0 +1,5 @@\n+pkg database/sql/driver, type RowsColumnScanner interface { Close, Columns, Next, ScanColumn } #67546\n+pkg database/sql/driver, type RowsColumnScanner interface, Close() error #67546\n+pkg database/sql/driver, type RowsColumnScanner interface, Col... | 2025-05-31T15:27:15 |
nodejs/node | 90840ccc772974cda34e281ad8e6e3561c1254c8 | 74717cb7fa21eb7d7c2abc579334f28c66d96fb0 | tools: fix permissions in `lint-release-proposal` workflow
PR-URL: https://github.com/nodejs/node/pull/56614
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ruy Adorno <ruy@vlt.sh>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": ".github/workflows/lint-release-proposal.yml",
"patch": "@@ -19,6 +19,8 @@ permissions:\n jobs:\n lint-release-commit:\n runs-on: ubuntu-latest\n+ permissions:\n+ pull-requests: read\n steps:\n - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2\n ... | 2025-01-17T16:43:26 |
facebook/react | 270222b1917111c1e896bbfc442ed98530f1e4da | 243c0670acbfb062750981d65649058092212e2e | [ci] Remove RELEASE_CHANNEL_stable_yarn_test_dom_fixtures from circleci
ghstack-source-id: 53489822aa92869acd675bf88178a0511300f765
Pull Request resolved: https://github.com/facebook/react/pull/30359 | [
{
"path": ".circleci/config.yml",
"patch": "@@ -7,32 +7,6 @@ aliases:\n - &environment\n TZ: /usr/share/zoneinfo/America/Los_Angeles\n \n- - &restore_yarn_cache_fixtures_dom\n- restore_cache:\n- name: Restore yarn cache for fixtures/dom\n- keys:\n- - v2-yarn_cache-{{ arch }}-{{ ch... | 2024-07-16T18:35:42 |
vercel/next.js | 3b94ab2dd9f9241ad3a7a680719e1a713d9e7126 | 11f721eeda6e6c4133faa8e484491d03f7a06a62 | docs:Small improvement on the contribution guide for clarity (#84200)
### What?
Improves the contribution guide (`01-contribution-guide.mdx`) by fixing
a typo and clarifying wording for JavaScript files with JSX code.
### Why?
This is my first time ontributing to open source, i've taken my time to
read the contributi... | [
{
"path": "docs/04-community/01-contribution-guide.mdx",
"patch": "@@ -230,7 +230,7 @@ When writing JavaScript code blocks, we use the following language and extension\n \n > **Good to know**:\n >\n-> - Make sure to use **`js`** extension with **JSX** code at JavaScript files.\n+> - Make sure to use **`.js`... | 2025-09-26T15:47:47 |
electron/electron | 6ccb9861f666da08e6f99285514df4514d5409e2 | ec4461d1f25ded60d02b41b37480192039c971ac | build: increase fetch-deps (#42387)
* build: use fetch-depth: 0 and fetch-tags
* debug: readd tmate SSH debugging
* build: run SSH by default, remove debug conditional
* build: remove redundent fetch-tags
* build: pin tmate to SHA
* build: remove tmate action | [
{
"path": ".github/workflows/macos-build.yml",
"patch": "@@ -293,6 +293,7 @@ jobs:\n uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29\n with:\n path: src/electron\n+ fetch-depth: 0\n - name: Run Electron Only Hooks\n run: |\n echo \"Running Electro... | 2024-06-06T19:09:50 |
golang/go | 2b804abf0712d45801671232585e0011902a5c48 | 6abfe7b0deaeb62d9f8d4bf09475efec68db9a1b | net: context aware Dialer.Dial functions
Add context aware dial functions for TCP, UDP, IP and Unix networks.
Fixes #49097
Updates #59897
Change-Id: I7523452e8e463a587a852e0555cec822d8dcb3dd
Reviewed-on: https://go-review.googlesource.com/c/go/+/490975
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts... | [
{
"path": "api/next/49097.txt",
"patch": "@@ -0,0 +1,4 @@\n+pkg net, method (*Dialer) DialIP(context.Context, string, netip.Addr, netip.Addr) (*IPConn, error) #49097\n+pkg net, method (*Dialer) DialTCP(context.Context, string, netip.AddrPort, netip.AddrPort) (*TCPConn, error) #49097\n+pkg net, method (*Dial... | 2023-04-30T15:12:27 |
nodejs/node | 22f1518d2f03a10ebac3b95e7ec1dd61a566c3f8 | 00d49649dabac5dd11e05d2558b2cb0edb607c1b | test_runner: remove unused errors
PR-URL: https://github.com/nodejs/node/pull/56607
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me> | [
{
"path": "doc/api/errors.md",
"patch": "@@ -2829,25 +2829,6 @@ An unspecified or non-specific system error has occurred within the Node.js\n process. The error object will have an `err.info` object property with\n additional details.\n \n-<a id=\"ERR_TAP_LEXER_ERROR\"></a>\n-\n-### `ERR_TAP_LEXER_ERROR`\n-... | 2025-01-17T10:34:55 |
facebook/react | 243c0670acbfb062750981d65649058092212e2e | 34a788907bab504462c449c5e6da96b9016243b2 | [ci] Add RELEASE_CHANNEL_stable_yarn_test_dom_fixtures to gh actions
ghstack-source-id: 53a431f9528db3f18fc205b6e67779c3d2d8c87a
Pull Request resolved: https://github.com/facebook/react/pull/30358 | [
{
"path": ".github/workflows/runtime_build_and_test.yml",
"patch": "@@ -347,6 +347,41 @@ jobs:\n run: ls -R build\n - run: yarn check-release-dependencies\n \n+ RELEASE_CHANNEL_stable_yarn_test_dom_fixtures:\n+ name: Check fixtures DOM (stable)\n+ needs: build_and_lint\n+ runs-on: ub... | 2024-07-16T18:35:41 |
vercel/next.js | 697747580fedfa27df7e8eafdeda6fd61bd46e7a | bced1f7b207b6bfd50c70764a204cc9d70a3ffe3 | Show invalid default export errors during prerendering (#84242)
The specific error messages for invalid default exports in pages,
layouts, and error files were only shown in development mode. This
change ensures that these errors are also displayed during prerendering,
which replaces the unhelpful error messages we we... | [
{
"path": "packages/next/src/server/app-render/create-component-tree.tsx",
"patch": "@@ -371,7 +371,7 @@ async function createComponentTreeInternal(\n */\n let MaybeComponent = LayoutOrPage\n \n- if (process.env.NODE_ENV === 'development') {\n+ if (process.env.NODE_ENV === 'development' || isStaticGe... | 2025-09-26T09:06:47 |
electron/electron | ec4461d1f25ded60d02b41b37480192039c971ac | c9349a2590ab777d558d7305cc6550d52f1f191d | fix: `iframe.contentWindow.document.fonts` resolution (#42366)
fix: iframe.contentWindow.document.fonts resolution | [
{
"path": "patches/chromium/.patches",
"patch": "@@ -128,3 +128,4 @@ partially_revert_is_newly_created_to_allow_for_browser_initiated.patch\n fix_use_app_launch_prefetch_namespace_for_subprocesstype.patch\n feat_add_support_for_missing_dialog_features_to_shell_dialogs.patch\n cherry-pick-22db6918bac9.patch\... | 2024-06-06T13:06:28 |
golang/go | 691af6ca28dad9c72e51346fe10c6aaadc3f940b | 925149da2009589f6f2567564e1c7370e9f93b1b | encoding/json: fix Indent trailing whitespace regression in goexperiment.jsonv2
The Indent function preserves trailing whitespace,
while the v1 emulation under v2 implementation accidentally dropped it.
There was prior logic that attempted to preserve it,
but it did not work correctly since it ran in a defer and
acci... | [
{
"path": "src/encoding/json/scanner_test.go",
"patch": "@@ -74,6 +74,7 @@ func TestCompactAndIndent(t *testing.T) {\n \t-5e+2\n ]`},\n \t\t{Name(\"\"), \"{\\\"\\\":\\\"<>&\\u2028\\u2029\\\"}\", \"{\\n\\t\\\"\\\": \\\"<>&\\u2028\\u2029\\\"\\n}\"}, // See golang.org/issue/34070\n+\t\t{Name(\"\"), `null`, \"n... | 2025-07-31T23:21:41 |
rust-lang/rust | 8eed8bd7bbf80ad06fc3262824aa39dd335eaa36 | d3e8bd94cc042c65e30a6c60146a8a00531d1292 | Rename `pass_by_value` lint as `disallowed_pass_by_ref`.
The name `pass_by_value` is completely wrong. The lint actually checks
for the use of pass by reference for types marked with
`rustc_pass_by_value`.
The hardest part of this was choosing the new name. The `disallowed_`
part of the name closely matches the follo... | [
{
"path": "compiler/rustc_ast/src/visit.rs",
"patch": "@@ -757,9 +757,11 @@ macro_rules! common_visitor_and_walkers {\n ) -> V::Result;\n }\n \n- // this is only used by the MutVisitor. We include this symmetry here to make writing other functions easier\n+ // This is only ... | 2026-02-23T21:42:04 |
facebook/react | 34a788907bab504462c449c5e6da96b9016243b2 | 9a8f3de0a82124c594c9799289702db58366844a | [ci] Remove run_fixtures_flight_tests from circleci
ghstack-source-id: f907271b9575777d79ec929c181e18df12bd7589
Pull Request resolved: https://github.com/facebook/react/pull/30357 | [
{
"path": ".circleci/config.yml",
"patch": "@@ -222,52 +222,6 @@ jobs:\n RELEASE_CHANNEL: experimental\n command: ./scripts/circleci/run_devtools_e2e_tests.js\n \n- run_fixtures_flight_tests:\n- docker: *docker\n- environment: *environment\n- steps:\n- - checkout\n- ... | 2024-07-16T18:35:40 |
nodejs/node | c6960ee194fe952e65be5667a47e7e4a4ccf8cd1 | 0e7ec5e7a1427eb418bf82833a5c308cb8e0ecda | src: handle duplicate paths granted
This commit fixes a crash whenever someone tries to allow access to the
same path twice.
PR-URL: https://github.com/nodejs/node/pull/56591
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> | [
{
"path": "src/permission/fs_permission.cc",
"patch": "@@ -143,10 +143,12 @@ void FSPermission::Apply(Environment* env,\n \n void FSPermission::GrantAccess(PermissionScope perm, const std::string& res) {\n const std::string path = WildcardIfDir(res);\n- if (perm == PermissionScope::kFileSystemRead) {\n+ ... | 2025-01-16T14:53:39 |
vercel/next.js | 99507d5153d5fce51d889c902160f68e07316c30 | b1f05782a01efde5a7a6f74738784bf67978661f | [test] Make `Undefined default export` an e2e test suite (#84240)
This also adds a build-time test, documenting the unhelpful error messages we currently show during prerendering, when an app router file does not have a default export. | [
{
"path": "test/development/acceptance-app/fixtures/undefined-default-export/app/(group)/specific-path/1/page.js",
"patch": "@@ -1 +0,0 @@\n-export const a = 123",
"additions": 0,
"deletions": 1,
"language": "JavaScript"
},
{
"path": "test/development/acceptance-app/fixtures/undefined-de... | 2025-09-26T07:47:01 |
electron/electron | c9349a2590ab777d558d7305cc6550d52f1f191d | 791907f0f3559ed5e6c829a0387b12c9437a3ba7 | build: [GHA] cross-compile x64 MacOS jobs on arm64 (#42370)
* build: split x64 mas/darwin to run concurrently
* Retry src cache download on failure
* build: gate FFMpeg, etc, to release & darwin
* build: cross-compile x64 on arm hardware
* chore (do not merge): comment out CircleCI config
* build: fix F... | [
{
"path": ".github/workflows/config/release/arm64/evm.mas.json",
"patch": "@@ -0,0 +1,26 @@\n+{\n+ \"root\": \"/Users/runner/work/electron/electron/\",\n+ \"remotes\": {\n+ \"electron\": {\n+ \"origin\": \"https://github.com/electron/electron.git\"\n+ }\n+ },\n+ \"gen\": {\n+ \"args\": [\n... | 2024-06-06T06:06:25 |
golang/go | 925149da2009589f6f2567564e1c7370e9f93b1b | cf4af0b2f30f27b6273fa9b9f295dbdaf9cdb7bb | net/http: add example for CrossOriginProtection
It's not immediately appaerent that a method must
be used to wrap the handler, so add a basic
example to guide users to the right API.
Fixes #74121
Change-Id: I23fc3dff6fff9bf4eb29c099bc77da8c99620671
Reviewed-on: https://go-review.googlesource.com/c/go/+/681256
LUCI-T... | [
{
"path": "src/net/http/example_test.go",
"patch": "@@ -12,6 +12,7 @@ import (\n \t\"net/http\"\n \t\"os\"\n \t\"os/signal\"\n+\t\"time\"\n )\n \n func ExampleHijacker() {\n@@ -221,3 +222,22 @@ func ExampleProtocols_http1or2() {\n \t}\n \tres.Body.Close()\n }\n+\n+func ExampleCrossOriginProtection() {\n+\tm... | 2025-06-12T08:30:28 |
facebook/react | 9a8f3de0a82124c594c9799289702db58366844a | 16d3ca38cc2cd11bd2d3badfcd936198ec329b5c | [ci] Add run_fixtures_flight_tests to gh actions
ghstack-source-id: 76761e302fc8e6c3c3243582250c168460b54739
Pull Request resolved: https://github.com/facebook/react/pull/30356 | [
{
"path": ".github/workflows/runtime_build_and_test.yml",
"patch": "@@ -347,6 +347,64 @@ jobs:\n run: ls -R build\n - run: yarn check-release-dependencies\n \n+ # ----- FLIGHT -----\n+ run_fixtures_flight_tests:\n+ name: Run fixtures Flight tests\n+ needs: build_and_lint\n+ runs-on:... | 2024-07-16T18:35:40 |
nodejs/node | e96072ad57348ce423a8dd7639dcc3d1c34e847d | 58ac6551ffeef6ce4657b01e4a411df79aed54a1 | util: inspect: do not crash on an Error with a regex `name`
See #56570
PR-URL: https://github.com/nodejs/node/pull/56574
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@... | [
{
"path": "lib/internal/util/inspect.js",
"patch": "@@ -88,6 +88,7 @@ const {\n StringPrototypePadEnd,\n StringPrototypePadStart,\n StringPrototypeRepeat,\n+ StringPrototypeReplace,\n StringPrototypeReplaceAll,\n StringPrototypeSlice,\n StringPrototypeSplit,\n@@ -733,6 +734,7 @@ function addPro... | 2025-01-15T19:27:22 |
vercel/next.js | a61dab2507f559434bee557fd2224f1a939eac0e | a9c4a8c8fb11a235d08328225532a0b8bf9c93de | Move `config.turbopack.moduleIds` to `config.experimental.turbopackModuleIds` (#84230)
https://github.com/vercel/next.js/pull/77850 moved `experimental.turbo`
option to `turbopack`, but `moduleIds` is intended for debugging, in
line with `turbopackSourceMaps` and `turbopackMinify`, so move to
`experimental.turbopackMo... | [
{
"path": "crates/next-core/src/next_config.rs",
"patch": "@@ -560,7 +560,6 @@ pub struct TurbopackConfig {\n pub rules: Option<FxIndexMap<RcStr, RuleConfigCollection>>,\n pub resolve_alias: Option<FxIndexMap<RcStr, JsonValue>>,\n pub resolve_extensions: Option<Vec<RcStr>>,\n- pub module_ids:... | 2025-09-25T23:53:34 |
golang/go | cf4af0b2f30f27b6273fa9b9f295dbdaf9cdb7bb | b096ddb9ea84efa28eafd7850b8f8a8b3e76e49f | encoding/json/v2: fix UnmarshalDecode regression with EOF
When EOF is encountered within jsontext.Decoder stream without
starting to parse any token, UnmarshalDecode should report EOF,
rather than converting it into ErrUnexpectedEOF.
This fixes a regression introduced by https://go.dev/cl/689919.
This change only af... | [
{
"path": "src/encoding/json/v2/arshal.go",
"patch": "@@ -470,7 +470,7 @@ func unmarshalDecode(in *jsontext.Decoder, out any, uo *jsonopts.Struct, last bo\n \t// was validated before attempting to unmarshal it.\n \tif uo.Flags.Get(jsonflags.ReportErrorsWithLegacySemantics) {\n \t\tif err := export.Decoder(i... | 2025-07-31T22:01:47 |
electron/electron | 406f644d26904303663f40d7713140267c9981cb | 5fb117a7d7fd454f7ecbec4d18eac85c32db3186 | feat: duplicate navigation related APIs to `contents.navigationHistory` (#41752)
* refactor: move navigation related api to navigationHistory
* docs: add deprecation messages to old web content methods
* fix: add deprecation warnings to webcontents
* fix: add deprecation warnings and make existing naviagation... | [
{
"path": "docs/api/navigation-history.md",
"patch": "@@ -9,6 +9,24 @@ Each navigation entry corresponds to a specific page. The indexing system follow\n \n ### Instance Methods\n \n+#### `navigationHistory.canGoBack()`\n+\n+Returns `boolean` - Whether the browser can go back to previous web page.\n+\n+####... | 2024-06-05T16:34:47 |
vercel/next.js | d6125822dd542bdb54c85d70a5dd9d87ee63139b | 46fa4ded993110841b4ad373d1d38a9553602d5c | [test] Overhaul `Undefined default export` test suite (#84235)
The test suite is now using fixture files instead of sandboxes, same principle as in #83398. I also removed two test cases that didn't test anything novel, compared to the other tests. They were originally moved from another test suite into this one in #66... | [
{
"path": "test/development/acceptance-app/fixtures/undefined-default-export/app/(group)/specific-path/1/page.js",
"patch": "@@ -0,0 +1 @@\n+export const a = 123",
"additions": 1,
"deletions": 0,
"language": "JavaScript"
},
{
"path": "test/development/acceptance-app/fixtures/undefined-de... | 2025-09-25T21:13:36 |
facebook/react | 16d3ca38cc2cd11bd2d3badfcd936198ec329b5c | 43d535f545bf3f7a0c155903432c5bdf327346c9 | [ci] Remove check_error_codes from circleci
ghstack-source-id: 3a587af04d19f6c1f0425023c8f5a504f5b32823
Pull Request resolved: https://github.com/facebook/react/pull/30355 | [
{
"path": ".circleci/config.yml",
"patch": "@@ -311,19 +311,6 @@ jobs:\n - store_artifacts:\n path: ./tmp/screenshots\n \n- check_error_codes:\n- docker: *docker\n- environment: *environment\n- steps:\n- - checkout\n- - attach_workspace: *attach_workspace\n- - setup_... | 2024-07-16T18:35:39 |
nodejs/node | c8df98d2f9f62a12da969ae1cd283df2d6d1dec9 | e799ebd7ff8e691958dfbdb8baf2b81236f87669 | module: fix jsdoc for `format` parameter in cjs/loader
PR-URL: https://github.com/nodejs/node/pull/56501
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jason Zhang <xzha4350@gmail.com>
Reviewed-By: Qingyu Deng <i@ayase-lab.com> | [
{
"path": "lib/internal/modules/cjs/loader.js",
"patch": "@@ -1682,9 +1682,8 @@ function wrapSafe(filename, content, cjsModuleInstance, format) {\n * `exports`) to the file. Returns exception, if any.\n * @param {string} content The source code of the module\n * @param {string} filename The file path of ... | 2025-01-15T10:25:46 |
electron/electron | 5fb117a7d7fd454f7ecbec4d18eac85c32db3186 | 39c984e23a4459cc3204d0fb256263bff2305839 | fix: don't destroy BrowserView webContents when owning BrowserWindow hasn't been closed (#42353)
* fix: moves bv webContents close to closed event
* chore: adds unit tests
* chore: test that bv webContents are destroyed when parent bw closed | [
{
"path": "lib/browser/api/browser-window.ts",
"patch": "@@ -77,7 +77,7 @@ BrowserWindow.prototype._init = function (this: BWT) {\n \n this._browserViews = [];\n \n- this.on('close', () => {\n+ this.on('closed', () => {\n this._browserViews.forEach(b => b.webContents?.close({ waitForBeforeUnload: tr... | 2024-06-05T07:58:38 |
vercel/next.js | 64b0986c05ee1b49d98b7055a38f5edfed886322 | 5ff4a9c520a78cbd8bd4bdd2ca4e4b3cbe6e8b60 | Feat: `get_page_metadata` MCP endpoint (#84211)
Enables AI agents to programmatically access the runtime metadata of the
current page. At the moment, we only include the segment trie details,
but this endpoint will be open to extension. Like `get_errors`, we
support collecting information from multiple tabs. | [
{
"path": "packages/next/errors.json",
"patch": "@@ -822,5 +822,6 @@\n \"821\": \"Unprocessable request\",\n \"822\": \"Stack frame resolver not initialized. This is a bug in Next.js.\",\n \"823\": \"Timeout waiting for error state from frontend. The browser may not be responding to HMR messages.\",\n... | 2025-09-25T19:51:32 |
nodejs/node | e799ebd7ff8e691958dfbdb8baf2b81236f87669 | d1a3f306427b24655a61d9dee9ab0a5fcacfbf4b | module: rethrow amaro error message
PR-URL: https://github.com/nodejs/node/pull/56568
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
Reviewed-By: Paolo In... | [
{
"path": "lib/internal/modules/typescript.js",
"patch": "@@ -49,7 +49,7 @@ function parseTypeScript(source, options) {\n try {\n return parse(source, options);\n } catch (error) {\n- throw new ERR_INVALID_TYPESCRIPT_SYNTAX(error);\n+ throw new ERR_INVALID_TYPESCRIPT_SYNTAX(error.message);\n ... | 2025-01-14T15:35:14 |
facebook/react | 43d535f545bf3f7a0c155903432c5bdf327346c9 | c3c4ab31e4cb42dcfa8fbb1dee573fd5dafcd612 | [ci] Add check_error_codes to gh actions
ghstack-source-id: b6dbee275be58c14341dec1a823ff7773e5a6a59
Pull Request resolved: https://github.com/facebook/react/pull/30354 | [
{
"path": ".github/workflows/runtime_build_and_test.yml",
"patch": "@@ -290,6 +290,36 @@ jobs:\n ./build.tgz\n ./build2.tgz\n \n+ check_error_codes:\n+ name: Search build artifacts for unminified errors\n+ needs: build_and_lint\n+ runs-on: ubuntu-latest\n+ steps:\n+ ... | 2024-07-16T18:35:39 |
electron/electron | 39c984e23a4459cc3204d0fb256263bff2305839 | b74d3e14b004d751f1920efae62f730c98bce344 | fix: WebUSB should not crash when using in-memory partitions (#42347) | [
{
"path": "shell/browser/usb/electron_usb_delegate.cc",
"patch": "@@ -174,6 +174,9 @@ std::unique_ptr<content::UsbChooser> ElectronUsbDelegate::RunChooser(\n bool ElectronUsbDelegate::CanRequestDevicePermission(\n content::BrowserContext* browser_context,\n const url::Origin& origin) {\n+ if (!brow... | 2024-06-04T13:24:08 |
vercel/next.js | 3abe25186f7868f0885e4950410d69d4edc53e20 | 4350081689818d805dbe0b6ade4577b9061a3b16 | Turbopack: fix NFT of readFileSync of relative path (#84155)
Tests are missing
Previously, `readFileSync("./data/foo.txt")` was relative to the current file, not relative to `process.cwd()` | [
{
"path": "crates/next-api/src/project.rs",
"patch": "@@ -998,7 +998,7 @@ impl Project {\n let this = self.await?;\n Ok(get_server_compile_time_info(\n // `/ROOT` corresponds to `[project]/`, so we need exactly the `path` part.\n- format!(\"/ROOT/{}\", self.project_pat... | 2025-09-25T16:19:15 |
facebook/react | 0117239720b6ea830376f4f8605957ccae8b3735 | fee423e083eccc19d69ecc3db4483c6740db7a75 | [Fiber] Ensure `srcset` and `src` are assigned last on `img` instances (#30340)
Safari has a behavior (bug) where when you consturct an Image in
javascript if you set srcset before properties for `sizes` the brwoser
will download the largest image size because it starts to load before
you communicate the sizes info... | [
{
"path": "packages/react-dom-bindings/src/client/ReactDOMComponent.js",
"patch": "@@ -1031,6 +1031,53 @@ export function setInitialProperties(\n // Fast track the most common tag types\n break;\n }\n+ // img tags previously were implemented as void elements with non delegated events howe... | 2024-07-16T15:25:24 |
nodejs/node | 2570f95ad14b91e0095a12d418580e6852345389 | 294abc2ffcda213b544c345aaa60efd8c98df118 | util: do not crash on inspecting function with `Symbol` name
Refs: https://github.com/nodejs/node/issues/56570
PR-URL: https://github.com/nodejs/node/pull/56572
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Re... | [
{
"path": "lib/internal/util/inspect.js",
"patch": "@@ -989,7 +989,7 @@ function formatRaw(ctx, value, recurseTimes, typedArray) {\n keys = getKeys(value, ctx.showHidden);\n braces = ['{', '}'];\n if (typeof value === 'function') {\n- base = getFunctionBase(value, constructor, tag);\n+ ... | 2025-01-15T00:16:48 |
electron/electron | 5f8a490a008f40b147457803d3b0c0ab6c00189f | 361b37592af3e79606440ca0c229c27df78676cf | build: add release config/dsymutil fix, test-releases for GHA (#42350)
* build: add publishing workflow for GHActions
* build: add test repo/bucket for uploads
* build: clean up conditionals, add macos-14-large, review comments
* build: remove host_cpu var from GCLIENT_EXTRA_ARGS
* build: use GN_CONFIG
... | [
{
"path": ".github/workflows/config/release/evm.mas.json",
"patch": "@@ -0,0 +1,25 @@\n+{\n+ \"root\": \"/Users/runner/work/electron/electron/\",\n+ \"remotes\": {\n+ \"electron\": {\n+ \"origin\": \"https://github.com/electron/electron.git\"\n+ }\n+ },\n+ \"gen\": {\n+ \"args\": [\n+ ... | 2024-06-03T18:43:54 |
golang/go | ce0e803ab9fcee7e5adc99d262dde6f6c1f41842 | 38b76bf2a3b4a2e1bd512f32907d7f2d3de3b71a | [dev.simd] cmd/compile: keep track of multiple rule file names in ssa/_gen
This was a long-standing "we need to fix this"
for simd work, this fixes it. I expect that
simd peephole rule files will be coming soon
and there will be more errors and we will be
happier to have this.
Change-Id: Iefffc43e3e2110939f8d406f6e5... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/multiscanner.go",
"patch": "@@ -0,0 +1,117 @@\n+// Copyright 2025 The Go Authors. All rights reserved.\n+// Use of this source code is governed by a BSD-style\n+// license that can be found in the LICENSE file.\n+\n+package main\n+\n+import (\n+\t\"bufio\"\n+\t\"... | 2025-08-08T20:49:17 |
vercel/next.js | f9248ea5bf6ac66573a96f02d94bb335d4073a16 | f1a650fc9c493bbc2ff2b900b82aef2521b65eb7 | Turbopack: avoid panic on updating output when a task was cancelled (#84214)
### What?
When a task was cancelled, updating the output should not lead to a panic. | [
{
"path": "turbopack/crates/turbo-tasks-backend/src/backend/operation/update_output.rs",
"patch": "@@ -54,11 +54,16 @@ impl UpdateOutputOperation {\n \n 'output: {\n let mut task = ctx.task(task_id, TaskDataCategory::All);\n+ let in_progress_state = get!(task, InProgress);\n+ ... | 2025-09-25T11:53:17 |
facebook/react | 2683c0a18c1d0c2834f371d9dc6ef25495a208de | 1f60a41801bde7fa6970c8cf36019248c2ee8996 | [compiler] Fix mode for generating scopes for reassignments
We have an experimental mode where we generate scopes for simple phi values, even if they aren't subsequently mutated. This mode was incorrectly generating scope ranges, leaving the start at 0 which is invalid. The fix is to allow non-zero identifier ranges t... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/ReactiveScopes/InferReactiveScopeVariables.ts",
"patch": "@@ -114,9 +114,13 @@ export function inferReactiveScopeVariables(fn: HIRFunction): void {\n };\n scopes.set(groupIdentifier, scope);\n } else {\n- scope.range.start = m... | 2024-07-12T04:00:51 |
electron/electron | 9f88820be9b39bd1d87b542234afca657d64853b | 85df2a86dda7b99af99310566601ee04b72e55c8 | fix: dialogs should work with BaseWindows internally (#42315) | [
{
"path": "lib/browser/api/dialog.ts",
"patch": "@@ -1,4 +1,4 @@\n-import { app, BrowserWindow } from 'electron/main';\n+import { app, BaseWindow } from 'electron/main';\n import type { OpenDialogOptions, OpenDialogReturnValue, MessageBoxOptions, SaveDialogOptions, SaveDialogReturnValue, MessageBoxReturnVal... | 2024-05-31T10:04:22 |
vercel/next.js | 0f68f3e98688bcb7fe158f9926ac608b94857815 | fbea93e9f3783a445b0f503d2a53a15f405bd412 | [devtools] Disable React's default Transition indicator (#84202)
Next.js DevTools should be fully separate from the actual Next.js app. In fact, it should be able to live in an iframe or extension. Right now it's still its own React root so we need to make sure it's isolated as much as possible from the actual React a... | [
{
"path": "packages/next/src/next-devtools/dev-overlay.browser.tsx",
"patch": "@@ -335,6 +335,9 @@ export function renderAppDevOverlay(\n \n const root = createRoot(container, {\n identifierPrefix: 'ndt-',\n+ // We don't have design for a default Transition indicator for the NDT frontend.\n+ ... | 2025-09-25T07:48:53 |
facebook/react | 735d3d2baa684857d2a3358f0aad4f8920d0e8f4 | e307a4954446d1aeda9cbe23fda914289406c5f7 | [compiler][ez] Upgrade babel generator version for playground
---
The current version of `@babel/generator` used by playground has some bugs (see https://github.com/babel/babel/issues/10966)
```js
// Try pasting this into playground
function useFoo(a, b) {
return (a ?? b) == c;
}
// Current playground output
functi... | [
{
"path": "compiler/apps/playground/package.json",
"patch": "@@ -12,6 +12,7 @@\n },\n \"dependencies\": {\n \"@babel/core\": \"^7.19.1\",\n+ \"@babel/generator\": \"^7.19.1\",\n \"@babel/parser\": \"^7.19.1\",\n \"@babel/plugin-syntax-typescript\": \"^7.18.6\",\n \"@babel/plugin-trans... | 2024-07-15T21:44:14 |
golang/go | 38b76bf2a3b4a2e1bd512f32907d7f2d3de3b71a | 94d72355f662a1c8229db661cc068ea8e901641c | [dev.simd] cmd/compile, simd: jump table for imm ops
This CL fixes some errors in prog generation for imm operations, please
see the changes in ssa.go for details.
This CL also implements the jump table for non-const immediate arg. The
current implementation exhaust 0-255, the bound-checked version will be
in the nex... | [
{
"path": "src/cmd/compile/internal/amd64/ssa.go",
"patch": "@@ -1837,11 +1837,7 @@ func simdVkv(s *ssagen.State, v *ssa.Value) *obj.Prog {\n // Example instruction: VROUNDPD $7, X2, X2\n func simdV11Imm8(s *ssagen.State, v *ssa.Value) *obj.Prog {\n \tp := s.Prog(v.Op.Asm())\n-\timm := v.AuxInt\n-\tif imm <... | 2025-08-08T17:31:45 |
electron/electron | ae0c55c0b19fc317708e573d30d6d10ea9777a13 | 705d92c5f6dfaaa7be9459b3ea7fa8060ecdb194 | refactor: inherit Observer classes privately, pt. 2 (#42237)
* refactor: use private inheritance in PushNotifications
* refactor: use private inheritance in electron::api::App
* refactor: use private inheritance in electron::api::BrowserWindow
* refactor: use private inheritance in electron::api::NativeTheme
... | [
{
"path": "shell/browser/api/electron_api_app.h",
"patch": "@@ -50,9 +50,9 @@ namespace api {\n class App : public ElectronBrowserClient::Delegate,\n public gin::Wrappable<App>,\n public gin_helper::EventEmitterMixin<App>,\n- public BrowserObserver,\n- public co... | 2024-05-29T18:07:02 |
vercel/next.js | ef29f501b25472adea40c590a96d46e3546e07c2 | dbdf9ca95273198d56bef531eeb127fc38f8f8e0 | Turbopack: increase retry duration, reduce busy looping when there is other work (#84171)
### What?
The short retry timeout of 10s could lead to false panics. Increasing the retry count to 60s makes it less likely.
There is this case where the job need to wait for another job in the same queue to continue. This is h... | [
{
"path": "turbopack/crates/turbo-tasks-backend/src/backend/operation/aggregation_update.rs",
"patch": "@@ -1285,7 +1285,7 @@ impl AggregationUpdateQueue {\n let _span = trace_span!(\"lost follower (n uppers)\", uppers = upper_ids.len()).entered();\n \n // see documentation of `retry_loop` f... | 2025-09-25T05:47:09 |
facebook/react | e307a4954446d1aeda9cbe23fda914289406c5f7 | 6cca9c31847b4a31da0a3a5ceca659e5c642e993 | [compiler][eslint] Use logger callback instead of exceptions to report eslint diagnostics
---
* panicThreshold: `all_errors` -> `none`
* inject an error logger through compiler config (instead of using exceptions)
We currently report at most one lint warning per file, this lets us exhaustively report all available on... | [
{
"path": "compiler/packages/eslint-plugin-react-compiler/__tests__/ReactCompilerRule-test.ts",
"patch": "@@ -149,6 +149,36 @@ const tests: CompilerTestCases = {\n },\n ],\n },\n+ {\n+ name: \"Multiple diagnostics are surfaced\",\n+ options: [\n+ {\n+ reportabl... | 2024-07-15T21:44:14 |
golang/go | 1718828c81f2bad44b51b13fb4b34540a9c2c096 | 084c0f849467d5e45b7242cda3dd957352e86b8f | internal/sync: warn about incorrect unsafe usage in HashTrieMap
When the HashTrieMap expand method runs out of bits, it can be because
the user mutated a key after insertion using unsafe or similar
in violation of the HashTrieMap invariants.
Adjust the panic message to help triage and debugging by
more directly sugge... | [
{
"path": "src/internal/sync/hashtriemap.go",
"patch": "@@ -178,7 +178,7 @@ func (ht *HashTrieMap[K, V]) expand(oldEntry, newEntry *entry[K, V], newHash uin\n \ttop := newIndirect\n \tfor {\n \t\tif hashShift == 0 {\n-\t\t\tpanic(\"internal/sync.HashTrieMap: ran out of hash bits while inserting\")\n+\t\t\tp... | 2025-08-09T21:25:14 |
electron/electron | 705d92c5f6dfaaa7be9459b3ea7fa8060ecdb194 | 22ba8b6f011795ec2b4b356c90e03f06d56fcc61 | docs: fix broken notification-spec markdown link (#42243)
* docs: fix broken notification-spec markdown link
* docs: update notification-spec linkt to point to freedesktop | [
{
"path": "docs/tutorial/notifications.md",
"patch": "@@ -161,7 +161,7 @@ Notifications are sent using `libnotify`, which can show notifications on any\n desktop environment that follows [Desktop Notifications Specification][notification-spec],\n including Cinnamon, Enlightenment, Unity, GNOME, and KDE.\n \... | 2024-05-29T12:41:17 |
nodejs/node | 7b60bcb2f0319e2802c83edd0cdcf5d4fd0927ee | 732744cc7667ef33289516dd3ecbd24ffbadc2e1 | quic: fixup errant LocalVector usage
PR-URL: https://github.com/nodejs/node/pull/56564
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de> | [
{
"path": "src/quic/session.cc",
"patch": "@@ -2728,7 +2728,7 @@ void Session::EmitVersionNegotiation(const ngtcp2_pkt_hd& hd,\n \n LocalVector<Value> versions(env()->isolate(), nsv);\n for (size_t n = 0; n < nsv; n++) {\n- versions.push_back(Integer::NewFromUnsigned(env()->isolate(), sv[n]));\n+ ... | 2025-01-11T21:17:54 |
vercel/next.js | bbeaeeaa93157862dcb26e0d2b6b9195a48009cc | f9ee7a1aba52c7341cc4ea97a3c3fbcec92d7d85 | Revert "[turbopack] Set `liveness` of exports based on assignment ana… (#84207)
We believe this is causing an issue that was caught during internal
dogfooding.
This reverts commit ba227046ef42a8080b1fbe274fe842c0c7067bff.
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is ha... | [
{
"path": "test/e2e/app-dir/cache-components-errors/cache-components-errors.test.ts",
"patch": "@@ -664,7 +664,7 @@ describe('Cache Components Errors', () => {\n } else {\n expect(output).toMatchInlineSnapshot(`\n \"Error: Route \"/dynamic-root\": A component accesse... | 2025-09-25T00:27:02 |
facebook/react | 6cca9c31847b4a31da0a3a5ceca659e5c642e993 | 1d5a208fda6064022d25204ee47da29a3229648f | [compiler][be] Fix lint violations in eslint-plugin
ghstack-source-id: 7c11dce833fcf8f46aaa23858ac94a05e870fae8
Pull Request resolved: https://github.com/facebook/react/pull/30335 | [
{
"path": "compiler/packages/eslint-plugin-react-compiler/__tests__/ReactCompilerRule-test.ts",
"patch": "@@ -15,7 +15,7 @@ import ReactCompilerRule from \"../src/rules/ReactCompilerRule\";\n */\n function normalizeIndent(strings: TemplateStringsArray): string {\n const codeLines = strings[0].split(\"\\n... | 2024-07-15T21:44:14 |
golang/go | 084c0f849467d5e45b7242cda3dd957352e86b8f | a62f72f7a7ee606c803d1c68cadd24e45eea5e83 | cmd/compile: allow InlMark operations to be speculatively executed
Although InlMark takes a memory argument it ultimately becomes a
NOP and therefore is safe to speculatively execute.
Fixes #74915
Change-Id: I64317dd433e300ac28de2bcf201845083ec2ac82
Reviewed-on: https://go-review.googlesource.com/c/go/+/693795
LUCI-... | [
{
"path": "src/cmd/compile/internal/ssa/branchelim.go",
"patch": "@@ -436,8 +436,15 @@ func canSpeculativelyExecute(b *Block) bool {\n \t// don't fuse memory ops, Phi ops, divides (can panic),\n \t// or anything else with side-effects\n \tfor _, v := range b.Values {\n-\t\tif v.Op == OpPhi || isDivMod(v.Op)... | 2025-08-06T21:43:05 |
electron/electron | 22ba8b6f011795ec2b4b356c90e03f06d56fcc61 | 09fb892c6ed584ab7a15eb48c741c8586abe5faa | fix: restore original BrowserWindow.show() behavior (#42300) | [
{
"path": "shell/browser/native_window_mac.mm",
"patch": "@@ -457,11 +457,7 @@ void ReorderChildWindowAbove(NSWindow* child_window, NSWindow* other_window) {\n \n // Panels receive key focus when shown but should not activate the app.\n if (!IsPanel()) {\n- if (@available(macOS 14.0, *)) {\n- [[... | 2024-05-29T06:31:11 |
nodejs/node | 7a9d78306b68b15e06eecbf30370c551da18bd90 | 187007a5ecdd154a4f587237473b0c14284339f7 | crypto: fix checkPrime crash with large buffers
Fixes: https://github.com/nodejs/node/issues/56512
PR-URL: https://github.com/nodejs/node/pull/56559
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> | [
{
"path": "src/crypto/crypto_random.cc",
"patch": "@@ -176,6 +176,11 @@ Maybe<void> CheckPrimeTraits::AdditionalConfig(\n ArrayBufferOrViewContents<unsigned char> candidate(args[offset]);\n \n params->candidate = BignumPointer(candidate.data(), candidate.size());\n+ if (!params->candidate) {\n+ Thro... | 2025-01-11T13:17:38 |
golang/go | bce5601cbbb1a3a33ecdb13b796033e44931a3da | 777d76c4f2392b782418a867172e7e951c0278f8 | cmd/go: fix fips doc link
Change-Id: I8f06ebd65ba9961e19274c1e5fec251b18395d1c
Reviewed-on: https://go-review.googlesource.com/c/go/+/691435
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Sean Liao <sean@liao.dev>
Auto-Submit: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-s... | [
{
"path": "src/cmd/go/alldocs.go",
"patch": "@@ -2527,7 +2527,7 @@\n //\t\tThe default is GOFIPS140=off, which makes no FIPS-140 changes at all.\n //\t\tOther values enable FIPS-140 compliance measures and select alternate\n //\t\tversions of the cryptography source code.\n-//\t\tSee https://go.dev/security... | 2025-07-29T16:19:51 |
electron/electron | bb4374ee2c0907c550147b1f0c4a29e13d3b5cb1 | 6423968dc56ce40259ed4a90744dbb9368dffd4e | fix: potential null dereference in normalizeSpawnArguments() patch (#42260)
fix: potential null deref in normalizeSpawnArguments() patch
Use upstream's practice of using `env = options.env || process.env`.
Previously, we were unconditionally assigning CRASHDUMP_SIGNAL_FD
and CRASHPAD_HANDLER_PID to options.env. | [
{
"path": "patches/node/enable_crashpad_linux_node_processes.patch",
"patch": "@@ -8,7 +8,7 @@ to child processes spawned with `ELECTRON_RUN_AS_NODE` which is used\n by the crashpad client to connect with the handler process.\n \n diff --git a/lib/child_process.js b/lib/child_process.js\n-index c09fca512584... | 2024-05-27T08:41:42 |
vercel/next.js | f9ee7a1aba52c7341cc4ea97a3c3fbcec92d7d85 | e8a1342e0ec2b576465ae33e1c7392c92703e7ec | Feat: `get_errors` MCP endpoint (#84161)
Enables AI agents to programmatically access the runtime/build errors
from the current devtool overlay of a dev session. The errors are
pretty-printed by default with source-mapped stack frames. In
particular, it supports pulling error information from multiple browser
tabs. | [
{
"path": ".eslintignore",
"patch": "@@ -43,6 +43,7 @@ bench/heavy-npm-deps/**\n packages/next-bundle-analyzer/index.d.ts\n examples/with-typescript-graphql/lib/gql/\n test/development/basic/hmr/components/parse-error.js\n+test/development/mcp-server/fixtures/default-template/app/build-error/page.tsx\n pack... | 2025-09-24T23:41:41 |
rust-lang/rust | 8581df53a2596280d70a0fd70f6d5c176ac2587a | 859951e3c7c9d0322c39bad49221937455bdffcd | Update cargo submodule
8 commits in 8cc0cb136772b8f54eafe0d163fcb7226a06af0c..f298b8c82da0cba538516b45b04a480fc501d4c0
2026-02-17 12:16:26 +0000 to 2026-02-24 21:59:20 +0000
- fix(host-config): fix panic when cross-compiling with host-config (rust-lang/cargo#16674)
- doc: improve documentation on using cfg values with... | [
{
"path": "src/tools/cargo",
"patch": "@@ -1 +1 @@\n-Subproject commit 8cc0cb136772b8f54eafe0d163fcb7226a06af0c\n+Subproject commit f298b8c82da0cba538516b45b04a480fc501d4c0",
"additions": 1,
"deletions": 1,
"language": "Unknown"
}
] | 2026-02-25T00:38:12 |
golang/go | dcc77f9e3c7097b497e99800a7a4ed80c7a430d8 | c7b85e9ddc1e23f84ccb3c5de8fdb55e80a9dd69 | cmd/go: fix get -tool when multiple packages are provided
Fixes #74035
Change-Id: I51865f4f753aade9a8be62ed6f9bc2d298742bf1
Reviewed-on: https://go-review.googlesource.com/c/go/+/679975
Reviewed-by: Ian Alexander <jitsu@google.com>
Reviewed-by: Michael Matloob <matloob@google.com>
Reviewed-by: Michael Matloob <matloo... | [
{
"path": "src/cmd/go/internal/modget/get.go",
"patch": "@@ -453,7 +453,7 @@ func updateTools(ctx context.Context, queries []*query, opts *modload.WriteOpts)\n \t\tif queries[i].version == \"none\" {\n \t\t\topts.DropTools = append(opts.DropTools, m.Pkgs...)\n \t\t} else {\n-\t\t\topts.AddTools = append(opt... | 2025-06-07T19:28:20 |
nodejs/node | e6a988dbdee47b3412094a90d35d6bd8207c750d | e799722f1a0bf43fe4d47e4824b9524363fe0d62 | test: disable openssl 3.4.0 incompatible tests
The shake128/shake256 hashing algorithms broke due to an OpenSSL 3.4
incompatible change and now throws an Error.
PR-URL: https://github.com/nodejs/node/pull/56160
Refs: https://github.com/nodejs/node/issues/56159
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.c... | [
{
"path": "test/parallel/test-crypto-oneshot-hash.js",
"patch": "@@ -31,6 +31,9 @@ const methods = crypto.getHashes();\n const input = fs.readFileSync(fixtures.path('utf8_test_text.txt'));\n \n for (const method of methods) {\n+ // Skip failing tests on OpenSSL 3.4.0\n+ if (method.startsWith('shake') && c... | 2024-12-06T18:14:16 |
vercel/next.js | e6180250bcd34890f63881f760bf750245fbff6e | 2921fb33503e45bc29626f64dbe8071a09a7569d | fix(server): fix pages router resume router matching (#84158)
### What?
Prevents PPR resume requests on Pages Router data routes by rejecting
them with a 422 status code and adds debug cache entry handlers for
testing PPR cache behavior in standalone mode.
### Why?
PPR (Partial Pre-Rendering) is an App Router-speci... | [
{
"path": "packages/next/errors.json",
"patch": "@@ -818,5 +818,6 @@\n \"817\": \"`cacheLifeProfiles` should always be provided.\",\n \"818\": \"`cacheLife()` can only be called inside a \\\"use cache\\\" function.\",\n \"819\": \"`cacheTag()` can only be called inside a \\\"use cache\\\" function.\",... | 2025-09-24T21:49:05 |
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.