repo
stringclasses
15 values
fix_commit
stringlengths
40
40
buggy_commit
stringlengths
40
40
message
stringlengths
3
64.3k
files
listlengths
1
300
timestamp
timestamp[s]date
2013-03-13 20:45:00
2026-04-11 07:48:46
vercel/next.js
555838ecbe2cf49a2f1349870412e26806358426
bd2c871eb5cfe86739a09b6856652d61c7cc4ff0
examples: fix typos in cms-agilitycms (#82504) ## Summary Correct spelling errors in the cms-agilitycms example, including the image prop spelling and dependency imports. Bug Fixes: - Fix misspelled intersectionTreshold prop to intersectionThreshold in the Image component and its useInView configuration Enhancement...
[ { "path": "examples/cms-agilitycms/lib/api.ts", "patch": "@@ -3,7 +3,7 @@ import { CMS_LANG, CMS_CHANNEL } from \"./constants\";\n import { asyncForEach } from \"./utils\";\n export { validatePreview } from \"./preview\";\n import { normalizePosts } from \"./normalize\";\n-import { requireComponentDependanc...
2025-11-25T23:05:18
facebook/react
4749dcb7c586bc82133136d0847449123b0df600
5b51a2b9e249f264b1345cc35b275464ae3ef6eb
React DevTools 6.0.1 -> 6.1.0 (#32090) List of changes in this release: * fix[DevTools]: fix HostComponent naming in filters for Native ([hoxyq](https://github.com/hoxyq) in [#32086](https://github.com/facebook/react/pull/32086)) * Fix copy functionality in Firefox ([V3RON](https://github.com/V3RON) in [#32077]...
[ { "path": "packages/react-devtools-core/package.json", "patch": "@@ -1,6 +1,6 @@\n {\n \"name\": \"react-devtools-core\",\n- \"version\": \"6.0.1\",\n+ \"version\": \"6.1.0\",\n \"description\": \"Use react-devtools outside of the browser\",\n \"license\": \"MIT\",\n \"main\": \"./dist/backend.js\...
2025-01-16T17:07:03
golang/go
916e682d5167faad1bb961ec28cac74f05f145f7
2835b994fb8c7125180d912a457308d64a30542f
cmd/internal/obj, cmd/asm: reclassify the offset of memory access operations on loong64 This CL also fixes the encoding error of LL/SC[V] instruction and adds the handling of offset greater than 16 bits in MOV{W/V}P instructions. Change-Id: I7a8fab4b68a6839da81c5e59af1f42289d00ef61 Reviewed-on: https://go-review.goog...
[ { "path": "src/cmd/asm/internal/asm/endtoend_test.go", "patch": "@@ -467,6 +467,7 @@ func TestLOONG64Encoder(t *testing.T) {\n \ttestEndToEnd(t, \"loong64\", \"loong64enc3\")\n \ttestEndToEnd(t, \"loong64\", \"loong64enc4\")\n \ttestEndToEnd(t, \"loong64\", \"loong64enc5\")\n+\ttestEndToEnd(t, \"loong64\", ...
2025-09-24T09:21:40
nodejs/node
47081ee21c9ee9954dfb059b590399cd4bf0f4d2
f77a96cd760086b659683d8f5ed90954cf933124
src: fix -Wreturn-stack-address error PR-URL: https://github.com/nodejs/node/pull/58439 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
[ { "path": "src/node_config_file.cc", "patch": "@@ -23,7 +23,7 @@ std::optional<std::string_view> ConfigReader::GetDataFromArgs(\n } else if (it->starts_with(flag_path)) {\n // Case: \"--experimental-config-file=foo\"\n if (it->size() > flag_path.size() && (*it)[flag_path.size()] == '=') {\n-...
2025-05-28T13:56:20
rust-lang/rust
8f7af978eec77c7dae8c99b738713e90c9b40a03
b9123ccd6fec1ebc09fce90d3f909998b1e6845d
fix: implement naming convention validation for `union` types. generated with ai assistance (claude sonnet 4.6).
[ { "path": "src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/decl_check.rs", "patch": "@@ -17,7 +17,7 @@ use std::fmt;\n \n use hir_def::{\n AdtId, ConstId, EnumId, EnumVariantId, FunctionId, HasModule, ItemContainerId, Lookup,\n- ModuleDefId, ModuleId, StaticId, StructId, TraitId, TypeAliasId, a...
2026-03-10T15:08:45
electron/electron
0e5fe3fa604e6eef5e7c73739f64391fafe5143b
6953f5505f76e5faa72c8a27b826b8d83d28eddc
fix: `getAsFileSystemHandle` failure when drag-dropping two directories (#45234) fix: drag-dropping two directories
[ { "path": "shell/browser/file_system_access/file_system_access_permission_context.cc", "patch": "@@ -588,7 +588,7 @@ void FileSystemAccessPermissionContext::ConfirmSensitiveEntryAccess(\n content::GlobalRenderFrameHostId frame_id,\n base::OnceCallback<void(SensitiveEntryResult)> callback) {\n DCHE...
2025-01-20T08:54:12
vercel/next.js
6bfd81847fe9aff8d0dc968ce0dc536d1912c766
f585c0dd5f66986a60f538c94591156299ed0c83
Fix grammar and typos in typescript doc (#86513) <!-- Thanks for opening a PR! Your contribution is much appreciated. To make sure your PR is handled as smoothly as possible we request that you follow the checklist sections below. Choose the right checklist for the change(s) that you're making: ## For Contributors #...
[ { "path": "docs/01-app/03-api-reference/05-config/02-typescript.mdx", "patch": "@@ -35,7 +35,7 @@ Now, when editing files, the custom plugin will be enabled. When running `next b\n \n The TypeScript plugin can help with:\n \n-- Warning if the invalid values for [segment config options](/docs/app/api-referen...
2025-11-25T22:02:47
facebook/react
5b51a2b9e249f264b1345cc35b275464ae3ef6eb
6093f1862a1995d8c7447d5c4d803ea0bdfb9292
fix[DevTools]: support useResourceEffect (#32088) Since we've started experimenting with it, I've started seeing a spike in errors: ``` Unsupported hook in the react-debug-tools package: Missing method in Dispatcher: useResourceEffect ``` Adding missing hook to the `Dispatcher` that is proxied by React DevTool...
[ { "path": "packages/react-debug-tools/src/ReactDebugHooks.js", "patch": "@@ -731,6 +731,24 @@ function useHostTransitionStatus(): TransitionStatus {\n return status;\n }\n \n+function useResourceEffect(\n+ create: () => mixed,\n+ createDeps: Array<mixed> | void | null,\n+ update: ((resource: mixed) => ...
2025-01-16T15:42:53
golang/go
d8a32f3d4b093d6a0d2235bf729bbef1d0b489d2
b2af92270f5e19c759b94912470a32b5e44a5b2e
go/types, types2: wrap Named.fromRHS into Named.rhs In debug mode, the Named.rhs method asserts that Named is in a state with Named.fromRHS populated. This caught a missing call to Named.unpack in validtype, which has been added. Change-Id: Id3f95f78f03d98a6efe87af6ac24f2ac2e285f96 Reviewed-on: https://go-review.goo...
[ { "path": "src/cmd/compile/internal/types2/named.go", "patch": "@@ -562,6 +562,16 @@ func (t *Named) methodIndex(name string, foldCase bool) int {\n \treturn -1\n }\n \n+// rhs returns [Named.fromRHS].\n+//\n+// In debug mode, it also asserts that n is in an appropriate state.\n+func (n *Named) rhs() Type {...
2025-10-23T16:15:21
vercel/next.js
f585c0dd5f66986a60f538c94591156299ed0c83
c0e8e55a6692fec7dfbb2a0293ee97cf3403a413
docs: fix typos in packages (#82508) ## Summary Fix typos in package documentation and templates Documentation: - Correct spelling of “bindings” in [next-swc README](https://github.com/vercel/next.js/blob/canary/packages/next-swc/README.md) - Update [gitignore](https://github.com/vercel/next.js/blob/canary/packages/...
[ { "path": "packages/next-swc/README.md", "patch": "@@ -64,7 +64,7 @@ flowchart TD\n D(next-core) --> E(next-build)\n ```\n \n-- `next-custom-transforms`: provides next-swc specific SWC transform visitors. Turbopack, and the plain next-swc bidnings (`transform`) use these transforms. Since this is a bott...
2025-11-25T17:27:26
electron/electron
6953f5505f76e5faa72c8a27b826b8d83d28eddc
45f90cd5ddcdf748f692fd877d9120d99d106b58
refactor: remove InspectableWebContentsViewMac in favor of the Views version (#44628) * refactor: remove InspectableWebContentsViewMac in favor of the Views version * cherry-pick: refactor: remove InspectableWebContentsViewMac in favor of the Views version (#41326) commit e67ab9a93dadccecff30de50ab4555191c30b6c4...
[ { "path": "filenames.gni", "patch": "@@ -159,12 +159,8 @@ filenames = {\n \"shell/browser/osr/osr_web_contents_view_mac.mm\",\n \"shell/browser/relauncher_mac.cc\",\n \"shell/browser/ui/certificate_trust_mac.mm\",\n- \"shell/browser/ui/cocoa/delayed_native_view_host.h\",\n- \"shell/browser...
2025-01-17T15:21:10
nodejs/node
3877800ffb60e64b02466907f9a4978c5c5b01a4
5a2344310434f6c5ebba92fc885d073bd9909ba1
doc,src,test: fix typos PR-URL: https://github.com/nodejs/node/pull/58477 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Review...
[ { "path": "doc/api/cli.md", "patch": "@@ -2625,7 +2625,7 @@ changes:\n - v23.4.0\n - v22.13.0\n pr-url: https://github.com/nodejs/node/pull/55897\n- description: Snapsnot testing is no longer experimental.\n+ description: Snapshot testing is no longer experimental.\n -->\n \n Regenerates t...
2025-05-28T08:18:47
facebook/react
6093f1862a1995d8c7447d5c4d803ea0bdfb9292
89dbd487fc2a47262a5e0d95b0dbb2779bbe4f97
Fix local react usage in DOM fixture (#32080) The DOM fixture hasn't worked on local builds since the UMD support was removed in https://github.com/facebook/react/pull/28735 Here we update the fixture to set the local experimental builds to window. Some of the pages are still broken, such as hydration. But these bugs...
[ { "path": ".github/workflows/runtime_build_and_test.yml", "patch": "@@ -416,7 +416,6 @@ jobs:\n - name: Ensure clean build directory\n run: rm -rf build\n - run: yarn install --frozen-lockfile\n- - run: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn\n working-di...
2025-01-16T15:33:24
rust-lang/rust
cd09c1a326a6989c8b6e1fbefbe62510365b88d7
badffdb6601301db8beac1ebd8c98520a146d0f8
fix: handle multi-byte UTF-8 identifiers in `NameGenerator::suggest_name` `split_numeric_suffix` used `rfind` to locate the last non-numeric character and then split at `pos + 1`. Since `rfind` returns a byte offset, this panics when the last non-numeric character is multi-byte (e.g. CJK identifiers like `日本語`). Use ...
[ { "path": "src/tools/rust-analyzer/crates/ide-db/src/syntax_helpers/suggest_name.rs", "patch": "@@ -89,6 +89,12 @@ const USELESS_METHODS: &[&str] = &[\n ///\n /// assert_eq!(generator.suggest_name(\"b2\"), \"b2\");\n /// assert_eq!(generator.suggest_name(\"b\"), \"b3\");\n+///\n+/// // Multi-byte UTF-8 iden...
2026-03-10T13:46:14
golang/go
b2af92270f5e19c759b94912470a32b5e44a5b2e
92decdcbaaef89e93163bb54885aa52fb5a13881
go/types, types2: verify stateMask transitions in debug mode Recently, we've changed the representation of Named type state from an integer to a bit mask, which is a bit more complicated. To make sure we uphold state invariants, we are adding a verification step on each state transition. This uncovered a few places w...
[ { "path": "src/cmd/compile/internal/types2/named.go", "patch": "@@ -215,7 +215,7 @@ func NewNamed(obj *TypeName, underlying Type, methods []*Func) *Named {\n // All others:\n // Effectively, nothing happens.\n func (n *Named) unpack() *Named {\n-\tif n.stateHas(unpacked | lazyLoaded) { // avoid locking belo...
2025-10-22T18:04:09
vercel/next.js
c0e8e55a6692fec7dfbb2a0293ee97cf3403a413
0dd4ba3fd657b161550d51eb96c7e2d93cde4968
Add test for external middleware rewrite with changed headers (#49606) ### What? Within Issue https://github.com/vercel/next.js/issues/48040 / PR #49487 the middleware proxy for external rewrites was fixed. Unfortunately, this does not work when you change the headers in your middleware (according to https://vercel.c...
[ { "path": "test/e2e/middleware-rewrites/app/middleware.js", "patch": "@@ -23,6 +23,44 @@ export async function middleware(request) {\n })\n }\n \n+ if (\n+ url.pathname.includes(\n+ '/middleware-external-rewrite-body-headers-return-body'\n+ )\n+ ) {\n+ const tmpHeaders = new Headers(re...
2025-11-25T12:37:37
electron/electron
6f7999ad0d09c7076f1878ba6e327b354425735e
d829ee314530f2e7ba664a0df3d3bb7764e0078d
fix: `session.clearData` `avoidClosingConnections` default to false (#45187)
[ { "path": "shell/browser/api/electron_api_session.cc", "patch": "@@ -160,7 +160,8 @@ uint32_t GetQuotaMask(const std::vector<std::string>& quota_types) {\n return quota_mask;\n }\n \n-constexpr BrowsingDataRemover::DataType kClearDataTypeAll = ~0ULL;\n+constexpr BrowsingDataRemover::DataType kClearDataTyp...
2025-01-15T16:38:50
nodejs/node
52430b9839c31f846a788125efda82887d115e21
de57d9b4393c74185693286280397965603439fa
benchmark: fix broken fs.cpSync benchmark PR-URL: https://github.com/nodejs/node/pull/58472 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com>
[ { "path": "benchmark/fs/bench-cpSync.js", "patch": "@@ -8,7 +8,10 @@ const tmpdir = require('../../test/common/tmpdir');\n const bench = common.createBenchmark(main, {\n n: [1, 100, 10_000],\n dereference: ['true', 'false'],\n- force: ['true', 'false'],\n+ // When `force` is `true` the `cpSync` functi...
2025-05-27T16:53:04
facebook/react
89dbd487fc2a47262a5e0d95b0dbb2779bbe4f97
87276ef1efb340467563c107f24248653d7f7f00
fix[DevTools]: fix HostComponent naming in filters for Native (#32086) Right now we mention DOM elements as Host elements for React Native, which doesn't make sense.
[ { "path": ".eslintrc.js", "patch": "@@ -496,6 +496,7 @@ module.exports = {\n {\n files: [\n 'packages/react-devtools-extensions/**/*.js',\n+ 'packages/react-devtools-shared/src/devtools/views/**/*.js',\n 'packages/react-devtools-shared/src/hook.js',\n 'packages/react...
2025-01-16T14:17:06
golang/go
189f2c08cc769fdc98d28ec536010b6f119e645f
f619b4a00d6a7ce2fbb84729cdfe764697cb2171
time: rewrite IsZero method to use wall and ext fields Using wall and ext fields will be more efficient. Fixes #76001 Change-Id: If2b9f597562e0d0d3f8ab300556fa559926480a0 GitHub-Last-Rev: 4a91948413079047cb6c382ed29844f456f3064d GitHub-Pull-Request: golang/go#76006 Reviewed-on: https://go-review.googlesource.com/c/g...
[ { "path": "src/time/time.go", "patch": "@@ -260,7 +260,11 @@ func (t *Time) mono() int64 {\n // IsZero reports whether t represents the zero time instant,\n // January 1, year 1, 00:00:00 UTC.\n func (t Time) IsZero() bool {\n-\treturn t.sec() == 0 && t.nsec() == 0\n+\t// If hasMonotonic is set in t.wall, t...
2025-10-27T04:43:32
vercel/next.js
fd7838e95dd4d07b3218d3eab069277614f59147
0daf66739d28439d009ec9e3b1bf76d3eaa0731e
[turbopack] Enable the filesystem cache for dev in canary builds (#85940) Enable the filesystem cache in canary builds in preparation for enabling it by default in the next release. It can still be disabled by explicitly setting the option to `false`. Flipping it for all users is deferred to #85975 so as not to inte...
[ { "path": "packages/next/src/server/config-shared.ts", "patch": "@@ -427,6 +427,8 @@ export interface ExperimentalConfig {\n \n /**\n * Enable filesystem cache for the turbopack dev server.\n+ *\n+ * Defaults to `true` in canary releases.\n */\n turbopackFileSystemCacheForDev?: boolean\n \n@@ ...
2025-11-25T07:22:08
electron/electron
5680c628b6718385bbd975b51ec2640aa7df226b
e57b69f106ae9c53a527038db4e8222692fa0ce7
fix: only remove the 'v' prefix from the git tag name (#45132) In the old version of get-version.js, it replaces the leading 'v', i.e. |output.stdout.toString().trim().replace(/^v/g, '')|. However, in the new version of get-git-version.py, it directly replaces all 'v'. Obviously, it does not conform to the original...
[ { "path": "script/get-git-version.py", "patch": "@@ -2,6 +2,7 @@\n \n import subprocess\n import os\n+import re\n \n # Find the nearest tag to the current HEAD.\n # This is equivalent to our old logic of \"use a value in package.json\" for the\n@@ -24,7 +25,8 @@\n cwd=os.path.abspath(os.path.join(os.p...
2025-01-14T03:36:03
rust-lang/rust
407e421f7fe7fba44863b1c216519b512d8b8948
2d76d9bc76f27b03b4899e72ce561c7ac2c5cf6b
Unify same-span labels in move error diagnostics
[ { "path": "compiler/rustc_borrowck/src/diagnostics/move_errors.rs", "patch": "@@ -990,30 +990,25 @@ impl<'infcx, 'tcx> MirBorrowckCtxt<'_, 'infcx, 'tcx> {\n let bind_to = &self.body.local_decls[*local];\n let binding_span = bind_to.source_info.span;\n \n- if j == 0 {\n- ...
2026-03-10T12:13:41
nodejs/node
c969649535b7cdbc2c89a0aac0a7676bacd0b7da
bbc059378bbb1b0a415472fdf44edfa8f675b9a4
zlib: remove mentions of unexposed Z_TREES constant `Z_TREES` is never exposed on `DefineZlibConstants()`, hence it shall be removed. This fix is applicable to v18+. Refs: https://github.com/nodejs/node/blob/main/src/node_zlib.cc PR-URL: https://github.com/nodejs/node/pull/58371 Reviewed-By: Yagiz Nizipli <yagiz@niz...
[ { "path": "doc/api/zlib.md", "patch": "@@ -615,7 +615,6 @@ Allowed flush values.\n * `zlib.constants.Z_FULL_FLUSH`\n * `zlib.constants.Z_FINISH`\n * `zlib.constants.Z_BLOCK`\n-* `zlib.constants.Z_TREES`\n \n Return codes for the compression/decompression functions. Negative\n values are errors, positive val...
2025-05-27T03:00:30
facebook/react
f13abbbb4466572afdb3932760ae64e12354a3c3
43d18bc2d3d31f43706f513a996ef9b4a7495237
Fix copy functionality in Firefox (#32077) ## Summary This pull request addresses an issue where the copy functionality was not working in Firefox. The root cause was the absence of the 'clipboardWrite' permission in the manifest. To ensure consistency across all supported browsers, the 'clipboardWrite' permissi...
[ { "path": "packages/react-devtools-extensions/chrome/manifest.json", "patch": "@@ -43,7 +43,8 @@\n \"permissions\": [\n \"scripting\",\n \"storage\",\n- \"tabs\"\n+ \"tabs\",\n+ \"clipboardWrite\"\n ],\n \"host_permissions\": [\n \"<all_urls>\"", "additions": 2, "deletions...
2025-01-15T18:41:22
golang/go
ca379b1c562c22889b73a17915688e35cbb5ceb9
83a44bde645eb56495504a2d3845fa1c1ccf7aa5
cmd/go: remove loaderstate dependency This change removes the dependency on the module loader state from the `QueryMatchesMainModulesError.Error()` method. This commit is part of the overall effort to eliminate global modloader state. Change-Id: I47241587a0bf9b578931628f35ed3b936a0cb04a Reviewed-on: https://go-revie...
[ { "path": "src/cmd/go/internal/modget/get.go", "patch": "@@ -735,7 +735,12 @@ func (r *resolver) queryNone(loaderstate *modload.State, ctx context.Context, q\n \t\t\t\t// However, neither of those behaviors would be consistent with the\n \t\t\t\t// plain meaning of the query. To try to reduce confusion, rej...
2025-10-24T16:52:37
rust-lang/rust
10c92ecb1250f2042954b5f6d8a1b249739e672a
84442006abc09626ba04b966d42d86633de7e164
`x b error_index_generator` works even if submodules aren't checked out
[ { "path": "src/bootstrap/src/core/build_steps/tool.rs", "patch": "@@ -600,6 +600,12 @@ impl Step for ErrorIndex {\n }\n \n fn run(self, builder: &Builder<'_>) -> ToolBuildResult {\n+ builder.require_submodule(\n+ \"src/doc/reference\",\n+ Some(\"error_index_generator req...
2026-03-10T10:56:12
vercel/next.js
0daf66739d28439d009ec9e3b1bf76d3eaa0731e
39440fc8de5996114601a5d4967f441daefaa24c
Fix typed routes test expectations (#86487) Follow up to https://github.com/vercel/next.js/pull/86273 The typed routes test was checking for `/project/[slug]` in the `RedirectRoutes` type, but this route doesn't actually exist in the test fixture anymore. The test fixture only has redirects defined for `/blog/[catego...
[ { "path": "test/e2e/app-dir/typed-routes/typed-routes.test.ts", "patch": "@@ -6,7 +6,7 @@ type AppRoutes = \"/\" | \"/_shop/[[...category]]\" | \"/dashboard\" | \"/dashboard/set\n type AppRouteHandlerRoutes = \"/api-test\" | \"/api/docs/[...slug]\" | \"/api/shop/[[...category]]\" | \"/api/users/[id]\"\n typ...
2025-11-25T02:09:57
facebook/react
43d18bc2d3d31f43706f513a996ef9b4a7495237
b158439a5bfac90289e63cd51e8064c455bea27c
[internal] fix console patch, add RN (#32075) The forking for `shared/ReactFeatureFlags` doesn't work in the console patches. Since they're already forked, we can import the internal ReactFeatureFlags files directly. Would have caught this in testing a PR sync, but the PR syncs are broken right now.
[ { "path": "packages/shared/forks/consoleWithStackDev.rn.js", "patch": "@@ -6,9 +6,15 @@\n */\n \n import ReactSharedInternals from 'shared/ReactSharedInternals';\n+import * as dynamicFlagsUntyped from 'ReactNativeInternalFeatureFlags';\n+const enableRemoveConsolePatches =\n+ dynamicFlagsUntyped && dynamic...
2025-01-15T16:20:44
nodejs/node
bbc059378bbb1b0a415472fdf44edfa8f675b9a4
e7255b6bab2b6ddc379bc79aa45343ecd2c125b4
esm: implement import.meta.main Boolean value to check if an ES Module is the entrypoint of the current process. Implements: #57226 Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: https://github.com/nodejs/node/pull/57804 Fixes: https://github.com/nodejs/node/issues/57226 Reviewed-By: James M...
[ { "path": "doc/api/esm.md", "patch": "@@ -400,6 +400,35 @@ import { readFileSync } from 'node:fs';\n const buffer = readFileSync(new URL('./data.proto', import.meta.url));\n ```\n \n+### `import.meta.main`\n+\n+<!-- YAML\n+added:\n+ - REPLACEME\n+-->\n+\n+> Stability: 1.0 - Early development\n+\n+* {boolea...
2025-05-26T22:31:54
electron/electron
7d05b7847943a01da3188523e720b17e67d47944
062d14e553fa85b14ca67b221911e82c5bc1bd12
chore: bump chromium to 133.0.6920.0 (main) (#45055) * chore: bump chromium in DEPS to 133.0.6902.0 * chore: bump chromium in DEPS to 133.0.6903.0 * chore: update patches * Update PdfViewer Save File Picker to use showSaveFilePicker. Refs https://chromium-review.googlesource.com/c/chromium/src/+/6074308 ...
[ { "path": "DEPS", "patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '133.0.6887.0',\n+ '133.0.6920.0',\n 'node_version':\n 'v22.9.0',\n 'nan_version':", "additions": 1, "deletions": 1, "language": "Unknown" }, { "path": "chromiu...
2025-01-10T16:52:34
golang/go
0afbeb510269dc4aaaff733166085eba42144712
7b506d106fce234b165ea6322e5ee1356490220e
runtime: add ppc and s390 to linux 32 bits syscall build constraints for gccgo Theses are not supported by the go compiler but it may helps porting to gccgo. This is similar to reverting CL 712740 however unlike reverting: - it fixes the build tags so that 32 & 64 bits constraints are complement of each other - it ...
[ { "path": "src/runtime/os_linux_futex32.go", "patch": "@@ -2,7 +2,7 @@\n // Use of this source code is governed by a BSD-style\n // license that can be found in the LICENSE file.\n \n-//go:build linux && (386 || arm || mips || mipsle)\n+//go:build linux && (386 || arm || mips || mipsle || (gccgo && (ppc || ...
2025-10-23T08:47:58
rust-lang/rust
b707e7ae52065f659f08fe6fd5858623b83da5e4
3bc6ea5673e3e292db1e5b6ecaaaa883ca5af0b8
Remove `FromCycleError` trait before code formatting Currently `QueryVTable`'s `value_from_cycle_error` function pointer uses the `FromCycleError` trait to call query cycle handling code and to construct an erroneous query output value. This trick however relies too heavily on trait impl specialization and makes those...
[ { "path": "compiler/rustc_query_impl/src/from_cycle_error.rs", "patch": "@@ -1,5 +1,6 @@\n use std::collections::VecDeque;\n use std::fmt::Write;\n+use std::iter;\n use std::ops::ControlFlow;\n \n use rustc_data_structures::fx::FxHashSet;\n@@ -9,55 +10,56 @@ use rustc_hir as hir;\n use rustc_hir::def::{DefK...
2026-03-06T12:58:10
vercel/next.js
cc3c9f630e1803d177bcba516d8b20dcaeb24bb5
4d7d9abc0886583f365db0f4e55258847915ff51
Turbopack: bail instead of panic (#86470) Eventual consistency strikes again We already had the infrastructure here to store a result in the swc visitor.
[ { "path": "turbopack/crates/turbopack-ecmascript/src/lib.rs", "patch": "@@ -1316,7 +1316,8 @@ async fn merge_modules(\n // corresponding export in the module that exports it.\n if let Some(&module) = self.reverse_module_contexts.get(ctxt) {\n let eval_context_exports ...
2025-11-24T16:27:04
facebook/react
f0edf41e3ee00fbc97873b72b66d62d0f26185b1
f9f17f6c8d1e747a3e242b36aa35feae31c55f75
Fix Flight fixture CI (#32070)
[ { "path": "fixtures/flight/package.json", "patch": "@@ -65,7 +65,7 @@\n \"webpack-manifest-plugin\": \"^4.0.2\"\n },\n \"devDependencies\": {\n- \"@playwright/test\": \"^1.41.2\"\n+ \"@playwright/test\": \"^1.49.1\"\n },\n \"scripts\": {\n \"predev\": \"cp -r ../../build/oss-experiment...
2025-01-14T23:29:37
nodejs/node
6f045771fa637d28eef115f4a91ea0c6076a177d
a430ef50aae04862637b86c7ed8d9082cccb1ac0
errors: show url of unsupported attributes in the error message PR-URL: https://github.com/nodejs/node/pull/58303 Fixes: https://github.com/nodejs/node/issues/56930 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
[ { "path": "lib/internal/errors.js", "patch": "@@ -1338,7 +1338,12 @@ E('ERR_IMPORT_ATTRIBUTE_MISSING',\n E('ERR_IMPORT_ATTRIBUTE_TYPE_INCOMPATIBLE',\n 'Module \"%s\" is not of type \"%s\"', TypeError);\n E('ERR_IMPORT_ATTRIBUTE_UNSUPPORTED',\n- 'Import attribute \"%s\" with value \"%s\" is not supported'...
2025-05-26T21:19:23
electron/electron
062d14e553fa85b14ca67b221911e82c5bc1bd12
59ed1db9a2419e1d949838e1ae0a0f74554f2a2a
perf: cache whether or not ELECTRON_DEBUG_NOTIFICATIONS env var is set (#45143) * perf: cache whether or not ELECTRON_DEBUG_NOTIFICATIONS env var is set * chore: remove unused #include
[ { "path": "shell/browser/notifications/mac/cocoa_notification.mm", "patch": "@@ -44,7 +44,7 @@\n [notification_ setInformativeText:base::SysUTF16ToNSString(options.msg)];\n [notification_ setIdentifier:identifier];\n \n- if (getenv(\"ELECTRON_DEBUG_NOTIFICATIONS\")) {\n+ if (electron::debug_notificati...
2025-01-09T02:46:17
rust-lang/rust
acba81e6891d0bef49c3646e2ca68ffd04343e68
efe2e6c6c6cf3b66b3a97f581e3e3b71ece0d540
core doctests support panic=abort
[ { "path": "library/core/src/intrinsics/mir.rs", "patch": "@@ -62,7 +62,9 @@\n //!\n //! # Examples\n //!\n-//! ```rust\n+#![cfg_attr(panic = \"unwind\", doc = \"```rust\")]\n+// This test can't support panic=abort because it generates an UnwindContinue MIR terminator.\n+#![cfg_attr(panic = \"abort\", doc = ...
2026-02-25T01:44:11
golang/go
9926e1124e5dd6397f16f36456aedbee101bc6f3
2c4fd7b2cd08234fe13c0e9de8d42dba33086a81
cmd/go: use local state object in `bug.runBug` This commit modifies `bug.runBug` to construct a new modload.State object using the new constructor instead of the current global `modload.LoaderState` variable. This commit is part of the overall effort to eliminate global modloader state. [git-generate] cd src/cmd/go/...
[ { "path": "src/cmd/go/internal/bug/bug.go", "patch": "@@ -42,16 +42,17 @@ func init() {\n }\n \n func runBug(ctx context.Context, cmd *base.Command, args []string) {\n+\tmoduleLoaderState := modload.NewState()\n \tif len(args) > 0 {\n \t\tbase.Fatalf(\"go: bug takes no arguments\")\n \t}\n-\twork.BuildInit(...
2025-10-08T23:56:51
vercel/next.js
7e093afb8cb1324b2aae6a16fd8b2b6e3cc577a5
d45fc5ad95eeee2218f29c0bfbf1310189ab7781
Eslint: Improve Google Tag manager third parties message (#51903) Note: new PR description written by @timneutkens ## What? Improves the detection of Google Tag Manager vs Google Analytics. As indicated by the author of this PR it was confusing that when you have Google Tag Manager set up it gives you an error mess...
[ { "path": "errors/next-script-for-ga.mdx", "patch": "@@ -1,8 +1,8 @@\n ---\n-title: Using Google Analytics with Next.js (through `next/script`)\n+title: Using Google Analytics with Next.js (through `@next/third-parties/google`)\n ---\n \n-> Prefer `next/script` component when using the inline script for Goo...
2025-11-24T13:29:52
facebook/react
453f5052569dafb52e82e875a8976cf348ed16d4
b3a95caf61bc716fb618997e6e9f3a0c8c9c8374
[DevTools] Prevent crash when starting consecutive profiling sessions (#32066) <!-- 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 su...
[ { "path": "packages/react-devtools-shared/src/devtools/ProfilerStore.js", "patch": "@@ -191,6 +191,8 @@ export default class ProfilerStore extends EventEmitter<{\n }\n \n startProfiling(): void {\n+ this.clear();\n+\n this._bridge.send('startProfiling', {\n recordChangeDescriptions: this._s...
2025-01-14T20:23:42
nodejs/node
83052ff9ad7cd4836883f8f7d77b24fef6b6ee00
d5abfbf5825de940ad7ac2c49da1f487646f05e4
lib: add `node:` prefix in sys module deprecation warning PR-URL: https://github.com/nodejs/node/pull/58442 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
[ { "path": "lib/sys.js", "patch": "@@ -27,5 +27,5 @@\n // Note to maintainers: Although this module has been deprecated for a while\n // we do not plan to remove it. See: https://github.com/nodejs/node/pull/35407#issuecomment-700693439\n module.exports = require('util');\n-process.emitWarning('sys is depreca...
2025-05-23T22:04:16
electron/electron
c2d0a28fa2e1940433db30b78b2dffbe2c20f0bc
2745771a22dc7aec4364fec758804e0b7f230357
ci: enable debugging mode when building electron_dist_zip (#45108)
[ { "path": ".github/actions/build-electron/action.yml", "patch": "@@ -69,7 +69,7 @@ runs:\n shell: bash\n run: |\n cd src\n- e build --target electron:electron_dist_zip -j $NUMBER_OF_NINJA_PROCESSES\n+ e build --target electron:electron_dist_zip -j $NUMBER_OF_NINJA_PROCESSES...
2025-01-06T19:41:48
golang/go
ccf4192a313ec46380c70369537085eacaa17fa8
f5403f15f021521ed82d91e8f28a6865d9aeab34
cmd/go: make ImportMissingError work with local state This change adds fields to the type `ImportMissingError` so that the `Error()` method can be called without accessing the global `LoaderState` variable. This commit is part of the overall effort to eliminate global modloader state. Change-Id: Ib313faeb27ae44e9ac6...
[ { "path": "src/cmd/go/internal/modload/import.go", "patch": "@@ -29,10 +29,14 @@ import (\n )\n \n type ImportMissingError struct {\n-\tPath string\n-\tModule module.Version\n-\tQueryErr error\n-\n+\tPath string\n+\tModule module.Version\n+\tQueryErr error\n+\tmodContaini...
2025-10-03T04:50:03
vercel/next.js
d45fc5ad95eeee2218f29c0bfbf1310189ab7781
88d774f9b5308c09780222b6e701cc27099b9d32
examples: fix typos (#82506) ## Summary Fix typos in code, styles, and documentation across multiple example projects Chores: - Correct variable name typo in the with-slate example (edtorState→editorState) - Fix CSS/SASS class name misspellings (populer→popular, Serach→Search, serachSelector→searchSelector) - Update...
[ { "path": "examples/blog-starter/src/app/_components/theme-switcher.tsx", "patch": "@@ -101,7 +101,7 @@ const Script = memo(() => (\n ));\n \n /**\n- * This component wich applies classes and transitions.\n+ * This component applies classes and transitions.\n */\n export const ThemeSwitcher = () => {\n r...
2025-11-24T13:04:41
facebook/react
b3a95caf61bc716fb618997e6e9f3a0c8c9c8374
6099351c768670246e8b47e702545d03ddc97320
fix(eslint-plugin-react-compiler): support v9 context api (#32045) ## Summary This change fixes a gap in the plugin's support of eslint v9. In one place that it's using the `SourceCode` api, it's correctly considering v9's api. But in the other place where `SourceCode` is used, it's only using the legacy api, which w...
[ { "path": "compiler/packages/eslint-plugin-react-compiler/src/rules/ReactCompilerRule.ts", "patch": "@@ -121,7 +121,7 @@ const rule: Rule.RuleModule = {\n },\n create(context: Rule.RuleContext) {\n // Compat with older versions of eslint\n- const sourceCode = context.sourceCode?.text ?? context.g...
2025-01-13T18:49:31
nodejs/node
41e4953832be72d60c309738935b17f1bcb86a41
97cf38dec6ebd4cd7e7f14608e170da50104c6c1
src: improve CompileFunctionAndCacheResult error handling PR-URL: https://github.com/nodejs/node/pull/58434 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
[ { "path": "src/node_contextify.cc", "patch": "@@ -1511,24 +1511,22 @@ void ContextifyContext::CompileFunction(\n }\n \n TryCatchScope try_catch(env);\n- Local<Object> result = CompileFunctionAndCacheResult(env,\n- parsing_context,\n- ...
2025-05-23T09:20:14
golang/go
f5403f15f021521ed82d91e8f28a6865d9aeab34
a26f860fa4fee16f77e0ed13eb8286168b3bf097
debug/pe: check for zdebug_gdb_scripts section in testDWARF The debug_gdb_scripts sectino may or may not be compressed. Check for both. For #76022. Change-Id: I7541e0aa2b90f6b3b694e02d3dfa99f9019a9e5a Reviewed-on: https://go-review.googlesource.com/c/go/+/714461 Reviewed-by: David Chase <drchase@google.com> LUCI-Try...
[ { "path": "src/debug/pe/file_test.go", "patch": "@@ -413,7 +413,7 @@ func testDWARF(t *testing.T, linktype int) {\n \n \tvar foundDebugGDBScriptsSection bool\n \tfor _, sect := range f.Sections {\n-\t\tif sect.Name == \".debug_gdb_scripts\" {\n+\t\tif sect.Name == \".debug_gdb_scripts\" || sect.Name == \".z...
2025-10-24T20:27:15
facebook/react
af8532f25121a6b4060e3edd7186f0a58812d771
cabd8a0e700713900d9573edb162e608268d09ac
[compiler][ez] Patch compilationMode:infer object method edge case (#32055) Fix for https://github.com/facebook/react/issues/31180
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Program.ts", "patch": "@@ -992,9 +992,11 @@ function returnsNonNode(\n }\n }\n },\n+ // Skip traversing all nested functions and their return statements\n ArrowFunctionExpression: skipNestedFunctions(node),\n ...
2025-01-13T17:18:59
vercel/next.js
88d774f9b5308c09780222b6e701cc27099b9d32
acac0b05675a5f4be2ad326474a219e019f71d46
docs: fix getInitialProps execution behavior during navigation (#86387) Closes https://github.com/vercel/next.js/issues/86386 <!-- Thanks for opening a PR! Your contribution is much appreciated. To make sure your PR is handled as smoothly as possible we request that you follow the checklist sections below. Choose the...
[ { "path": "docs/02-pages/04-api-reference/03-functions/get-initial-props.mdx", "patch": "@@ -37,7 +37,7 @@ export default function Page({ stars }) {\n >\n > - Data returned from `getInitialProps` is serialized when server rendering. Ensure the returned object from `getInitialProps` is a plain `Object`, and ...
2025-11-24T12:58:42
electron/electron
e0f72dc332ee2503f05e7e5e8615db77e17a3783
caf24ef417365d0a65c10b1285520de7fb051483
chore: bump chromium to 133.0.6887.0 (main) (#44986) * chore: bump chromium in DEPS to 133.0.6887.0 * chore: update render_widget_host_view_base.patch trivial manual intervention needed due to header context shear Xref: https://chromium-review.googlesource.com/c/chromium/src/+/5952851 * chore: update osr_s...
[ { "path": "DEPS", "patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '133.0.6878.0',\n+ '133.0.6887.0',\n 'node_version':\n 'v22.9.0',\n 'nan_version':", "additions": 1, "deletions": 1, "language": "Unknown" }, { "path": "patches...
2024-12-18T06:45:19
nodejs/node
62855f3b8cd2523040a2380b45aee71c05470fd8
e201299011153ea68a3a7502827ad8d6196d5a18
stream: making DecompressionStream spec compilent for trailing junk Introduce `ERR_TRAILING_JUNK_AFTER_STREAM_END` error to handle unexpected data after the end of a compressed stream. This ensures proper error reporting when decompressing deflate or gzip streams with trailing junk. Added tests to verify the behavior....
[ { "path": "doc/api/errors.md", "patch": "@@ -3014,6 +3014,15 @@ category.\n The `node:trace_events` module could not be loaded because Node.js was compiled\n with the `--without-v8-platform` flag.\n \n+<a id=\"ERR_TRAILING_JUNK_AFTER_STREAM_END\"></a>\n+\n+### `ERR_TRAILING_JUNK_AFTER_STREAM_END`\n+\n+Trail...
2025-05-26T00:38:39
rust-lang/rust
f1f0b4504a6303da44205548c2747ad346287bfc
9bbe2cd55abfd7b8f1580d4f658aad4e0801e5e8
downgrade duplicate features from hard-error -> deny-by-default
[ { "path": "compiler/rustc_error_codes/src/error_codes/E0636.md", "patch": "@@ -1,8 +1,10 @@\n+#### Note: this error code is no longer emitted by the compiler.\n+\n The same feature is enabled multiple times with `#![feature]` attributes\n \n Erroneous code example:\n \n-```compile_fail,E0636\n+```compile_fa...
2026-02-25T01:42:31
golang/go
747fe2efedfdc43f797b4fc1672e29ff7a01ec6a
94f47fc03f4c916decb7f1387fcf56eae388f7cf
encoding/json/v2: fix typo in documentation about errors.AsType CL 708495 mass migrated the stdlib to use errors.AsType. It rewrote the documentation, but uses the non-pointer type of SemanticError or SyntacticError, which is invalid since the Error method is declared on the pointer receiver. Also, call errors.AsType...
[ { "path": "src/encoding/json/jsontext/state.go", "patch": "@@ -24,7 +24,8 @@ import (\n // The name of a duplicate JSON object member can be extracted as:\n //\n //\terr := ...\n-//\tif serr, ok := errors.AsType[jsontext.SyntacticError](err); ok && serr.Err == jsontext.ErrDuplicateName {\n+//\tserr, ok := e...
2025-10-24T17:55:48
facebook/react
0bf1f39ec6906c666011c0c57aa56aa34a262daf
056073de4c50b65807cd77ae6715c9ea8ee64277
View Transition Refs (#32038) This adds refs to View Transition that can resolve to an instance of: ```js type ViewTransitionRef = { name: string, group: Animatable, imagePair: Animatable, old: Animatable, new: Animatable, } ``` Animatable is a type that has `animate(keyframes, options)` and `getAnimations...
[ { "path": ".eslintrc.js", "patch": "@@ -589,6 +589,11 @@ module.exports = {\n WheelEventHandler: 'readonly',\n FinalizationRegistry: 'readonly',\n Omit: 'readonly',\n+ Keyframe: 'readonly',\n+ PropertyIndexedKeyframes: 'readonly',\n+ KeyframeAnimationOptions: 'readonly',\n+ GetAnimat...
2025-01-10T16:51:37
electron/electron
caf24ef417365d0a65c10b1285520de7fb051483
ff13bcd08dc7aaa4498062e429a0ad30a2571227
fix: add patch to fix desktopCapturer.getSources not returning electron windows on Windows (#45000) * fix: add patch to fix desktopCapturer.getSources not returning electron window on Windows * add chromium link * Update patches/chromium/fix_desktop_capturer_show_own_window.patch Co-authored-by: Keeley Hammon...
[ { "path": "shell/browser/api/electron_api_desktop_capturer.cc", "patch": "@@ -286,7 +286,7 @@ void DesktopCapturer::StartHandling(bool capture_window,\n capture_screen_ = false;\n capture_window_ = capture_window;\n window_capturer_ = std::make_unique<NativeDesktopMediaList>(\n- D...
2024-12-17T23:20:44
nodejs/node
e201299011153ea68a3a7502827ad8d6196d5a18
ab68ad031a964bcff15e074f5535e52832484047
sqlite: handle thrown errors in result callback This commit updates the aggregate function 'result' callback handling to not crash when an exception is thrown. Fixes: https://github.com/nodejs/node/issues/58425 PR-URL: https://github.com/nodejs/node/pull/58426 Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Rev...
[ { "path": "src/node_sqlite.cc", "patch": "@@ -375,7 +375,10 @@ class CustomAggregate {\n result = Local<Value>::New(isolate, agg->value);\n }\n \n- JSValueToSQLiteResult(isolate, ctx, result);\n+ if (!result.IsEmpty()) {\n+ JSValueToSQLiteResult(isolate, ctx, result);\n+ }\n+\n i...
2025-05-25T21:49:37
vercel/next.js
acac0b05675a5f4be2ad326474a219e019f71d46
8eb7f494267c414886e4edfb894ff5c0499165c0
Fix compilation of exported server functions (#86296) With this PR we are restructuring how the Next.js compiler transforms server function modules (`'use server'` or `'use cache'` directive at the top of the file). The workaround for skipping the registration of exported `'use cache'` functions is removed. All exp...
[ { "path": "crates/next-custom-transforms/src/transforms/server_actions.rs", "patch": "@@ -16,7 +16,7 @@ use rustc_hash::{FxHashMap, FxHashSet};\n use serde::Deserialize;\n use sha1::{Digest, Sha1};\n use swc_core::{\n- atoms::{atom, Atom},\n+ atoms::{atom, Atom, Wtf8Atom},\n common::{\n co...
2025-11-24T12:54:17
golang/go
cf7c1a4cbb917b6c5d80d1d9443a40cb7720db75
2b8eded4f4fd3d421d1fb9af68c774142abcf208
[dev.simd] cmd/compile, simd: add SHA features This CL also fixed some bugs left in CL 712181. Change-Id: I9cb6cd9fbaef307f352809bf21b8fec3eb62721a Reviewed-on: https://go-review.googlesource.com/c/go/+/712361 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accoun...
[ { "path": "src/cmd/compile/internal/amd64/simdssa.go", "patch": "@@ -1955,6 +1955,18 @@ func ssaGenSIMDValue(s *ssagen.State, v *ssa.Value) bool {\n \t\tssa.OpAMD64VPTERNLOGQ512load:\n \t\tp = simdV31loadResultInArg0Imm8(s, v)\n \n+\tcase ssa.OpAMD64SHA1MSG1128,\n+\t\tssa.OpAMD64SHA1MSG2128,\n+\t\tssa.OpAMD...
2025-10-16T16:07:32
facebook/react
d2a1b8854d5c4bed713e7e732b598d88e3cc4858
f2813ee33d37e20029c6698f34946d7f08eb7a95
fix[DevTools/Tree]: only scroll to item when panel is visible (#32018) Stacked on https://github.com/facebook/react/pull/31968. See commit on top. Fixes an issue with bank tree view, when we are scrolling to an item while syncing user DOM selection. This should only have an effect on browser extension. Added eve...
[ { "path": "packages/react-devtools-extensions/src/main/index.js", "patch": "@@ -206,8 +206,12 @@ function createComponentsPanel() {\n }\n });\n \n- // TODO: we should listen to createdPanel.onHidden to unmount some listeners\n- // and potentially stop highlighting\n+ createdPane...
2025-01-09T18:38:49
electron/electron
dc74092a090cb6448951036e951ae0f4d775cc98
f89813401dc5510f6ed2941db6bc42a2a1601677
fix: better prompt not supported message in window-setup.ts (#45017) Update window-setup.ts The message should simply read "is not supported" or, alternatively, "is not, and will not, be supported", but not "is and will not be supported".
[ { "path": "lib/renderer/window-setup.ts", "patch": "@@ -15,7 +15,7 @@ export const windowSetup = (isWebView: boolean, isHiddenPage: boolean) => {\n \n // But we do not support prompt().\n window.prompt = function () {\n- throw new Error('prompt() is and will not be supported.');\n+ throw new Error...
2024-12-16T20:38:25
nodejs/node
e9c6004a2d580008082b3d6947c8b4c31762ee05
996a774ebacabc55aa321f544f4788c2b0d16bcf
test: fix test-buffer-tostring-range on allocation failure If the test cannot allocate a buffer over 4GB, there is no point continue testing toString() on it. This also split the test case to a different file for clarity and reduce interference with other cases. PR-URL: https://github.com/nodejs/node/pull/58416 Fixe...
[ { "path": "test/parallel/test-buffer-tostring-4gb.js", "patch": "@@ -0,0 +1,20 @@\n+'use strict';\n+\n+// This tests that Buffer.prototype.toString() works with buffers over 4GB.\n+const common = require('../common');\n+\n+// Must not throw when start and end are within kMaxLength\n+// Cannot test on 32bit ...
2025-05-23T21:13:39
golang/go
2b8eded4f4fd3d421d1fb9af68c774142abcf208
c75965b666edf8399fc0c56ba0b94c2a4f5e7070
[dev.simd] simd/_gen: parse SHA features from XED To parse SHA feature instructions from XED, this CL added some utility to decode fixed reg operands. SHA512 parsing will be in next CL as we don't have SHA512 cpu features in src/internal/cpu/cpu.go yet. Change-Id: Id14cced57eab2ca9e75693a201f4ce7c04981587 Reviewed-o...
[ { "path": "src/simd/_gen/simdgen/xed.go", "patch": "@@ -22,9 +22,10 @@ import (\n )\n \n const (\n-\tNOT_REG_CLASS = 0 // not a register\n-\tVREG_CLASS = 1 // classify as a vector register; see\n-\tGREG_CLASS = 2 // classify as a general register\n+\tNOT_REG_CLASS = iota // not a register\n+\tVREG_CLA...
2025-10-15T19:17:35
vercel/next.js
0469aec433d070f7e62618831baadb611b513029
bb65e78ae017ab919635d98fa36ee1f0972973a7
Revert "Turbopack: JsAnalyzer parse AssignExpr (#83962)" (#86420) This reverts commit 2d80f1a249634ebcd5a84ba4f8b0763a91f4a560. <!-- Thanks for opening a PR! Your contribution is much appreciated. To make sure your PR is handled as smoothly as possible we request that you follow the checklist sections below. Choose t...
[ { "path": "turbopack/crates/turbopack-ecmascript/src/analyzer/graph.rs", "patch": "@@ -800,8 +800,10 @@ impl EvalContext {\n ..\n }) => JsValue::WellKnownObject(WellKnownObjectKind::ImportMeta),\n \n- Expr::Assign(AssignExpr { op, right, .. }) => match op {\n- ...
2025-11-24T09:10:51
electron/electron
3aa0014d238046854c612fc5b011469a34ecdef9
69479b2fb7c5bbbf7e9bfff51f6867829439059c
fix: chrome.i18n unavailable in extension service workers (#45031) https://chromium-review.googlesource.com/c/chromium/src/+/3362491
[ { "path": "shell/common/extensions/api/_api_features.json", "patch": "@@ -24,20 +24,6 @@\n \"action.setBadgeTextColor\": {\n \"channel\": \"stable\"\n },\n- \"tabs\": {\n- \"channel\": \"stable\",\n- \"extension_types\": [\"extension\"],\n- \"contexts\": [\"privileged_extension\"]\n- },\n...
2024-12-16T14:46:20
facebook/react
f2813ee33d37e20029c6698f34946d7f08eb7a95
d6345482430952306fc83e62d4c14e2622fb1752
[DevTools] feat[Tree]: set initial scroll offset when inspected element index is set (#31968) Stacked on https://github.com/facebook/react/pull/31956. See [commit on top](https://github.com/facebook/react/pull/31968/commits/ecb8df4175342cde7669cd4a6b008b3782eb5b61). Use `initialScrollOffset` prop for `FixedSizeLi...
[ { "path": "packages/react-devtools-shared/src/devtools/views/Components/Tree.js", "patch": "@@ -47,6 +47,22 @@ export type ItemData = {\n treeFocused: boolean,\n };\n \n+function calculateInitialScrollOffset(\n+ inspectedElementIndex: number | null,\n+ elementHeight: number,\n+): number | void {\n+ if ...
2025-01-09T18:21:55
nodejs/node
996a774ebacabc55aa321f544f4788c2b0d16bcf
8287f6748b6b62096a24e911a223cc783f4328c1
test: skip in test-buffer-tostring-rangeerror on allocation failure If the buffer allocation fails due to insufficient memory, there is no point continue testing toString(). PR-URL: https://github.com/nodejs/node/pull/58415 Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Michaël Zasso <targos@protonmail.co...
[ { "path": "test/parallel/test-buffer-tostring-rangeerror.js", "patch": "@@ -23,8 +23,22 @@ const message = {\n code: 'ERR_STRING_TOO_LONG',\n name: 'Error',\n };\n-assert.throws(() => Buffer(len).toString('utf8'), message);\n-assert.throws(() => Buffer.allocUnsafeSlow(len).toString('utf8'), message);\n-...
2025-05-23T21:02:37
rust-lang/rust
98be8f7659a67caae28527fd7c37ba23b5d7ad3b
c7b206bba4434ed928e9615f31082a9ef3f67c27
Fix Vec::const_make_global for 0 capacity and ZST's
[ { "path": "library/alloc/src/vec/mod.rs", "patch": "@@ -898,6 +898,20 @@ impl<T> Vec<T> {\n where\n T: Freeze,\n {\n+ // const_make_global requires the pointer to point to the beginning of a heap allocation,\n+ // which is not the case when `self.capacity()` is 0, which is why ...
2026-03-09T23:26:14
golang/go
e6cff690517e66f610bf8787a442a47d92fc14c7
f5f69a3de9a3e0b8d4e211f155853a29cd400e92
crypto/x509: move constraint checking after chain building The standard approach to constraint checking involves checking the constraints during chain building. This is typically done as most chain building algorithms want to find a single chain. We don't do this, and instead build every valid chain we can find. Becau...
[ { "path": "src/crypto/x509/verify.go", "patch": "@@ -636,107 +636,8 @@ func (c *Certificate) isValid(certType int, currentChain []*Certificate, opts *V\n \t\t}\n \t}\n \n-\tmaxConstraintComparisons := opts.MaxConstraintComparisions\n-\tif maxConstraintComparisons == 0 {\n-\t\tmaxConstraintComparisons = 2500...
2025-10-20T18:04:38
electron/electron
e2e71502b19114f91b9f622745c52b07ff8708a6
be1a3dce83739ddd5fd916615a08c13eb9db7766
fix: custom spell-checker stuck in infinite loop (#45001) `ReadUnicodeCharacter` updates index to the last character read, and not after it. We need to manually increment it to move to the next character. It also doesn't validate that the index is valid, so we need to check that index is within bounds. Refs: #44...
[ { "path": "shell/renderer/api/electron_api_spell_check_client.cc", "patch": "@@ -32,7 +32,9 @@ namespace {\n \n bool HasWordCharacters(const std::u16string& text, size_t index) {\n base_icu::UChar32 code;\n- while (base::ReadUnicodeCharacter(text.c_str(), text.size(), &index, &code)) {\n+ while (index <...
2024-12-13T16:47:29
facebook/react
54cfa95d3a83328868f9fba00d8213e6de6c7d2f
d5f3c50f584ab0212e472fc4f4d599194a0286a7
DevTools: fix initial host instance selection (#31892) Related: https://github.com/facebook/react/pull/31342 This fixes RDT behaviour when some DOM element was pre-selected in built-in browser's Elements panel, and then Components panel of React DevTools was opened for the first time. With this change, React DevT...
[ { "path": "packages/react-devtools-extensions/src/main/index.js", "patch": "@@ -345,8 +345,6 @@ function mountReactDevTools() {\n \n createBridgeAndStore();\n \n- setReactSelectionFromBrowser(bridge);\n-\n createComponentsPanel();\n createProfilerPanel();\n }", "additions": 0, "deletions": 2,...
2025-01-09T18:01:07
rust-lang/rust
f4a95d35d3804e6e238785ed7b4aa252ce10bc3f
d2e3ab641ac3d4ea2e351724b22d6b9f20021b01
std: move leftover Windows error test
[ { "path": "library/std/src/sys/io/error/windows.rs", "patch": "@@ -1,6 +1,9 @@\n use crate::sys::pal::{api, c};\n use crate::{io, ptr};\n \n+#[cfg(test)]\n+mod tests;\n+\n pub fn errno() -> i32 {\n api::get_last_error().code as i32\n }", "additions": 3, "deletions": 0, "language": "Rust" }...
2026-03-09T17:37:36
nodejs/node
8287f6748b6b62096a24e911a223cc783f4328c1
9239373b7ac462c8e95b4d910c2352e2eaf44ac8
test: fix missing edge case in test-blob-slice-with-large-size The test only cares about whether a size outside the range of the 32-bit signed integers works with Blob.prototype.slice(). If it fails due to allocation failure when the system does not have enough memory, the test should just be skipped. The test previou...
[ { "path": "test/pummel/test-blob-slice-with-large-size.js", "patch": "@@ -1,4 +1,7 @@\n 'use strict';\n+\n+// This tests that Blob.prototype.slice() works correctly when the size of the\n+// Blob is outside the range of 32-bit signed integers.\n const common = require('../common');\n \n // Buffer with size ...
2025-05-23T20:45:46
vercel/next.js
bb65e78ae017ab919635d98fa36ee1f0972973a7
f0af7cd02bb14b7e1cba9eb94c005e7ef582d9cf
Turbopack: avoid embedding deployment ID into the turbopack runtime (#86370) ### What? * add support for multiple options for chunk suffix * Use FromScriptSrc chunk suffix to avoid depending on deployment id * fix passing chunk suffix to WebWorkers initial chunks
[ { "path": "crates/next-api/src/project.rs", "patch": "@@ -1144,7 +1144,6 @@ impl Project {\n client_root: self.client_relative_path().owned().await?,\n client_root_to_root_path: rcstr!(\"/ROOT\"),\n asset_prefix: self.next_config().computed_asset_prefix(),\n- c...
2025-11-24T08:02:58
golang/go
c18fa69e528f1679cd9b4c1c04a95f048c68000e
296ecc918d6688b5eeb9abe32d919b0aaa76d798
cmd/go: make ErrNoModRoot work with local state This change reworks the sentinel error value ErrNoModRoot and the type noMainModulesError so that we can determine the appropriate error message to display based on the loader state without depending on the state directly. This commit is part of the overall effort to el...
[ { "path": "src/cmd/go/internal/modget/query.go", "patch": "@@ -185,7 +185,7 @@ func (q *query) validate(loaderstate *modload.State) error {\n \tif q.pattern == \"all\" {\n \t\t// If there is no main module, \"all\" is not meaningful.\n \t\tif !modload.HasModRoot(loaderstate) {\n-\t\t\treturn fmt.Errorf(`can...
2025-10-03T04:31:26
facebook/react
d16fe4be5b9b5eee0cfb0f602ad62d6b0842d253
8932ca32f47a1441723ae30ef6828998e9587553
[compiler] Playground qol: shared compilation option directives with tests (#32012) - Adds @compilationMode(all|infer|syntax|annotation) and @panicMode(none) directives. This is now shared with our test infra - Playground still defaults to `infer` mode while tests default to `all` mode - See added fixture tests
[ { "path": "compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/compilationMode-all-output.txt", "patch": "@@ -0,0 +1,13 @@\n+import { c as _c } from \"react/compiler-runtime\"; // \n+        @compilationMode(all)\n+function nonReactFn() {\n+  const $ = _c(1);\n+  let t0;\n+  if ($[0] === Symbo...
2025-01-09T17:38:16
rust-lang/rust
13a5c24606170f3ee1e3d1351df85c191961da7e
3ea17bec62b190b66e9fc71ea649cd533fdf58d7
Fix compile flags
[ { "path": "tests/crashes/146965.rs", "patch": "@@ -1,5 +1,5 @@\n //@ known-bug: #146965\n-//@ compile-flags: --crate-type lib\n+//@ compile-flags: --crate-type lib -C opt-level=3\n \n fn conjure<T>() -> T {\n panic!()", "additions": 1, "deletions": 1, "language": "Rust" }, { "path": ...
2026-03-07T01:18:59
nodejs/node
d96d57d5a7cf3a897a81ed9b89d5e883803b2492
74acfdf65fbca92eeff69fedd123e5e0225c0d1d
src: fix build when using shared simdutf PR-URL: https://github.com/nodejs/node/pull/58407 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
[ { "path": "src/node_i18n.cc", "patch": "@@ -174,7 +174,7 @@ MaybeLocal<Object> TranscodeLatin1ToUcs2(Environment* env,\n const char* source,\n const size_t source_length,\n UErrorCode* ...
2025-05-22T18:12:42
electron/electron
be1a3dce83739ddd5fd916615a08c13eb9db7766
a5b433988433adb9481e90a80cd7642041b6f8ed
build: use github actions for windows (#44136) * build: test windows runner * build: try build windows on windows? * build: take win/cross changes * build: use bash as default shell always * build: configure git for windows build tools * build: bash as default * build: configure windows correctly ...
[ { "path": ".gitattributes", "patch": "@@ -1,6 +1,9 @@\n # `git apply` and friends don't understand CRLF, even on windows. Force those\n # files to be checked out with LF endings even if core.autocrlf is true.\n *.patch text eol=lf\n+DEPS text eol=lf\n+yarn.lock text eol=lf\n+script/zip_manifests/*.manifest ...
2024-12-12T16:51:24
golang/go
c445a61e5256914510f201d5bda5e526249217d6
6ac40051d3eee124e8c2d2ad93c518034944a1d4
cmd/go: add loaderstate as field on `QueryMatchesMainModulesError` This change modifies the type `QueryMatchesMainModulesError` to have an additional field to store the current module loader state. The field is used to break the dependency on the global `modload.LoaderState` variable. This commit is part of the over...
[ { "path": "src/cmd/go/internal/modget/get.go", "patch": "@@ -683,7 +683,7 @@ func (r *resolver) queryPattern(loaderstate *modload.State, ctx context.Context,\n \n // checkAllowedOr is like modload.CheckAllowed, but it always allows the requested\n // and current versions (even if they are retracted or other...
2025-10-02T20:56:19
facebook/react
8932ca32f47a1441723ae30ef6828998e9587553
c4595ca4c86a2a0795bf4d6d5ca4e074babf7fc3
[playground] Partially revert #32009 (#32035) I had forgotten that our default error reporting threshold was `none` due to the fact that build pipelines should not throw errors. This resets it back to throwing on all errors which mostly is the same as the eslint plugin. Closes #32014.
[ { "path": "compiler/apps/playground/components/Editor/EditorImpl.tsx", "patch": "@@ -78,6 +78,7 @@ function invokeCompiler(\n logEvent: () => {},\n },\n environment,\n+ panicThreshold: 'all_errors',\n });\n const ast = parseInput(source, language);\n let result = transformFromAstSync(...
2025-01-09T17:21:05
vercel/next.js
78f6bea72f5a99ac63e237f464653ea66e1bf959
eb8fea0fc311211b296ea925dbe74f7e2719a9f0
Revert "[turbopack] Model `||`, `&&`, and `??` as control flow operators (#85837)" (#86432) This reverts commit 23b741a97c963b9ee76a74366c451b9a5228facc. <!-- Thanks for opening a PR! Your contribution is much appreciated. To make sure your PR is handled as smoothly as possible we request that you follow the checklis...
[ { "path": "turbopack/crates/turbopack-ecmascript/benches/analyzer.rs", "patch": "@@ -41,12 +41,9 @@ pub fn benchmark(c: &mut Criterion) {\n for result in results {\n let entry = result.unwrap();\n if entry.file_type().unwrap().is_dir() {\n- let input = entry.path().join(\"inpu...
2025-11-23T11:32:01
nodejs/node
0d3e1b3985ad0b53314bcb7bcbc550f1a67e0129
f5ac35ee156481088136fa39a4ceffe59850c326
doc: clarify behavior of --watch-path and --watch flags Fixes: https://github.com/nodejs/node/issues/58113 PR-URL: https://github.com/nodejs/node/pull/58136 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Uli...
[ { "path": "doc/api/cli.md", "patch": "@@ -3080,6 +3080,10 @@ Use `--watch-path` to specify what paths to watch.\n This flag cannot be combined with\n `--check`, `--eval`, `--interactive`, or the REPL.\n \n+Note: The `--watch` flag requires a file path as an argument and is incompatible\n+with `--run` or inl...
2025-05-03T10:07:24
electron/electron
a5b433988433adb9481e90a80cd7642041b6f8ed
6961e9458a521ac76d7966e983e82c972d88d595
fix: add missing index arg in `navigationHistory.canGoToOffset` (#44989) fix: add missing arg
[ { "path": "lib/browser/api/web-contents.ts", "patch": "@@ -514,9 +514,9 @@ WebContents.prototype.canGoForward = function () {\n };\n \n const canGoToOffsetDeprecated = deprecate.warnOnce('webContents.canGoToOffset', 'webContents.navigationHistory.canGoToOffset');\n-WebContents.prototype.canGoToOffset = func...
2024-12-12T15:56:27
golang/go
6a5a45252848b1bac795fc5c3e29680350462f81
dfac972233873c13e449689ce16aa1b9707dd20e
cmd/go: inject vendor dir into builder struct This change adds a new field to the Builder struct to store a function to retrieve the current vendor directory. This allows us to delay the determination of the vendor directory until later, which is currently necessary to successful interaction with the module loader st...
[ { "path": "src/cmd/go/internal/bug/bug.go", "patch": "@@ -106,7 +106,7 @@ func printEnvDetails(loaderstate *modload.State, w io.Writer) {\n func printGoEnv(loaderstate *modload.State, w io.Writer) {\n \tenv := envcmd.MkEnv()\n \tenv = append(env, envcmd.ExtraEnvVars(loaderstate)...)\n-\tenv = append(env, en...
2025-10-10T01:01:05
facebook/react
800c9db22e69680f17e238724478537282215f89
98418e8902d6045e5138a2e765e026ce2e4de82d
ViewTransitions in Navigation (#32028) This adds navigation support to the View Transition fixture using both `history.pushState/popstate` and the Navigation API models. Because `popstate` does scroll restoration synchronously at the end of the event, but `startViewTransition` cannot start synchronously, it would obs...
[ { "path": "fixtures/view-transition/server/render.js", "patch": "@@ -20,24 +20,27 @@ export default function render(url, res) {\n console.error('Fatal', error);\n });\n let didError = false;\n- const {pipe, abort} = renderToPipeableStream(<App assets={assets} />, {\n- bootstrapScripts: [assets['...
2025-01-08T23:57:54
vercel/next.js
8c271102dd2619802aa90d15797790ca1ce0819c
5bbcd7d2b6c3cecb01d59d3bad8ef84135401173
Update Next.js auth docs examples (#86361) <!-- Thanks for opening a PR! Your contribution is much appreciated. To make sure your PR is handled as smoothly as possible we request that you follow the checklist sections below. Choose the right checklist for the change(s) that you're making: ## For Contributors ### Imp...
[ { "path": "docs/01-app/02-guides/authentication.mdx", "patch": "@@ -1355,51 +1355,96 @@ For example, consider a shared layout that fetches the user data and displays th\n \n This guarantees that wherever `getUser()` is called within your application, the auth check is performed, and prevents developers forg...
2025-11-21T23:31:48
nodejs/node
27edff5cb9f742b6cd4dc527b2c00f5931de61e6
cb88e99bfec7d5d1dfada57a05f7a149461e0abf
doc: fix the order of `process.md` sections Fixes: https://github.com/nodejs/node/issues/58402 PR-URL: https://github.com/nodejs/node/pull/58403 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
[ { "path": "doc/api/process.md", "patch": "@@ -982,6 +982,28 @@ $ bash -c 'exec -a customArgv0 ./node'\n 'customArgv0'\n ```\n \n+## `process.availableMemory()`\n+\n+<!-- YAML\n+added:\n+ - v22.0.0\n+ - v20.13.0\n+changes:\n+ - version:\n+ - v24.0.0\n+ - v22.16.0\n+ pr-url: https://github.com/nod...
2025-05-22T14:19:14
golang/go
dfac972233873c13e449689ce16aa1b9707dd20e
47bf8f073ed321e1a1c5aff19c4f4ad6362a1c53
crypto/pbkdf2: add missing error return value in example This function returns two values, one was missing in the example. Change-Id: I738597f959011260f666c29b7d3ffad8e5cdc473 GitHub-Last-Rev: 5d99e04f7e1168fd0627e965508181bdb9d1ac25 GitHub-Pull-Request: golang/go#76032 Reviewed-on: https://go-review.googlesource.com...
[ { "path": "src/crypto/pbkdf2/pbkdf2.go", "patch": "@@ -27,7 +27,7 @@ import (\n // can get a derived key for e.g. AES-256 (which needs a 32-byte key) by\n // doing:\n //\n-//\tdk := pbkdf2.Key(sha1.New, \"some password\", salt, 4096, 32)\n+//\tdk, err := pbkdf2.Key(sha1.New, \"some password\", salt, 4096, 3...
2025-10-23T20:27:03
facebook/react
38127b281567d43972b7fb44c3fcb0d1806e7c10
3a5496b3f56f1c0b138811a564299ee0b64a64ba
[Fiber] Support only View Transitions v2 (#31996) Stacked on #31975. We're going to recommend that the primary way you style a View Transition is using a View Transition Class (and/or Type). These are only available in the View Transitions v2 spec. When they're not available it's better to fallback to just not animat...
[ { "path": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js", "patch": "@@ -1209,19 +1209,28 @@ export function startViewTransition(\n rootContainer.nodeType === DOCUMENT_NODE\n ? rootContainer\n : rootContainer.ownerDocument;\n- // $FlowFixMe[prop-missing]\n- if (typeof owner...
2025-01-08T18:22:15
vercel/next.js
d7e17617a27c169d8b6934a5638c7cb9725b83b9
1923ed69d4dfd5987d006dbba515e5280a94fe97
add debug logs to onSegmentPrerenderError (#86358) Adds logs to collectSegmentError when verbose logging is enabled to help identify errors that occur during this phase.
[ { "path": "packages/next/errors.json", "patch": "@@ -946,5 +946,6 @@\n \"945\": \"createNodeStreamFromChunks cannot be used in the edge runtime\",\n \"946\": \"Failed to deserialize errors.\",\n \"947\": \"Expected `sendErrorsToBrowser` to be defined in renderOpts.\",\n- \"948\": \"Failed to serializ...
2025-11-21T20:24:33
electron/electron
2c698d3f75614ae7942b593b9ad3ead63b05a3e9
cf5a4640f5e888138e8c122adcee23b73801d3ee
fix: context-menu emitted twice (#44978) * fix: context-menu emitted twice * refactor: simplify disabling draggable regions * cleanup
[ { "path": "shell/browser/api/electron_api_web_contents.cc", "patch": "@@ -371,6 +371,9 @@ namespace electron::api {\n \n namespace {\n \n+// Global toggle for disabling draggable regions checks.\n+bool g_disable_draggable_regions = false;\n+\n constexpr std::string_view CursorTypeToString(\n ui::mojom::...
2024-12-11T16:42:48
nodejs/node
06fb007988dba902a2fe3e716477679a9b1d699e
d824a929be810e58999af1c9260bb26d0b2d2aee
typings: remove no longer valid `FixedSizeBlobCopyJob` type PR-URL: https://github.com/nodejs/node/pull/58305 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
[ { "path": "typings/internalBinding/blob.d.ts", "patch": "@@ -2,17 +2,10 @@ declare namespace InternalBlobBinding {\n interface BlobHandle {\n slice(start: number, end: number): BlobHandle;\n }\n-\n- class FixedSizeBlobCopyJob {\n- constructor(handle: BlobHandle);\n- run(): ArrayBuffer | undef...
2025-05-13T00:20:44
golang/go
47bf8f073ed321e1a1c5aff19c4f4ad6362a1c53
03bd43e8bb314f1bf1872a41f470bde72ac00b5c
unique: fix inconsistent panic prefix in canonmap cleanup path Other panic messages in the file use the "unique.canonMap" prefix, but this one used "internal/sync.HashTrieMap", looks like it was copied from the "internal/sync" package. Change-Id: Ic3e85154eb5a593d41c19013d5696afed2178b7e Reviewed-on: https://go-revie...
[ { "path": "src/unique/canonmap.go", "patch": "@@ -232,7 +232,7 @@ func (m *canonMap[T]) cleanup(hash uintptr, wp weak.Pointer[T]) {\n \t\t\t// which requires the parents' lock.\n \t\t\tfor i.parent != nil && i.empty() {\n \t\t\t\tif hashShift == 8*goarch.PtrSize {\n-\t\t\t\t\tpanic(\"internal/sync.HashTrieM...
2025-10-22T02:37:49
vercel/next.js
09c2f3c992b9175abe72c1710e3d903a8f92a744
d93f4c8064f57d5a8db896017a49a6eb3f7a5988
Revert "Turbopack: add bundle-analyzer to versioning and add dependen… (#86394) …cy (#86355)" This reverts commit 5b97f1f7b51dddfc1df42e0bd03730f90ebc9337. Investigating if it fixes broken publishes.
[ { "path": "apps/bundle-analyzer/package.json", "patch": "@@ -1,6 +1,6 @@\n {\n \"name\": \"@next/bundle-analyzer-ui\",\n- \"version\": \"16.0.2-canary.27\",\n+ \"version\": \"16.0.2-canary.16\",\n \"private\": true,\n \"scripts\": {\n \"build\": \"cross-env NEXT_TEST_NATIVE_DIR=no next build --n...
2025-11-21T19:40:13
facebook/react
3a5496b3f56f1c0b138811a564299ee0b64a64ba
a4d122f2d192fe0b6480e669cca43c8f953aaf85
[Fiber] Use className on <ViewTransition> to assign view-transition-class (#31999) Stacked on #31975. This is the primary way we recommend styling your View Transitions since it allows for reusable styling such as a CSS library specializing in View Transitions in a way that's composable and without naming conflicts. ...
[ { "path": "fixtures/view-transition/package.json", "patch": "@@ -4,15 +4,23 @@\n \"private\": true,\n \"devDependencies\": {\n \"concurrently\": \"3.1.0\",\n- \"http-proxy-middleware\": \"0.17.3\",\n- \"react-scripts\": \"0.9.5\"\n+ \"http-proxy-middleware\": \"3.0.3\",\n+ \"react-script...
2025-01-08T18:22:06
golang/go
107fcb70de859f7b8d08ce8bce8cf6a6d944aeff
8378276d66060cf5486cda3c826afc4be9f4a047
internal/goroot: replace HasPrefix+TrimPrefix with CutPrefix Change-Id: I97305df6babbede57bb0c3b48c89c96cb74307f7 Reviewed-on: https://go-review.googlesource.com/c/go/+/668456 Auto-Submit: Sean Liao <sean@liao.dev> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Sean Liao <sean@liao.dev> LUCI-TryBot-Result:...
[ { "path": "src/internal/goroot/gc.go", "patch": "@@ -77,8 +77,8 @@ func (gd *gccgoDirs) init() {\n \tconst prefix = \"libraries: =\"\n \tvar dirs []string\n \tfor _, dirEntry := range dirsEntries {\n-\t\tif strings.HasPrefix(dirEntry, prefix) {\n-\t\t\tdirs = filepath.SplitList(strings.TrimPrefix(dirEntry, ...
2025-04-28T09:00:24
electron/electron
cf5a4640f5e888138e8c122adcee23b73801d3ee
3bd5f14cee3ba62a654a37af76b92110e886630f
chore: bump chromium to 133.0.6878.0 (main) (#44831) * chore: bump chromium in DEPS to 133.0.6858.0 * chore: bump chromium in DEPS to 133.0.6860.0 * chore: update patches v8/revert_fastapi_remove_dynamic_overload_resolution.patch had some additions due to https://chromium-review.googlesource.com/c/v8/v8/+/602...
[ { "path": "DEPS", "patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '133.0.6852.0',\n+ '133.0.6878.0',\n 'node_version':\n 'v22.9.0',\n 'nan_version':", "additions": 1, "deletions": 1, "language": "Unknown" }, { "path": "build/r...
2024-12-10T19:16:07
rust-lang/rust
1db5d7741dc9c2163ab44a361464a705cbb667e1
514f833a6b75de6e66f559efa917fc085dd9604b
address review: use Option for functions which already handle errors
[ { "path": "src/tools/tidy/src/extra_checks/mod.rs", "patch": "@@ -114,10 +114,11 @@ pub fn check(\n \n if python_lint || python_fmt || cpp_fmt {\n // Since python lint, format and cpp format share python env, we need to ensure python env is installed before running those checks.\n- match ...
2026-03-09T21:37:06
vercel/next.js
36f50c5a11cdd92953f711fca5fadbbe6033ec8a
bf5435972333cd7e5868a7a34f8c203f3f349445
Send dynamic validation errors to browser via WebSocket (#85818) By sending the dynamic validation errors to the browser via WebSocket, instead of rendering a validation outlet into the dynamic dev render stream, we can avoid artificially delaying the spawned validation to implicitly wait for the different chunks (sta...
[ { "path": "packages/next/errors.json", "patch": "@@ -943,5 +943,8 @@\n \"942\": \"Unexpected stream chunk while in Before stage\",\n \"943\": \"getFlightStream should always receive a ReadableStream when using the edge runtime\",\n \"944\": \"nodeStreamFromReadableStream cannot be used in the edge run...
2025-11-21T15:10:15