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
9d0e6d09f0be0abbeae46dd3d66afd96d2daacaa
503ae86ab216406485bf437969da8c56266c3346
chore: bump chromium to 119.0.6043.0 (main) (#40045) * chore: bump chromium in DEPS to 119.0.6036.0 * chore: bump chromium in DEPS to 119.0.6037.0 * chore: bump chromium in DEPS to 119.0.6039.0 * chore: bump chromium in DEPS to 119.0.6041.0 * chore: update chromium patches * 4765230: Move //content/brow...
[ { "path": ".circleci/config/base.yml", "patch": "@@ -775,6 +775,7 @@ step-mksnapshot-build: &step-mksnapshot-build\n fi\n sed $SEDOPTION '/.*builtins-pgo/d' out/Default/mksnapshot_args\n sed $SEDOPTION '/--turbo-profiling-input/d' out/Default/mksnapshot_args\n+ sed $SEDOPTION '/The gn...
2023-10-02T22:01:07
nodejs/node
18acff0d01f7c5e29b0f39cc9ca9ec5671b958b7
1398c04c47a31eb5d2429a38ff3eea140f76b769
doc: put --env-file-if-exists=config right under --env-file=config PR-URL: https://github.com/nodejs/node/pull/55131 Fixes: https://github.com/nodejs/node/issues/55129 Refs: https://github.com/nodejs/node/pull/53060 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
[ { "path": "doc/api/cli.md", "patch": "@@ -894,6 +894,15 @@ export USERNAME=\"nodejs\" # will result in `nodejs` as the value.\n If you want to load environment variables from a file that may not exist, you\n can use the [`--env-file-if-exists`][] flag instead.\n \n+### `--env-file-if-exists=config`\n+\n+<!-...
2024-09-28T00:01:43
golang/go
eb4069127a7dbdaed480aed80ba6ed1b2ea27901
e90acc814de247f58330be1d8ba3b11c78c96077
crypto/ecdsa: add low-level encoding functions for keys Fixes #63963 Change-Id: I6a6a4656a729b6211171aca46bdc13fed5fc5643 Reviewed-on: https://go-review.googlesource.com/c/go/+/674475 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Filippo Valsorda <filippo@golan...
[ { "path": "api/next/63963.txt", "patch": "@@ -0,0 +1,4 @@\n+pkg crypto/ecdsa, func ParseRawPrivateKey(elliptic.Curve, []uint8) (*PrivateKey, error) #63963\n+pkg crypto/ecdsa, func ParseUncompressedPublicKey(elliptic.Curve, []uint8) (*PublicKey, error) #63963\n+pkg crypto/ecdsa, method (*PrivateKey) Bytes() ...
2025-05-20T15:34:57
vercel/next.js
a5317ed693cdfd2c97f4313bedf3cec895561074
756221bb2d4c0498fe1d36f1c68bf79944b4d4c0
fix: amp deprecation warning should assert on user config (#82572)
[ { "path": "packages/next/src/server/config.ts", "patch": "@@ -161,6 +161,26 @@ function assignDefaults(\n delete userConfig.exportTrailingSlash\n }\n \n+ // There are a good amount of test fixtures that have amp enabled\n+ // that also assert on stderr output being empty, so we're gating the\n+ // ...
2025-08-12T15:04:48
facebook/react
629541bcc09fc7c0cc5c257541d084ee27457512
947e7962ad43bd0fe8826c48d94a9df8d5206850
[Flight] Transfer Debug Info in Server-to-Server Flight Requests (#28275) A Flight Server can be a consumer of a stream from another Server. In this case the meta data is attached to debugInfo properties on lazy, Promises, Arrays or Elements that might in turn get forwarded to the next stream. In this case we want ...
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -77,7 +77,7 @@ const INITIALIZED = 'fulfilled';\n const ERRORED = 'rejected';\n \n // Dev-only\n-type ReactDebugInfo = Array<{+name?: string}>;\n+type ReactDebugInfo = Array<{+name?: string, +env?: string}>;\n \n type PendingChunk<T> =...
2024-02-12T18:38:14
electron/electron
93bcb30c3e84694d9df0d59fb15bd5bdb4617b2a
d301616f6087f306ac7bc53e5b6803f325255bd3
fix: `BroadcastChannel` initialization location (#40049) fix: `BroadcastChannel` initialization location (#37421) * fix: BroadcastChannel initialization location * chore: update patches --------- Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
[ { "path": "patches/node/.patches", "patch": "@@ -48,3 +48,4 @@ tls_ensure_tls_sockets_are_closed_if_the_underlying_wrap_closes.patch\n test_deflake_test-tls-socket-close.patch\n net_fix_crash_due_to_simultaneous_close_shutdown_on_js_stream.patch\n net_use_asserts_in_js_socket_stream_to_catch_races_in_future...
2023-10-02T08:57:09
nodejs/node
b5fb2ff81e20d239ca0e4e4c8bd8d25d0cc33e4e
fd787c96e1c6b24e6345b017a78f48a30fce5f75
src: fix typos PR-URL: https://github.com/nodejs/node/pull/55064 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
[ { "path": "src/aliased_buffer.h", "patch": "@@ -111,7 +111,7 @@ class AliasedBufferBase : public MemoryRetainer {\n };\n \n /**\n- * Get the underlying v8 TypedArray overlayed on top of the native buffer\n+ * Get the underlying v8 TypedArray overlaid on top of the native buffer\n */\n v8::Loc...
2024-09-27T15:34:48
golang/go
430a3dc4587a9a3f8696d6eb34c8265877022e34
e4216d54f58616b862013e2810436462db08b6ed
crypto/internal/cryptotest: test Armv8.2 on darwin/arm64 Fixes #69593 Cq-Include-Trybots: luci.golang.try:gotip-darwin-arm64_15 Change-Id: I6a6a4656302d65b582df582fa12bb72b88b0316d Reviewed-on: https://go-review.googlesource.com/c/go/+/667755 Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Roland Shoemaker...
[ { "path": "src/crypto/internal/cryptotest/implementations.go", "patch": "@@ -7,6 +7,7 @@ package cryptotest\n import (\n \t\"crypto/internal/boring\"\n \t\"crypto/internal/impl\"\n+\t\"internal/goarch\"\n \t\"internal/goos\"\n \t\"internal/testenv\"\n \t\"testing\"\n@@ -35,15 +36,14 @@ func TestAllImplement...
2025-04-23T21:15:51
facebook/react
947e7962ad43bd0fe8826c48d94a9df8d5206850
269edb88b28b7394335fb504d9924acd35d4ef38
fix[devtools/useModalDismissSignal]: use getRootNode for shadow root case support (#28145) In our custom implementation for handling modals dismiss signal, we use element's `ownerDocument` field, which expectedly doesn't work well with shadow root. Now using [`getRootNode`](https://developer.mozilla.org/en-US/docs/...
[ { "path": "packages/react-devtools-shared/src/devtools/views/hooks.js", "patch": "@@ -219,15 +219,18 @@ export function useModalDismissSignal(\n return () => {};\n }\n \n- const handleDocumentKeyDown = (event: any) => {\n+ const handleRootNodeKeyDown = (event: KeyboardEvent) => {\n if ...
2024-02-12T16:56:28
vercel/next.js
756221bb2d4c0498fe1d36f1c68bf79944b4d4c0
bb617a8777a5b4e0d19e8729a059beeca9491608
Turbopack: fix module rules for `.module.scss` (#82570) It ran `postcss(webpack(postcss(filesource)))`, which doesn't work. And changing the order does make sense, since we do want Webpack (SCSS) to run first, and only then PostCSS? #82554 didn't catch every case
[ { "path": "test/e2e/app-dir/css-modules-rsc-postcss/app/other.module.scss", "patch": "@@ -0,0 +1,4 @@\n+.other {\n+ // some SCSS\n+ color: red;\n+}", "additions": 4, "deletions": 0, "language": "Unknown" }, { "path": "test/e2e/app-dir/css-modules-rsc-postcss/app/page.tsx", "patch":...
2025-08-12T14:17:26
electron/electron
371e83a8d2390c63bc9171c0b3949b460ab9ad17
d6c8ff2e7050f30dffd784915bcbd2a9f993cdb2
fix: support esm entrypoint to utility process (#40047)
[ { "path": "lib/utility/init.ts", "patch": "@@ -1,5 +1,7 @@\n+import { pathToFileURL } from 'url';\n+\n import { ParentPort } from '@electron/internal/utility/parent-port';\n-const Module = require('module') as NodeJS.ModuleInternal;\n+\n const v8Util = process._linkedBinding('electron_common_v8_util');\n \n...
2023-09-29T21:38:37
nodejs/node
fd787c96e1c6b24e6345b017a78f48a30fce5f75
87a79cd8a1d02316978a643c459174eac3a436c8
doc: fix the require resolve algorithm in `modules.md` Before the fix, the pseudocode was describing an infinite loop. PR-URL: https://github.com/nodejs/node/pull/55117 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
[ { "path": "doc/api/modules.md", "patch": "@@ -333,7 +333,7 @@ NODE_MODULES_PATHS(START)\n 2. let I = count of PARTS - 1\n 3. let DIRS = []\n 4. while I >= 0,\n- a. if PARTS[I] = \"node_modules\" CONTINUE\n+ a. if PARTS[I] = \"node_modules\", GOTO d.\n b. DIR = path join(PARTS[0 .. I] + \"node_modules...
2024-09-27T15:34:38
facebook/react
269edb88b28b7394335fb504d9924acd35d4ef38
35b2c28178bf4f79898d11dce0bc2a7ce675f670
Add jsx-runtime.react-server.js to file allowlist (#28301) https://github.com/facebook/react/pull/28217 doesn't work without this since it's not included in the files list. See https://github.com/dai-shi/waku/pull/467#issuecomment-1936965080. This should fix that.
[ { "path": "packages/react/package.json", "patch": "@@ -15,6 +15,7 @@\n \"cjs/\",\n \"umd/\",\n \"jsx-runtime.js\",\n+ \"jsx-runtime.react-server.js\",\n \"jsx-dev-runtime.js\",\n \"react.react-server.js\"\n ],", "additions": 1, "deletions": 0, "language": "JSON" } ]
2024-02-11T03:19:30
golang/go
c06eef27d754b0c4e112dbff1233e393a8362844
988eb0d11e8d96e8ca150f401ed82326b276f653
runtime: skip TestTimePprof on sanitizers This test asserts there is no external code, but the sanitizer runtimes are external code. Fixes #73783. Cq-Include-Trybots: luci.golang.try:gotip-windows-amd64-race Change-Id: I6a6a636cf93b7950e3ea35e00ec2eaf89911d712 Reviewed-on: https://go-review.googlesource.com/c/go/+/6...
[ { "path": "src/runtime/crash_test.go", "patch": "@@ -854,6 +854,9 @@ func TestTimePprof(t *testing.T) {\n \tcase \"aix\", \"darwin\", \"illumos\", \"openbsd\", \"solaris\":\n \t\tt.Skipf(\"skipping on %s because nanotime calls libc\", runtime.GOOS)\n \t}\n+\tif race.Enabled || asan.Enabled || msan.Enabled {...
2025-05-21T20:14:19
vercel/next.js
55f705f1ab8e50d9012a4e0b88b8277fbdc85d8e
2bca1fde21db21e39e35c30a5c9eb88cb06178ee
fix(next/image): handle empty buffer and experimental flag for `skipMetadata` (#82569) As a follow up to PR https://github.com/vercel/next.js/pull/82538 this PR adds an experimental flag to optionally skip `sharp.metadata()` and rely only on the JS implementation for format detection.
[ { "path": "packages/next/src/server/config-schema.ts", "patch": "@@ -385,6 +385,7 @@ export const configSchema: zod.ZodType<NextConfig> = z.lazy(() =>\n imgOptTimeoutInSeconds: z.number().int().optional(),\n imgOptMaxInputPixels: z.number().int().optional(),\n imgOptSequentialRead: z...
2025-08-12T14:12:52
facebook/react
8a3def923bf88d23cc705a55416cd955e3dc169a
11a5254b9c1f18107a6e8ed77fa695a96aa2f5c0
Fixed sprout test failure
[ { "path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/no-flow-bailout-unrelated.expect.md", "patch": "@@ -39,4 +39,4 @@ export const FIXTURE_ENTRYPOINT = {\n ```\n \n ### Eval output\n-(kind: ok) null\n+(kind: ok) null\n\\ No newline at end of file", "additions": 1...
2024-02-10T00:48:13
electron/electron
d6c8ff2e7050f30dffd784915bcbd2a9f993cdb2
d002f16157bbc7f4bc70f2db6edde21d74c02276
chore: bump chromium to 119.0.6029.0 (main) (#39944) * chore: bump chromium in DEPS to 119.0.6021.0 * 4727729: Initial ScreenCaptureKit AudioInputStream implementation https://chromium-review.googlesource.com/c/chromium/src/+/4727729 * chore: fixup patch indices * chore: bump chromium in DEPS to 119.0.6023...
[ { "path": ".circleci/config/base.yml", "patch": "@@ -68,8 +68,8 @@ executors:\n version:\n description: \"xcode version\"\n type: enum\n- enum: [\"14.3.0\", \"14.0.0\"]\n- default: 14.3.0\n+ enum: [\"15.0.0\", \"14.0.0\"]\n+ default: 15.0.0\n macos:\n ...
2023-09-29T05:26:41
golang/go
50484d3b4e691d361d009d5e4a07c182b35471a0
b6e251b264869fac4ddc158fb9a5c8d5b4ac086f
cmd/go/internal/doc: ignore SIGINT and SIGQUIT Just like we do in cmd/doc when we start pkgsite, ignore SIGINT (and SIGQUIT on unix) when we start cmd/doc so that it's handled by cmd/doc (if pkgsite is not started, and before it is started) or pkgsite, if it is started. Also exit with the exit status of the command, r...
[ { "path": "src/cmd/go/internal/base/base.go", "patch": "@@ -191,20 +191,28 @@ func GetExitStatus() int {\n // connected to the go command's own stdout and stderr.\n // If the command fails, Run reports the error using Errorf.\n func Run(cmdargs ...any) {\n+\tif err := RunErr(cmdargs...); err != nil {\n+\t\t...
2025-05-21T16:20:59
vercel/next.js
bd802d13277f4b44d5cf4c1f1d61f9c32956bbc3
5bbd5ddf82e6c917b98c72a1632a7d2fffdf562d
[turbopack] Handle relative paths before matching in node file traces (#82539) # Fix glob handling for NFT JSON asset includes and excludes The current webpack version uses the https://www.npmjs.com/package/glob package to match and notably only handles `../` when it appears in a prefix position ([ref](https://www.n...
[ { "path": "crates/next-api/src/nft_json.rs", "patch": "@@ -4,7 +4,7 @@ use anyhow::{Result, bail};\n use serde_json::json;\n use turbo_rcstr::RcStr;\n use turbo_tasks::{\n- ReadRef, ResolvedVc, TryFlatJoinIterExt, Vc,\n+ FxIndexMap, ReadRef, ResolvedVc, TryFlatJoinIterExt, TryJoinIterExt, Vc,\n gr...
2025-08-12T11:13:43
nodejs/node
66a2cb210a6b95a5b09b459edd85b1220137105a
668e52339261ec21c7388884620987914c833395
test: deflake test/pummel/test-timers.js PR-URL: https://github.com/nodejs/node/pull/55098 Fixes: https://github.com/nodejs/node/issues/55092 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
[ { "path": "test/pummel/test-timers.js", "patch": "@@ -36,7 +36,7 @@ const WINDOW = 200; // Why does this need to be so big?\n assert.ok(diff > 0);\n console.error(`diff: ${diff}`);\n \n- assert.ok(1000 <= diff && diff < 1000 + WINDOW);\n+ assert.ok(Math.abs(diff - 1000) < WINDOW);\n }), 1000...
2024-09-27T06:16:20
facebook/react
966932c525f1aeaa30bec7381e2899de9a6c074b
c10d711309922b170100f0fcf4cf8167ab4dcba2
fix again :(
[ { "path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/no-flow-bailout-unrelated.expect.md", "patch": "@@ -9,54 +9,31 @@ function useX() {}\n function Foo(props) {\n // $FlowFixMe[incompatible-type]\n useX();\n- const x = new Foo(...props.foo, null, ...[props.bar]);\n- ...
2024-02-09T23:17:55
electron/electron
d002f16157bbc7f4bc70f2db6edde21d74c02276
dd7395ebedf0cfef3129697f9585035a4ddbde63
feat: `systemPreferences.getColor` should return RGBA instead of RGB (#38960) * fix: return RGBA hex value from `SystemPreferences.getColor` * docs: update docs to match changes of last commit * fix: GetColor on windows now returns RGBA too * fix: update tests for getColor RGBA on Windows --------- Co-a...
[ { "path": "docs/api/system-preferences.md", "patch": "@@ -306,7 +306,7 @@ This API is only available on macOS 10.14 Mojave or newer.\n * `window-background` - The background of a window.\n * `window-frame-text` - The text in the window's titlebar area.\n \n-Returns `string` - The system color settin...
2023-09-28T22:56:16
rust-lang/rust
1f94802603aa571c4d7cdf7045b35b8907eb2ee9
27d5b14aef576787388c7f5fe0bef4c5a9a61988
Fix libgccjit version
[ { "path": "compiler/rustc_codegen_gcc/libgccjit.version", "patch": "@@ -1 +1 @@\n-896045775f7c40fafe48c6e398f6c53bf6af889e\n+efdd0a7290c22f5438d7c5380105d353ee3e8518", "additions": 1, "deletions": 1, "language": "Unknown" } ]
2026-02-14T16:12:51
golang/go
1881d680b0b573c32d3002c37902760668ffec0f
ef20ccc10bf6e4d3991c9e29c7fae1c9ab338629
net/http: add CrossOriginProtection Fixes #73626 Change-Id: I6a6a4656862e7a38acb65c4815fb7a1e04896172 Reviewed-on: https://go-review.googlesource.com/c/go/+/674936 Reviewed-by: Damien Neil <dneil@google.com> Auto-Submit: Filippo Valsorda <filippo@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-acc...
[ { "path": "api/next/73626.txt", "patch": "@@ -0,0 +1,7 @@\n+pkg net/http, func NewCrossOriginProtection() *CrossOriginProtection #73626\n+pkg net/http, method (*CrossOriginProtection) AddInsecureBypassPattern(string) #73626\n+pkg net/http, method (*CrossOriginProtection) AddTrustedOrigin(string) error #7362...
2025-05-21T13:35:51
vercel/next.js
5bbd5ddf82e6c917b98c72a1632a7d2fffdf562d
39fffcc300473ae2f9568d5c993f3e866cfd03b3
Turbopack: improve Lightning CSS error handling (#82561) Don't return the `Result:Err`, but turn into an issue and return `Unparseable` Also fixes the location translation: Lightning CSS uses 1-based columns, while Turbopack uses 0-based column indices.
[ { "path": "test/development/acceptance-app/ReactRefreshLogBox.test.ts", "patch": "@@ -415,13 +415,13 @@ describe('ReactRefreshLogBox app', () => {\n if (isTurbopack) {\n await expect(browser).toDisplayRedbox(`\n {\n- \"description\": \"Parsing css source code failed\",\n+ \"...
2025-08-12T11:12:17
facebook/react
c10d711309922b170100f0fcf4cf8167ab4dcba2
8c7685ed40a421652a2189e8b72c6a64fbd70ddf
Further test fix
[ { "path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/no-flow-bailout-unrelated.expect.md", "patch": "@@ -4,6 +4,8 @@\n ```javascript\n // @enableFlowSuppressions\n \n+function useX() {}\n+\n function Foo(props) {\n // $FlowFixMe[incompatible-type]\n useX();\n@@ -28,6 +3...
2024-02-09T23:09:26
nodejs/node
17fd32790ad5e229c54617dc36de434fbf41a199
da5887d8e9910b8eb0cfd7ddbf762fbe6928d0df
buffer: make File cloneable Fixes: https://github.com/nodejs/node/issues/47612 PR-URL: https://github.com/nodejs/node/pull/47613 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina...
[ { "path": "doc/api/buffer.md", "patch": "@@ -5094,6 +5094,9 @@ added:\n - v19.2.0\n - v18.13.0\n changes:\n+ - version: REPLACEME\n+ pr-url: https://github.com/nodejs/node/pull/47613\n+ description: Makes File instances cloneable.\n - version: v20.0.0\n pr-url: https://github.com/nodejs/nod...
2024-09-26T08:24:39
electron/electron
e3e793d25bfa04f3003fdd09cb78c3ff4afc08e7
da92c9aa27fd9d0085d957f0e17bd0ca7b5ad898
chore: remove invalid constexpr qualification (#40006) GetPathConstant calls base::internal::flat_tree<Key, GetKeyFromValue, KeyCompare, Container>::find(Key const&) const which is not constexpr. GCC 12 and earlier raise a compile error on this.
[ { "path": "shell/browser/api/electron_api_app.cc", "patch": "@@ -433,7 +433,7 @@ IconLoader::IconSize GetIconSizeByString(const std::string& size) {\n }\n \n // Return the path constant from string.\n-constexpr int GetPathConstant(base::StringPiece name) {\n+int GetPathConstant(base::StringPiece name) {\n ...
2023-09-28T16:49:09
golang/go
d54703c94ae906a5e851ae95909b6eb2f0314e19
d82cb03debff0180aa705129e8a00e89c3fe8251
runtime: use DontUpdate testprog for DontUpdate test This is a typo in CL 670497. The test is using the wrong testprog function. The testprog also needs to assert that GOMAXPROCS doesn't change, not that it is equal to NumCPU, for the GOMAXPROCS=4 case. For #73193. Cq-Include-Trybots: luci.golang.try:gotip-windows-...
[ { "path": "src/runtime/gomaxprocs_windows_test.go", "patch": "@@ -32,7 +32,7 @@ func TestCgroupGOMAXPROCSDontUpdate(t *testing.T) {\n \t// update feature.\n \tfor _, v := range []string{\"GOMAXPROCS=4\", \"GODEBUG=updatemaxprocs=0\"} {\n \t\tt.Run(v, func(t *testing.T) {\n-\t\t\tgot := runTestProg(t, \"test...
2025-05-21T18:49:40
vercel/next.js
333489d8dbfacfbe3c91b3f8945503192a93ace8
b8508126f99bba26fcf6511b3637f3f50eeba9e7
Turbopack: fix postcss in RSC CSS (#82554) ### What? make sure to apply PostCSS on .module.css that is requested from RSC. Fixes a regression from #82448 Closes #82545
[ { "path": "test/e2e/app-dir/css-modules-rsc-postcss/app/layout.tsx", "patch": "@@ -0,0 +1,8 @@\n+import { ReactNode } from 'react'\n+export default function Root({ children }: { children: ReactNode }) {\n+ return (\n+ <html>\n+ <body>{children}</body>\n+ </html>\n+ )\n+}", "additions": 8, ...
2025-08-12T08:54:17
facebook/react
8c7685ed40a421652a2189e8b72c6a64fbd70ddf
48024b76bbb29028ea94f816efb5b69eeb01e948
Fix breakages and add fixture entrypoint
[ { "path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Suppression.ts", "patch": "@@ -13,6 +13,7 @@ import {\n CompilerSuggestionOperation,\n ErrorSeverity,\n } from \"../CompilerError\";\n+import { assertExhaustive } from \"../Utils/utils\";\n \n /**\n * Captures the start and end range...
2024-02-09T23:00:05
nodejs/node
da5887d8e9910b8eb0cfd7ddbf762fbe6928d0df
9bb6a1a790beb9c6a046750b36f953d50791066b
buffer: extract Blob's .arrayBuffer() & webidl changes - Extracts Blob.prototype.arrayBuffer so it cannot be overridden in .text(), etc. - Make .bytes() enumerable. I guess the WPT runner is not running the idlharness tests? - Make .text() return a Promise, rather than being explicitly async. This is a non-docum...
[ { "path": "lib/internal/blob.js", "patch": "@@ -273,54 +273,32 @@ class Blob {\n if (!isBlob(this))\n return PromiseReject(new ERR_INVALID_THIS('Blob'));\n \n- const { promise, resolve, reject } = createDeferredPromise();\n- const reader = this[kHandle].getReader();\n- const buffers = [];...
2024-09-26T05:53:58
electron/electron
4cf6884dd418aa7d6e4dc549efc3db1ee2a67900
94585f5889b83d4961a57619aab4f1f041f5b857
fix: detect screen readers by testing their existences (#39988)
[ { "path": "shell/browser/native_window_views_win.cc", "patch": "@@ -7,6 +7,7 @@\n #include <wrl/client.h>\n \n #include \"base/win/atl.h\" // Must be before UIAutomationCore.h\n+#include \"base/win/scoped_handle.h\"\n #include \"content/public/browser/browser_accessibility_state.h\"\n #include \"shell/brow...
2023-09-28T15:17:42
golang/go
3e468dfd5e6624465716fe5d34358ba58f1e9e7b
deb9a7e4ad8552a5f366877e626c223dea0e9d9b
crypto/tls: enable BoGo DisabledCurve-HelloRetryRequest-TLS13 The crypto/tls package produces the expected error for this test case, and so it can be enabled. Looking at the history of the relevant code it appears the TLS 1.3 implementation has always had the correct behaviour for HRR changing to an unsupported group...
[ { "path": "src/crypto/tls/bogo_config.json", "patch": "@@ -61,7 +61,6 @@\n \"BadRSAClientKeyExchange-4\": \"crypto/tls doesn't check the version number in the premaster secret - see processClientKeyExchange comment\",\n \"BadRSAClientKeyExchange-5\": \"crypto/tls doesn't check the version nu...
2025-05-16T18:40:27
vercel/next.js
cc5e9e67006b24b808217a34528dff3455905ee3
4dc34109a49b688752572c9df480fde8d1773e5b
Fix: Allow dynamic rendering when root layout is wrapped in Suspense (#82378) The prelude is empty when the entire app is suspended during prerender. Typically this indicates a lack of suspense boundary in the app, which creates no static shell, thus throwing error. However, if the root layout itself is dynamic but wr...
[ { "path": "packages/next/src/client/components/app-router.tsx", "patch": "@@ -44,6 +44,7 @@ import { isRedirectError, RedirectType } from './redirect-error'\n import { pingVisibleLinks } from './links'\n import RootErrorBoundary from './errors/root-error-boundary'\n import DefaultGlobalError from './builtin...
2025-08-12T00:18:40
facebook/react
48024b76bbb29028ea94f816efb5b69eeb01e948
19476aa5f6f448a97733dc95739b4873a8f8ab12
Fix lints
[ { "path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Program.ts", "patch": "@@ -199,7 +199,7 @@ export function compileProgram(\n const suppressions = findProgramSuppressions(\n pass.comments,\n options.eslintSuppressionRules ?? DEFAULT_ESLINT_SUPPRESSIONS,\n- options.flowSuppr...
2024-02-09T22:50:06
nodejs/node
02cdf7b8098baf5c22d35a1eecfa0a009dcc1709
0f7bdcc17fbc7098b89f238f4bd8ecad9367887b
src: decode native error messages as UTF-8 The native error messages can sometimes contain e.g. path content that are typically passed in as chars with UTF8-encoded code points. The native error throwing code previously always decode the chars as Latin-1, which would be incorrect. PR-URL: https://github.com/nodejs/no...
[ { "path": "src/node_errors.h", "patch": "@@ -119,7 +119,11 @@ void OOMErrorHandler(const char* location, const v8::OOMDetails& details);\n std::string message = SPrintF(format, std::forward<Args>(args)...); \\\n v8::Local<v8::String> js_code = OneByteString(isolate, #code); \\\n ...
2024-09-25T21:56:35
electron/electron
94585f5889b83d4961a57619aab4f1f041f5b857
43a646ed8592f31e0c8fa08b684dac329b7bf976
fix: propagate layout call to all children of `InspectableWebContentsViewViews` (#39994) Propagate layout call to all children of InspectableWebContentsViewViews. When BrowserView bounds are set from js, those might not trigger layout immediately, sometimes propagating InvalidateLayout call to parent. View is mar...
[ { "path": "shell/browser/ui/views/inspectable_web_contents_view_views.cc", "patch": "@@ -216,6 +216,8 @@ const std::u16string InspectableWebContentsViewViews::GetTitle() {\n void InspectableWebContentsViewViews::Layout() {\n if (!devtools_web_view_->GetVisible()) {\n contents_web_view_->SetBoundsRect(...
2023-09-28T15:17:21
golang/go
7ba996874b541aa13b6bf1d1174b97372e0de20d
a8e0641d5b90da99d5dda96488e87dda761b365b
crypto/tls: verify server chooses advertised curve When a crypto/tls client using TLS < 1.3 sends supported elliptic_curves in a client hello message the server must limit itself to choosing one of the supported options from our message. If we process a server key exchange message that chooses an unadvertised curve, a...
[ { "path": "src/crypto/tls/bogo_config.json", "patch": "@@ -62,7 +62,6 @@\n \"BadRSAClientKeyExchange-5\": \"crypto/tls doesn't check the version number in the premaster secret - see processClientKeyExchange comment\",\n \"CheckLeafCurve\": \"TODO: first pass, this should be fixed\",\n ...
2025-05-16T17:08:16
rust-lang/rust
3fdb366140b46097434b608707fc93e0b3e26439
d29c931c9dc4bd4cca3695d54c7b46153ac99e2b
Fix clippy warning
[ { "path": "src/declare.rs", "patch": "@@ -151,7 +151,6 @@ impl<'gcc, 'tcx> CodegenCx<'gcc, 'tcx> {\n ///\n /// If there’s a value with the same name already declared, the function will\n /// update the declaration and return existing Value instead.\n-#[expect(clippy::let_and_return)]\n fn declare_raw_fn<'gc...
2026-02-14T12:47:54
facebook/react
24ed13e1f04ccc843f559948137405a7191b4b13
fea7b5ac0d04d9749acf3fe1f0134cfb56a1648e
Update error message and comments
[ { "path": "compiler/packages/babel-plugin-react-forget/src/HIR/ComputeUnconditionalBlocks.ts", "patch": "@@ -23,7 +23,7 @@ export function computeUnconditionalBlocks(fn: HIRFunction): Set<BlockId> {\n while (current !== null && current !== exit) {\n CompilerError.invariant(!unconditionalBlocks.has(cur...
2024-02-14T00:45:18
vercel/next.js
4dc34109a49b688752572c9df480fde8d1773e5b
0ad13118dda40eb1275ef00e0d3aabcf906eb2e7
Fix: Disambiguate Mediapartners-Google user agent (#82536) `Mediapartners-Google` used to match both `HEADLESS_BROWSER_BOT_UA_RE` and `HTML_LIMITED_BOT_UA_RE`, causing inconsistent state values for `getBotType`, `isDomBotUA`, and `isHtmlLimitedBotUA`.
[ { "path": "packages/next/src/shared/lib/router/utils/html-bots.ts", "patch": "@@ -1,4 +1,6 @@\n // This regex contains the bots that we need to do a blocking render for and can't safely stream the response\n // due to how they parse the DOM. For example, they might explicitly check for metadata in the `head...
2025-08-11T23:36:18
nodejs/node
0f7bdcc17fbc7098b89f238f4bd8ecad9367887b
2118e32d9b6c0fa1eea852b3114d65706f33cc51
test: fix test-tls-junk-closes-server Refs: https://github.com/nodejs/node/issues/53382 TLS spec seems to indicate there should should be a response sent when TLS handshake fails. See https://datatracker.ietf.org/doc/html/rfc8446#page-85 When compiled with OpenSSL32 we see the the following response '15 03 03 00 02 ...
[ { "path": "test/parallel/test-tls-junk-closes-server.js", "patch": "@@ -39,6 +39,22 @@ const server = tls.createServer(options, common.mustNotCall());\n server.listen(0, common.mustCall(function() {\n const c = net.createConnection(this.address().port);\n \n+ c.on('data', function() {\n+ // We must co...
2024-09-25T21:28:05
rust-lang/rust
2737b26c2e5eee9229663552d0c70e2affbb8511
0f4f81df13a18212e1b3b578ccfc8d055ad120be
Fix the compile-test tests when setting Cargo's `build.build-dir` setting to a path that's distinct from `target-dir`.
[ { "path": "tests/compile-test.rs", "patch": "@@ -197,10 +197,6 @@ impl TestContext {\n defaults.set_custom(\"diagnostic-collector\", collector);\n }\n config.with_args(&self.args);\n- let current_exe_path = env::current_exe().unwrap();\n- let deps_path = current_exe...
2026-02-14T12:01:38
electron/electron
c8156c3c57ad8b6e19353725805843202977c1e7
689d1b76de36ca6f63e291ef019da004b8ca3559
fix: failure on immutable `webContents.print(options)` (#39985) fix: failure on immutable webContents.print(options)
[ { "path": "lib/browser/api/web-contents.ts", "patch": "@@ -345,49 +345,53 @@ WebContents.prototype.printToPDF = async function (options) {\n // TODO(codebytere): deduplicate argument sanitization by moving rest of\n // print param logic into new file shared between printToPDF and print\n WebContents.prototy...
2023-09-28T08:41:46
facebook/react
69247869734374dd3f66076228f78df8ee0ca238
19b4abed69643be0c6410c6d4a4fdb23c276ef0e
[be] Change validate functions to not return unnecessary Result These validations needs to be able to transitively check for violations within function expressions, without immediately erroring. So the inner "-Impl" helpers return a Result. But the outer, exported validate functions don't need to return a Result, ...
[ { "path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Pipeline.ts", "patch": "@@ -175,11 +175,11 @@ function* runWithEnvironment(\n }\n \n if (env.config.validateRefAccessDuringRender) {\n- validateNoRefAccessInRender(hir).unwrap();\n+ validateNoRefAccessInRender(hir);\n }\n \n ...
2024-02-14T00:45:17
vercel/next.js
0ad13118dda40eb1275ef00e0d3aabcf906eb2e7
78c544b1d53fc80e9e842559667822ff34abffd8
Turbopack: Rework watcher data structures, store watched list and watcher behind the same RwLock (#82258) Reworks the data structures used for the watcher to achieve a few goals: - I want to avoid multiple locks, as I don't think we actually need two different locks, and multiple locks leaves more room for bugs (e.g....
[ { "path": "turbopack/crates/turbo-tasks-fs/src/lib.rs", "patch": "@@ -261,11 +261,7 @@ impl DiskFileSystemInner {\n let invalidator = turbo_tasks::get_invalidator();\n self.invalidator_map\n .insert(path.to_owned(), invalidator, None);\n- if let Some(non_recursive) = &self...
2025-08-11T23:32:38
rust-lang/rust
87166b545e435a1bffac968a023260d3795e532c
873e96b6752a323f149495abc2479d3d70df611a
libm: Reenable should_panic tests on ppc64le The tests pass successfully for me on powerpc64le-unknown-linux-gnu with nightly 1.95.
[ { "path": "library/compiler-builtins/libm/src/math/support/big/tests.rs", "patch": "@@ -261,8 +261,6 @@ fn shr_u256() {\n #[test]\n #[should_panic]\n #[cfg(debug_assertions)]\n-// FIXME(ppc): ppc64le seems to have issues with `should_panic` tests.\n-#[cfg(not(all(target_arch = \"powerpc64\", target_endian =...
2026-02-14T03:59:28
golang/go
c3bb27bbc77ac02ad709e77a7fcca0a5d3176304
f4de2ecffb9c107e6058c1ebb30c68de1157f5c6
cmd/compile/internal/walk: use global zeroVal in interface conversions for zero values This is a small-ish adjustment to the change earlier in our stack in CL 649555, which started creating read-only global storage for a composite literal used in an interface conversion and setting the interface data pointer to point ...
[ { "path": "src/cmd/compile/internal/ir/symtab.go", "patch": "@@ -59,6 +59,7 @@ type symsStruct struct {\n \tUdiv *obj.LSym\n \tWriteBarrier *obj.LSym\n \tZerobase *obj.LSym\n+\tZeroVal *obj.LSym\n \tARM64HasATOMICS *obj.LSym\n \tARMHasVFPv4 *obj.LSym\n \tLoong64HasLAMC...
2025-02-12T23:45:42
facebook/react
19b4abed69643be0c6410c6d4a4fdb23c276ef0e
bde30f02840ad49119c2433d54ad352e95f53420
[be] Remove unused validateRefAccessDuringRenderFunctionExpressions flag I had split this up from the main validation since function validation was less precise; now that previous PRs fix the false positives we can remove this extra flag.
[ { "path": "compiler/packages/babel-plugin-react-forget/src/HIR/Environment.ts", "patch": "@@ -172,14 +172,6 @@ const EnvironmentConfigSchema = z.object({\n // Validate that ref values (`ref.current`) are not accessed during render.\n validateRefAccessDuringRender: z.boolean().default(false),\n \n- /**\...
2024-02-14T00:45:17
nodejs/node
2118e32d9b6c0fa1eea852b3114d65706f33cc51
5ed32960512dca80e6c4e1489568d88c6ac3e0ea
test: fix more tests that fail when path contains a space PR-URL: https://github.com/nodejs/node/pull/55088 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
[ { "path": "test/parallel/test-child-process-execfile.js", "patch": "@@ -10,7 +10,7 @@ const os = require('os');\n \n const fixture = fixtures.path('exit.js');\n const echoFixture = fixtures.path('echo.js');\n-const execOpts = { encoding: 'utf8', shell: true };\n+const execOpts = { encoding: 'utf8', shell: t...
2024-09-25T21:27:50
electron/electron
480f48b2fcf659e031e2440b9af67c38cc061aca
a0ae691a9c1da400904934803818d345c64cd258
feat: enable dark mode on GTK UIs (#38977) feat: port DarkModeManagerLinux This is needed after https://bugs.chromium.org/p/chromium/issues/detail?id=998903 and replaces the previous workaround to detect dark mode on GTK. Detect system dark theme preference via xdg settings portal: https://flatpak.github.io/xdg-...
[ { "path": "chromium_src/BUILD.gn", "patch": "@@ -204,6 +204,10 @@ static_library(\"chrome\") {\n \"//chrome/browser/ui/views/status_icons/status_icon_linux_dbus.cc\",\n \"//chrome/browser/ui/views/status_icons/status_icon_linux_dbus.h\",\n ]\n+ sources += [\n+ \"//chrome/browser/ui/v...
2023-09-27T18:17:40
vercel/next.js
d75d90f3cf4502df4beb5cc3f1ae55482d4afda7
161a8ba0bf52499524dd2a8293d3fc5350d6cc83
docs: experimental config browserDebugInfoInTerminal (#82532) Adding docs for `browserDebugInfoInTerminal`
[ { "path": "docs/01-app/03-api-reference/05-config/01-next-config-js/browserDebugInfoInTerminal.mdx", "patch": "@@ -0,0 +1,134 @@\n+---\n+title: browserDebugInfoInTerminal\n+description: Forward browser console logs and errors to your terminal during development.\n+version: experimental\n+---\n+\n+The `exper...
2025-08-11T21:08:18
rust-lang/rust
ed091aaf5dcaba246cb6193872145f42ed080a3a
fa3b046aa5aed92eb7501c8c3ded322c247539ab
Move `rustc_query_system::query::dep_graph` to `rustc_middle`. Most of the files within the `dep_graph` module can be moved wholesale into `rustc_middle`. But two of them (`mod.rs` and `dep_node.rs`) have the same name as existing files in `rustc_middle`, so for those I just copied the contents into the existing files...
[ { "path": "Cargo.lock", "patch": "@@ -4093,7 +4093,6 @@ dependencies = [\n \"rustc_passes\",\n \"rustc_privacy\",\n \"rustc_query_impl\",\n- \"rustc_query_system\",\n \"rustc_resolve\",\n \"rustc_session\",\n \"rustc_span\",\n@@ -4519,13 +4518,11 @@ dependencies = [\n \"rustc_errors\",\n \"rustc_fea...
2026-02-11T06:02:27
facebook/react
5f1b8fd57f672601fc11a44f537aaeec2b793c03
6dae958eab3b19a6d89ea13242b87ac8cad81e97
Improve validateNoRefAccessInRender Rewrites the validation to not rely on the mutable range of functions to determine whether they are called or not, since the range can be extended for other reasons (they happen to reference a mutable value that is mutated later, even though the function isn't called during rend...
[ { "path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Pipeline.ts", "patch": "@@ -180,7 +180,7 @@ function* runWithEnvironment(\n }\n \n if (env.config.validateRefAccessDuringRender) {\n- validateNoRefAccessInRender(hir);\n+ validateNoRefAccessInRender(hir).unwrap();\n }\n \n i...
2024-02-14T00:45:15
golang/go
f4de2ecffb9c107e6058c1ebb30c68de1157f5c6
ce46c9db867fb54a9c1f39b73ac8c2f339ca0587
cmd/compile/internal/walk: convert composite literals to interfaces without allocating Today, this interface conversion causes the struct literal to be heap allocated: var sink any func example1() { sink = S{1, 1} } For basic literals like integers that are directly used in an interface conversi...
[ { "path": "src/cmd/compile/internal/walk/order.go", "patch": "@@ -226,7 +226,8 @@ func (o *orderState) addrTemp(n ir.Node) ir.Node {\n \t// for the implicit conversion of \"foo\" to any, and we can't handle\n \t// the relocations in that temp.\n \tif n.Op() == ir.ONIL || (n.Op() == ir.OLITERAL && !base.Ctxt...
2025-02-14T04:49:50
nodejs/node
bdddc04dff8cc1868c6e9d6bf97f62e0d3dff371
18800da280f87ebc8ad60afcbd8ce48fa2127bf6
test: fix `assertSnapshot` when path contains a quote PR-URL: https://github.com/nodejs/node/pull/55087 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
[ { "path": "test/common/assertSnapshot.js", "patch": "@@ -25,7 +25,7 @@ function replaceWindowsPaths(str) {\n }\n \n function replaceFullPaths(str) {\n- return str.replaceAll(path.resolve(__dirname, '../..'), '');\n+ return str.replaceAll('\\\\\\'', \"'\").replaceAll(path.resolve(__dirname, '../..'), '');\...
2024-09-25T19:42:12
electron/electron
f943b8c940386f196a10cf490ad9122d83ec59f5
b7c9c895b5a60ddce41b8563703b5d8516c76983
fix: set window contents as opaque to decrease DWM GPU usage (#39895) * set window contents as opaque to decrease DWM GPU usage * chore: add more context to ShouldWindowContentsBeTransparent
[ { "path": "shell/browser/ui/win/electron_desktop_window_tree_host_win.cc", "patch": "@@ -133,4 +133,14 @@ void ElectronDesktopWindowTreeHostWin::OnNativeThemeUpdated(\n }\n }\n \n+bool ElectronDesktopWindowTreeHostWin::ShouldWindowContentsBeTransparent()\n+ const {\n+ // Window should be marked as opa...
2023-09-27T14:42:46
vercel/next.js
161a8ba0bf52499524dd2a8293d3fc5350d6cc83
d251264721d5f4f2e29a2feccfdf222845faa63c
Test that there are no server-side CSS chunks (#82471) A few months ago, this was fixed for Turbopack. Adding a regression test now
[ { "path": "test/e2e/app-dir/css-server-chunks/app/client/page.tsx", "patch": "@@ -0,0 +1,8 @@\n+'use client'\n+\n+import '../../global.css'\n+import styles from '../../styles.module.css'\n+\n+export default function Page() {\n+ return <div className={styles.foo}>Hello</div>\n+}", "additions": 8, "d...
2025-08-11T20:33:13
rust-lang/rust
924dbc46d9afea739aa51769f426c52a4f267e58
940f30792c614ee18c551c7321470c8f60ae6422
Move `CycleErrorHandling`. From `rustc_query_system` to `rustc_middle`.
[ { "path": "compiler/rustc_middle/src/query/mod.rs", "patch": "@@ -7,8 +7,8 @@ pub use self::caches::{\n pub use self::job::{QueryInfo, QueryJob, QueryJobId, QueryLatch, QueryWaiter};\n pub use self::keys::{AsLocalKey, Key, LocalCrate};\n pub use self::plumbing::{\n- ActiveKeyStatus, CycleError, IntoQuery...
2026-02-11T03:57:33
facebook/react
f7f05501e07bbd693637f50c635a15a492a7d0e8
a107ba81ed08e25696cb17a015b6c6f8bac606b0
Support destructuring assignment of context variables Fixes T178003134. Previously we did not check whether values reassigned during a destructuring assignment were context variables. This would either miscompile, or as of my fix earlier in #2579, would fail validation. Specifically, this happened on AssignmentEpr...
[ { "path": "compiler/packages/babel-plugin-react-forget/src/HIR/BuildHIR.ts", "patch": "@@ -134,7 +134,8 @@ export function lower(\n param.node.loc ?? GeneratedSource,\n InstructionKind.Let,\n param,\n- place\n+ place,\n+ \"Assignment\"\n );\n } else if ...
2024-02-14T00:45:14
golang/go
ce46c9db867fb54a9c1f39b73ac8c2f339ca0587
d327e52d438854acae275cdf9d2c1fe42f037eb8
internal/godebug,crypto/fips140: make fips140 setting immutable Updates #70123 Co-authored-by: qmuntal <quimmuntal@gmail.com> Change-Id: I6a6a4656fd23ecd82428cccbd7c48692287fc75a Reviewed-on: https://go-review.googlesource.com/c/go/+/657116 Reviewed-by: Daniel McCarney <daniel@binaryparadox.net> Reviewed-by: Roland S...
[ { "path": "src/crypto/fips140/fips140.go", "patch": "@@ -7,11 +7,8 @@ package fips140\n import (\n \t\"crypto/internal/fips140\"\n \t\"crypto/internal/fips140/check\"\n-\t\"internal/godebug\"\n )\n \n-var fips140GODEBUG = godebug.New(\"fips140\")\n-\n // Enabled reports whether the cryptography libraries ar...
2025-03-12T17:02:39
nodejs/node
aac8ba7bd7a361e06f6c08978644b9904c81bcb6
7d0ce254e8849f8f1fd05c966de998bbee458491
test_runner: fix mocking modules with quote in their URL PR-URL: https://github.com/nodejs/node/pull/55083 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
[ { "path": "lib/internal/test_runner/mock/loader.js", "patch": "@@ -139,7 +139,7 @@ async function createSourceFromMock(mock, format) {\n const { exportNames, hasDefaultExport, url } = mock;\n const useESM = format === 'module' || format === 'module-typescript';\n const source = `${testImportSource(use...
2024-09-25T17:34:58
electron/electron
b7c9c895b5a60ddce41b8563703b5d8516c76983
1ba321b7332b0a462f04c4d1f921cefcb337f325
build: fix with `enable_pdf_viewer = false` (#39990) build: fix with enable_pdf_viewer = false
[ { "path": "shell/browser/extensions/api/resources_private/resources_private_api.cc", "patch": "@@ -13,15 +13,15 @@\n #include \"chrome/grit/generated_resources.h\"\n #include \"components/strings/grit/components_strings.h\"\n #include \"components/zoom/page_zoom_constants.h\"\n-#include \"pdf/buildflags.h\"...
2023-09-27T14:09:53
facebook/react
a107ba81ed08e25696cb17a015b6c6f8bac606b0
5dd55e881b374a5a0b8c5c962c08bee194297f15
[BE] Remove navigator; edit sprout fixtures --- I recall adding the navigator override because some React library file had done an unconditional access, but this doesn't seem to be the case anymore. Regardless, newer versions of nodejs comes with a global `navigator` [see thread](https://github.com/nodejs/node/i...
[ { "path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/hoisting-computed-member-expression.expect.md", "patch": "@@ -2,17 +2,21 @@\n ## Input\n \n ```javascript\n+import { Stringify } from \"shared-runtime\";\n+\n function hoisting() {\n- function onClick(x) {\n- return x...
2024-02-13T00:12:01
rust-lang/rust
8b0dc1ece0a6fd515b7bdb5c3d28f2fdd54bef61
1ac199af0a923580b97db6fdf6e798b37f97d43f
Move `rustc_query_system::query::job` to `rustc_middle`. This includes the types `QueryInfo`, `QueryJob`, `QueryJobId`, `QueryWaiter`, `QueryLatch`, and `QueryLatchInfo`. `CycleError` and `QueryStack*` had to come along too, due to type interdependencies. The `QueryStack*` types are put into a new submodule `rustc_mi...
[ { "path": "Cargo.lock", "patch": "@@ -4226,6 +4226,7 @@ dependencies = [\n \"bitflags\",\n \"either\",\n \"gsgdt\",\n+ \"parking_lot\",\n \"polonius-engine\",\n \"rustc_abi\",\n \"rustc_apfloat\",\n@@ -4512,20 +4513,17 @@ dependencies = [\n name = \"rustc_query_system\"\n version = \"0.0.0\"\n depende...
2026-02-11T02:16:31
vercel/next.js
e822c80904f1db2c0773b18f5cd7bfce834ccd40
ee8286f126a11e30613d89dc5ffe4044fbe2fdd1
fix: add `?dpl` to fonts in `/_next/static/media` part 2 (#82488) This is a follow up to PR https://github.com/vercel/next.js/pull/82384 which fixed it for `<link>` but not for `next/font` that embeds local fonts in css. https://nextjs.org/docs/14/app/building-your-application/deploying#version-skew
[ { "path": "packages/font/src/google/loader.test.ts", "patch": "@@ -124,6 +124,7 @@ describe('next/font/google loader', () => {\n mockFetchResource.mockResolvedValue(Buffer.from('OK'))\n const { css } = await nextFontGoogleFontLoader({\n functionName,\n+ deploymentId: undef...
2025-08-11T20:18:08
golang/go
d6c29c71562df407cc18846efd2e9d8fe0b28960
a21b71daf57a54a12c2aedff0fba0860fa977590
cmd/compile: fix offset calculation error in memcombine Fixes #73812 Change-Id: If7a6e103ae9e1442a2cf4a3c6b1270b6a1887196 Reviewed-on: https://go-review.googlesource.com/c/go/+/675175 Reviewed-by: Keith Randall <khr@google.com> Auto-Submit: Junyang Shao <shaojunyang@google.com> Reviewed-by: Keith Randall <khr@golang....
[ { "path": "src/cmd/compile/internal/ssa/memcombine.go", "patch": "@@ -581,7 +581,7 @@ func combineStores(root *Value) {\n \t\t\tmask := int64(1)<<(8*a[i].size) - 1\n \t\t\ts := 8 * (a[i].offset - a[0].offset)\n \t\t\tif root.Block.Func.Config.BigEndian {\n-\t\t\t\ts = aTotalSize*8 - a[i].size - s\n+\t\t\t\t...
2025-05-21T18:50:39
nodejs/node
7d0ce254e8849f8f1fd05c966de998bbee458491
00d4f8073cf4c436ac6647431d15f91d8a4750b0
test: fix some tests when path contains `%` Tests should pass even if the path where the repo is cloned contains URL-significant chars. PR-URL: https://github.com/nodejs/node/pull/55082 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh...
[ { "path": "test/common/inspector-helper.js", "patch": "@@ -255,8 +255,8 @@ class InspectorSession {\n const callFrame = message.params.callFrames[0];\n const location = callFrame.location;\n const scriptPath = this._scriptsIdsByUrl.get(location.scriptId);\n- assert.strictEqual(scriptP...
2024-09-25T17:25:33
electron/electron
1ba321b7332b0a462f04c4d1f921cefcb337f325
ad57867594c9f1be91846fedf7fe9ab22403ae81
fix: rounded corners on vibrant macOS modals (#39979) Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
[ { "path": "shell/browser/native_window_mac.mm", "patch": "@@ -1420,11 +1420,21 @@ void ReorderChildWindowAbove(NSWindow* child_window, NSWindow* other_window) {\n \n if (vibrantView != nil && !vibrancy_type_.empty()) {\n const bool no_rounded_corner = !HasStyleMask(NSWindowStyleMaskTitled);\n- if (...
2023-09-27T13:12:37
facebook/react
06e410ec608820b65d81536bb4630228b4e04d48
374fd68a50f00237555cdeb60ad01cba171328f9
Move modern strict to experimental (#28152) Turn this on Edited: ope, nvm <details> Looks like there's still an outstanding issue with this. The original PR turned off a strict effects test, which causes a stray `componentWillUnmount` to fire. https://github.com/facebook/react/commit/5d1ce651393524639a3b4...
[ { "path": "packages/react-reconciler/src/ReactFiberWorkLoop.js", "patch": "@@ -3792,12 +3792,9 @@ function commitDoubleInvokeEffectsInDEV(\n hasPassiveEffects: boolean,\n ) {\n if (__DEV__) {\n- if (useModernStrictMode) {\n+ if (useModernStrictMode && root.tag !== LegacyRoot) {\n let doubleI...
2024-02-09T21:59:47
vercel/next.js
ee8286f126a11e30613d89dc5ffe4044fbe2fdd1
2c1a3d153f15546d8ec03fe4e06e287d49f49a26
fix(next/image): use `image-size` pkg as additional format detector (#82538) In a previous PR https://github.com/vercel/next.js/pull/82118 we added a fallback to `sharp().metadata()` when the magic number didn't detect the image format in order to improve detection. But `sharp` can be slow to read metadata, so we sho...
[ { "path": "packages/next/src/compiled/image-detector/detector.js", "patch": "@@ -0,0 +1 @@\n+(()=>{\"use strict\";var t={436:(t,e,n)=>{Object.defineProperty(e,\"__esModule\",{value:true});e.BMP=void 0;const r=n(779);e.BMP={validate:t=>(0,r.toUTF8String)(t,0,2)===\"BM\",calculate:t=>({height:Math.abs((0,r.re...
2025-08-11T19:54:37
golang/go
c5a1fc1f97b4b6b384a9852d96a77868e0f5e6a9
a731955f0f48b9d1e74ea3aa65f8485388a2849e
crypto/tls: add GetEncryptedClientHelloKeys This allows servers to rotate their ECH keys without needing to restart the server. Fixes #71920 Change-Id: I55591ab3303d5fde639038541c50edcf1fafc9aa Reviewed-on: https://go-review.googlesource.com/c/go/+/670655 TryBot-Bypass: Roland Shoemaker <roland@golang.org> Reviewed-...
[ { "path": "api/next/71920.txt", "patch": "@@ -0,0 +1 @@\n+pkg crypto/tls, type Config struct, GetEncryptedClientHelloKeys func(*ClientHelloInfo) ([]EncryptedClientHelloKey, error) #71920", "additions": 1, "deletions": 0, "language": "Plain Text" }, { "path": "doc/next/6-stdlib/99-minor/c...
2025-05-07T18:37:52
electron/electron
ad57867594c9f1be91846fedf7fe9ab22403ae81
e61359598214399cab97ca6a8ad541983059c331
fix: apply size constraints to NSWindow (#39975)
[ { "path": "shell/browser/native_window.cc", "patch": "@@ -354,10 +354,14 @@ void NativeWindow::SetContentSizeConstraints(\n size_constraints_.reset();\n }\n \n+// Windows/Linux:\n // The return value of GetContentSizeConstraints will be passed to Chromium\n // to set min/max sizes of window. Note that we ...
2023-09-27T09:11:24
nodejs/node
4c045351c12e1960a2f79befea1fcc4008400a86
7f480818b78602b4fc6ca704758befd5bed4c010
lib: fix typos PR-URL: https://github.com/nodejs/node/pull/55065 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
[ { "path": "lib/internal/crypto/keys.js", "patch": "@@ -88,7 +88,7 @@ for (const m of [[kKeyEncodingPKCS1, 'pkcs1'], [kKeyEncodingPKCS8, 'pkcs8'],\n encodingNames[m[0]] = m[1];\n \n // Creating the KeyObject class is a little complicated due to inheritance\n-// and the fact that KeyObjects should be transf...
2024-09-25T14:35:18
rust-lang/rust
b4ee9953d8dd037fcfce60a0d10c0da90ec81650
8af02e230aac276d7eaa538729abca8618f02225
modify error comment and bless test, delete tests/ui/const-generics/generic_const_exprs/lit_type_mismatch.rs
[ { "path": "tests/crashes/133966.rs", "patch": "@@ -1,3 +0,0 @@\n-//@ known-bug: #133966\n-pub struct Data([[&'static str]; 5_i32]);\n-const _: &'static Data = unsafe { &*(&[] as *const Data) };", "additions": 0, "deletions": 3, "language": "Rust" }, { "path": "tests/ui/const-generics/adt...
2026-02-10T16:01:13
facebook/react
d4cdaf252337027615812a01c366c7ae0265ea95
6da1912eed161c766689eb4bde336b9854e912e7
Fix assignment expression with context variables Fixes the one case discovered in the previous PR; for AssignmentExpression we correctly lowered the store instruction to a local/context, but then always used a `LoadLocal` to read the result back. The load instruction appears like it might be dangling - i think wh...
[ { "path": "compiler/packages/babel-plugin-react-forget/src/HIR/BuildHIR.ts", "patch": "@@ -1869,6 +1869,7 @@ function lowerExpression(\n type: null,\n loc: exprLoc,\n });\n+ return { kind: \"LoadLocal\", place: identifier, loc: exprLoc };\n } else...
2024-02-09T22:25:33
vercel/next.js
0ec5511da47c98112e86290d2f1550ad261d91b2
13899e5f85529900822ee7f7dd05e10b7c0c44bf
Turbopack: fix CSS module references, take 2 (#82448) Replaces and closes https://github.com/vercel/next.js/pull/78058 Closes PACK-4324 Before, you got duplicate modules because `transition_to_client(postcss(webpack(source in rsc)) != postcss(webpack(transition_to_client(source in rsc))` Now, we have: ``` rsc layer ...
[ { "path": ".github/workflows/build_and_test.yml", "patch": "@@ -314,8 +314,6 @@ jobs:\n export TURBOPACK_BUILD=1\n export NEXT_TEST_MODE=start\n export NEXT_TEST_REACT_VERSION=\"${{ matrix.react }}\"\n- # TODO(PACK-4578): Remove\n- export TURBOPACK_TEMP_DISABLE_DUPLICAT...
2025-08-11T18:16:10
electron/electron
624ae024e245f6bfc00fd1ad03f063cc40fe069c
2190793fe6351e50940dec077907eaac1f16471c
docs: Quick Start | Electron Forge chapter requirements updated (#39639) * Update quick-start.md Added a note to a pre-require of Electron Forge. Otherwise users will have an error `Cannot make for rpm, the following external binaries need to be installed: rpmbuild` * Add two required steps for Electron Forge t...
[ { "path": "docs/tutorial/quick-start.md", "patch": "@@ -459,7 +459,14 @@ To summarize all the steps we've done:\n The fastest way to distribute your newly created app is using\n [Electron Forge](https://www.electronforge.io).\n \n-1. Add Electron Forge as a development dependency of your app, and use its `i...
2023-09-26T23:56:39
facebook/react
374fd68a50f00237555cdeb60ad01cba171328f9
d27c1ac1128327280607389c187e7db8dab06f84
fix: define IS_ACT_ENVIRONMENT global for tests with concurrent mode and synchronous act (#28296)
[ { "path": "packages/react-devtools-shared/src/__tests__/FastRefreshDevToolsIntegration-test.js", "patch": "@@ -20,6 +20,8 @@ describe('Fast Refresh', () => {\n let withErrorsOrWarningsIgnored;\n \n beforeEach(() => {\n+ global.IS_REACT_ACT_ENVIRONMENT = true;\n+\n exportsObj = undefined;\n \n ...
2024-02-09T19:03:40
nodejs/node
61ad74fb0f2a9c4c5fb08f79f3dc2df1da9cd501
5c22d19f4430fcc2db0e4fb6547165e9973a4b56
Revert "test: mark test-fs-watch-non-recursive flaky on Windows" This reverts commit 2a871df3dfb8ea663ef5e1f8f62701ec51384ecb. It has been almost three years since the test was marked flaky. Remove the unstable designation to see if the problem persists on Windows. Fixes: https://github.com/nodejs/node/issues/40728 ...
[ { "path": "test/pummel/pummel.status", "patch": "@@ -7,8 +7,6 @@ prefix pummel\n [true] # This section applies to all platforms\n \n [$system==win32]\n-# https://github.com/nodejs/node/issues/40728\n-test-fs-watch-non-recursive: PASS,FLAKY\n \n [$system==macos]\n ", "additions": 0, "deletions": 2, ...
2024-09-25T13:18:52
vercel/next.js
5f6cb1c60731d5388a86710e465b959871221989
e9a5067e5165f98b53e1c8f58d19873d44345a44
[turbopack] Fix the build under `--features=tokio_tracing` (#81979) ## Fix the build under the `tokio_tracing` feature https://github.com/vercel/next.js/pull/80738 changed the definition of LocalTaskSpec and moved the Display trait impl down to LocalTaskType but updating this use was missed since it is guarded by a f...
[ { "path": "turbopack/crates/turbo-tasks/src/manager.rs", "patch": "@@ -810,7 +810,7 @@ impl<B: Backend + 'static> TurboTasks<B> {\n let description = format!(\n \"[local] (parent: {}) {}\",\n self.backend.get_task_description(parent_task_id),\n- ty,\n+ t...
2025-08-11T16:09:12
facebook/react
36b078cc7a50ad0cd66e7f6b4b8e4a1295e47f67
ba5e6a8329c7194a2c573c037a37f24ce45ee58f
unify feature flags between fb and oss for React Native renderer (#28269) # Affected flags: ### alwaysThrottleRetries In RN OSS changed from `true` to `false`. This is what FB build uses. This flag was a root cause for big perf regression internally. ### enableDeferRootSchedulingToMicrotask In RN OSS buil...
[ { "path": "packages/shared/forks/ReactFeatureFlags.native-fb-dynamic.js", "patch": "@@ -22,7 +22,6 @@ import typeof * as DynamicFlagsType from 'ReactNativeInternalFeatureFlags';\n \n export const alwaysThrottleRetries = __VARIANT__;\n export const enableDeferRootSchedulingToMicrotask = __VARIANT__;\n-export...
2024-02-09T09:46:42
electron/electron
2190793fe6351e50940dec077907eaac1f16471c
fa215f1009d17724c1c83845d0e65b3a8082e86d
fix: disable background throttling also in the `viz::DisplayScheduler` (#38924) * fix: disable background throttling also in the `viz::DisplayScheduler` `viz::DisplayScheduler` is responsible for drawing and swapping frames in the `DisplayScheduler::DrawAndSwap` which is called from the `DisplayScheduler::Attempt...
[ { "path": "docs/api/structures/web-preferences.md", "patch": "@@ -74,7 +74,11 @@\n * `defaultEncoding` string (optional) - Defaults to `ISO-8859-1`.\n * `backgroundThrottling` boolean (optional) - Whether to throttle animations and timers\n when the page becomes background. This also affects the\n- [Page...
2023-09-26T20:00:46
nodejs/node
0b9249e335e7d8f5ae14f8a62095e7d54c475026
773e7c67cf357a152770b12a294d93fefcd83f0c
module: implement the "module-sync" exports condition This patch implements a "module-sync" exports condition for packages to supply a sycnrhonous ES module to the Node.js module loader, no matter it's being required or imported. This is similar to the "module" condition that bundlers have been using to support `requi...
[ { "path": "doc/api/modules.md", "patch": "@@ -335,9 +335,12 @@ LOAD_PACKAGE_IMPORTS(X, DIR)\n 1. Find the closest package scope SCOPE to DIR.\n 2. If no scope was found, return.\n 3. If the SCOPE/package.json \"imports\" is null or undefined, return.\n-4. let MATCH = PACKAGE_IMPORTS_RESOLVE(X, pathToFileURL...
2024-09-25T06:35:26
facebook/react
e41ee9ea70f8998144fdd959ac11fd7a40e4ee20
cd63ef79218a1d53c8739da75b154014f3b7cc73
Throw a better error when Lazy/Promise is used in React.Children (#28280) We could in theory actually support this case by throwing a Promise when it's used inside a render. Allowing it to be synchronously unwrapped. However, it's a bit sketchy because we officially only support this in the render's child position ...
[ { "path": "packages/react/src/ReactChildren.js", "patch": "@@ -13,6 +13,7 @@ import isArray from 'shared/isArray';\n import {\n getIteratorFn,\n REACT_ELEMENT_TYPE,\n+ REACT_LAZY_TYPE,\n REACT_PORTAL_TYPE,\n } from 'shared/ReactSymbols';\n import {checkKeyStringCoercion} from 'shared/CheckStringCoerc...
2024-02-08T22:10:19
electron/electron
943bfa89ceab95dd4435482d69d5c79bf97abcb2
d75a852743283026d71d9f743032eaea84691a11
test: fixup parallel/test-node-output-error test (#39972)
[ { "path": "patches/node/chore_update_fixtures_errors_force_colors_snapshot.patch", "patch": "@@ -11,7 +11,7 @@ trying to see whether or not the lines are greyed out. One possibility\n would be to upstream a changed test that doesn't hardcode line numbers.\n \n diff --git a/test/fixtures/errors/force_colors....
2023-09-25T20:23:05
vercel/next.js
e9a5067e5165f98b53e1c8f58d19873d44345a44
74a0aa2f2de22983f73a0f185a86bf425e26c650
[turbopack] Promote `exports` and module to factory parameters for cjs (#82285) ## Optimze cjs codegen by promoting `module` and `exports` to factory parameters *tl;dr; destructing is hard, lets go shopping!* Currently we prefix factories for cjs modules with `var {m:module, e:exports} = __turbopack_context__;` Thi...
[ { "path": "crates/next-core/src/hmr_entry.rs", "patch": "@@ -192,7 +192,6 @@ impl EcmascriptChunkItem for HmrEntryChunkItem {\n inner_code: code.build(),\n options: EcmascriptChunkItemOptions {\n strict: true,\n- module: true,\n ..Defaul...
2025-08-11T15:36:53
golang/go
77345f41ee36c8db3ba7e0f687a8834fa7b83c48
ed24bb4e6047890af272733c5a8bdcc43834e517
internal/trace: skip clock snapshot checks on Windows in stress mode Windows' monotonic and wall clock granularity is just too coarse to get reasonable values out of stress mode, which is creating new trace generations constantly. Fixes #73813. Change-Id: Id9cb2fed9775ce8d78a736d0164daa7bf45075e0 Reviewed-on: https:...
[ { "path": "src/internal/trace/reader_test.go", "patch": "@@ -42,7 +42,9 @@ func TestReaderGolden(t *testing.T) {\n \t\t\tif err != nil {\n \t\t\t\tt.Fatalf(\"failed to parse test file at %s: %v\", testPath, err)\n \t\t\t}\n-\t\t\ttestReader(t, tr, ver, exp)\n+\t\t\tv := testtrace.NewValidator()\n+\t\t\tv.Go...
2025-05-21T17:50:15
nodejs/node
0e52836c35e71a11805852caa530aad2547bf29e
02571022996fa5951d8454a59f854538047f3417
stream: set stream prototype to closest transferable superclass PR-URL: https://github.com/nodejs/node/pull/55067 Fixes: https://github.com/nodejs/node/issues/54603 Refs: https://github.com/nodejs/node/pull/50107 Reviewed-By: Mattias Buelens <mattias@buelens.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
[ { "path": "lib/internal/webstreams/readablestream.js", "patch": "@@ -639,6 +639,7 @@ ObjectDefineProperties(ReadableStream, {\n });\n \n function InternalTransferredReadableStream() {\n+ ObjectSetPrototypeOf(this, ReadableStream.prototype);\n markTransferMode(this, false, true);\n this[kType] = 'Readab...
2024-09-24T21:18:29
facebook/react
cd63ef79218a1d53c8739da75b154014f3b7cc73
04b59928d867dae1639f12f19700347d8f5d4cac
Add simulateEventDispatch to test ReactDOMEventListener (#28079) ## Overview For events, the browser will yield to microtasks between calling event handers, allowing time to flush work inbetween. For example, in the browser, this code will log the flushes between events: ```js <body onclick="console.log('body...
[ { "path": "packages/internal-test-utils/ReactInternalTestUtils.js", "patch": "@@ -9,6 +9,7 @@ import * as SchedulerMock from 'scheduler/unstable_mock';\n import {diff} from 'jest-diff';\n import {equals} from '@jest/expect-utils';\n import enqueueTask from './enqueueTask';\n+import simulateBrowserEventDispa...
2024-02-08T21:06:03
electron/electron
2085aae915e4618844910f8937d9bbeef543fc20
7c2df8860bdbc0121eb2b91d4f587e5a3e8dd443
docs: esm tutorial (#39722) * docs: esm tutorial * Update esm.md * Update docs/tutorial/esm.md Co-authored-by: Michaela Laurencin <35157522+mlaurencin@users.noreply.github.com> * table adjustment * fix lint * Update docs/tutorial/esm.md Co-authored-by: David Sanders <dsanders11@ucsbalum.com> * ...
[ { "path": "docs/tutorial/esm-limitations.md", "patch": "@@ -1,38 +0,0 @@\n-# ESM Limitations\n-\n-This document serves to outline the limitations / differences between ESM in Electron and ESM in Node.js and Chromium.\n-\n-## ESM Support Matrix\n-\n-This table gives a general overview of where ESM is support...
2023-09-22T16:49:16
golang/go
ed24bb4e6047890af272733c5a8bdcc43834e517
e89791983a1330e467c8ba2cca9d7a581a5789cc
cmd/compile/internal/escape: propagate constants to interface conversions to avoid allocs Currently, the integer value in the following interface conversion gets heap allocated: v := 1000 fmt.Println(v) In contrast, this conversion does not currently cause the integer value to be heap allocated: fmt.Printl...
[ { "path": "src/cmd/compile/internal/escape/escape.go", "patch": "@@ -531,8 +531,11 @@ func (b *batch) rewriteWithLiterals(n ir.Node, fn *ir.Func) {\n \tif n == nil || fn == nil {\n \t\treturn\n \t}\n-\tif n.Op() != ir.OMAKESLICE {\n-\t\t// TODO(thepudds): we handle more cases later in our CL stack.\n+\tif n...
2025-02-12T23:55:04
nodejs/node
29a4fcf918e783418e32efe30134cf861b495cd1
574f2dd517a0dbd2e85f8db067cc15822c772e85
tty: fix links for terminal colors PR-URL: https://github.com/nodejs/node/pull/54596 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
[ { "path": "lib/internal/tty.js", "patch": "@@ -60,9 +60,9 @@ const TERM_ENVS = {\n 'mosh': COLORS_16m,\n 'putty': COLORS_16,\n 'st': COLORS_16,\n- // https://github.com/da-x/rxvt-unicode/tree/v9.22-with-24bit-color\n+ // http://lists.schmorp.de/pipermail/rxvt-unicode/2016q2/002261.html\n 'rxvt-uni...
2024-09-24T20:26:59
facebook/react
b229f540e2da91370611945f9875e00a96196df6
37d901e2b81e12d40df7012c6f8681b8272d2555
[Flight] Emit debug info for a Server Component (#28272) This adds a new DEV-only row type `D` for DebugInfo. If we see this in prod, that's an error. It can contain extra debug information about the Server Components (or Promises) that were compiled away during the server render. It's DEV-only since this can conta...
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -76,53 +76,63 @@ const RESOLVED_MODULE = 'resolved_module';\n const INITIALIZED = 'fulfilled';\n const ERRORED = 'rejected';\n \n+// Dev-only\n+type ReactDebugInfo = Array<{+name?: string}>;\n+\n type PendingChunk<T> = {\n status: 'p...
2024-02-08T16:01:32
vercel/next.js
74a0aa2f2de22983f73a0f185a86bf425e26c650
2c3e9d83b2e1e8824c32788c3eed434e5a636029
[turbopack] Fix a small issue in the analyzer where we wouldn't skip assignments to free vars that were just identifiers (#82392) Correctly skip assignments when replacing free variables Drop an `Option<..>` for a parameter that is always supplied. These are fixes i tripped over when attempting to compile time repla...
[ { "path": "turbopack/crates/turbopack-ecmascript/src/analyzer/mod.rs", "patch": "@@ -2042,11 +2042,11 @@ impl JsValue {\n /// Returns any matching defined replacement that matches this value (the replacement that\n /// matches `$self.$prop`).\n ///\n- /// Optionally when passed a VarGraph, ve...
2025-08-11T15:31:56
electron/electron
7c2df8860bdbc0121eb2b91d4f587e5a3e8dd443
56e45baeb8205da41f3a1a06582cf9958fc9cff2
docs: tiny update on example message-ports.md (#39884) Update message-ports.md fix multiplying object * a number. It would multiply number * number.
[ { "path": "docs/tutorial/message-ports.md", "patch": "@@ -365,7 +365,7 @@ window.onmessage = (event) => {\n // process.\n port.onmessage = (event) => {\n console.log('from main process:', event.data)\n- port.postMessage(event.data * 2)\n+ port.postMessage(event.data.test * 2)\n }...
2023-09-21T15:46:23
nodejs/node
04750afb1e2ada0c06bb5fc82396c086645f31e9
b8493a5789c178246fb214f9ca04f9b9840a443a
perf_hooks: add missing type argument to getEntriesByName Fixes: https://github.com/nodejs/node/issues/54766 PR-URL: https://github.com/nodejs/node/pull/54767 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
[ { "path": "lib/internal/perf/performance.js", "patch": "@@ -97,13 +97,16 @@ class Performance extends EventTarget {\n return filterBufferMapByNameAndType();\n }\n \n- getEntriesByName(name) {\n+ getEntriesByName(name, type = undefined) {\n validateInternalField(this, kPerformanceBrand, 'Performa...
2024-09-24T19:39:51
golang/go
3ae95aafb5d656596212c672c6e104e5c8802dbc
ce49eb488af1c5273b226b3b52a8cbd7eae63a51
log/slog: add GroupAttrs GroupAttrs is a more efficient version of Group that takes a slice of Attr values. Fixes #66365 Change-Id: Ic3046704825e17098f2fea5751f2959dce1073e2 Reviewed-on: https://go-review.googlesource.com/c/go/+/672915 Reviewed-by: Jonathan Amsterdam <jba@google.com> LUCI-TryBot-Result: Go LUCI <gol...
[ { "path": "api/next/66365.txt", "patch": "@@ -0,0 +1 @@\n+pkg log/slog, func GroupAttrs(string, ...Attr) Attr #66365", "additions": 1, "deletions": 0, "language": "Plain Text" }, { "path": "doc/next/6-stdlib/99-minor/log/slog/66365.md", "patch": "@@ -0,0 +1 @@\n+[GroupAttrs] creates ...
2025-05-14T20:26:57
facebook/react
f0cffef0a22f8c1b78d656001af6b12432821f7c
af6e837b60fcdf1ae77e119f63afc4a6cff41459
Fix hook pattern matching for custom hooks
[ { "path": "compiler/packages/babel-plugin-react-forget/src/HIR/Environment.ts", "patch": "@@ -476,7 +476,7 @@ export class Environment {\n let resolvedGlobal: Global | null = this.#globals.get(resolvedName) ?? null;\n if (resolvedGlobal === null) {\n // Hack, since we don't track module level ...
2024-02-08T01:34:10