repo stringclasses 15
values | fix_commit stringlengths 40 40 | buggy_commit stringlengths 40 40 | message stringlengths 3 64.3k | files listlengths 1 300 | timestamp timestamp[s]date 2013-03-13 20:45:00 2026-04-11 07:48:46 |
|---|---|---|---|---|---|
electron/electron | 99c943df2388bb50f62990427bac47cbb5b545ae | 8c11764800c07604247b770b6bf7359d197d86bb | fix: `setContentProtection(true)` after hide on Windows (#45868)
fix: content protection after hide on Windows
https://chromium-review.googlesource.com/c/chromium/src/+/5789117 | [
{
"path": "shell/browser/api/electron_api_base_window.cc",
"patch": "@@ -724,6 +724,10 @@ void BaseWindow::SetContentProtection(bool enable) {\n return window_->SetContentProtection(enable);\n }\n \n+bool BaseWindow::IsContentProtected() const {\n+ return window_->IsContentProtected();\n+}\n+\n void Base... | 2025-03-04T21:39:59 |
facebook/react | f31779a112f3b5c9e56d651ad59c2db0bc236981 | 0e2402eb20de53e08fd0a767554f93e5e53af873 | [ez] Run Prettier on eslint-plugin-react-compiler/src/types (#32590)
Extracting portions of #32416 for easier review.
This PR contains small formatting fixes.
Co-authored-by: michael faith <michaelfaith@users.noreply.github.com>
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com)... | [
{
"path": "compiler/packages/eslint-plugin-react-compiler/src/types/hermes-eslint.d.ts",
"patch": "@@ -6,7 +6,7 @@\n */\n \n // v0.17.1\n-declare module \"hermes-eslint\" {\n+declare module 'hermes-eslint' {\n // https://fburl.com/2vikhmaa\n type ParseForESLintOptions = {\n /**\n@@ -37,7 +37,7 @@ d... | 2025-03-12T23:12:22 |
facebook/react | 0e2402eb20de53e08fd0a767554f93e5e53af873 | f695f95290aa3560a00e8a3b617205ac9e087e0e | Update eslint fixtures (#32589)
Extracting portions of #32416 for easier review.
This PR lightly updates the build scripts for the eslint fixtures.
Co-authored-by: michael faith <michaelfaith@users.noreply.github.com>
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best revi... | [
{
"path": "fixtures/eslint-v6/build.mjs",
"patch": "@@ -1,12 +1,13 @@\n #!/usr/bin/env node\n \n-import {exec} from 'node:child_process';\n+import {execSync} from 'node:child_process';\n import {dirname, resolve} from 'node:path';\n import {fileURLToPath} from 'node:url';\n \n const __filename = fileURLToPa... | 2025-03-12T23:07:51 |
nodejs/node | 00ba5ff4d0b624ed5e39c16042f6d3bc8cee7b0f | 9501c868d4997992c3bf0e6717b45bc7852ffb71 | doc: fix `fetch` subsections in `globals.md`
PR-URL: https://github.com/nodejs/node/pull/58933
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chemi ... | [
{
"path": "doc/api/globals.md",
"patch": "@@ -579,7 +579,7 @@ The implementation is based upon [undici](https://undici.nodejs.org), an HTTP/1.\n written from scratch for Node.js. You can figure out which version of `undici` is bundled\n in your Node.js process reading the `process.versions.undici` property.... | 2025-07-04T16:44:16 |
rust-lang/rust | e09936e820524a32544a3681e259d8127d02b596 | b91901d7513b98172420a6a5c860ecf68473efbb | Add codegen tidy check enforcing FIXME over TODO | [
{
"path": "src/tools/tidy/src/codegen.rs",
"patch": "@@ -0,0 +1,60 @@\n+//! Tidy check for codegen backend TODO policy.\n+\n+use std::ffi::OsStr;\n+use std::path::Path;\n+\n+use crate::diagnostics::{CheckId, TidyCtx};\n+use crate::walk::walk;\n+\n+fn is_codegen_repo_path(path: &Path) -> bool {\n+ const C... | 2026-03-06T06:26:50 |
golang/go | ff61991aed2871301e3f4fafff65fd67d6b170b5 | 129d0cb543e1e15cdea706dd7230ee90c8d54446 | cmd/go: fix flaky TestScript/mod_get_direct
Use our local git server instead of cloud.google.com/go,
which may go down or otherwise reject our traffic.
I built and installed git 2.23.0 and confirmed that this
updated test still fails if CL 196961 is rolled back.
So the test is still accurate at detecting the problem.... | [
{
"path": "src/cmd/go/testdata/script/mod_get_direct.txt",
"patch": "@@ -2,14 +2,14 @@\n # 'GOPROXY=direct go get golang.org/x/tools/gopls@master' did not correctly\n # resolve the pseudo-version for its dependency on golang.org/x/tools.\n \n-[!net:cloud.google.com] skip\n+[short] skip\n [!git] skip\n \n en... | 2025-11-13T19:33:53 |
electron/electron | 2a7133b7a68287025012a12e53865105ede3a6e7 | 64158114aa2ac23433ad121263ff1e179c02cdca | fix: correct electron gin embedder indices (#45389)
fix: correct gin embedder indices.
Move electron extra embedders to the end of the enum so they do not
interfere with chromium embedders indices.
Also use kEmbedderBlinkTag directly in its index calculation without
adding extra indices from other tags. | [
{
"path": "patches/chromium/fix_harden_blink_scriptstate_maybefrom.patch",
"patch": "@@ -43,15 +43,15 @@ diff --git a/gin/public/gin_embedders.h b/gin/public/gin_embedders.h\n index 8d7c5631fd8f1499c67384286f0e3c4037673b32..99b2e2f63be8a46c5546dd53bc9b05e8c54e857c 100644\n --- a/gin/public/gin_embedders.h\n... | 2025-03-03T22:03:54 |
facebook/react | 5de83dcc0f34dc196664cb200088c6253cb2cd34 | 5135f98795d13aeea6f009b537a660c7afbe17ed | [playground] Use onMount to check if the editor is available (#32586)
Playground test flakiness seems to be fixed but adding this as an extra
precaution | [
{
"path": "compiler/apps/playground/__tests__/e2e/page.spec.ts",
"patch": "@@ -9,6 +9,13 @@ import {expect, test} from '@playwright/test';\n import {encodeStore, type Store} from '../../lib/stores';\n import {format} from 'prettier';\n \n+function isMonacoLoaded(): boolean {\n+ return (\n+ typeof window... | 2025-03-12T22:27:15 |
nodejs/node | 51d9f3f5164380814d49a9af1418a73db850800b | f2ca1ec4003a711c20aa8c3de8a08b54bbca50bf | src: -Wunreachable-code error in crypto_context.cc
PR-URL: https://github.com/nodejs/node/pull/58901
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com> | [
{
"path": "src/crypto/crypto_context.cc",
"patch": "@@ -77,8 +77,6 @@ static const char* const root_certs[] = {\n #include \"node_root_certs.h\" // NOLINT(build/include_order)\n };\n \n-static const char system_cert_path[] = NODE_OPENSSL_SYSTEM_CERT_PATH;\n-\n static std::string extra_root_certs_file; // ... | 2025-06-30T09:40:40 |
rust-lang/rust | e485708b84b357a8fc40d7e0550042f0ca6c2920 | 801bc19d6089fed18b1ffa2f496d154da30f7a18 | Point turbofish inference errors at the uninferred generic arg | [
{
"path": "compiler/rustc_trait_selection/src/error_reporting/infer/need_type_info.rs",
"patch": "@@ -1260,21 +1260,33 @@ impl<'a, 'tcx> Visitor<'tcx> for FindInferSourceVisitor<'a, 'tcx> {\n have_turbofish,\n } = args;\n let generics = tcx.generics_of(generics_def_id... | 2026-03-12T21:39:29 |
vercel/next.js | ca831cfccccd16c83b4af1cc61b06615fd5ec264 | 634cfd3312bfd82e9b01f7ff04cb9dfb28debee7 | test: fix actions deployment tests (#87279)
Fixes a few failing deployment tests that weren't validated when landed
last week.
- next.cliOutput is not available when deployed because it's part of
runtime logs
- status code changes on Vercel because POSTing to a static 404 page is
treated differently. | [
{
"path": "test/e2e/app-dir/actions-unrecognized/actions-unrecognized.test.ts",
"patch": "@@ -82,7 +82,7 @@ describe('unrecognized server actions', () => {\n )\n }\n \n- it('should 404 when POSTing a urlencoded action to a nonexistent page', async () => {\n+ it('should error when POSTing a urlencode... | 2025-12-17T18:17:22 |
golang/go | 129d0cb543e1e15cdea706dd7230ee90c8d54446 | 77c5130100ac1b29bb2e04d0f5f99e200136c0af | net/http/cgi: accept INCLUDED as protocol for server side includes
The existing protocol check for fcgi/cgi requests did not properly
account for Apache SSI (Server-Side Includes) SERVER_PROTOCOL value of
INCLUDED.
Added check for well-known INCLUDED value for proper implementation of
the CGI Spec as specified in RFC... | [
{
"path": "src/net/http/cgi/child.go",
"patch": "@@ -57,8 +57,11 @@ func RequestFromMap(params map[string]string) (*http.Request, error) {\n \n \tr.Proto = params[\"SERVER_PROTOCOL\"]\n \tvar ok bool\n-\tr.ProtoMajor, r.ProtoMinor, ok = http.ParseHTTPVersion(r.Proto)\n-\tif !ok {\n+\tif r.Proto == \"INCLUDE... | 2025-10-28T16:26:26 |
rust-lang/rust | c6c150b0e0fba4a46a900c887d8e75e35f8a942d | 1d7b33214316140dc51f725e417a4180a3d49497 | Remove `CycleErrorHandling`.
Currently if a cycle error occurs the error is created, then handled
according to `CycleErrorHandling` (which comes from the
`cycle_delay_bug` query modifer, or lack thereof), and then
`value_from_cycle_error` is called.
This commit changes things so the error is created and then just pas... | [
{
"path": "compiler/rustc_macros/src/query.rs",
"patch": "@@ -143,7 +143,6 @@ struct QueryModifiers {\n anon: Option<Ident>,\n arena_cache: Option<Ident>,\n cache_on_disk_if: Option<CacheOnDiskIf>,\n- cycle_delay_bug: Option<Ident>,\n depth_limit: Option<Ident>,\n desc: Desc,\n ev... | 2026-03-11T09:37:22 |
facebook/react | 5135f98795d13aeea6f009b537a660c7afbe17ed | 26bca0005c7ef82a733c23f08baa1e2b8d702ec9 | Add DOM fixture page for Fragment Ref (#32527)
This adds a page to the DOM fixture to test Fragment Refs. The first
test case is for `addEventListener`/`removeEventListener`.
Setting `enableFragmentRefs` to `__EXPERIMENTAL__` and building is
required to run the fixture.
<img width="872" alt="Screenshot 2025-03-05 at... | [
{
"path": "fixtures/dom/src/components/Header.js",
"patch": "@@ -89,6 +89,7 @@ class Header extends React.Component {\n <option value=\"/selection-events\">Selection Events</option>\n <option value=\"/suspense\">Suspense</option>\n <option value=\"/form-state\... | 2025-03-12T21:49:44 |
electron/electron | add374ef6a3e576fa4f73dbf68199540668a75cf | eac270bea7798b5f8b62504e1f1161f89f3a189d | chore: bump chromium to 135.0.7041.2 (main) (#45850)
* chore: bump chromium in DEPS to 135.0.7041.2
* [Extensions] Remove ExtensionsBrowserClient::GetUserAgent()
https://chromium-review.googlesource.com/c/chromium/src/+/6306854
* chore: update patches
* [api] Remove deprecated FunctionCallbackInfo::Holder()
https... | [
{
"path": "DEPS",
"patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '135.0.7040.0',\n+ '135.0.7041.2',\n 'node_version':\n 'v22.14.0',\n 'nan_version':",
"additions": 1,
"deletions": 1,
"language": "Unknown"
},
{
"path": "patche... | 2025-02-28T22:29:23 |
vercel/next.js | ea1df5f2893771ef49d935cf2bb6803989feec74 | b174155e8b4863e18805ca29aaa98a240667e2a9 | [turbopack] Break ties using a counter instead of node index (#87252)
This should ensure that if priorities are ambiguous we revert to a BFS order
BFS is better than DFS for the `fixed point` traversals since we are generally propogating information 'down' the graph so to the extent we can we should visit all r-deps ... | [
{
"path": "turbopack/crates/turbopack-core/src/module_graph/mod.rs",
"patch": "@@ -1451,10 +1451,17 @@ impl ModuleGraphRef {\n );\n }\n \n+ let mut visit_order = 0usize;\n+ let mut order = || {\n+ let order = visit_order;\n+ visit_order += 1;\n+ ... | 2025-12-17T00:14:33 |
golang/go | 028375323f39b2d59bae0abfe20ba187c42bcf16 | 4ebf295b0b1740caac6302cc824ebd0f6175c1d5 | cmd/go/internal/modfetch/codehost: fix flaky TestReadZip
In normal use by the go command, ReadZip always happens after Stat,
which makes sure that the relevant revision has been fetched to
local disk. But TestReadZip calls ReadZip directly, and ReadZip was not
ensuring that fetch had happened.
This made 'go test' pas... | [
{
"path": "src/cmd/go/internal/modfetch/codehost/vcs.go",
"patch": "@@ -624,15 +624,20 @@ func (r *vcsRepo) ReadZip(ctx context.Context, rev, subdir string, maxSize int64\n \t\treturn nil, vcsErrorf(\"vcs %s: ReadZip: %w\", r.cmd.vcs, errors.ErrUnsupported)\n \t}\n \n+\tif rev == \"latest\" {\n+\t\trev = r.... | 2025-11-13T16:43:55 |
facebook/react | 3456b6634abb4a8a2ef500397b94606ce4b6dda7 | 75c979847f1c6dd954860f17b4dc181ad7c2891e | [compiler] Repro for object spread and Array.from with mutable iterators (#32520)
See newly added test fixtures. Repros fixed in later prs of this stack
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/bug-array-spread-mutable-iterator.expect.md",
"patch": "@@ -0,0 +1,87 @@\n+\n+## Input\n+\n+```javascript\n+/**\n+ * TODO: object spreads should have conditionally mutate semantics\n+ * Found differences in evaluator ... | 2025-03-12T19:08:55 |
vercel/next.js | 5a44f652c983fb2b984bfae5c851b26a1d03e0d5 | 7e9ed7e6cb26ca244f4fefc35517c12467e00eac | [ci] Fix releaseStats in build-and-deploy (#87235) | [
{
"path": ".github/workflows/build_and_deploy.yml",
"patch": "@@ -707,6 +707,9 @@ jobs:\n env:\n PR_STATS_COMMENT_TOKEN: ${{ secrets.PR_STATS_COMMENT_TOKEN }}\n NEXT_SKIP_NATIVE_POSTINSTALL: 1\n+ # This uses the webpack bundle analyzer and for consistent results we need ... | 2025-12-16T16:17:41 |
electron/electron | 36ec9d72362bf4cf5a81a63b61f0a66ac01cc3fb | 3041fd66cddac32cd1dc6a129e1edd46fe2c77ce | docs: fix spelling errors in code comments (#45842)
chore: Fix typos | [
{
"path": "shell/browser/api/electron_api_power_monitor.h",
"patch": "@@ -44,7 +44,7 @@ class PowerMonitor final : public gin::Wrappable<PowerMonitor>,\n void SetListeningForShutdown(bool);\n #endif\n \n- // Called by native calles.\n+ // Called by native callers.\n bool ShouldShutdown();\n \n #if BUI... | 2025-02-28T11:24:00 |
golang/go | 4ebf295b0b1740caac6302cc824ebd0f6175c1d5 | 625d8e9b9cd7ede188a8856c5ac88791333baa63 | runtime: prefer to restart Ps on the same M after STW
Today, Ps jump around arbitrarily across STW. Instead, try to keep the P
on the previous M it ran on. In the future, we'll likely want to try to
expand this beyond STW to create a more general affinity for specific
Ms.
For this to be useful, the Ps need to have ru... | [
{
"path": "src/internal/trace/testtrace/helpers.go",
"patch": "@@ -16,8 +16,7 @@ import (\n \t\"testing\"\n )\n \n-// MustHaveSyscallEvents skips the current test if the current\n-// platform does not support true system call events.\n+// Dump saves the trace to a file or the test log.\n func Dump(t *testin... | 2025-10-24T19:14:59 |
facebook/react | 75c979847f1c6dd954860f17b4dc181ad7c2891e | 6aa8254bb7353fe3096289edc669cf168e9fd190 | Ignore AbortError for gestures (#32579)
Follow up to #32540.
We do allow gestures to be cancelled early (we call skipTransition) if
the gesture stops before it has even started.
This happens in the fixture when we auto-scroll. | [
{
"path": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js",
"patch": "@@ -1577,7 +1577,10 @@ function cancelAllViewTransitionAnimations(scope: Element) {\n // either cached the font or preloaded it earlier.\n const SUSPENSEY_FONT_TIMEOUT = 500;\n \n-function customizeViewTransitionError(error... | 2025-03-12T18:20:35 |
electron/electron | b504f65acea54e485c692632851443089c9c1f70 | 5cb87b711084c5abb41e9ed3fc8df5e36715337b | docs: update breaking-changes.md for 35.0.0 (#45822)
* docs: update breaking-changes.md for 35.0.0
* fixup! docs: update breaking-changes.md for 35.0.0
docs: make lint happy | [
{
"path": "docs/breaking-changes.md",
"patch": "@@ -35,6 +35,16 @@ https://learn.microsoft.com/en-us/windows/win32/dwm/composition-ovw#disabling-dw\n \n ## Planned Breaking API Changes (35.0)\n \n+### Behavior Changed: Dialog API's `defaultPath` option on Linux\n+\n+On Linux, the required portal version for... | 2025-02-28T04:01:26 |
nodejs/node | f2ca1ec4003a711c20aa8c3de8a08b54bbca50bf | 06b0987f12ced28f9e479420213d463876747154 | src: fix -Wunreachable-code-return in src/node_contextify.cc
PR-URL: https://github.com/nodejs/node/pull/58901
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com> | [
{
"path": "src/node_contextify.cc",
"patch": "@@ -733,7 +733,6 @@ Intercepted ContextifyContext::PropertyDefinerCallback(\n // kYes to behave according to the expected semantics.\n return Intercepted::kNo;\n }\n- return Intercepted::kNo;\n }\n \n // static",
"additions": 0,
"deletions": 1... | 2025-06-30T09:21:21 |
vercel/next.js | 4f13405be7281bbd9b9ba12f636cb4b0e8648044 | 40a9d005db1d31624cafd1432624825727db7acd | fix: otel error spans from streamed responses (#86955)
When an error is thrown inside a Suspense boundary during streaming SSR,
the error was not being captured in the "render route (app)" span. This
happened because `getTracer().wrap()` ends the span as soon as the
stream is created and returned, but errors inside Su... | [
{
"path": "packages/next/src/server/app-render/app-render.tsx",
"patch": "@@ -70,7 +70,7 @@ import {\n import { isRedirectError } from '../../client/components/redirect-error'\n import { getImplicitTags, type ImplicitTags } from '../lib/implicit-tags'\n import { AppRenderSpan, NextNodeServerSpan } from '../... | 2025-12-15T21:31:31 |
golang/go | 625d8e9b9cd7ede188a8856c5ac88791333baa63 | 4684a26c2606eae5ec3d06d17f66a66374315a47 | runtime/pprof: fix goroutine leak profile tests for noopt
The goroutine leak profile tests currently rely on a function being
inlined, which results in a slightly different representation in the
pprof proto. This function is not inlined on the noopt builder.
Disable inlining of the one function which could be inlined... | [
{
"path": "src/runtime/pprof/pprof_test.go",
"patch": "@@ -1569,6 +1569,9 @@ func containsCountsLabels(prof *profile.Profile, countLabels map[int64]map[strin\n \treturn true\n }\n \n+// Inlining disabled to make identification simpler.\n+//\n+//go:noinline\n func goroutineLeakExample() {\n \t<-make(chan str... | 2025-11-13T00:09:05 |
nodejs/node | 06b0987f12ced28f9e479420213d463876747154 | 560d00ffb716fc445b4eccc203c272cf924bb83c | src: fix -Wunreachable-code in src/node_api.cc
PR-URL: https://github.com/nodejs/node/pull/58901
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com> | [
{
"path": "src/node_api.cc",
"patch": "@@ -1058,8 +1058,7 @@ napi_create_external_buffer(napi_env env,\n \n #ifdef V8_ENABLE_SANDBOX\n return napi_set_last_error(env, napi_no_external_buffers_allowed);\n-#endif // V8_ENABLE_SANDBOX\n-\n+#else\n v8::Isolate* isolate = env->isolate;\n \n // The finaliz... | 2025-06-30T09:15:36 |
electron/electron | d19cac6772c262e4fccc0608b252a5734cd3165a | eac1a7ff68fd03dea343efeff09ef345d48c51df | docs: fix PrinterInfo info in breaking-changes.md (#45843)
> ### Removed:`isDefault` and `status` properties on `PrinterInfo`
> These properties have been removed from the PrinterInfo Object
> because they have been removed from upstream Chromium.
These properties won't be removed until Electron 36, but
breaking-chan... | [
{
"path": "docs/breaking-changes.md",
"patch": "@@ -14,6 +14,11 @@ This document uses the following convention to categorize breaking changes:\n \n ## Planned Breaking API Changes (36.0)\n \n+### Removed:`isDefault` and `status` properties on `PrinterInfo`\n+\n+These properties have been removed from the Pr... | 2025-02-27T23:49:58 |
vercel/next.js | 4b603cfa9557050850eee8c16c24ffb99b34d3aa | 771447034e5d684570c3c6b0d191f0d023f5a195 | Fix interception routes with trailing slash configuration (#86787)
### What?
This PR fixes interception routes to work correctly with the
`trailingSlash` configuration option.
### Why?
Interception routes were not working when users had `trailingSlash:
true` in their Next.js config. This was because interception ro... | [
{
"path": "packages/next/src/lib/build-custom-route.ts",
"patch": "@@ -37,14 +37,6 @@ export function buildCustomRoute(\n delimiter: '/', // default is `/#?`, but Next does not pass query info\n })\n \n- let source = compiled.source\n- if (!route.internal) {\n- source = modifyRouteRegex(\n- ... | 2025-12-15T20:38:35 |
facebook/react | ca8f91f6f6b1b31023eee06c1e2a827ee178b68b | 2398554c6034e6d0992fcaa1c2e95f1757cab53e | Log errors from startViewTransition to onRecoverableError (#32540)
We customize the messages only in DEV to keep it small in prod.
We skip some messages that are not really errors but more like
information. | [
{
"path": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js",
"patch": "@@ -1576,6 +1576,69 @@ function cancelAllViewTransitionAnimations(scope: Element) {\n // either cached the font or preloaded it earlier.\n const SUSPENSEY_FONT_TIMEOUT = 500;\n \n+function customizeViewTransitionError(error... | 2025-03-12T03:02:45 |
golang/go | 4684a26c2606eae5ec3d06d17f66a66374315a47 | 0f9c8fb29dfe70f3688bda95cb6cb38dfa7fff9f | spec: remove cycle restriction for type parameters
Fixes #75883.
Change-Id: I708c0594ef3182d3aca37a6358aa0a0ef89809b6
Reviewed-on: https://go-review.googlesource.com/c/go/+/711422
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
Auto-Submit: Robert Griesemer <gri@google.c... | [
{
"path": "doc/go_spec.html",
"patch": "@@ -1,6 +1,6 @@\n <!--{\n \t\"Title\": \"The Go Programming Language Specification\",\n-\t\"Subtitle\": \"Language version go1.26 (Nov 9, 2025)\",\n+\t\"Subtitle\": \"Language version go1.26 (Nov 12, 2025)\",\n \t\"Path\": \"/ref/spec\"\n }-->\n \n@@ -2686,22 +2686,6 ... | 2025-10-13T23:57:34 |
rust-lang/rust | bf631b32835bc0a24e2c496cddba9a473ad37e8a | 2d76d9bc76f27b03b4899e72ce561c7ac2c5cf6b | compiletest: Use PYTHONPATH for lldb too, not only gdb
That allows you to e.g. run debuginfo tests with lldb-15 on Ubuntu 24.04 like this:
sudo apt install lldb-15 python3-six
PYTHONPATH=/usr/lib/python3/dist-packages ./x --set build.lldb=lldb-15 test tests/debuginfo/basic-stepping.rs | [
{
"path": "src/tools/compiletest/src/runtest/debuginfo.rs",
"patch": "@@ -310,12 +310,7 @@ impl TestCx<'_> {\n \n let mut gdb = Command::new(self.config.gdb.as_ref().unwrap());\n \n- // FIXME: we are propagating `PYTHONPATH` from the environment, not a compiletest flag!\n- ... | 2026-03-13T05:41:11 |
electron/electron | eac1a7ff68fd03dea343efeff09ef345d48c51df | 00089a951b334c4789f687f39c401b3a34dfad0b | fix: context-menu event emitted in draggable regions (#45813)
* fix: context-menu event emitted in draggable regions
* fix: only trigger on mouse release | [
{
"path": "shell/browser/ui/electron_desktop_window_tree_host_linux.cc",
"patch": "@@ -12,6 +12,7 @@\n \n #include \"base/feature_list.h\"\n #include \"base/i18n/rtl.h\"\n+#include \"shell/browser/api/electron_api_web_contents.h\"\n #include \"shell/browser/native_window_features.h\"\n #include \"shell/brow... | 2025-02-27T19:44:46 |
nodejs/node | 1539f3b727a49fddd8b71eb6ea07aa3251d4afaf | 247672d078c6b0ee69c3f9581c0a141458c16843 | deps: V8: cherry-pick 0ce2edb7adfd
Original commit message:
Fix invalid template specialization
Bug: chromium:40565911
Change-Id: If206c140e99e24a6df4ee7351e8022748eabac22
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6491420
Auto-Submit: Bruno Pitrus <brunopitrus@hotmail.com>
... | [
{
"path": "common.gypi",
"patch": "@@ -38,7 +38,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.15',\n+ 'v8_embedder_string': '-node.16',\n \n ##### V8 defaults for Node.js #####\n... | 2025-07-04T12:56:56 |
facebook/react | 0ca3deebcf20d2514771a568e1be08801da5cf85 | 99e1024051f2e6b2d2849b966e2f4354aef2a1d0 | [rcr] Fix incorrect output platform (#32569)
Accidentally copypasted the wrong esbuild config. | [
{
"path": "compiler/packages/react-compiler-runtime/scripts/build.js",
"patch": "@@ -1,67 +0,0 @@\n-#!/usr/bin/env node\n-\n-/**\n- * Copyright (c) Meta Platforms, Inc. and affiliates.\n- *\n- * This source code is licensed under the MIT license found in the\n- * LICENSE file in the root directory of this s... | 2025-03-11T14:41:48 |
vercel/next.js | 3884de9b4ef7f90d5ec451302c4b08c287a7223c | 33e9ed59136b62f4d3cc197a6e5033f938908264 | [ci] Fix build-and-deploy | [
{
"path": ".github/workflows/build_and_deploy.yml",
"patch": "@@ -3,8 +3,8 @@ name: build-and-deploy\n \n on:\n push:\n- tags-ignore:\n- - 'v*'\n+ branches:\n+ - '*'\n # we need the preview tarball for deploy tests\n pull_request:\n types: [opened, synchronize]",
"additions": 2... | 2025-12-15T19:09:38 |
golang/go | 0929d2197807c7b70ff0b1a17982259879e9c064 | f03d06ec1a69d77b4c43971cc474c3111a424c3a | cmd/go: keep objects alive while stopping cleanups
There are two places in cmd/go where cleanups are stopped before they
fire, and where the objects the cleanups are attached to may be dead
while we call Stop. This is essentially a race between Stop and the
cleanup being called. This can be fine, but these cleanups ar... | [
{
"path": "src/cmd/go/internal/base/limit.go",
"patch": "@@ -63,6 +63,12 @@ func AcquireNet() (release func(), err error) {\n \t\t\t<-netLimitSem\n \t\t}\n \t\tcleanup.Stop()\n+\n+\t\t// checker may be dead at the moment after we last access\n+\t\t// it in this function, so the cleanup can fire before Stop\... | 2025-11-12T18:22:58 |
rust-lang/rust | 49163144b19ea28f8c656090918e75345e1fb032 | c7b206bba4434ed928e9615f31082a9ef3f67c27 | Fix grammar in Pin documentation | [
{
"path": "library/core/src/pin.rs",
"patch": "@@ -600,7 +600,7 @@\n //! automatically called [`Pin::get_unchecked_mut`].\n //!\n //! This can never cause a problem in purely safe code because creating a pinning pointer to\n-//! a type which has an address-sensitive (thus does not implement `Unpin`) require... | 2026-03-08T13:35:28 |
electron/electron | b8d0f18ff82267e4ed7d51072b9dfd237b36fb57 | 96c2022483338b458782840be1e3a5b71b4c3f44 | docs: add docs about shared texture mode osr (#45670)
* docs: add docs about shared texture mode osr
* docs: add docs about shared texture mode osr
* docs: fix dot
* 更新 web-contents.md
Co-authored-by: Sam Maddock <samuel.maddock@gmail.com>
---------
Co-authored-by: Sam Maddock <samuel.maddock@gmail.com> | [
{
"path": "docs/api/web-contents.md",
"patch": "@@ -898,6 +898,8 @@ copying data between CPU and GPU memory, with Chromium's hardware acceleration s\n Only a limited number of textures can exist at the same time, so it's important that you call `texture.release()` as soon as you're done with the texture.\n ... | 2025-02-27T16:10:58 |
nodejs/node | 8db664f72ccc9471e09992c20d90de862f90e2b0 | 6a3b545b4da83cf54b82bdb89cd3ad8b2aec6fe7 | deps: V8: cherry-pick 1d7159580156
Original commit message:
[explicit-resource-management] Clear isolate internal exception
This CL clears the isolate internal exception before rejecting
the promise.
Bug: 418103036
Change-Id: If3748f7fc4b79b7b5be5009b9fff0d0267541a6f
Reviewed-on: https://chr... | [
{
"path": "common.gypi",
"patch": "@@ -38,7 +38,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.14',\n+ 'v8_embedder_string': '-node.15',\n \n ##### V8 defaults for Node.js #####\n... | 2025-06-18T06:48:13 |
facebook/react | 99e1024051f2e6b2d2849b966e2f4354aef2a1d0 | 696950aa69e3f2ef0d720c82705e02b532904d70 | Check if a child is a new child before calling moveBefore (#32567)
This fixes a critical issue with moveBefore. I was told that the
disconnected -> connected case was going to be relaxed and not be an
error but apparently that is not the case.
This means that we can't use this for initial insertions. Only moves.
Unf... | [
{
"path": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js",
"patch": "@@ -808,7 +808,7 @@ export function appendChild(\n parentInstance: Instance,\n child: Instance | TextInstance,\n ): void {\n- if (supportsMoveBefore) {\n+ if (supportsMoveBefore && child.parentNode !== null) {\n /... | 2025-03-10T22:12:43 |
vercel/next.js | 99a947ce1d235b62669c4059909eb52d8d10fa4f | aba09f4a0e6beabe2a09b5b6b16fb2781308e1ab | Fix error propagation and teardown in Server Action request decoding (#87193)
This change switches to promise-based pipelines and uses
`AbortController` to ensure multipart pipelines are properly canceled
when decoding fails. Request bodies are fully consumed or aborted so
decoding cannot hang or silently drop errors. | [
{
"path": "packages/next/src/server/app-render/action-handler.ts",
"patch": "@@ -858,8 +858,10 @@ export async function handleAction({\n \n temporaryReferences = createTemporaryReferenceSet()\n \n- const { Transform, pipeline } =\n+ const { PassThrough, Readable, Transform } =\n ... | 2025-12-15T15:52:01 |
golang/go | f03d06ec1a69d77b4c43971cc474c3111a424c3a | 48127f656b53bfb5d73e7281ad525dbc371eb4c6 | runtime: fix list test memory management for mayMoreStack
The NIH tests simply failed to allocate the nodes outside the heap at
all. The Manual tests failed to keep the nodes alive, allowing the GC to
collect them.
Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest
Change-Id: I6a6a636c434bb703d6888383d32d... | [
{
"path": "src/runtime/list_manual_test.go",
"patch": "@@ -21,10 +21,19 @@ type listedValManual struct {\n \tbNode runtime.ListNodeManual\n }\n \n+// ListHeadManual is intended to be used with objects where the lifetime of the\n+// object is managed explicitly, so it is OK to store as uintptr.\n+//\n+// Thi... | 2025-11-12T20:20:54 |
rust-lang/rust | ea674ecb09a9d6ecd08c3c209b56e3abe084b5cf | 4efe3dc40fdd5ed3d001e7736ff384f2d21d7361 | core: lift FIXME comment from option.rs to iter::try_process
This FIXME is relevant not only to Option but other similar cases that
use iter::try_process(). The referenced issue 11084 was closed in 2021,
and the related PR 59605 was not merged due to inconclusive results. | [
{
"path": "library/core/src/iter/adapters/mod.rs",
"patch": "@@ -155,6 +155,9 @@ where\n for<'a> F: FnMut(GenericShunt<'a, I, R>) -> U,\n R: Residual<U>,\n {\n+ // FIXME(#11084): we might be able to get rid of GenericShunt in favor of\n+ // Iterator::scan, as performance should be comparable\n... | 2026-03-04T19:09:56 |
electron/electron | 96c2022483338b458782840be1e3a5b71b4c3f44 | ff05d4a96ca9652bea76f63270c0b19c0707a4e1 | chore: Fix typos (#45825) | [
{
"path": "build/profile_toolchain.py",
"patch": "@@ -45,7 +45,7 @@ def windows_profile():\n win_sdk_dir = SetEnvironmentAndGetSDKDir()\n path = NormalizePath(os.environ['GYP_MSVS_OVERRIDE_PATH'])\n \n- # since current windows executable are symbols path dependant,\n+ # since current windows e... | 2025-02-27T13:31:21 |
vercel/next.js | 0c3aa188e6dfa37eaa8510e9d6b5fb2e5c93c4a7 | c4b20045423d08a6e1775df6417d08c706a85d2c | Fix: External redirect swallowed by Next.js (#87121)
Fix for a regression introduced by
https://github.com/vercel/next.js/pull/86367.
When a Server Action performed an external redirect, Next.js was no
longer triggering an MPA navigation from directly inside the response
handler. It would end up working regardless if... | [
{
"path": "packages/next/src/client/components/router-reducer/reducers/server-action-reducer.ts",
"patch": "@@ -60,6 +60,7 @@ import {\n ActionDidRevalidateStaticAndDynamic,\n type ActionRevalidationKind,\n } from '../../../../shared/lib/action-revalidation-kind'\n+import { isExternalURL } from '../../a... | 2025-12-13T04:08:58 |
nodejs/node | 46508d9dd858ae8140ea121af9496bfee8c21b4f | 8173d9d72b02c18e1ec5b8e10a91fbd455781f5f | src,permission: enhance permission model debug
This commit enhance the permission model debug logs
when NODE_DEBUG_NATIVE=PERMISSION_MODEL is used
Example
Inserting /Users/rafaelgss/repos/os/node/t.js
└─ /
├─ Users/rafaelgss/repos/os/node/t.js
└─ tm
├─ 3
├─ 2
└─ p/*
Signed-off-by: RafaelGSS ... | [
{
"path": "src/permission/fs_permission.cc",
"patch": "@@ -72,43 +72,53 @@ bool is_tree_granted(\n return granted_tree->Lookup(resolved_param, true);\n }\n \n-void PrintTree(const node::permission::FSPermission::RadixTree::Node* node,\n- size_t spaces = 0) {\n- std::string whitespace(spaces... | 2025-07-02T17:37:13 |
golang/go | 0c28789bd7dfc55099cac86a3212dda0d6c091f6 | 4e761b9a181a090ca9ec52916c4aef93c4cbc090 | net/url: disallow raw IPv6 addresses in host
RFC 3986 requires square brackets around IPv6 addresses.
Parse's acceptance of raw IPv6 addresses is non compliant,
and complicates splitting out a port.
This is a resubmission of CL 710176 after the revert in CL 711800,
this time with a new urlstrictipv6 godebug to contro... | [
{
"path": "doc/godebug.md",
"patch": "@@ -163,6 +163,11 @@ will fail early. The default value is `httpcookiemaxnum=3000`. Setting\n number of cookies. To avoid denial of service attacks, this setting and default\n was backported to Go 1.25.2 and Go 1.24.8.\n \n+Go 1.26 added a new `urlstrictcolons` setting ... | 2025-10-18T09:31:12 |
electron/electron | ff05d4a96ca9652bea76f63270c0b19c0707a4e1 | 989918a59c51c27dbda3d871afefeaeb0911e90b | docs: dialog.md - typo fix s/wndow/window/ (#45831)
Update dialog.md - typo fix | [
{
"path": "docs/api/dialog.md",
"patch": "@@ -228,7 +228,7 @@ The `filters` specifies an array of file types that can be displayed, see\n **Note:** On macOS, using the asynchronous version is recommended to avoid issues when\n expanding and collapsing the dialog.\n \n-### `dialog.showMessageBoxSync([wndow, ... | 2025-02-27T09:32:42 |
vercel/next.js | 32f6ed396e483f141df40dc57a98dfe1be4ddd50 | 92e2cc028df47806713ae8004700bac31208fde9 | improve segment cache lru typesafety (#87129)
The LRU and cache map code was using any types in several places
`(MapEntry<any>`,` type LRUNode = MapEntry<any>`) which meant we had no
type safety for those operations. This masked a bug fixed in #87124
where `deleteFromCacheMap(tail.value)` was being called incorrectly ... | [
{
"path": "packages/next/src/client/components/segment-cache/cache-map.ts",
"patch": "@@ -65,41 +65,61 @@ import { lruPut, updateLruSize, deleteFromLru } from './lru'\n * should prefer to put it in cache.ts.\n */\n \n-type MapEntryShared<V extends MapValue> = {\n- parent: MapEntry<V> | null\n- key: any\... | 2025-12-13T01:04:02 |
golang/go | 8873e8bea29ac6de5fecee88b8b81239bd2eb179 | b8b84b789e4275aeea491dbdb50536facd1fa7d7 | runtime,runtime/pprof: clean up goroutine leak profile writing
Cleaned up goroutine leak profile extraction:
- removed the acquisition of goroutineProfile semaphore
- inlined the call to saveg when recording stacks instead of using
doRecordGoroutineProfile, which had side-effects over
goroutineProfile fields.
Added r... | [
{
"path": "src/runtime/mprof.go",
"patch": "@@ -1261,7 +1261,7 @@ func goroutineProfileWithLabels(p []profilerecord.StackRecord, labels []unsafe.P\n \n //go:linkname pprof_goroutineLeakProfileWithLabels\n func pprof_goroutineLeakProfileWithLabels(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n in... | 2025-11-06T09:53:28 |
nodejs/node | 35d1511aaaf957acc2024c30c72a1fff9ca7ee21 | 983cfb8658cdcf785bcfddf979d6e8dbcfa12647 | meta: add IlyasShabi to collaborators
Fixes: https://github.com/nodejs/node/issues/58766
PR-URL: https://github.com/nodejs/node/pull/58916
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "README.md",
"patch": "@@ -355,6 +355,8 @@ For information about the governance of the Node.js project, see\n **Harshitha K P** <<harshitha014@gmail.com>> (she/her)\n * [himself65](https://github.com/himself65) -\n **Zeyu \"Alex\" Yang** <<himself65@outlook.com>> (he/him)\n+* [IlyasShabi](http... | 2025-07-01T17:15:49 |
electron/electron | 9b6ba1ced11b705daedca170990ec762406243fd | 7870ade07af069798128a2a9df7dafedb544a4de | fix: re-enable MacWebContentsOcclusion feature flag (#45775) | [
{
"path": "patches/chromium/revert_code_health_clean_up_stale_macwebcontentsocclusion.patch",
"patch": "@@ -17,27 +17,85 @@ Refs: https://chromium-review.googlesource.com/c/chromium/src/+/6078344\n This partially (leaves the removal of the feature flag) reverts\n ef865130abd5539e7bce12308659b19980368f12.\n ... | 2025-02-25T17:28:09 |
vercel/next.js | a7ca0459a58a44992da65f49cf1b61ff905e2f38 | ea927b583d24f42e538001bf13370e38c91d17bf | Fix: Missing null check in LRU cleanup (#87124)
Unfortunately this field is not strongly typed because it's a cyclic
type and I wasn't able to soundly model it with TypeScript. Skill issue
I'm sure.
Don't have an exact repro yet but the previous code was obviously wrong.
The way this should have been structured rega... | [
{
"path": "packages/next/src/client/components/segment-cache/cache-map.ts",
"patch": "@@ -396,7 +396,7 @@ function dropRef<V extends MapValue>(value: V): void {\n value.ref = null\n }\n \n-function deleteMapEntry<V extends MapValue>(entry: MapEntry<V>): void {\n+export function deleteMapEntry<V extends Ma... | 2025-12-12T23:05:06 |
nodejs/node | a7a37c3ac630d207859c8768f77935aeacbc485d | 2022f832a98b8f1130b6c84b8d17c208a96ce15f | crypto: fix inclusion of OPENSSL_IS_BORINGSSL define
PR-URL: https://github.com/nodejs/node/pull/58845
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Et... | [
{
"path": "src/node_config.cc",
"patch": "@@ -7,6 +7,10 @@\n #include \"node_options.h\"\n #include \"util-inl.h\"\n \n+#if HAVE_OPENSSL\n+#include \"ncrypto.h\" // Ensure OPENSSL_IS_BORINGSSL is defined if applicable\n+#endif\n+\n namespace node {\n \n using v8::Context;",
"additions": 4,
"deletio... | 2025-07-01T12:57:57 |
golang/go | b8b84b789e4275aeea491dbdb50536facd1fa7d7 | c761b26b56eec36390885e5373aab2fd17dc67ef | cmd/go: clarify the -o testflag is only for copying the binary
Fixes #74769
Change-Id: Iebbaea8fb1a25e30a541a827815def9e269a8135
Reviewed-on: https://go-review.googlesource.com/c/go/+/709255
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Matloob <matloob... | [
{
"path": "src/cmd/go/alldocs.go",
"patch": "@@ -1953,7 +1953,7 @@\n //\t Also emits build output in JSON. See 'go help buildjson'.\n //\n //\t-o file\n-//\t Compile the test binary to the named file.\n+//\t Save a copy of the test binary to the named file.\n //\t The test still runs (unless -c ... | 2025-10-05T18:21:59 |
facebook/react | a8c2bbdabf561a53b7908c2b341815e64840e8ca | 50ab2dde940bf0027773a944da005277b3d5598a | Cancel finished view transitions Animations manually in fire-and-forget too (#32545)
Otherwise these can survive into the next View Transition and cause
havoc to that transition.
This was appearing as a flash in Safari in the fixture when going from
A->B. This triggers a View Transition and at the same time the scrol... | [
{
"path": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js",
"patch": "@@ -1550,6 +1550,25 @@ export function hasInstanceAffectedParent(\n return oldRect.height !== newRect.height || oldRect.width !== newRect.width;\n }\n \n+function cancelAllViewTransitionAnimations(scope: Element) {\n+ //... | 2025-03-10T19:27:37 |
vercel/next.js | ea927b583d24f42e538001bf13370e38c91d17bf | 940f889249b23c356af985e6d99823a1c76a5b7f | Turbopack: Improve the description on InvalidLoaderRuleConditionIssue (#87008)
It's near-impossible to get this to error on the Rust side (issues are caught before we get here), but I hacked up the code to make it error. It looks like this:
]\n struct InvalidLoaderRuleConditionIssue {\n+ error_string: RcStr,\n condition: ConfigConditionItem,\n config_file_path: FileSystemPa... | 2025-12-12T20:51:14 |
electron/electron | 698cce67079ce8333d76ed3e865238bb31c82e7f | 3eab549369e1eeb758fb5c2b8a5f55fab2e4965d | fix: drag and drop icons on Windows (#45767) | [
{
"path": "patches/chromium/.patches",
"patch": "@@ -140,3 +140,4 @@ ignore_parse_errors_for_pkey_appusermodel_toastactivatorclsid.patch\n feat_add_signals_when_embedder_cleanup_callbacks_run_for.patch\n feat_separate_content_settings_callback_for_sync_and_async_clipboard.patch\n fix_win32_synchronous_spell... | 2025-02-24T08:54:08 |
nodejs/node | 16035b4bbe1e3566d5cb57011b6e40cdffb049d1 | c08a1d152b758a1b97b81e9edce6ed60faaf4063 | doc: fix links in test.md
Links explaining the various target file-related `run([options])`
pointed to the wrong section.
PR-URL: https://github.com/nodejs/node/pull/58876
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> | [
{
"path": "doc/api/test.md",
"patch": "@@ -1360,16 +1360,16 @@ changes:\n If `false`, it would only run one test file at a time.\n **Default:** `false`.\n * `cwd`: {string} Specifies the current working directory to be used by the test runner.\n- Serves as the base path for resolving files acco... | 2025-06-30T19:50:14 |
golang/go | c761b26b56eec36390885e5373aab2fd17dc67ef | 65858a146e585b74d41db63f3821d6a150f36d49 | mime: parse media types that contain braces
This CL fixes a bug introduced by CL 666655: isTokenChar would no longer
(but should) report true for '{' and '}'.
Fixes #76236
Change-Id: Ifc0953c30d7cae7bfba9bc4b6bb6951a83c52576
GitHub-Last-Rev: c91a75c2c8778a9a8343c6bb4fa89eb1f978059f
GitHub-Pull-Request: golang/go#762... | [
{
"path": "src/mime/grammar.go",
"patch": "@@ -62,7 +62,9 @@ func isTokenChar(c byte) bool {\n \t\t1<<'^' |\n \t\t1<<'_' |\n \t\t1<<'`' |\n+\t\t1<<'{' |\n \t\t1<<'|' |\n+\t\t1<<'}' |\n \t\t1<<'~'\n \treturn ((uint64(1)<<c)&(mask&(1<<64-1)) |\n \t\t(uint64(1)<<(c-64))&(mask>>64)) != 0",
"additions": 2,
... | 2025-11-10T21:20:09 |
facebook/react | d331ba041142a801f8e2101408221732b0ee7f88 | 00aa0043c7e32e1c822402edadde6f05535d2075 | [ci] Fix incorrect condition (#32551)
Fixes an incorrect condition for running tests in the compiler
workspace.
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32551).
* __->__ #32551
* #32550 | [
{
"path": ".github/workflows/compiler_typescript.yml",
"patch": "@@ -96,4 +96,4 @@ jobs:\n - run: xvfb-run -a yarn workspace ${{ matrix.workspace_name }} test\n if: runner.os == 'Linux' && matrix.workspace_name == 'react-forgive'\n - run: yarn workspace ${{ matrix.workspace_name }} test\... | 2025-03-07T21:43:38 |
rust-lang/rust | 772e4560ed4a1c58c36288407df0eac6686e02ea | 3102493c71626b5912d11d06c393b013569beb52 | Compiletest: Fix compare-output-by-lines directive
Fixes: https://github.com/rust-lang/rust/issues/148235
This was checking that the blessed stderr was a
subset of the stderr. Additionally, when re-blessing
it would re-bless the subset that matched. So, when
an extra line or comment was added and the line
numbers cha... | [
{
"path": "src/tools/compiletest/src/runtest.rs",
"patch": "@@ -2718,18 +2718,19 @@ impl<'test> TestCx<'test> {\n // Wrapper tools set by `runner` might provide extra output on failure,\n // for example a WebAssembly runtime might print the stack trace of an\n // `unreachable` instru... | 2026-03-12T22:36:14 |
electron/electron | 3e51ee516ea167ceb0c70367e8b08afe178e7a7b | e3f61b465dac3fa2d944e931fd5fec58d5e27498 | fix: rework and improve `legacyMainResolve` patch (#45754)
fix: rework and improve legacyMainResolve patch | [
{
"path": "patches/node/.patches",
"patch": "@@ -18,7 +18,7 @@ test_formally_mark_some_tests_as_flaky.patch\n fix_do_not_resolve_electron_entrypoints.patch\n ci_ensure_node_tests_set_electron_run_as_node.patch\n fix_assert_module_in_the_renderer_process.patch\n-fix_revert_src_lb_reducing_c_calls_of_esm_lega... | 2025-02-22T16:06:04 |
nodejs/node | c08a1d152b758a1b97b81e9edce6ed60faaf4063 | ab9ef37aa73cdc00c27d2ee8f374d697ba9081f0 | v8: fix missing callback in heap utils destroy
This fixes the v8.getHeapSnapshot() calls not properly being
destroyed. Pipeline calls would for example not properly end
without the callback being in place.
PR-URL: https://github.com/nodejs/node/pull/58846
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Reviewed-By: ... | [
{
"path": "lib/internal/heap_utils.js",
"patch": "@@ -53,11 +53,12 @@ class HeapSnapshotStream extends Readable {\n this[kHandle].readStart();\n }\n \n- _destroy() {\n+ _destroy(err, callback) {\n // Release the references on the handle so that\n // it can be garbage collected.\n this[... | 2025-06-30T11:51:40 |
golang/go | 65858a146e585b74d41db63f3821d6a150f36d49 | 4bfc3a9d14c0b3bfcfe4ce987e47cda6720785a2 | os/exec: include Cmd.Start in the list of methods that run Cmd
Fixes #76265
Change-Id: I451271c5662dd3bcdeec07b55761b15f64c00dcd
Reviewed-on: https://go-review.googlesource.com/c/go/+/719860
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
Auto-Submit: Keith Randall <khr@gol... | [
{
"path": "src/os/exec/exec.go",
"patch": "@@ -142,8 +142,8 @@ func (w wrappedError) Unwrap() error {\n \n // Cmd represents an external command being prepared or run.\n //\n-// A Cmd cannot be reused after calling its [Cmd.Run], [Cmd.Output] or [Cmd.CombinedOutput]\n-// methods.\n+// A Cmd cannot be reused... | 2025-11-11T21:08:26 |
vercel/next.js | 5437319dd4b6354dac9a2ee2aa67cb12a983e2eb | 2ff2a7aadfcbccde8f2ea47a7dc72785f8e5b783 | [turbopack] Rename is_marked_as_side_effect_free to side_effects and return ModuleSideEffects enum (#87102)
Refactor the `is_marked_side_effect_free` API
* Rename `side_effects`
* Change it to return `ModuleSideEffects` instead of a `bool`
* Remove the `side_effect_packages` from its parameters, instead arrange to p... | [
{
"path": "crates/next-core/src/hmr_entry.rs",
"patch": "@@ -3,15 +3,15 @@ use std::io::Write;\n use anyhow::Result;\n use turbo_rcstr::{RcStr, rcstr};\n use turbo_tasks::{ResolvedVc, ValueToString, Vc};\n-use turbo_tasks_fs::{FileSystem, VirtualFileSystem, glob::Glob, rope::RopeBuilder};\n+use turbo_tasks_... | 2025-12-12T17:36:13 |
facebook/react | 00aa0043c7e32e1c822402edadde6f05535d2075 | cc680065c33739cc4c8cd2e8a67312b0c16a6ccc | [compiler] Migrate compiler packages to tsup (#32550)
Currently in the `compiler` workspace, we invoke esbuild directly to
build most packages (with the exception of `snap`). This has been mostly
fine, but does not allow us to do things like generate type declaration
files.
I would like #32416 to be able to consume t... | [
{
"path": "compiler/apps/playground/next-env.d.ts",
"patch": "@@ -2,4 +2,4 @@\n /// <reference types=\"next/image-types/global\" />\n \n // NOTE: This file should not be edited\n-// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.\n+// see https://nextjs.org/docs/app/bui... | 2025-03-07T21:41:55 |
nodejs/node | 8b199eef3dd4de910a6521adc42ae611a62a19e1 | 7db30d7ca866b67d2e162b9dd0eff3712a90ee34 | fs: special input `-1` on `chown`, `lchown` and `fchown`
PR-URL: https://github.com/nodejs/node/pull/58836
Fixes: https://github.com/nodejs/node/issues/58826
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "src/node_file.cc",
"patch": "@@ -2853,10 +2853,10 @@ static void Chown(const FunctionCallbackInfo<Value>& args) {\n ToNamespacedPath(env, &path);\n \n CHECK(IsSafeJsInt(args[1]));\n- const uv_uid_t uid = FromV8Value<uv_uid_t>(args[1]);\n+ const auto uid = FromV8Value<uv_uid_t, true>(args[1]... | 2025-06-29T21:47:02 |
rust-lang/rust | cc2c5f9b8d19bae79ed8f1671c9ea4feea9f76a2 | 84a2d2a92c1f3c9f79cf632eaf2d6498e031dec5 | Fix mcount name for *-windows-gnu targets
mingw exposes the `_mcount` symbol for profiling. | [
{
"path": "compiler/rustc_target/src/spec/base/windows_gnu.rs",
"patch": "@@ -106,6 +106,7 @@ pub(crate) fn opts() -> TargetOptions {\n // FIXME(davidtwco): Support Split DWARF on Windows GNU - may require LLVM changes to\n // output DWO, despite using DWARF, doesn't use ELF..\n supp... | 2026-03-12T14:14:06 |
facebook/react | cc680065c33739cc4c8cd2e8a67312b0c16a6ccc | f9d78089c6ec8dce3a11cdf135d6d27b7a8dc1c5 | Fix asserts caused by OffscreenComponent rendering in React Native with passChildrenWhenCloningPersistedNodes (#32528)
<!--
Thanks for submitting a pull request!
We appreciate you spending the time to work on these changes. Please
provide enough information so that others can review your pull request.
The three fiel... | [
{
"path": "packages/react-reconciler/src/ReactFiberCompleteWork.js",
"patch": "@@ -341,7 +341,12 @@ function appendAllChildrenToContainer(\n workInProgress: Fiber,\n needsVisibilityToggle: boolean,\n isHidden: boolean,\n-) {\n+): boolean {\n+ // Host components that have their visibility toggled by a... | 2025-03-07T17:03:59 |
vercel/next.js | ae0603c4eecc41f3808aca123db46d88f1342c57 | b26b2b71792eebad4ade5362281a5bee68cd059e | Turbopack: bincode: Remove automatic serde derives from `#[turbo_tasks::value]` macro (#86634)
Removing the automatic `serde` derives from `#[turbo_tasks::value]` should remove most of the macro expansion. I'll follow up with removing all the manual derives.
This also removes `Serialize` from `NextConfig`, leaving on... | [
{
"path": "Cargo.lock",
"patch": "@@ -9879,7 +9879,6 @@ dependencies = [\n \"regex\",\n \"rustc-hash 2.1.1\",\n \"serde\",\n- \"serde_with\",\n \"turbo-bincode\",\n \"turbo-rcstr\",\n \"turbo-tasks\",\n@@ -9907,6 +9906,7 @@ dependencies = [\n \"anyhow\",\n \"markdown\",\n \"mdxjs\",\n+ \"serde\",\n... | 2025-12-12T17:09:37 |
electron/electron | 612da3ec47e0ca0c642a7409fe0135180cd45732 | 6248c2436a2fd4c503feeee7183fe0afc44df2c6 | chore: bump chromium to 135.0.7027.0 (main) (#45677)
* chore: bump chromium in DEPS to 135.0.7021.0
* chore: bump chromium in DEPS to 135.0.7023.0
* chore: update patches
* chore: gen-libc++-filenames.js
* [Extensions] Add a BUILD.gn file for the chrome.system.display API.
Refs https://chromium-review.googlesourc... | [
{
"path": "DEPS",
"patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '135.0.7012.0',\n+ '135.0.7027.0',\n 'node_version':\n 'v22.14.0',\n 'nan_version':",
"additions": 1,
"deletions": 1,
"language": "Unknown"
},
{
"path": "filena... | 2025-02-21T22:46:51 |
golang/go | 4bfc3a9d14c0b3bfcfe4ce987e47cda6720785a2 | 2263d4aabdde8a4a466009ecc356501f87c7efb7 | std,cmd: go fix -any std cmd
This change mechanically replaces all occurrences of interface{}
by 'any' (where deemed safe by the 'any' modernizer) throughout
std and cmd, minus their vendor trees.
Since this fix is relatively numerous, it gets its own CL.
Also, 'go generate go/types'.
Change-Id: I14a6b52856c3291c1d... | [
{
"path": "src/cmd/asm/internal/asm/endtoend_test.go",
"patch": "@@ -38,7 +38,7 @@ func testEndToEnd(t *testing.T, goarch, file string) {\n \tctxt.IsAsm = true\n \tdefer ctxt.Bso.Flush()\n \tfailed := false\n-\tctxt.DiagFunc = func(format string, args ...interface{}) {\n+\tctxt.DiagFunc = func(format string... | 2025-11-11T19:48:22 |
nodejs/node | 1c2fa7ee7090d2d0d13382e250bad3c99b0f5821 | 0f7e75f7f61a977b8b995fe6fab6cceb13e86a53 | src: -Wmismatched-new-delete in debug_utils.cc
PR-URL: https://github.com/nodejs/node/pull/58844
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net> | [
{
"path": "src/debug_utils.cc",
"patch": "@@ -488,7 +488,7 @@ std::vector<std::string> NativeSymbolDebuggingContext::GetLoadedLibraries() {\n WideCharToMultiByte(\n CP_UTF8, 0, module_name, -1, str, size, nullptr, nullptr);\n list.emplace_back(str);\n- delete str;\... | 2025-06-28T18:52:02 |
facebook/react | 562f17efab5c39b461ec100898c9a26b54c931e4 | 9e9b54d7f6c67b452c969abb98f4f7637ed72f56 | docs(eslint-plugin-react-hooks): add changelog for 5.1.0 & 5.2.0 (#32536)
<!--
Thanks for submitting a pull request!
We appreciate you spending the time to work on these changes. Please
provide enough information so that others can review your pull request.
The three fields below are mandatory.
Before submitting a ... | [
{
"path": "packages/eslint-plugin-react-hooks/CHANGELOG.md",
"patch": "@@ -1,3 +1,15 @@\n+## 5.2.0\n+\n+- Support flat config ([@michaelfaith](https://github.com/michaelfaith) in [#30774](https://github.com/facebook/react/pull/30774))\n+- Convert the plugin to TypeScript and provide package type declaration... | 2025-03-06T18:58:39 |
golang/go | 951cf0501b57d31e648f2808820f2c7eaca3edc8 | 2750f9529148d21c5e29cb325acccc6240e813cf | internal/trace/testtrace: fix flag name typos
Change-Id: I6a6a636cd82a3e22a482ea2b2ab1004c45e2c304
Reviewed-on: https://go-review.googlesource.com/c/go/+/719400
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-acco... | [
{
"path": "src/internal/trace/testtrace/helpers.go",
"patch": "@@ -37,7 +37,7 @@ func Dump(t *testing.T, testName string, traceBytes []byte, forceToFile bool) {\n \t\t\tt.Logf(\"text trace too large to dump (%d bytes)\", len(s))\n \t\t} else {\n \t\t\tt.Log(s)\n-\t\t\tt.Log(\"Convert this to a raw trace wit... | 2025-11-10T21:19:36 |
vercel/next.js | aaee236cb587eabd4c72bfd6d942d54b705fe59d | 6cc51a3b8a3030d456965a24a85f094842c2fac1 | Update self-hosting.mdx (#87109)
small typo fix
Co-authored-by: Joseph <joseph.chamochumbi@vercel.com> | [
{
"path": "docs/01-app/02-guides/self-hosting.mdx",
"patch": "@@ -218,7 +218,7 @@ module.exports = {\n \n ## Usage with CDNs\n \n-When using a CDN in front on your Next.js application, the page will include `Cache-Control: private` response header when dynamic APIs are accessed. This ensures that the result... | 2025-12-12T16:23:09 |
electron/electron | 6248c2436a2fd4c503feeee7183fe0afc44df2c6 | 8d58999135995bdd3032062c01623dee08d38ac2 | fix: re-enable synchronous spellcheck on Windows (#45712)
* fix: re-enable synchronous spellcheck on Windows
* revert: fix: empty suggestions with windows platform checker
---------
Co-authored-by: Samuel Maddock <smaddock@slack-corp.com> | [
{
"path": "patches/chromium/.patches",
"patch": "@@ -140,3 +140,4 @@ revert_code_health_clean_up_stale_macwebcontentsocclusion.patch\n ignore_parse_errors_for_pkey_appusermodel_toastactivatorclsid.patch\n feat_add_signals_when_embedder_cleanup_callbacks_run_for.patch\n feat_separate_content_settings_callbac... | 2025-02-21T22:45:46 |
nodejs/node | 9fe3316280c61d9dfb8428866a8e9c0834443fe1 | d824914e61e0d75e2487066bc6d5de28ad7f2041 | repl: fix eval errors thrown after close throwing `ERR_USE_AFTER_CLOSE`
prevent incorrect throws of `ERR_USE_AFTER_CLOSE` errors when the eval
function of a repl server returns an error after the repl server
has been closed
PR-URL: https://github.com/nodejs/node/pull/58791
Reviewed-By: Luigi Pinca <luigipinca@gmail.c... | [
{
"path": "lib/repl.js",
"patch": "@@ -748,7 +748,9 @@ function REPLServer(prompt,\n process.emit('uncaughtException', e);\n self.clearBufferedCommand();\n self.lines.level = [];\n- self.displayPrompt();\n+ if (!self.closed) {\n+ self.displayPrompt();\n+ ... | 2025-06-28T18:51:41 |
rust-lang/rust | a3b76369fbeb294d42ab8c531a060c3930e77ae4 | c2178bb44c42e2a05385b72c060b2c23762c0b4a | fix: `collapsible_match` FP when the pat binding is moved or mutated | [
{
"path": "clippy_lints/src/matches/collapsible_match.rs",
"patch": "@@ -3,13 +3,17 @@ use clippy_utils::higher::{If, IfLetOrMatch};\n use clippy_utils::msrvs::Msrv;\n use clippy_utils::res::{MaybeDef, MaybeResPath};\n use clippy_utils::source::{IntoSpan, SpanRangeExt, snippet};\n+use clippy_utils::usage::m... | 2026-03-12T19:34:39 |
facebook/react | 9e9b54d7f6c67b452c969abb98f4f7637ed72f56 | 029e8bd618af23fbdd9efdac565ad81f7d4640d8 | [compiler] Make CompilerError compatible with reflection (#32539) | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/CompilerError.ts",
"patch": "@@ -188,6 +188,7 @@ export class CompilerError extends Error {\n constructor(...args: Array<any>) {\n super(...args);\n this.name = 'ReactCompilerError';\n+ this.details = [];\n }\n \n override get mes... | 2025-03-06T18:06:36 |
electron/electron | 324fc0f62a1bd30300e2493c591e5a5103b900c4 | f62668e2e3b9cbe4c6b7584cd76621acc1c751da | fix: crash on `getUserMedia` with invalid `chromeMediaSourceId` (#45733)
* fix: crash on getUserMedia with invalid chromeMediaSourceId
* test: add a test | [
{
"path": "shell/browser/web_contents_permission_helper.cc",
"patch": "@@ -101,16 +101,20 @@ void HandleUserMediaRequest(const content::MediaStreamRequest& request,\n : \"\");\n }\n \n- if (request.video_type == MediaStreamType::GUM_TAB_VIDEO_CAPTURE ||\n- request.video_type == MediaStre... | 2025-02-21T16:17:52 |
nodejs/node | eaebfab2998e2ce9fedd51e8343df5d18aaebdcb | cdadb20ae1903aaf0a301b52aaab6dc033c648aa | doc: fix jsdoc definition of assert.ifError() fn in lib/assert.js
PR-URL: https://github.com/nodejs/node/pull/58573
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Rev... | [
{
"path": "lib/assert.js",
"patch": "@@ -682,7 +682,7 @@ assert.doesNotReject = async function doesNotReject(fn, ...args) {\n };\n \n /**\n- * Throws `value` if the value is not `null` or `undefined`.\n+ * Throws `AssertionError` if the value is not `null` or `undefined`.\n * @param {any} err\n * @returns... | 2025-06-27T13:30:51 |
golang/go | 426ef30ecf2d2b6eadd962358884ed68220b9cc5 | 5241d114f55cfa69a4bf8f2051f5d83d1f618859 | cmd/go: implement -reuse for Mercurial repos
When we added -reuse in CL 411398, we only handled Git repos.
This was partly because we were focused on Git traffic,
partly because Git is the dominant module VCS, and
partly because I couldn't see how to retrieve the metadata needed
in other version control systems.
This... | [
{
"path": "lib/hg/goreposum.py",
"patch": "@@ -0,0 +1,64 @@\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+# Mercurial extension to add a 'goreposum' command that\n+# computes a hash of a ... | 2025-08-19T19:27:39 |
vercel/next.js | c54eda4baaeb3826d9149b15c7bdc85039f8978d | b17b31f16eb0a761ecdc0b821234d3cbe24f499f | [turbopack] Mark packages as side effect free when local analysis determines that they are. (#86398)
This implements some simple static analysis to determine if modules are side effect free based on their top level module evaluation items.
The rules are simple
* declarations ✅
* literals ✅
* property access ✅ (... | [
{
"path": "Cargo.lock",
"patch": "@@ -9775,6 +9775,7 @@ dependencies = [\n \"once_cell\",\n \"parking_lot\",\n \"petgraph 0.8.3\",\n+ \"phf\",\n \"regex\",\n \"rustc-hash 2.1.1\",\n \"serde\",",
"additions": 1,
"deletions": 0,
"language": "Unknown"
},
{
"path": "crates/next-core/sr... | 2025-12-12T06:22:38 |
facebook/react | e03ac20f942124bb3989b3bb58bb7b9bf91a7860 | e9252bcdccf7f8f691081e4d48ca47657bc723f9 | Set direction in animate call directly (#32523)
Setting the animation's currentTime causes a quirk where the transition
can end up off by a bit and the end state can be slightly off the end
time.
However, I realized that we don't have to because if we just set the
direction in the `animate()` call directly the Safari... | [
{
"path": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js",
"patch": "@@ -1754,7 +1754,7 @@ function animateGesture(\n moveOldFrameIntoViewport(keyframes[0]);\n }\n const reverse = rangeStart > rangeEnd;\n- const anim = targetElement.animate(keyframes, {\n+ targetElement.animate(key... | 2025-03-05T14:33:06 |
golang/go | 5241d114f55cfa69a4bf8f2051f5d83d1f618859 | cdf64106f621b47987f332d5003afaefd9204b08 | spec: more precise prose for special case of append
As written, the special case for append may be interpreted
such that any first argument that is assignable to []byte
is permissible, including nil. This change makes makes it
clear that a slice argument is required.
Not a language change. The compiler always expecte... | [
{
"path": "doc/go_spec.html",
"patch": "@@ -1,6 +1,6 @@\n <!--{\n \t\"Title\": \"The Go Programming Language Specification\",\n-\t\"Subtitle\": \"Language version go1.26 (Oct 1, 2025)\",\n+\t\"Subtitle\": \"Language version go1.26 (Nov 9, 2025)\",\n \t\"Path\": \"/ref/spec\"\n }-->\n \n@@ -7383,8 +7383,8 @@... | 2025-11-08T03:52:27 |
nodejs/node | db8ca623d47287316f4cc2b402897be053c2a91a | 94f7568e5c105a1a26958eb07000a00182328598 | doc: add array type in http request headers
Document that the headers option in http.request() can be either an
object or an array of strings, similar to message.rawHeaders.
PR-URL: https://github.com/nodejs/node/pull/58049
Fixes: https://github.com/nodejs/node/issues/57986
Reviewed-By: Luigi Pinca <luigipinca@gmail.... | [
{
"path": "doc/api/http.md",
"patch": "@@ -3820,7 +3820,8 @@ changes:\n * `family` {number} IP address family to use when resolving `host` or\n `hostname`. Valid values are `4` or `6`. When unspecified, both IP v4 and\n v6 will be used.\n- * `headers` {Object} An object containing request headers... | 2025-06-27T13:14:37 |
electron/electron | d8baceb08caae374d3931d5747152e3971a1a379 | d6f4982522efd5917b44d1ceed418e4a0ee7824e | fix: crash loading `about:blank` in subframes (#45694)
fix: crash loading about:blank in subframes | [
{
"path": "patches/chromium/fix_crash_loading_non-standard_schemes_in_iframes.patch",
"patch": "@@ -28,17 +28,17 @@ The patch should be removed in favor of either:\n Upstream bug https://bugs.chromium.org/p/chromium/issues/detail?id=1081397.\n \n diff --git a/content/browser/renderer_host/navigation_request... | 2025-02-20T17:07:15 |
facebook/react | 2980f27779cf37a9656b25418a3c5cfca989e244 | eda36a1c75ff8ac09fb127f6e04d4af16e49f50f | Add a shorthand for building the view-transition fixture (#32496)
I end up rebuilding for testing the view-transition fixture a lot. It
doesn't need everything that flight needs so this just adds a short hand
that's a little faster to rebuild.
---------
Co-authored-by: Hendrik Liebau <mail@hendrik-liebau.de> | [
{
"path": "package.json",
"patch": "@@ -117,6 +117,7 @@\n \"build-for-devtools-dev\": \"yarn build-for-devtools --type=NODE_DEV\",\n \"build-for-devtools-prod\": \"yarn build-for-devtools --type=NODE_PROD\",\n \"build-for-flight-dev\": \"cross-env RELEASE_CHANNEL=experimental node ./scripts/roll... | 2025-03-01T23:26:48 |
vercel/next.js | d43d57afd0ff3b0b327adb0329c693e333cd830a | 8479550bc50d9483a0c857e6bc2874ad98f2fe5d | Remove urlencoded action handling & harden action ID checks (#87082)
- Removes support for urlencoded actions
- Errors when a server action request is received in apps that have no
server actions
- validate action ID in MPA actions before proceeding
---------
Co-authored-by: Josh Story <story@hey.com> | [
{
"path": "packages/next/errors.json",
"patch": "@@ -970,5 +970,8 @@\n \"969\": \"Invariant: nextConfig couldn't be loaded\",\n \"970\": \"process.env.NEXT_DEPLOYMENT_ID is missing but runtimeServerDeploymentId is enabled\",\n \"971\": \"The NEXT_DEPLOYMENT_ID environment variable value \\\"%s\\\" doe... | 2025-12-11T21:56:15 |
nodejs/node | 94f7568e5c105a1a26958eb07000a00182328598 | 488febf856633cc55598c0bc2c7641b8b2362938 | test_runner: fix timeout not propagated to the child process in run
PR-URL: https://github.com/nodejs/node/pull/58831
Fixes: https://github.com/nodejs/node/issues/58802
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Adrian Estrada <edsadr@gmail.com> | [
{
"path": "lib/internal/test_runner/runner.js",
"patch": "@@ -145,6 +145,7 @@ function getRunArgs(path, { forceExit,\n only,\n argv: suppliedArgs,\n execArgv,\n+ root: { timeout },\n ... | 2025-06-27T11:50:17 |
golang/go | cdf64106f621b47987f332d5003afaefd9204b08 | a0eb4548cfcf803da087b7ca461a2d48b9f17a58 | go/types, types2: first argument to append must never be be nil
The current implementation followed the spec faithfully for
the special case for append. Per the spec:
As a special case, append also accepts a first argument assignable to
type []byte with a second argument of string type followed by ... .
As it happen... | [
{
"path": "src/cmd/compile/internal/types2/builtins.go",
"patch": "@@ -91,6 +91,17 @@ func (check *Checker) builtin(x *operand, call *syntax.CallExpr, id builtinId) (\n \t\t// to type []byte with a second argument of string type followed by ... .\n \t\t// This form appends the bytes of the string.\"\n \n+\t... | 2025-11-07T23:50:14 |
electron/electron | d6f4982522efd5917b44d1ceed418e4a0ee7824e | 9d558cec5ef74c45a18daf3ea494cb3ecc1ab3eb | fix: possible timing issue in utility-process spec (#45690)
This fixture has been calling process.exit() immediately after writing
to stdout and stderr, which the Node.js docs say is risky behavior:
> Calling process.exit() will force the process to exit as quickly as
> possible even if there are still asynchronous o... | [
{
"path": "spec/fixtures/api/utility-process/log.js",
"patch": "@@ -1,3 +1,7 @@\n-console.log('hello');\n-process.stderr.write('world');\n-process.exit(0);\n+function write (writable, chunk) {\n+ return new Promise((resolve) => writable.write(chunk, resolve));\n+}\n+\n+write(process.stdout, 'hello\\n')\n+ ... | 2025-02-20T05:28:04 |
facebook/react | eda36a1c75ff8ac09fb127f6e04d4af16e49f50f | ca12911d1fbe755b9b2b7d1bf548589317311a82 | [ci] Don't erroneously mark failures as successes (#32493)
Randomly noticed this when I looked at a recent [DevTools regression
test run](https://github.com/facebook/react/actions/runs/13578385011).
I don't recall why we added `continue-on-error` previously, but I
believe it was to keep all jobs in the matrix running... | [
{
"path": ".github/workflows/compiler_typescript.yml",
"patch": "@@ -75,8 +75,8 @@ jobs:\n name: Test ${{ matrix.workspace_name }}\n needs: discover_yarn_workspaces\n runs-on: ubuntu-latest\n- continue-on-error: true\n strategy:\n+ fail-fast: false\n matrix:\n workspace... | 2025-02-28T18:06:40 |
nodejs/node | 5b0c7dba0ecc6c6e3812ed0a3a6ba959c9f81404 | dbd24b165128affb7468ca42f69edaf7e0d85a9a | test_runner: correct "already mocked" error punctuation placement
PR-URL: https://github.com/nodejs/node/pull/58840
Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "lib/internal/test_runner/mock/mock.js",
"patch": "@@ -671,7 +671,7 @@ class MockTracker {\n \n if (baseURL.searchParams.has(kMockSearchParam)) {\n throw new ERR_INVALID_STATE(\n- `Cannot mock '${specifier}.' The module is already mocked.`,\n+ `Cannot mock '${specifier}'. T... | 2025-06-26T20:01:15 |
electron/electron | 9d558cec5ef74c45a18daf3ea494cb3ecc1ab3eb | 159e1a42b3d5ad1641acb318cf4c382f736c16f9 | fix: action.openPopup function missing (#45697) | [
{
"path": "shell/browser/extensions/api/extension_action/extension_action_api.cc",
"patch": "@@ -100,6 +100,13 @@ ExtensionActionSetIconFunction::RunExtensionAction() {\n return RespondNow(NoArguments());\n }\n \n+ExtensionFunction::ResponseAction\n+ExtensionActionOpenPopupFunction::RunExtensionAction() {... | 2025-02-19T23:05:02 |
vercel/next.js | 8c5af211d580b2b94c535cf4ff4e8be57c963491 | e760fa231d913a93518f38ff94214b2d1defd751 | Fix: Server refresh() should not purge client cache (#86878)
The server form of refresh() is used to re-render all the dynamic data
on the current page. Unlike updateTag/revalidateTag, it does not affect
any cached data, so the client cache should not evict any of its
entries. | [
{
"path": "packages/next/src/client/components/app-router-headers.ts",
"patch": "@@ -34,3 +34,6 @@ export const NEXT_IS_PRERENDER_HEADER = 'x-nextjs-prerender' as const\n export const NEXT_ACTION_NOT_FOUND_HEADER = 'x-nextjs-action-not-found' as const\n export const NEXT_REQUEST_ID_HEADER = 'x-nextjs-reques... | 2025-12-11T18:26:28 |
rust-lang/rust | 512d5fd676035517132c9b7e2cd43cd3b24432fa | 2d76d9bc76f27b03b4899e72ce561c7ac2c5cf6b | tests/debuginfo/basic-stepping.rs: Add lldb test
Also move the FIXME to the source code to avoid duplication, and also
suppress harmless warnings that are annoying when you compile manually. | [
{
"path": "tests/debuginfo/basic-stepping.rs",
"patch": "@@ -14,9 +14,9 @@\n //@ revisions: default-mir-passes no-SingleUseConsts-mir-pass\n //@ [no-SingleUseConsts-mir-pass] compile-flags: -Zmir-enable-passes=-SingleUseConsts\n \n+// === GDB TESTS ===========================================================... | 2026-03-12T19:24:48 |
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.