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 |
|---|---|---|---|---|---|
vercel/next.js | 38b9a5e408b09e2f4c4e173ca881f3c42787c6d9 | daf8b06f68a75ef4df34ef92ecb5f4a9b947a4c2 | Bump swc to v45 (#85143)
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making:
## For Contributors
### Improving Documentati... | [
{
"path": "Cargo.lock",
"patch": "@@ -322,9 +322,9 @@ dependencies = [\n \n [[package]]\n name = \"ast_node\"\n-version = \"3.0.4\"\n+version = \"4.0.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"0a184645bcc6f52d69d8e7639720699c6a99efb711f886e251ed1d16db8dd90e\"\n+c... | 2025-10-21T04:54:53 |
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 |
facebook/react | a7d1240c962d2fdeac3ba31f1fdc12b5be4bbd2e | 2b0001834769cab6d73e68627a8b15c4708961e6 | [Fizz] Update postpone abort semantics when prerendering (#30541)
When aborting with a postpone value in Fizz if any tasks are still
pending in the root while prerendering the prerender will fatally error.
This is different from postponing imperatively in a root task and really
the semantics should be the same. Thi... | [
{
"path": "packages/react-dom/src/__tests__/ReactDOMFizzStatic-test.js",
"patch": "@@ -398,4 +398,60 @@ describe('ReactDOMFizzStatic', () => {\n </div>,\n );\n });\n+\n+ // @gate enablePostpone\n+ it('does not fatally error when aborting with a postpone during a prerender', async () => {\n+ ... | 2024-07-31T15:33:43 |
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 |
nodejs/node | 1540fc6a37e42fe002d3061a516431741e8e6d3d | b2ab1a2c417a575cbcd3f05d0a65677fd8cb02c0 | src: improve error handling in `node_env_var.cc`
PR-URL: https://github.com/nodejs/node/pull/57767
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com> | [
{
"path": "src/node_env_var.cc",
"patch": "@@ -436,15 +436,14 @@ static Intercepted EnvGetter(Local<Name> property,\n MaybeLocal<String> value_string =\n env->env_vars()->Get(env->isolate(), property.As<String>());\n \n- bool has_env = !value_string.IsEmpty();\n TraceEnvVar(env, \"get\", property... | 2025-04-07T22:37:25 |
vercel/next.js | 23034d4ea997bdeed1708b7263cf9791da229bc6 | fbbd5380362c0a4b247a47cbe1fdfec9413be826 | Pass `startTime` to initial RSC payload stream (#85144)
`startTime: 0` tells React to align the debug start time of the initial
RSC stream (i.e. the one used for hydration) to the start of the
document navigation. In other words, the timing information will now
include the network latency of the HTML document request. | [
{
"path": "packages/next/src/client/app-index.tsx",
"patch": "@@ -175,7 +175,13 @@ if (\n \n const initialServerResponse = createFromReadableStream<InitialRSCPayload>(\n readable,\n- { callServer, findSourceMapURL, debugChannel }\n+ {\n+ callServer,\n+ findSourceMapURL,\n+ debugChannel,\n+ /... | 2025-10-21T02:33:50 |
facebook/react | 47069f0e80e151c2664908366ccc07b4a0e727d9 | 12e957909948483d0eef83d1ffb2255946d0e4b0 | Build all bundles required by flight fixture with `build-for-flight-dev` (#30534) | [
{
"path": "package.json",
"patch": "@@ -113,7 +113,7 @@\n \"build-for-devtools\": \"cross-env RELEASE_CHANNEL=experimental yarn build react/index,react/jsx,react/compiler-runtime,react-dom/index,react-dom/client,react-dom/unstable_testing,react-dom/test-utils,react-is,react-debug-tools,scheduler,react-t... | 2024-07-31T13:02:36 |
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 |
nodejs/node | 08a7df83379a9d222d21dad86c05320b3e4baab4 | e06a2ad21f84fef3fa06f6a3e664296e89c4d72e | src: improve error handling in node_http2
PR-URL: https://github.com/nodejs/node/pull/57764
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> | [
{
"path": "src/node_http2.cc",
"patch": "@@ -426,8 +426,13 @@ Http2Priority::Http2Priority(Environment* env,\n Local<Value> weight,\n Local<Value> exclusive) {\n Local<Context> context = env->context();\n- int32_t parent_ = parent->Int32Value(cont... | 2025-04-05T18:40:07 |
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 |
facebook/react | d06196c1cd2dc0bb2288f3a3efa30669d4a7ea61 | edfaa99f01596ea22ed892897f5c002a438c0655 | [compiler] Visit nested scopes in pruned scopes in PromoteUsedTemporaries
While debugging #30536 I happened to notice that the bug only reproduced
when there was interleaving scopes, and observed that an unpruned scope
nested inside of a pruned one was not being visited by
CollectPromotableTemporaries, which keeps tra... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/ReactiveScopes/PromoteUsedTemporaries.ts",
"patch": "@@ -138,6 +138,7 @@ class CollectPromotableTemporaries extends ReactiveFunctionVisitor<State> {\n usedOutsideScope: false,\n });\n }\n+ this.visitBlock(scopeBlock.instructio... | 2024-07-30T20:55:41 |
nodejs/node | e06a2ad21f84fef3fa06f6a3e664296e89c4d72e | 588770630da693d26e25361f66f6fd245b0a41c1 | src: improve error handing in node_messaging
PR-URL: https://github.com/nodejs/node/pull/57760
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> | [
{
"path": "src/node_messaging.cc",
"patch": "@@ -491,8 +491,12 @@ Maybe<bool> Message::Serialize(Environment* env,\n Local<Object> entry = entry_val.As<Object>();\n // See https://github.com/nodejs/node/pull/30339#issuecomment-552225353\n // for details.\n- if (entry->HasPrivate(context, env-... | 2025-04-05T18:07:52 |
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 |
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 |
facebook/react | 212d5ae8cbdb16788bcbb8c7f0c35369968eff5e | 704c34e21f7468fc72c33aa843051c7949ebeccd | [compiler][repro] fixtures for fbt plural and macro bugs
ghstack-source-id: 8ccf49bb40cd634932b84dd637439042aa60fd46
Pull Request resolved: https://github.com/facebook/react/pull/30535 | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/fbt/bug-fbt-plural-multiple-function-calls.expect.md",
"patch": "@@ -0,0 +1,87 @@\n+\n+## Input\n+\n+```javascript\n+import fbt from 'fbt';\n+\n+/**\n+ * Similar to error.todo-multiple-fbt-plural\n+ *\n+ * Evaluator err... | 2024-07-30T20:24:45 |
nodejs/node | 588770630da693d26e25361f66f6fd245b0a41c1 | a5877d014c7214807a80369d0e90b30417c9b993 | src: improve error handling in crypto_x509
Avoiding use of ToLocalChecked
PR-URL: https://github.com/nodejs/node/pull/57757
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> | [
{
"path": "src/crypto/crypto_x509.cc",
"patch": "@@ -854,7 +854,20 @@ MaybeLocal<Object> X509Certificate::New(Environment* env,\n if (!ctor->NewInstance(env->context()).ToLocal(&obj))\n return MaybeLocal<Object>();\n \n- new X509Certificate(env, obj, std::move(cert), issuer_chain);\n+ Local<Object> ... | 2025-04-05T17:17:27 |
facebook/react | f827c792eac95badcbe501ab7d5798985f41c0e6 | 146df7c311831a1d5b35f3783dae4a7030638fcf | [DevTools] Add DevToolsInstance to Store Stateful Information (#30517)
Stacked on #30494 and #30491.
This is setting us up to be able to track Server Components. This is now
split into a FiberInstance (Client Component) and a VirtualInstance
(Server Component). We're not actually creating any VirtualInstances yet... | [
{
"path": "packages/react-devtools-shared/src/backend/fiber/renderer.js",
"patch": "@@ -7,6 +7,8 @@\n * @flow\n */\n \n+import type {ReactComponentInfo} from 'shared/ReactTypes';\n+\n import {\n ComponentFilterDisplayName,\n ComponentFilterElementType,\n@@ -131,6 +133,64 @@ import type {\n import type... | 2024-07-30T19:15:45 |
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 |
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 | a5877d014c7214807a80369d0e90b30417c9b993 | b6a10f75b3d3fcc770750281e2bcdc9bf205de11 | src: improve error handling in callback.cc
Avoiding use of v8 `Checked()` APIs where appropriate.
Few other style cleanups
PR-URL: https://github.com/nodejs/node/pull/57758
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> | [
{
"path": "src/api/callback.cc",
"patch": "@@ -13,6 +13,7 @@ using v8::HandleScope;\n using v8::Isolate;\n using v8::Local;\n using v8::MaybeLocal;\n+using v8::Number;\n using v8::Object;\n using v8::String;\n using v8::Undefined;\n@@ -51,7 +52,7 @@ InternalCallbackScope::InternalCallbackScope(Environment* ... | 2025-04-05T17:43:33 |
facebook/react | f963c80d2179924380bcdd80e3c067df4a3e2ce3 | 41ecbada0e05f1dd40f8b94c6fa98dbdaabca211 | [DevTools] Implement "best renderer" by taking the inner most matched node (#30494)
Stacked on #30491.
When going from DOM Node to select a component or highlight a component
we find the nearest mounted ancestor. However, when multiple renderers
are nested there can be multiple ancestors. The original fix #24665 ... | [
{
"path": "packages/react-devtools-shared/src/__tests__/legacy/storeLegacy-v15-test.js",
"patch": "@@ -905,7 +905,7 @@ describe('Store (legacy)', () => {\n [root]\n ▸ <Wrapper>\n `);\n- const deepestedNodeID = global.agent.getIDForNode(ref);\n+ const deepestedNodeID = g... | 2024-07-30T18:57:26 |
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 |
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 | 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 |
nodejs/node | b85505d450e3a401cf0d13c096abfc75a7932105 | a2de5b9150da60c77144bb5333371eaca3fab936 | dns: restore dns query cache ttl
Fixes: https://github.com/nodejs/node/issues/57636
Co-authored-by: Robert Nagy <ronagy@icloud.com>
PR-URL: https://github.com/nodejs/node/pull/57640
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Tim Perry <pimterry@gma... | [
{
"path": "src/cares_wrap.cc",
"patch": "@@ -778,6 +778,7 @@ void ChannelWrap::Setup() {\n options.sock_state_cb_data = this;\n options.timeout = timeout_;\n options.tries = tries_;\n+ options.qcache_max_ttl = 0;\n \n int r;\n if (!library_inited_) {",
"additions": 1,
"deletions": 0,
... | 2025-04-07T11:43:14 |
facebook/react | 41ecbada0e05f1dd40f8b94c6fa98dbdaabca211 | ab7c1663131aa0f572f21ebd8575dddb7db1b372 | Enable prettier for some blocklisted fixtures with invalid GraphQL (#30425)
The invalid GraphQL in these fixtures somehow causes an unhandled
promise rejection error when running `yarn prettier-all`. This fixes
that issue by making the GraphQL valid. | [
{
"path": ".prettierignore",
"patch": "@@ -22,15 +22,6 @@ compiler/**/.next\n \n # contains invalid graphql`...` which results in a promise rejection error from `yarn prettier-all`.\n compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/error.todo-kitchensink.js\n-compiler/packages/... | 2024-07-30T18:23:43 |
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 | 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 |
facebook/react | ab7c1663131aa0f572f21ebd8575dddb7db1b372 | 73b21a05e34f0b1a6585fbf6db53dfc76acac768 | [ci] Fix incorrect polling
Oops. Actually poll correctly by fetching the latest workflow run each
retry, and not just checking the first attempt.
Test plan: https://github.com/facebook/react/actions/runs/10165564989
ghstack-source-id: 3202d8f6aeb1e1dead95d82a33c04dce80cd44b4
Pull Request resolved: https://github.com... | [
{
"path": "scripts/release/shared-commands/download-build-artifacts.js",
"patch": "@@ -87,11 +87,51 @@ async function getArtifact(workflowRunId, artifactName) {\n return artifact;\n }\n \n+async function processArtifact(artifact, releaseChannel) {\n+ // Download and extract artifact\n+ const cwd = join(... | 2024-07-30T15:53:15 |
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 | 93644d512694fd9f4a3b25f50c918fff455e42fd | 7d45c346bbdf643a93d0247fee9f91c06b24aec7 | src: improve StringBytes error handling
PR-URL: https://github.com/nodejs/node/pull/57706
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> | [
{
"path": "src/api/encoding.cc",
"patch": "@@ -8,6 +8,8 @@ namespace node {\n using v8::HandleScope;\n using v8::Isolate;\n using v8::Local;\n+using v8::MaybeLocal;\n+using v8::TryCatch;\n using v8::Value;\n \n enum encoding ParseEncoding(const char* encoding,\n@@ -133,20 +135,30 @@ enum encoding ParseEncod... | 2025-04-06T17:19:44 |
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 |
facebook/react | a7f3b49be2c0111757bec48e8ee0820c7495a2f9 | 927ba5799a506e5f10ee71b3df8f59296550d29f | [ci] Make some workflows dispatchable
The previous checks for prerelease_commit_sha was incorrectly
implemented for devtools regression tests so I fixed it. I also made
some other workflows dispatchable so they can be manually run from
GitHub's UI as needed.
Test plan: https://github.com/facebook/react/actions/runs/1... | [
{
"path": ".github/workflows/devtools_regression_tests.yml",
"patch": "@@ -5,8 +5,9 @@ on:\n - cron: 0 0 * * *\n workflow_dispatch:\n inputs:\n- prerelease_commit_sha:\n+ commit_sha:\n required: false\n+ type: string\n \n env:\n TZ: /usr/share/zoneinfo/America/Los_Angele... | 2024-07-30T15:53:14 |
rust-lang/rust | bd8c9f38e5e1838c6b1f7838273939a0d716b071 | debbabedb3637aa7643f012019e85a5c40fc43f8 | Do not use PostAnalysis TypingMode for IDE method resolution
As explained in the comments, PostAnalysis is good for most IDE things but not method resolution.
This fixes a bug which should not be impacted by this at all - return position impl trait in trait. It is currently lowered to an opaque, while it should be lo... | [
{
"path": "src/tools/rust-analyzer/crates/hir/src/lib.rs",
"patch": "@@ -5952,7 +5952,16 @@ impl<'db> Type<'db> {\n ) -> R {\n let module = resolver.module();\n let interner = DbInterner::new_with(db, module.krate(db));\n- let infcx = interner.infer_ctxt().build(TypingMode::PostAn... | 2026-03-04T20:06:36 |
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 | 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 |
nodejs/node | 33f6e1ea296cd20366ab94e666b03899a081af94 | 8456a1245902b159a9178e168e5216071aa32319 | test: update expected error message for macOS
PR-URL: https://github.com/nodejs/node/pull/57742
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "test/parallel/test-module-loading-error.js",
"patch": "@@ -28,7 +28,7 @@ const errorMessagesByPlatform = {\n win32: ['is not a valid Win32 application'],\n linux: ['file too short', 'Exec format error'],\n sunos: ['unknown file type', 'not an ELF file'],\n- darwin: ['file too short', 'not ... | 2025-04-06T14:20:04 |
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 | 941e1b4a0a81ca3d5f2ac6ef35682e2f8e96dae1 | 9938e248feecc6410738cc905744836d6f78c7f8 | [ci] Fix passing secrets to runtime_prereleases
Second try, seems like you need to explicitly pass secrets to reusable
workflows.
ghstack-source-id: 05ffdae13474dba64119182bf72c15d07f83efd2
Pull Request resolved: https://github.com/facebook/react/pull/30504 | [
{
"path": ".github/workflows/runtime_prereleases.yml",
"patch": "@@ -13,6 +13,9 @@ on:\n dist_tag:\n required: true\n type: string\n+ secrets:\n+ NPM_TOKEN:\n+ required: true\n \n env:\n TZ: /usr/share/zoneinfo/America/Los_Angeles",
"additions": 3,
"deletions":... | 2024-07-29T18:15:20 |
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 |
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 |
nodejs/node | 8456a1245902b159a9178e168e5216071aa32319 | 8c254658bb4f06152ed41d2d777e6d9fd88e3355 | watch: check parent and child path properly
Co-authored-by: Jake Yuesong Li <jake.yuesong@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/57425
Fixes: https://github.com/nodejs/node/issues/57422
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-... | [
{
"path": "lib/internal/watch_mode/files_watcher.js",
"patch": "@@ -7,6 +7,7 @@ const {\n SafeMap,\n SafeSet,\n SafeWeakMap,\n+ StringPrototypeEndsWith,\n StringPrototypeStartsWith,\n } = primordials;\n \n@@ -18,12 +19,19 @@ const EventEmitter = require('events');\n const { addAbortListener } = req... | 2025-04-06T07:48:53 |
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 |
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 |
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 |
facebook/react | 93b12b824c3cf13be75a7fb0581187fa2fb1f52c | 4e482f490405c0c601d8712a0625fd17c04978e4 | [ci] Fix prerelease script npm authtoken
Try again to specify the npm token so the publish script can succeed.
ghstack-source-id: cd6e01b2ea9b320d02975849703269f17de45bd4
Pull Request resolved: https://github.com/facebook/react/pull/30503 | [
{
"path": ".github/workflows/runtime_prereleases.yml",
"patch": "@@ -16,6 +16,8 @@ on:\n \n env:\n TZ: /usr/share/zoneinfo/America/Los_Angeles\n+ GH_TOKEN: ${{ github.token }}\n+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}\n \n jobs:\n publish_prerelease:\n@@ -41,6 +43,3 @@ jobs:\n scripts/release/p... | 2024-07-29T17:37:53 |
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 |
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 |
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 | e215aa1160adc51b8f31788872c11468585d5cc8 | e0acd77aab503e63a5c7cdba605ee33a71f752e8 | [compiler] Fix FBT whitespace handling again (again (again))
ghstack-source-id: 00a86e41cfb8a6fb56b7fcd811740d1d9b89a611
Pull Request resolved: https://github.com/facebook/react/pull/30451 | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/HIR/BuildHIR.ts",
"patch": "@@ -2113,10 +2113,10 @@ function lowerExpression(\n }\n props.push({kind: 'JsxAttribute', name: propName, place: value});\n }\n- if (\n- tag.kind === 'BuiltinTag' &&\n- (tag.name... | 2024-07-26T21:36:04 |
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 |
golang/go | fbba93027174956a57c8b4493cbf0d0521b65774 | 92e093467f3ca3e348b2c933c24d1803efe4c006 | image/jpeg: replace fdct.go and idct.go with new implementation in dct.go
The fdct.go and idct.go files were derived from the MPEG-SSG and
JPEG-IJG reference code and therefore carry licenses specific to those
groups. Various license checkers flag these files as potentially
problematic. The code is also not terribly w... | [
{
"path": "src/image/decode_example_test.go",
"patch": "@@ -70,22 +70,22 @@ func Example() {\n \t}\n \t// Output:\n \t// bin red green blue alpha\n-\t// 0x0000-0x0fff: 364 790 7242 0\n-\t// 0x1000-0x1fff: 645 2967 1039 0\n-\t// 0x2000-0x2fff: 1072 2299 979 ... | 2025-09-18T16:27:06 |
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 | a15e8d7cdc6289c8685588d2821cb7c904141e3e | 28b7f0bb714e09119dd8f102a590d41eb6335952 | [compiler][repro] Test fixture for fbt plural bug
ghstack-source-id: 222e7312c081faf36702a1c790a4e336b5bcc928
Pull Request resolved: https://github.com/facebook/react/pull/30432 | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/fbt/bug-multiple-fbt-plural.expect.md",
"patch": "@@ -0,0 +1,110 @@\n+\n+## Input\n+\n+```javascript\n+import fbt from 'fbt';\n+\n+/**\n+ * Forget + fbt inconsistency. Evaluator errors with the following\n+ * Found di... | 2024-07-26T21:36:03 |
nodejs/node | e6a0d77d57a1dade108f05f1fe8b617af38d636f | 74722a55a6cea73b6dcaa3e4adc7ba8e9268b2db | util: fix parseEnv incorrectly splitting multiple ‘=‘ in value
Previously, parseEnv would create multiple environment
variables if a single line contained multiple ‘=‘ characters
(e.g. A=B=C would become { A: ‘B=C’, B: ‘C’ }).
This commit ensures that only the first ‘=‘ is used as
the key-value delimiter, and the rest... | [
{
"path": "benchmark/fixtures/valid.env",
"patch": "@@ -6,6 +6,8 @@ BASIC=basic\n \n # previous line intentionally left blank\n AFTER_LINE=after_line\n+A=\"B=C\"\n+B=C=D\n EMPTY=\n EMPTY_SINGLE_QUOTES=''\n EMPTY_DOUBLE_QUOTES=\"\"",
"additions": 2,
"deletions": 0,
"language": "Unknown"
},
{
... | 2025-04-06T07:47:28 |
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 |
golang/go | 92e093467f3ca3e348b2c933c24d1803efe4c006 | 27c7bbc51c812570e534d0aa0a8dc8733e5e3abf | image/jpeg: correct and test reference slowFDCT and slowIDCT
The reference implementations slowFDCT and slowIDCT were not
rounding correctly, making the test not as good as it could be.
Before, the real implementations were required to always produce
values within ±2 of the reference; now, with no changes,
the real im... | [
{
"path": "src/image/jpeg/dct_test.go",
"patch": "@@ -7,6 +7,7 @@ package jpeg\n import (\n \t\"fmt\"\n \t\"math\"\n+\t\"math/big\"\n \t\"math/rand\"\n \t\"strings\"\n \t\"testing\"\n@@ -29,11 +30,37 @@ func BenchmarkIDCT(b *testing.B) {\n \tbenchmarkDCT(b, idct)\n }\n \n+const testSlowVsBig = true\n+\n fun... | 2025-09-19T15:36:11 |
facebook/react | 39acfdb3be2c8bd1bc664a07e003bd50955295d9 | 03072a7a113b3f9554676f85ba4e9f77fddf3787 | [ci] Fix ci prep script
During params parsing for this script, it previously would call out to
CircleCI for a build ID, but this is no longer needed.
ghstack-source-id: 9c70824498382827306a1b18b86e319745ab18fd
Pull Request resolved: https://github.com/facebook/react/pull/30499 | [
{
"path": "scripts/release/shared-commands/get-build-id-for-commit.js",
"patch": "@@ -1,75 +0,0 @@\n-'use strict';\n-\n-const fetch = require('node-fetch');\n-\n-const POLLING_INTERVAL = 10 * 1000; // 10 seconds\n-const RETRY_TIMEOUT = 4 * 60 * 1000; // 4 minutes\n-\n-function wait(ms) {\n- return new Prom... | 2024-07-29T16:55:35 |
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 |
nodejs/node | 13e3aef053776be9be262f210dc438ecec4a3c8d | 214e3d4affabc48a53b6db8ab1f2e2bc7d343653 | doc: update example of using `await` in REPL
Clarify that the lexical scope of `const` is
invalidated when using top-level `await` in REPL.
As part of this change also add tests for the
documented behavior
Fixes: https://github.com/nodejs/node/issues/45918
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.... | [
{
"path": "doc/api/repl.md",
"patch": "@@ -258,8 +258,7 @@ undefined\n ```\n \n One known limitation of using the `await` keyword in the REPL is that\n-it will invalidate the lexical scoping of the `const` and `let`\n-keywords.\n+it will invalidate the lexical scoping of the `const` keywords.\n \n For examp... | 2025-04-05T22:06:45 |
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 | 03072a7a113b3f9554676f85ba4e9f77fddf3787 | a6b5ed01ae98a18507cb92d8e932a8ca321602e6 | [ci] Fix prereleases reusable workflow
Turns out I had configured the reusable workflow with the wrong `on`
command.
Also removes the workflow_dispatch config from the nightly workflow as
that was not meant to be triggered manually.
ghstack-source-id: 426d07279d1a2b106918fbf662d4c64e169f1ef7
Pull Request resolved: h... | [
{
"path": ".github/workflows/runtime_prereleases.yml",
"patch": "@@ -1,18 +1,15 @@\n name: (Runtime) Publish Prereleases\n \n on:\n- workflow_dispatch:\n+ workflow_call:\n inputs:\n commit_sha:\n required: true\n default: ''\n type: string\n release_channel:\n ... | 2024-07-29T16:28:10 |
golang/go | f15cd63ec4860c4f2c23cc992843546e0265c332 | 371c1d2fcb48fa79ac30812231ecef0e26f539dc | cmd/compile: don't rely on loop info when there are irreducible loops
Loop information is sketchy when there are irreducible loops.
Sometimes blocks inside 2 loops can be recorded as only being part of
the outer loop. That causes tighten to move values that want to move
into such a block to move out of the loop altoge... | [
{
"path": "src/cmd/compile/internal/ssa/tighten.go",
"patch": "@@ -123,18 +123,21 @@ func tighten(f *Func) {\n \n \t\t// If the target location is inside a loop,\n \t\t// move the target location up to just before the loop head.\n-\t\tfor _, b := range f.Blocks {\n-\t\t\torigloop := loops.b2l[b.ID]\n-\t\t\t... | 2025-09-23T23:31:26 |
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 |
nodejs/node | 214e3d4affabc48a53b6db8ab1f2e2bc7d343653 | f31c88021b5b815bf776066c8eca510696b8c744 | src: improve error handling in process.env handling
PR-URL: https://github.com/nodejs/node/pull/57707
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> | [
{
"path": "src/node_env_var.cc",
"patch": "@@ -26,7 +26,6 @@ using v8::Maybe;\n using v8::MaybeLocal;\n using v8::Name;\n using v8::NamedPropertyHandlerConfiguration;\n-using v8::NewStringType;\n using v8::Nothing;\n using v8::Object;\n using v8::ObjectTemplate;\n@@ -45,7 +44,7 @@ class RealEnvStore final :... | 2025-04-01T14:19:44 |
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 |
facebook/react | d17e9d1ce566276fc54a8ea27f4e9ea1fa434e62 | b9af819f8b0e7f14200cfffe04da835b56f2f75d | [Fizz] Prerender fallbacks before children (#30483)
When prerendering it can be convenient to abort the prerender while
rendering. However if any Suspense fallbacks have not yet rendered
before the abort happens the fallback itself will error and cause the
nearest parent Suspense boundary to render a fallback inste... | [
{
"path": "packages/react-dom/src/__tests__/ReactDOMFizzStatic-test.js",
"patch": "@@ -335,4 +335,67 @@ describe('ReactDOMFizzStatic', () => {\n });\n expect(getVisibleChildren(container)).toEqual(undefined);\n });\n+\n+ // @gate experimental\n+ it('will prerender Suspense fallbacks before child... | 2024-07-26T21:06:47 |
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 |
nodejs/node | b1402835a512f14fa9f8dd23d3e0cee8cfe888a2 | e2c8a0f9b81603c54eab174b2fe630a17ca06652 | http2: skip writeHead if stream is closed
Fixes: https://github.com/nodejs/node/issues/57416
PR-URL: https://github.com/nodejs/node/pull/57686
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rafael Gonzaga <... | [
{
"path": "lib/internal/http2/compat.js",
"patch": "@@ -706,7 +706,7 @@ class Http2ServerResponse extends Stream {\n writeHead(statusCode, statusMessage, headers) {\n const state = this[kState];\n \n- if (state.closed || this.stream.destroyed)\n+ if (state.closed || this.stream.destroyed || this... | 2025-04-04T15:07:09 |
golang/go | d7a38adf4c81f0fa83203e37844192182b22680a | 7bc1935db55c9d182617aba074f048f9c7573680 | runtime: eliminate global span queue [green tea]
This change removes the locked global span queue and replaces the
fixed-size local span queue with a variable-sized local span queue. The
variable-sized local span queue grows as needed to accomodate local
work. With no global span queue either, GC workers balance work ... | [
{
"path": "src/runtime/export_test.go",
"patch": "@@ -1289,30 +1289,6 @@ func MSpanCountAlloc(ms *MSpan, bits []byte) int {\n \treturn result\n }\n \n-type MSpanQueue mSpanQueue\n-\n-func (q *MSpanQueue) Size() int {\n-\treturn (*mSpanQueue)(q).n\n-}\n-\n-func (q *MSpanQueue) Push(s *MSpan) {\n-\t(*mSpanQue... | 2025-08-15T17:09:05 |
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 |
facebook/react | b9af819f8b0e7f14200cfffe04da835b56f2f75d | c00e895c190f42c6f476465f4be38a9c93c9a0d1 | [ci] Fix invalid username and email in synthetic commit
ghstack-source-id: 951d0ef445f945d2f0e12e4b6647543b3c4eee73
Pull Request resolved: https://github.com/facebook/react/pull/30486 | [
{
"path": ".github/workflows/runtime_commit_artifacts.yml",
"patch": "@@ -230,8 +230,8 @@ jobs:\n \n DiffTrain build for [${{ github.event.workflow_run.head_sha }}](https://github.com/facebook/react/commit/${{ github.event.workflow_run.head_sha }})\n branch: builds/facebook-www\n- ... | 2024-07-26T19:06:43 |
electron/electron | 309d5dade36c391183adef14f36f631524155d66 | a3df9502812e6741bc722648719708edab87ee46 | feat: add support for system picker in setDisplayMediaRequestHandler (#43581)
* tmp
* feat: add support for system picker in setDisplayMediaRequestHandler
* oops
* Apply suggestions from code review
Co-authored-by: Erick Zhao <erick@hotmail.ca>
* stuff
* well...
* seems legit
* chore: update pa... | [
{
"path": "docs/api/desktop-capturer.md",
"patch": "@@ -20,7 +20,11 @@ app.whenReady().then(() => {\n // Grant access to the first screen found.\n callback({ video: sources[0], audio: 'loopback' })\n })\n- })\n+ // If true, use the system picker if available.\n+ // Note: this is curre... | 2024-09-10T23:05:57 |
nodejs/node | 87f8d3c8dea267dd28656853821f40fd6573de1e | caf478b72eb75b6f7ee2cea33195d48fb0479077 | tools: enable linter in `test/fixtures/source-map/output`
PR-URL: https://github.com/nodejs/node/pull/57700
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "eslint.config.mjs",
"patch": "@@ -62,6 +62,14 @@ export default [\n '!test/fixtures/console',\n '!test/fixtures/errors',\n '!test/fixtures/eval',\n+ '!test/fixtures/source-map',\n+ 'test/fixtures/source-map/*',\n+ '!test/fixtures/source-map/output',\n+ ...filterFilesInDir(... | 2025-04-04T13:56:39 |
golang/go | 74cc463f9e0ce37f1e3b24a0dbe3cdbba29efb89 | 902dc27ae9b0670cc35ca972dfe1a5f45b66eb9e | go/token: add TestRemovedFileFileReturnsNil test
While debugging test issue in the previous CL i noted that we don't have
a proper test for RemoveFile.
Change-Id: I6a6a6964426ed3cf6725a58ec377686c2900c626
Reviewed-on: https://go-review.googlesource.com/c/go/+/705757
Reviewed-by: Alan Donovan <adonovan@google.com>
LUC... | [
{
"path": "src/go/token/position_test.go",
"patch": "@@ -621,3 +621,25 @@ func TestRemoveFileRace(t *testing.T) {\n \t\tstart <- struct{}{}\n \t}\n }\n+\n+func TestRemovedFileFileReturnsNil(t *testing.T) {\n+\tfset := NewFileSet()\n+\n+\t// Create bunch of files.\n+\tvar files []*File\n+\tfor i := range 100... | 2025-09-22T08:54:29 |
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 |
rust-lang/rust | 098b1b98f5ebb4e8790c663f27746e9d323cc63c | 72de815eb2284b5eec85a56664fa08ba62d19f93 | make path separators available in const context
* consolidate various representations of separators in std::sys::path
into a single macro_rules invocation per platform to save
transcription errors
* make `std::path::is_separator()` const
* new constants `std::path::{SEPARATORS, SEPARATORS_STR}` | [
{
"path": "library/std/src/path.rs",
"patch": "@@ -266,22 +266,33 @@ impl<'a> Prefix<'a> {\n /// ```\n #[must_use]\n #[stable(feature = \"rust1\", since = \"1.0.0\")]\n-pub fn is_separator(c: char) -> bool {\n+#[rustc_const_unstable(feature = \"const_path_separators\", issue = \"153106\")]\n+pub const fn is... | 2026-02-27T18:22:37 |
nodejs/node | caf478b72eb75b6f7ee2cea33195d48fb0479077 | 274898af4c788fa0f48ab28326d4917a87773af8 | tools: enable linter in `test/fixtures/errors`
PR-URL: https://github.com/nodejs/node/pull/57701
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> | [
{
"path": "eslint.config.mjs",
"patch": "@@ -60,6 +60,7 @@ export default [\n // We want to lint only a few specific fixtures folders\n 'test/fixtures/*',\n '!test/fixtures/console',\n+ '!test/fixtures/errors',\n '!test/fixtures/eval',\n '!test/fixtures/test-runner',\n 'test/fixtu... | 2025-04-04T13:41:48 |
electron/electron | a3df9502812e6741bc722648719708edab87ee46 | 0cc60500ed949e1082909328daa10b71a681a58f | fix: -Wunsafe-buffer-usage warning in V8Serializer::Serialize() (#43642) | [
{
"path": "shell/common/v8_value_serializer.cc",
"patch": "@@ -49,10 +49,12 @@ class V8Serializer : public v8::ValueSerializer::Delegate {\n }\n DCHECK(wrote_value);\n \n- std::pair<uint8_t*, size_t> buffer = serializer_.Release();\n- DCHECK_EQ(buffer.first, data_.data());\n- out->encoded_m... | 2024-09-10T20:05:05 |
golang/go | 902dc27ae9b0670cc35ca972dfe1a5f45b66eb9e | a13d085a5b66e4d9f3ecfae91c40f62034cfb481 | go/token: clear cache after grabbing the mutex in RemoveFile
This fixes a race, that was possible to hit in RemoveFile.
The file cache could have been populated concurrently just before
grabbing of the mutex.
Change-Id: I6a6a696452d8bd79ac4ac6574297390978353444
Reviewed-on: https://go-review.googlesource.com/c/go/+/7... | [
{
"path": "src/go/token/position.go",
"patch": "@@ -531,11 +531,11 @@ func (s *FileSet) AddExistingFiles(files ...*File) {\n //\n // Removing a file that does not belong to the set has no effect.\n func (s *FileSet) RemoveFile(file *File) {\n-\ts.last.CompareAndSwap(file, nil) // clear last file cache\n-\n ... | 2025-09-22T08:54:29 |
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 |
nodejs/node | 274898af4c788fa0f48ab28326d4917a87773af8 | ad078696026f42605a37a65702a1467968030ae0 | doc: remove link to `QUIC.md`
PR-URL: https://github.com/nodejs/node/pull/57729
Fixes: https://github.com/nodejs/node/issues/57252
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
R... | [
{
"path": "doc/api/index.md",
"patch": "@@ -49,7 +49,6 @@\n * [Process](process.md)\n * [Punycode](punycode.md)\n * [Query strings](querystring.md)\n-* [QUIC](quic.md)\n * [Readline](readline.md)\n * [REPL](repl.md)\n * [Report](report.md)",
"additions": 0,
"deletions": 1,
"language": "Markdown"... | 2025-04-04T12:53:31 |
electron/electron | 0cc60500ed949e1082909328daa10b71a681a58f | f1019c2c4ace19be9f9c80696101106ee20d190c | fix: restore Chromium default `Content-Disposition` header parsing (#43611)
* fix: restore Chromium default Content-Disposition header parsing
* Update api-web-request-spec.ts | [
{
"path": "shell/browser/api/electron_api_web_request.cc",
"patch": "@@ -21,7 +21,6 @@\n #include \"gin/dictionary.h\"\n #include \"gin/handle.h\"\n #include \"gin/object_template_builder.h\"\n-#include \"net/http/http_content_disposition.h\"\n #include \"shell/browser/api/electron_api_session.h\"\n #includ... | 2024-09-10T13:32:30 |
rust-lang/rust | 866975f8a88eea5e8d6d92541e65dcd33dd9c684 | 390f683cfca9e3c39d73e9df776a65ec0f141290 | std: move SOLID error converting out of `pal::os` | [
{
"path": "library/std/src/sys/pal/solid/error.rs",
"patch": "@@ -3,6 +3,14 @@ use super::{abi, itron};\n use crate::io;\n use crate::sys::net;\n \n+// SOLID directly maps `errno`s to μITRON error codes.\n+impl SolidError {\n+ #[inline]\n+ pub(crate) fn as_io_error(self) -> crate::io::Error {\n+ ... | 2026-03-02T11:58:59 |
golang/go | 61bf26a9eef5e0c1a5c319f60dfe1e3c51766474 | 4b787c8c2bc8c9e774bf7836adb7877e3698f9d4 | cmd/link: fix Macho-O X86_64_RELOC_SUBTRACTOR in internal linking
X86_64_RELOC_SUBTRACTOR is handled as a generic R_PCREL relocations,
which gets the relocation size subtracted from the relocated value.
This is not supposed to happen for this particular relocation, so
compensate by adding the size to the addend.
Cq-... | [
{
"path": "src/cmd/link/internal/amd64/asm.go",
"patch": "@@ -208,7 +208,7 @@ func adddynrel(target *ld.Target, ldr *loader.Loader, syms *ld.ArchSyms, s loade\n \t\t}\n \t\t// The second relocation has the target symbol we want\n \t\tsu.SetRelocType(rIdx+1, objabi.R_PCREL)\n-\t\tsu.SetRelocAdd(rIdx+1, r.Add... | 2025-09-15T12:23:44 |
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 |
facebook/react | c5f3a6f42f7f42bf179c8072d90bef8842f2ce99 | 0023cff8716a2672467fd5cabfc7e7f3e12f669d | [circleci] Remove build_and_test workflow
Now that we've fully migrated the PR CI workflow (build_and_test) to GH,
we can fully delete the workflow altogether. This will break
https://react-builds.vercel.app/ unfortunately but I'll wait for
acdlite to come back from vacation and work with him to fix it.
The remaining... | [
{
"path": ".circleci/config.yml",
"patch": "@@ -48,40 +48,6 @@ parameters:\n default: ''\n \n jobs:\n- yarn_build:\n- docker: *docker\n- environment: *environment\n- parallelism: 40\n- steps:\n- - checkout\n- - setup_node_modules\n- - run: yarn build --ci=circleci\n- - p... | 2024-07-26T15:55:31 |
nodejs/node | ad078696026f42605a37a65702a1467968030ae0 | 633ba0079e245bbe5360f2fe9af7ec6b784cf126 | tools: enable linter in `test/fixtures/test-runner/output`
PR-URL: https://github.com/nodejs/node/pull/57698
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com> | [
{
"path": "eslint.config.mjs",
"patch": "@@ -1,3 +1,4 @@\n+import { readdirSync } from 'node:fs';\n import Module from 'node:module';\n import { fileURLToPath, URL } from 'node:url';\n \n@@ -25,6 +26,12 @@ const { default: stylisticJs } = await importEslintTool('@stylistic/eslint-plugi\n \n nodeCore.RULES_D... | 2025-04-04T08:44:21 |
electron/electron | f1019c2c4ace19be9f9c80696101106ee20d190c | 5718ea4e1e5ce61cf80fb42509fcc18c5b1e9544 | fix: -Wunsafe-buffer-usage warnings in asar file IO (#43624)
* fix: -Wunsafe-buffer-usage warnings in ScopedTemporaryFile::InitFromFile()
* fix: -Wunsafe-buffer-usage warnings in Archive::Init() | [
{
"path": "shell/common/asar/archive.cc",
"patch": "@@ -201,39 +201,34 @@ bool Archive::Init() {\n return false;\n }\n \n- std::vector<char> buf;\n- int len;\n+ std::vector<uint8_t> buf;\n \n buf.resize(8);\n {\n electron::ScopedAllowBlockingForElectron allow_blocking;\n- len = file_.Rea... | 2024-09-09T20:34:42 |
golang/go | 3df27cd21aab3d3bcdc8ac56e7653ab023dc1112 | 684e8d336356b122554f1170a130ab22a7212e6c | cmd/compile: fix typo in comment
Fix typo for omitted.
Change-Id: Ia633abe7f3d28f15f1f538425cdce9e6d9ef48c0
Reviewed-on: https://go-review.googlesource.com/c/go/+/705735
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Reviewe... | [
{
"path": "src/cmd/compile/internal/noder/doc.go",
"patch": "@@ -87,7 +87,7 @@ constant for file bases and hence not encoded.\n [ Sync ]\n StringRef // the (absolute) file name for the base\n Bool // true if a file base, else a line base\n- ... | 2025-09-20T11:32:29 |
facebook/react | 2883d28b2d6b62f8a887364662dac35848053476 | 417e93ca193e3a5d5a09ecef38be0862f8e90126 | [ci] Unfork runtime_commit_artifacts
Promotes v2 to the primary workflow file so that we don't double write
to the protected branches.
Note: this may break DiffTrain temporarily, I will fix forward if so
ghstack-source-id: f6505a72f2edcf73aadf827d3a41e34d2a3227ba
Pull Request resolved: https://github.com/facebook/re... | [
{
"path": ".github/workflows/runtime_commit_artifacts.yml",
"patch": "@@ -1,8 +1,11 @@\n-name: (Runtime) Commit Artifacts for Meta WWW and fbsource\n+name: (Runtime) Commit Artifacts for Meta WWW and fbsource V2\n \n on:\n- push:\n- branches: [main, meta-www, meta-fbsource]\n+ workflow_run:\n+ workf... | 2024-07-26T15:24:11 |
vercel/next.js | 02c9a7ede4b59bf7ba571a647bcc9a2a35616659 | 27862f0065e5d3f69ce9b64c905745dc8474e3c2 | Docs: Add `--debug-build-paths` next build option (#85097)
Related: https://github.com/vercel/next.js/pull/85052 | [
{
"path": "docs/01-app/03-api-reference/06-cli/next.mdx",
"patch": "@@ -84,6 +84,7 @@ The following options are available for the `next build` command:\n | `--experimental-app-only` | Builds only App Router routes. ... | 2025-10-20T13:40:00 |
golang/go | a5866ebe40207c4c64f0522721825b10887356e0 | a27261c42fcebf601587725714b9ef53c47b06b3 | cmd/compile: prevent shapifying of pointer shape type
CL 641955 changes the Unified IR reader to not doing shapify when
reading reshaping expression, prevent losing of the original type.
This is an oversight, as the main problem isn't about shaping during the
reshaping process itself, but about the specific case of s... | [
{
"path": "src/cmd/compile/internal/noder/reader.go",
"patch": "@@ -49,9 +49,6 @@ type pkgReader struct {\n \t// but bitwise inverted so we can detect if we're missing the entry\n \t// or not.\n \tnewindex []index\n-\n-\t// indicates whether the data is reading during reshaping.\n-\treshaping bool\n }\n \n ... | 2025-09-15T10:31:46 |
nodejs/node | 633ba0079e245bbe5360f2fe9af7ec6b784cf126 | 9de01cc4d1cdb7e0b2f84c5d0cf7f3d50efcfb0f | tools: enable linter in `test/fixtures/eval`
PR-URL: https://github.com/nodejs/node/pull/57699
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "eslint.config.mjs",
"patch": "@@ -53,6 +53,7 @@ export default [\n // We want to lint only a few specific fixtures folders\n 'test/fixtures/*',\n '!test/fixtures/console',\n+ '!test/fixtures/eval',\n '!test/fixtures/v8',\n '!test/fixtures/vm',\n ]),",
"additions": 1,
... | 2025-04-04T08:39:36 |
electron/electron | 5718ea4e1e5ce61cf80fb42509fcc18c5b1e9544 | 2844e346b98857ee96f797fced3f9e6df6a88263 | fix: out-of-scope Local handle in node::CallbackScope (#43622)
refactor: use an EscapableHandleScope | [
{
"path": "shell/common/gin_helper/event_emitter_caller.cc",
"patch": "@@ -13,15 +13,14 @@ v8::Local<v8::Value> CallMethodWithArgs(v8::Isolate* isolate,\n v8::Local<v8::Object> obj,\n const char* method,\n ... | 2024-09-09T17:14:40 |
facebook/react | 7f217d1d88d3b628d97a714ce1573526080af47d | 27d5dba8846c86858f72cf4c5b823aa3b92fcb0e | [Fiber] use srcset to trigger load even on img mount (#30351)
In https://github.com/facebook/react/pull/23316 we fixed a bug where
onload events were missed if they happened too early. This update adds
support for srcset to retrigger the load event. Firefox unfortunately
does not trigger a load even when you assign... | [
{
"path": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js",
"patch": "@@ -692,8 +692,19 @@ export function commitMount(\n }\n return;\n case 'img': {\n+ // The technique here is to assign the src or srcSet property to cause the browser\n+ // to issue a new load event... | 2024-07-25T22:46:45 |
vercel/next.js | e0d612eb7723eff156b8e2f1f9d1bc76c2f9c1bd | ad9013e89361ec17d48b707067e44064597c20ab | Fix build crash with parallel routes and root-level dynamic parameters (#85074)
### What?
Fixes a build-time crash that occurs when using parallel routes (`@slot`
syntax) combined with root-level dynamic parameters (e.g., `[locale]`)
in the App Router.
### Why?
When building static paths for routes with both parall... | [
{
"path": "packages/next/errors.json",
"patch": "@@ -891,5 +891,6 @@\n \"890\": \"Received an underlying cookies object that does not match either `cookies` or `mutableCookies`\",\n \"891\": \"Failed to read build paths file \\\"%s\\\": %s\",\n \"892\": \"Failed to resolve glob pattern \\\"%s\\\": %s\... | 2025-10-19T23:27:52 |
rust-lang/rust | b89deb41bfe08cc0b463d93f8690494ad6f160c4 | ba1567989ee7774a1fb53aa680a8e4e8daa0f519 | Fix LegacyKeyValueFormat report from docker build: arm | [
{
"path": "src/ci/docker/host-x86_64/arm-android/Dockerfile",
"patch": "@@ -32,9 +32,9 @@ ENV PATH=$PATH:/android/ndk/toolchains/llvm/prebuilt/linux-x86_64/bin\n \n ENV TARGETS=arm-linux-androideabi\n \n-ENV RUST_CONFIGURE_ARGS --android-ndk=/android/ndk/\n+ENV RUST_CONFIGURE_ARGS=\"--android-ndk=/android/n... | 2026-03-03T23:24:56 |
golang/go | e93f439ac4160baf9992f059d2bfb511e23f63c9 | 69e74b0aacc1de59b618bbb9789a2e7e0cd806b5 | runtime/cgo: retry when CreateThread fails with ERROR_ACCESS_DENIED
_cgo_beginthread used to retry _beginthread only when it failed with
EACCESS, but CL 651995 switched to CreateThread and incorrectly mapped
EACCESS to ERROR_NOT_ENOUGH_MEMORY. The correct mapping is
ERROR_ACCESS_DENIED.
Fixes #72814
Fixes #75381
Cha... | [
{
"path": "src/runtime/cgo/gcc_libinit_windows.c",
"patch": "@@ -145,7 +145,7 @@ void _cgo_beginthread(unsigned long (__stdcall *func)(void*), void* arg) {\n \n \tfor (tries = 0; tries < 20; tries++) {\n \t\tthandle = CreateThread(NULL, 0, func, arg, 0, NULL);\n-\t\tif (thandle == 0 && GetLastError() == ERR... | 2025-09-23T08:46:46 |
nodejs/node | 32e5e815efbec2842c2889489ac5b163e5dc323d | 870dec25f793bb6422369eb617f9959bd30dc19f | src: fix kill signal 0 on Windows
This special case was missed in the previous changes to this file.
Refs: https://github.com/nodejs/node/pull/55514
Refs: https://github.com/nodejs/node/issues/42923
Fixes: https://github.com/nodejs/node/issues/57669
PR-URL: https://github.com/nodejs/node/pull/57695
Reviewed-By: Luigi... | [
{
"path": "src/process_wrap.cc",
"patch": "@@ -385,7 +385,7 @@ class ProcessWrap : public HandleWrap {\n }\n #ifdef _WIN32\n if (signal != SIGKILL && signal != SIGTERM && signal != SIGINT &&\n- signal != SIGQUIT) {\n+ signal != SIGQUIT && signal != 0) {\n signal = SIGKILL;\n ... | 2025-04-04T06:52:52 |
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.