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 | 78923b14f213e1f18203b2aa9b8e63dfb4a5b447 | 7dd77fea73e7ffe5fe16973d27536063f32d89b7 | fix: swc tracing (#82470)
regression introduced in
https://github.com/vercel/next.js/pull/67166/files#diff-907b7be0cfc75bd37773e5ebc38d1deffa40861b8ac1cde92e4992e284a1ee59R1324
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
... | [
{
"path": "packages/next/src/build/swc/index.ts",
"patch": "@@ -1532,7 +1532,7 @@ export function getBinaryMetadata() {\n *\n */\n export function initCustomTraceSubscriber(traceFileName?: string) {\n- if (swcTraceFlushGuard) {\n+ if (!swcTraceFlushGuard) {\n // Wasm binary doesn't support trace emi... | 2025-08-08T19:22:19 |
electron/electron | 5f712fa3250c137b286ad96f63ec3c232cb6e6fa | ba8915242a60ab3fbe7a2139ad9d5b2626af4e26 | chore: cherry-pick tls shutdown crash fix from upstream (#39928) | [
{
"path": "patches/node/.patches",
"patch": "@@ -44,3 +44,7 @@ chore_update_fixtures_errors_force_colors_snapshot.patch\n fix_assert_module_in_the_renderer_process.patch\n src_cast_v8_object_getinternalfield_return_value_to_v8_value.patch\n fix_add_trusted_space_and_trusted_lo_space_to_the_v8_heap.patch\n+t... | 2023-09-21T13:47:31 |
golang/go | 304d9e2fd1b62d236eb48ec838be3680cb7845e6 | d3d22cc5e4be996345e47d6994c5f3d5f51811fa | bufio: update buffer documentation
Fixes #73778
Change-Id: If6d87a92786c9b0ee2bd790b57937919afe0fc5c
GitHub-Last-Rev: 4b4c7595d5779a127b01a5d71adca91cb5aa6c05
GitHub-Pull-Request: golang/go#73804
Reviewed-on: https://go-review.googlesource.com/c/go/+/674695
Auto-Submit: Alan Donovan <adonovan@google.com>
LUCI-TryBot-... | [
{
"path": "src/bufio/scan.go",
"patch": "@@ -260,8 +260,11 @@ func (s *Scanner) setErr(err error) {\n \t}\n }\n \n-// Buffer sets the initial buffer to use when scanning\n+// Buffer controls memory allocation by the Scanner.\n+// It sets the initial buffer to use when scanning\n // and the maximum size of b... | 2025-05-21T14:48:21 |
nodejs/node | a1cd3c8777604fe3fc531186364ce9c2529f087b | 02e89721694ed44adfb8b7cf0fb68174e1432277 | build: update ruff and add `lint-py-fix`
PR-URL: https://github.com/nodejs/node/pull/54410
Reviewed-By: Christian Clauss <cclauss@me.com> | [
{
"path": "Makefile",
"patch": "@@ -1536,17 +1536,22 @@ cpplint: lint-cpp\n # Try with '--system' if it fails without; the system may have set '--user'\n lint-py-build:\n \t$(info Pip installing ruff on $(shell $(PYTHON) --version)...)\n-\t$(PYTHON) -m pip install --upgrade --target tools/pip/site-packages ... | 2024-09-24T15:20:20 |
facebook/react | 37d901e2b81e12d40df7012c6f8681b8272d2555 | 5c08662301d99d1305e164c701fe8e4da1bc526c | Remove __self and __source location from elements (#28265)
Along with all the places using it like the `_debugSource` on Fiber.
This still lets them be passed into `createElement` (and JSX dev
runtime) since those can still be used in existing already compiled code
and we don't want that to start spreading to DOM a... | [
{
"path": "packages/react-client/src/ReactFlightClient.js",
"patch": "@@ -475,18 +475,6 @@ function createElement(\n writable: true,\n value: true, // This element has already been validated on the server.\n });\n- Object.defineProperty(element, '_self', {\n- configurable: false,\n- ... | 2024-02-07T21:38:00 |
vercel/next.js | 46709a2a0eb9d3fd92320e1bd4889006c90c5293 | e590df4b20838df1bf0558570de49cc933c2f423 | docs: update revalidatePath, revalidateTag docs to be more consistent + highlight res.revalidate case (#82479)
- uses invalidate instead of revalidate to make more explicit the
revalidatePath, revalidateTag behavior
- highlights that eager revalidation can still happen with the pages
router method
<!-- Thanks for ope... | [
{
"path": "docs/01-app/02-guides/incremental-static-regeneration.mdx",
"patch": "@@ -281,17 +281,19 @@ We recommend setting a high revalidation time. For instance, 1 hour instead of 1\n \n ### On-demand revalidation with `revalidatePath`\n \n-For a more precise method of revalidation, invalidate pages on-de... | 2025-08-08T18:39:22 |
electron/electron | ba8915242a60ab3fbe7a2139ad9d5b2626af4e26 | c9eb3deab58f2562113866eaf89d094e60f8184a | ci: fix linux builds of forks (#39933) | [
{
"path": ".circleci/config/base.yml",
"patch": "@@ -1074,7 +1074,7 @@ commands:\n condition:\n or:\n - equal: [<< parameters.could-be-aks >>, false]\n- - equal: [<< pipeline.parameters.large-linux-executor >>, xlarge]\n+ - equal: [<< pipeline.pa... | 2023-09-21T10:10:46 |
golang/go | d3d22cc5e4be996345e47d6994c5f3d5f51811fa | 419367969c88e6e97f8648669969a01b60bdd350 | lib/fips140: set inprocess.txt to v1.0.0
Fixes #70200
Change-Id: I6a6a46567ce0834fb4b7f28bf06646326f8e5105
Reviewed-on: https://go-review.googlesource.com/c/go/+/674916
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Roland Shoemaker <roland@gola... | [
{
"path": "lib/fips140/inprocess.txt",
"patch": "@@ -0,0 +1 @@\n+v1.0.0",
"additions": 1,
"deletions": 0,
"language": "Plain Text"
}
] | 2025-05-21T12:41:28 |
nodejs/node | 3c5ceff85fb90b265a85270bba38085f45c7f25e | ffe0dc5b87c54046927cb6f9b907b74697002227 | test: deflake test-inspector-strip-types
Use the `NodeRuntime.waitingForDebugger` event.
Refs: https://github.com/nodejs/node/pull/51560
PR-URL: https://github.com/nodejs/node/pull/55058
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Chengzhong W... | [
{
"path": "test/parallel/test-inspector-strip-types.js",
"patch": "@@ -18,13 +18,14 @@ async function runTest() {\n \n const session = await child.connectInspectorSession();\n \n- const commands = [\n+ await session.send({ method: 'NodeRuntime.enable' });\n+ await session.waitForNotification('NodeRunti... | 2024-09-24T05:53:45 |
facebook/react | f07ac1e2680a26c5b3bf9c651d62c792de71d46d | 1beb94133a93a433669a893aef02dd5afec07394 | [Flight] Unify plain Server Component and forwardRef under one function (#28261)
This used to be trivial but it's no longer trivial.
In Fizz and Fiber this is split into renderWithHooks and
finishFunctionComponent since they also support indeterminate
components.
Interestingly thanks to this unification we alw... | [
{
"path": "packages/react-server/src/ReactFlightServer.js",
"patch": "@@ -478,6 +478,58 @@ function createLazyWrapperAroundWakeable(wakeable: Wakeable) {\n return lazyType;\n }\n \n+function renderFunctionComponent<Props>(\n+ request: Request,\n+ task: Task,\n+ key: null | string,\n+ Component: (p: Pr... | 2024-02-07T00:41:05 |
vercel/next.js | 6797a087e54184b4cbe1b0ce18d3fe64d89e40eb | dcece129286274b6c4bc510cfdb2ff2c84bdf9b5 | Fix: Do not force BLOCKING_STATIC_RENDER for DOM bots (#82427)
The issue was that DOM bots with PPR-enabled routes were being forced to
use BLOCKING_STATIC_RENDER mode, which prevented them from using the
fallback cache lookup mechanism. This caused them to generate new
content with isRevalidating: true, which blocks ... | [
{
"path": "packages/next/src/build/templates/app-page.ts",
"patch": "@@ -653,11 +653,13 @@ export async function handler(\n fallbackMode = parseFallbackField(prerenderInfo.fallback)\n }\n \n- // When serving a bot request, we want to serve a blocking render and not\n- // the prerende... | 2025-08-08T17:03:27 |
electron/electron | 58fd8825d224c855cc8290f0a9985c21d4f3c326 | 6a8b70639ba20655812fbd8201380fd0769ca70b | fix: add support for ELECTRON_OZONE_PLATFORM_HINT env var (#39792)
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org> | [
{
"path": "docs/api/environment-variables.md",
"patch": "@@ -111,6 +111,16 @@ Options:\n * `kioclient5`\n * `kioclient`\n \n+### `ELECTRON_OZONE_PLATFORM_HINT` _Linux_\n+\n+Selects the preferred platform backend used on Linux. The default one is `x11`. `auto` selects Wayland if possible, X11 otherwise.\n+\n... | 2023-09-20T20:21:23 |
facebook/react | db120f69ec7a0b8c7f38ca7a1ddb1886de92e465 | 12d56fca3da06328ac61d86976afa728b97b49d6 | Patch devtools before running useMemo function in strict mode (#28249)
This fixes a regression https://github.com/facebook/react/pull/25583
where we stopped patching before calling useMemo function.
Fixes https://github.com/facebook/react/issues/27989 | [
{
"path": "packages/react-devtools-shared/src/__tests__/console-test.js",
"patch": "@@ -625,6 +625,147 @@ describe('console', () => {\n expect(mockGroupCollapsed.mock.calls[0][0]).toBe('groupCollapsed');\n });\n \n+ it('should double log from useMemo if hideConsoleLogsInStrictMode is disabled in Stri... | 2024-02-06T16:45:18 |
golang/go | e6dacf91ffb0a356aa692ab5c46411e2eef913f3 | f12c66fbed546645389cf184b0e2ffd6ad9f78ec | runtime: use cgroup CPU limit to set GOMAXPROCS
This CL adds two related features enabled by default via compatibility
GODEBUGs containermaxprocs and updatemaxprocs.
On Linux, containermaxprocs makes the Go runtime consider cgroup CPU
bandwidth limits (quota/period) when setting GOMAXPROCS. If the cgroup
limit is low... | [
{
"path": "api/next/73193.txt",
"patch": "@@ -0,0 +1 @@\n+pkg runtime, func SetDefaultGOMAXPROCS() #73193",
"additions": 1,
"deletions": 0,
"language": "Plain Text"
},
{
"path": "doc/godebug.md",
"patch": "@@ -169,6 +169,17 @@ Go command will follow symlinks to regular files embeddin... | 2025-05-05T17:44:26 |
electron/electron | 6a8b70639ba20655812fbd8201380fd0769ca70b | 1766511e3462274efb93858ab4c083a3d212482e | fix: `app.runningUnderARM64Translation()` always returning true on Windows ARM64 (#39920)
fix: app.runningUnderARM64Translation() always returning true on ARM64 | [
{
"path": "shell/browser/api/electron_api_app.cc",
"patch": "@@ -19,6 +19,7 @@\n #include \"base/path_service.h\"\n #include \"base/system/sys_info.h\"\n #include \"base/values.h\"\n+#include \"base/win/windows_version.h\"\n #include \"chrome/browser/browser_process.h\"\n #include \"chrome/browser/icon_mana... | 2023-09-20T20:15:19 |
vercel/next.js | dcece129286274b6c4bc510cfdb2ff2c84bdf9b5 | e30dd09f29cf4a82c50c7719a773a388e98b3ddc | [errors] revamp graceful degrade error boundary (#82474) | [
{
"path": "packages/next/src/client/app-index.tsx",
"patch": "@@ -21,7 +21,6 @@ import type { InitialRSCPayload } from '../server/app-render/types'\n import { createInitialRouterState } from './components/router-reducer/create-initial-router-state'\n import { MissingSlotContext } from '../shared/lib/app-rou... | 2025-08-08T16:58:42 |
facebook/react | 65d95b837e797a0690221dd1824955d3d3afd278 | 103cddbb9d433b08622c43336b170ffc63acdee3 | fix: gate react/jsx-runtime upgrade only for React >= 17 tests (#28256)
https://github.com/facebook/react/pull/28252 broke RDT tests with React
16.x.
These changes gate the `jsx-runtime` upgrade only for cases when we are
testing against React >= 17.
Validated with:
```
./scripts/circleci/download_devtools_... | [
{
"path": "package.json",
"patch": "@@ -27,6 +27,7 @@\n \"@babel/plugin-transform-modules-commonjs\": \"^7.10.4\",\n \"@babel/plugin-transform-object-super\": \"^7.10.4\",\n \"@babel/plugin-transform-parameters\": \"^7.10.5\",\n+ \"@babel/plugin-transform-react-jsx-source\": \"^7.10.5\",\n ... | 2024-02-06T15:03:36 |
vercel/next.js | e30dd09f29cf4a82c50c7719a773a388e98b3ddc | 428616e1cf582b466295073416b01b698a46008b | Add `path` to Image documentation (#82329)
<!-- 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/03-api-reference/02-components/image.mdx",
"patch": "@@ -636,6 +636,18 @@ export default function myImageLoader({ src, width, quality }) {\n \n > Alternatively, you can use the [`loader` prop](#loader) to configure each instance of `next/image`.\n \n+#### `path`\n+\n+If you want to ch... | 2025-08-08T14:41:22 |
electron/electron | 1766511e3462274efb93858ab4c083a3d212482e | 28eda03abaf83ac2c481fa1ae6c4d90b2f4a19f0 | chore: bump node to v18.18.0 (main) (#39915)
* chore: bump node in DEPS to v18.18.0
* child_process: harden against prototype pollution
https://github.com/nodejs/node/pull/48726
* deps: upgrade to libuv 1.46.0
https://github.com/nodejs/node/pull/49591
* module: reduce url invocations in esm/load.js
h... | [
{
"path": "DEPS",
"patch": "@@ -4,7 +4,7 @@ vars = {\n 'chromium_version':\n '119.0.6019.2',\n 'node_version':\n- 'v18.17.1',\n+ 'v18.18.0',\n 'nan_version':\n 'e14bdcd1f72d62bca1d541b66da43130384ec213',\n 'squirrel.mac_version':",
"additions": 1,
"deletions": 1,
"language"... | 2023-09-20T20:13:43 |
facebook/react | af6e837b60fcdf1ae77e119f63afc4a6cff41459 | 0277bc4d54437bfb2ff4df7c80b68f3f0eee22a2 | Fix destructuring with mixed local/scope declarations
Fixes T176436488. The logic for rewriting Destructure instructions was correct,
but the visitor implementation was accidentally dropping subsequent Destructure
instructions within a block after encountering one that needed a rewrite.
Switching to use the transf... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/ReactiveScopes/ExtractScopeDeclarationsFromDestructuring.ts",
"patch": "@@ -11,13 +11,17 @@ import {\n IdentifierId,\n InstructionKind,\n Place,\n- ReactiveBlock,\n ReactiveFunction,\n ReactiveInstruction,\n ReactiveScopeBlock,\n+ Reac... | 2024-02-06T06:29:53 |
golang/go | 40b19b56a94c4d53a3c1d98275df44049b2f5917 | 2a5ac1a993efc463efdce7996efd356dabf03a25 | runtime: add valgrind instrumentation
Add build tag gated Valgrind annotations to the runtime which let it
understand how the runtime manages memory. This allows for Go binaries
to be run under Valgrind without emitting spurious errors.
Instead of adding the Valgrind headers to the tree, and using cgo to
call the var... | [
{
"path": "src/os/pidfd_linux.go",
"patch": "@@ -170,7 +170,10 @@ func checkPidfd() error {\n \n \t// Check waitid(P_PIDFD) works.\n \terr = ignoringEINTR(func() error {\n-\t\treturn unix.Waitid(unix.P_PIDFD, int(fd), nil, syscall.WEXITED, nil)\n+\t\tvar info unix.SiginfoChild\n+\t\t// We don't actually car... | 2025-03-22T00:58:55 |
rust-lang/rust | c22301b0991e641b276271bea1930dcd2a02176e | a423f68a0d75656eabab4982a06bed9f316f7109 | Test(lib/win/net): Skip UDS tests when under Win7
Unix Domain Socket support has only been added to Windows since Windows
10 Insider Preview Build 17063. Thus, it has no chance of ever being
supported under Windows 7, making current tests fail. This therefore
adds the necessary in order to make the tests dynamically s... | [
{
"path": "library/std/src/os/windows/net/listener.rs",
"patch": "@@ -12,6 +12,8 @@ use crate::{fmt, io};\n \n /// A structure representing a Unix domain socket server.\n ///\n+/// Under Windows, it will only work starting from Windows 10 17063.\n+///\n /// # Examples\n ///\n /// ```no_run",
"additions"... | 2026-02-12T11:21:32 |
nodejs/node | b64006c0ed3c996bbce19113c8f03168fe409bc9 | 96ec7eede945e63b3ce8bd20834f075979bd78a0 | crypto: ensure invalid SubtleCrypto JWK data import results in DataError
PR-URL: https://github.com/nodejs/node/pull/55041
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> | [
{
"path": "lib/internal/crypto/aes.js",
"patch": "@@ -295,7 +295,12 @@ async function aesImportKey(\n }\n \n const handle = new KeyObjectHandle();\n- handle.initJwk(keyData);\n+ try {\n+ handle.initJwk(keyData);\n+ } catch (err) {\n+ throw lazyDOMException(\n+ ... | 2024-09-23T15:28:44 |
vercel/next.js | 3552445eba3ff9dd35f43d66bf207ab2603a40a2 | 4eb46d8ea51251ac8bc7ea974ecd059c1890ea5f | Docs/polyfills fix pages only (#82462)
Follow up for: https://github.com/vercel/next.js/issues/74730 | [
{
"path": "docs/03-architecture/supported-browsers.mdx",
"patch": "@@ -43,19 +43,37 @@ In addition, to reduce bundle size, Next.js will only load these polyfills for b\n \n If your own code or any external npm dependencies require features not supported by your target browsers (such as IE 11), you need to a... | 2025-08-08T08:45:32 |
facebook/react | 472854820bfd0058dfc85524051171c7b7c998c1 | 95ec128399a8b34884cc6bd90a041e03ce5c1844 | [Flight] Delete Server Context (#28225)
Server Context was never documented, and has been deprecated in
https://github.com/facebook/react/pull/27424.
This PR removes it completely, including the implementation code.
Notably, `useContext` is removed from the shared subset, so importing it
from a React Server en... | [
{
"path": "packages/react-client/src/ReactFlightClient.js",
"patch": "@@ -48,8 +48,6 @@ import {\n REACT_POSTPONE_TYPE,\n } from 'shared/ReactSymbols';\n \n-import {getOrCreateServerContext} from 'shared/ReactServerContextRegistry';\n-\n export type {CallServerCallback};\n \n type UninitializedModel = str... | 2024-02-05T22:39:15 |
golang/go | 8b45a3f78b178ce66f419038a664cbd6a82ada54 | 896097000912761dbd31cead2bec99f17534f521 | runtime: guarantee checkfinalizers test allocates in a shared tiny block
Currently the checkfinalizers test (TestDetectCleanupOrFinalizerLeak)
only *tries* to ensure the tiny alloc with a cleanup attached shares a
block with other objects. However, what it does is insufficient, because
it could get unlucky and have th... | [
{
"path": "src/runtime/malloc.go",
"patch": "@@ -1672,7 +1672,10 @@ func postMallocgcDebug(x unsafe.Pointer, elemsize uintptr, typ *_type) {\n \t}\n \n \t// N.B. elemsize == 0 indicates a tiny allocation, since no new slot was\n-\t// allocated to fulfill this call to mallocgc.\n+\t// allocated to fulfill th... | 2025-05-20T20:26:56 |
nodejs/node | 4f881790e9a699630015616733c58b97472be0cf | 8b70e6bdeec887c682e7f27d6d5864a8f3886630 | test_runner: report error on missing sourcemap source
Co-Authored-By: Jayden Seric <me@jaydenseric.com>
Co-Authored-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/55037
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com> | [
{
"path": "doc/api/errors.md",
"patch": "@@ -2573,6 +2573,12 @@ disconnected socket.\n \n A call was made and the UDP subsystem was not running.\n \n+<a id=\"ERR_SOURCE_MAP_MISSING_SOURCE\"></a>\n+\n+### `ERR_SOURCE_MAP_MISSING_SOURCE`\n+\n+A file imported from a source map was not found.\n+\n <a id=\"ERR_S... | 2024-09-23T00:32:06 |
vercel/next.js | 686ba5bd6b4ef2ca9f7059047cfb72700e3e0ef5 | 0b2c3b15fe6ca33f0f25eb4ae1af4b8486a69f72 | fix: static not-found missing in prerender manifest (#82199) | [
{
"path": "packages/next/src/build/index.ts",
"patch": "@@ -76,8 +76,8 @@ import {\n MIDDLEWARE_REACT_LOADABLE_MANIFEST,\n SERVER_REFERENCE_MANIFEST,\n FUNCTIONS_CONFIG_MANIFEST,\n- UNDERSCORE_NOT_FOUND_ROUTE_ENTRY,\n UNDERSCORE_NOT_FOUND_ROUTE,\n+ UNDERSCORE_NOT_FOUND_ROUTE_ENTRY,\n DYNAMIC_CSS... | 2025-08-07T23:10:23 |
facebook/react | 195b5e5a24f095256d61a557ad27782193f4ff8d | b79a5289fc21647b444eca397b5a02d5b64f5d2b | Fix sprout | [
{
"path": "compiler/packages/sprout/src/SproutTodoFilter.ts",
"patch": "@@ -429,6 +429,11 @@ const skipFilter = new Set([\n \"forest/forest-primitive-operations.flow\",\n \"forest/computed-load-props.flow\",\n \"forest/property-load-props.flow\",\n+ \"forest/forest-binding-test\",\n+ \"forest/forest... | 2024-02-06T05:51:18 |
golang/go | 4ce1c8e9e1aab695bb0da506f2de336a5caa81f6 | 0810fd2d9282dda12532e249c931b36a2d2526ed | cmd/compile: add rules about ORN and ANDN
Reduce the number of go toolchain instructions on loong64 as follows.
file before after Δ %
addr2line 279880 279776 -104 -0.0372%
asm 556638 556410 -228 -0.0410%
buildid 272272 272072 -200 -0.0735%
cgo 4815... | [
{
"path": "src/cmd/compile/internal/loong64/ssa.go",
"patch": "@@ -165,6 +165,8 @@ func ssaGenValue(s *ssagen.State, v *ssa.Value) {\n \t\tssa.OpLOONG64OR,\n \t\tssa.OpLOONG64XOR,\n \t\tssa.OpLOONG64NOR,\n+\t\tssa.OpLOONG64ANDN,\n+\t\tssa.OpLOONG64ORN,\n \t\tssa.OpLOONG64SLL,\n \t\tssa.OpLOONG64SLLV,\n \t\t... | 2025-05-20T02:28:17 |
nodejs/node | 7ecc48d06152051219179ff399bae073980d926a | 12f92b04f4dc7f48b78c0b1ef81ed5bdb5791e1d | test: fix `test-vm-context-dont-contextify` when path contains a space
Because of the double encoding, the test would fail as soon as the path
contains a space or any other char that's already encoded by
`pathToFileURL`.
PR-URL: https://github.com/nodejs/node/pull/55026
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>... | [
{
"path": "test/parallel/test-vm-context-dont-contextify.js",
"patch": "@@ -176,7 +176,7 @@ function checkFrozen(context) {\n const namespace = await import(moduleUrl.href);\n // Check dynamic import works\n const context = vm.createContext(vm.constants.DONT_CONTEXTIFY);\n- const script = new... | 2024-09-22T10:01:41 |
rust-lang/rust | 43eb3b9684cbb01c1a99ad23d4045e7e8eaaa6f4 | 0f4f81df13a18212e1b3b578ccfc8d055ad120be | fix: `RustcCallbacks::config()` in `clippy-driver`
The `RustcCallbacks::config()` function used by `clippy-driver` was not
setting `config.extra_symbols`, so when interned symbols were computed,
such as `sym::CLIPPY_ARGS`, it was using some random string in the
binary. The fix is to set
```rust
config.extra_symbols ... | [
{
"path": "src/driver.rs",
"patch": "@@ -126,6 +126,7 @@ impl rustc_driver::Callbacks for RustcCallbacks {\n config.psess_created = Some(Box::new(move |psess| {\n track_clippy_args(psess, clippy_args_var.as_deref());\n }));\n+ config.extra_symbols = sym::EXTRA_SYMBOLS.into... | 2026-02-13T18:49:57 |
vercel/next.js | 0b2c3b15fe6ca33f0f25eb4ae1af4b8486a69f72 | 2f081765dd6ca130fde9571d142ba702c1dec70a | [Cache Components] Only validate the shell on SSR render (#82381)
Prior to this change on every navigation we would validate that the
initial static shell satisified the rules of cache components. This
offers more protection as you edit pages but it slows down navigations
and we are already concerned with dev speed an... | [
{
"path": "packages/next/src/server/app-render/app-render.tsx",
"patch": "@@ -572,31 +572,6 @@ async function generateDynamicFlightRenderResult(\n options\n )\n \n- if (\n- // We only want this behavior when running `next dev`\n- renderOpts.dev &&\n- // We only want this behavior when we hav... | 2025-08-07T21:04:03 |
golang/go | 0d7dc6842b3de170fcc8c72aa4380269b8f21f80 | 0375edd901f2807af29af95f60a06065c489708c | cmd/internal/obj/riscv: fix vector integer multiply add
The RISC-V integer vector multiply add instructions are not encoded
correctly; the first and second arguments are swapped. For example,
the instruction
VMACCVV V1, V2, V3
encodes to
b620a1d7 or vmacc.vv v3,v1,v2
and not
b61121d7 or vmacc.vv v3,v2,v1
as expe... | [
{
"path": "src/cmd/asm/internal/asm/testdata/riscv64.s",
"patch": "@@ -830,38 +830,38 @@ start:\n \tVWMULSUVX\tX10, V2, V0, V3\t\t\t// d76125e8\n \n \t// 31.11.13: Vector Single-Width Integer Multiply-Add Instructions\n-\tVMACCVV\t\tV1, V2, V3\t\t\t// d7a120b6\n-\tVMACCVV\t\tV1, V2, V0, V3\t\t\t// d7a120b4\... | 2025-05-06T12:07:09 |
nodejs/node | cfe58cfdc488da71e655d3da709292ce6d9ddb58 | 059e08bb21b2065cbc162c26746dadd1eff1c631 | test: adjust tls-set-ciphers for OpenSSL32
Refs: https://github.com/nodejs/node/issues/53382
The test failed as it was using AES128 which is not supported
in OpenSSL32 due to default security level and because
some error messages have changed.
Adjusted to use AES256 where it made sense and not run
tests on OpenSSL32... | [
{
"path": "test/parallel/test-tls-set-ciphers.js",
"patch": "@@ -79,6 +79,11 @@ function test(cciphers, sciphers, cipher, cerr, serr, options) {\n \n const U = undefined;\n \n+let expectedTLSAlertError = 'ERR_SSL_SSLV3_ALERT_HANDSHAKE_FAILURE';\n+if (common.hasOpenSSL(3, 2)) {\n+ expectedTLSAlertError = 'E... | 2024-09-21T19:10:51 |
vercel/next.js | 2ba4a8548ca0c02f69120265b18f666bf79a6295 | d016157ce646565a6ca806afa260e1ceb89b063e | global-error, revalidatePath and PWA headings (#82408)
Complement to: https://github.com/vercel/next.js/issues/82379
Also adding corrections to other sections | [
{
"path": "docs/01-app/01-getting-started/14-metadata-and-og-images.mdx",
"patch": "@@ -23,6 +23,8 @@ The Metadata APIs can be used to define your application metadata for improved S\n \n With all the options above, Next.js will automatically generate the relevant `<head>` tags for your page, which can be i... | 2025-08-07T08:10:21 |
electron/electron | 28eda03abaf83ac2c481fa1ae6c4d90b2f4a19f0 | 7685f27b31bd565ecde05307174b1738c0bbd777 | chore: bump chromium to 119.0.6019.2 (main) (#39925)
* chore: bump chromium in DEPS to 119.0.6018.4
* chore: update patches
* chore: bump chromium in DEPS to 119.0.6019.2
* chore: update patches
* 4876292: Roll libc++ from 7cee6b00d34a to 3e8a3b3c5d49 (6 revisions)
https://chromium-review.googlesource.c... | [
{
"path": "DEPS",
"patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '119.0.6017.0',\n+ '119.0.6019.2',\n 'node_version':\n 'v18.17.1',\n 'nan_version':",
"additions": 1,
"deletions": 1,
"language": "Unknown"
},
{
"path": "filena... | 2023-09-20T20:08:26 |
rust-lang/rust | a9cc42e5763b55e95aed9adf48435a03ac4abf1f | ca35562cd3a7023d4059737bffd58a64fc1a5186 | Revert "fix: Stale diagnostics with rust-project.json and rustc JSON"
This reverts commit 2cefe47e6d55c186b68687bf677bf0d5eb65a922. | [
{
"path": "src/tools/rust-analyzer/crates/rust-analyzer/src/flycheck.rs",
"patch": "@@ -741,63 +741,42 @@ impl FlycheckActor {\n flycheck_id = self.id,\n message = diagnostic.message,\n package_id = package_id.as_ref().map(|... | 2026-02-13T18:19:07 |
golang/go | 0375edd901f2807af29af95f60a06065c489708c | 7f806c1052aa919c1c195a5b2223626beab2495c | os: skip TestOpenFileCreateExclDanglingSymlink when no symlinks
Skip this test on plan9, and any other platform that doesn't
have symlinks.
Fixes #73729
Change-Id: I8052db24ed54c3361530bd4f54c96c9d10c4714c
Reviewed-on: https://go-review.googlesource.com/c/go/+/674697
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-p... | [
{
"path": "src/os/os_test.go",
"patch": "@@ -2300,6 +2300,7 @@ func TestFilePermissions(t *testing.T) {\n }\n \n func TestOpenFileCreateExclDanglingSymlink(t *testing.T) {\n+\ttestenv.MustHaveSymlink(t)\n \ttestMaybeRooted(t, func(t *testing.T, r *Root) {\n \t\tconst link = \"link\"\n \t\tif err := Symlink(... | 2025-05-21T00:02:11 |
nodejs/node | 5b3f3c5a3b9dc688c7afcb97b398a5969ae9455c | b23d1c37b9a9e803c50aff12b9f932610fbcf87b | zlib: throw brotli initialization error from c++
PR-URL: https://github.com/nodejs/node/pull/54698
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "lib/internal/errors.js",
"patch": "@@ -1886,4 +1886,3 @@ E('ERR_WORKER_UNSERIALIZABLE_ERROR',\n 'Serializing an uncaught exception failed', Error);\n E('ERR_WORKER_UNSUPPORTED_OPERATION',\n '%s is not supported in workers', TypeError);\n-E('ERR_ZLIB_INITIALIZATION_FAILED', 'Initialization fai... | 2024-09-01T16:49:20 |
vercel/next.js | f63290fef95f4174044b515fafdb05956feb6022 | 6cae6d86b8dc8e53f81e7d1100a16766eecde9b1 | [Segment Cache]: fix infinite prefetching when staleTime is 0 (#82388)
This PR fixes an infinite loop bug that occurred when using `cacheLife({
stale: 0 })` with `clientSegmentCache`. When the server returned a stale
time of 0 seconds, cache entries would have `staleAt = Date.now()`,
making them immediately stale. The... | [
{
"path": "packages/next/src/client/components/segment-cache-impl/cache.ts",
"patch": "@@ -244,6 +244,14 @@ const isOutputExportMode =\n process.env.NODE_ENV === 'production' &&\n process.env.__NEXT_CONFIG_OUTPUT === 'export'\n \n+/**\n+ * Ensures a minimum stale time of 30s to avoid issues where the se... | 2025-08-06T23:11:55 |
electron/electron | 7685f27b31bd565ecde05307174b1738c0bbd777 | 463586a6c57e3ae49d6b730e00eb724bfb05371f | feat: expose app accessibility transparency settings api (#39631)
* feat: expose app accessibility transparency settings api
* docs: fix typo
* chore: add doc
* change to property
* add as property instead of method
* chore: fix lint
* rename function name in header
---------
Co-authored-by: Ke... | [
{
"path": "docs/api/system-preferences.md",
"patch": "@@ -401,6 +401,10 @@ Returns an object with system animation settings.\n \n ## Properties\n \n+### `systemPreferences.accessibilityDisplayShouldReduceTransparency()` _macOS_\n+\n+A `boolean` property which determines whether the app avoids using semitran... | 2023-09-20T19:48:02 |
rust-lang/rust | c43a33eec7b29a637ff8a41804d30e679092bad9 | 47611e16044c68ef27bac31c35fda2ba1dc20b73 | Feed `ErrorGuaranteed` from late lifetime resolution to RBV
If late lifetime resolution fails for whatever reason, forward to RBV
the guarantee that an error was emitted - thereby eliminating the need
for a "hack" to suppress subsequent/superfluous error diagnostics. | [
{
"path": "compiler/rustc_ast_lowering/src/lib.rs",
"patch": "@@ -878,7 +878,7 @@ impl<'a, 'hir> LoweringContext<'a, 'hir> {\n \n (hir::ParamName::Fresh, hir::LifetimeParamKind::Elided(kind))\n }\n- LifetimeRes::Static { .. } | LifetimeRes::Error => return None,\n+ ... | 2026-02-03T23:34:42 |
golang/go | d37a1bdd48458e48de13cdc320c8ddf9b021e356 | 74304cda29381fd5ba07a4090b701f8a670896c6 | cmd/compile: fix the implementation of NORconst on loong64
In the loong64 instruction set, there is no NORI instruction,
so the immediate value in NORconst need to be stored in register
and then use the three-register NOR instruction.
Change-Id: I5ef697450619317218cb3ef47fc07e238bdc2139
Reviewed-on: https://go-review... | [
{
"path": "src/cmd/compile/internal/loong64/ssa.go",
"patch": "@@ -276,7 +276,6 @@ func ssaGenValue(s *ssagen.State, v *ssa.Value) {\n \t\tssa.OpLOONG64ANDconst,\n \t\tssa.OpLOONG64ORconst,\n \t\tssa.OpLOONG64XORconst,\n-\t\tssa.OpLOONG64NORconst,\n \t\tssa.OpLOONG64SLLconst,\n \t\tssa.OpLOONG64SLLVconst,\n... | 2025-05-19T09:02:48 |
facebook/react | 88b0809447d3c20af8773a3c060ee5ace0d695f8 | 596827f6a72f6c4df0181e941c524fcbd0048914 | fix: partially revert jest setup config removal to fix regression tests (#28247)
Partially reverting what has been removed in
https://github.com/facebook/react/pull/28186.
We need `'scheduler/tracing'` mock for React >= 16.8.
The error:
```
Invariant Violation: It is not supported to run the profiling version o... | [
{
"path": "scripts/jest/devtools/config.build-devtools-regression.js",
"patch": "@@ -31,6 +31,8 @@ if (REACT_VERSION) {\n '^react-dom/client$'\n ] = `<rootDir>/build/${NODE_MODULES_DIR}/react-dom`;\n }\n+\n+ setupFiles.push(require.resolve('./setupTests.build-devtools-regression'));\n }\n \n mo... | 2024-02-05T17:07:41 |
nodejs/node | 77ca5ca075f2ba67bbcbcd135b99bd4516ed8863 | 5116578b8ac8e77ccc04278e6352253fdab43c43 | fs: convert to u8 string for filesystem path
PR-URL: https://github.com/nodejs/node/pull/54653
Fixes: https://github.com/nodejs/node/issues/54476
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Jame... | [
{
"path": "src/node_file.cc",
"patch": "@@ -3130,22 +3130,24 @@ static void CpSyncCheckPaths(const FunctionCallbackInfo<Value>& args) {\n ToNamespacedPath(env, &src);\n THROW_IF_INSUFFICIENT_PERMISSIONS(\n env, permission::PermissionScope::kFileSystemRead, src.ToStringView());\n- auto src_path = ... | 2024-09-20T04:46:47 |
vercel/next.js | 6cae6d86b8dc8e53f81e7d1100a16766eecde9b1 | 0a42be97b0b8c5f8ba3fd597c379fbdc2e15b529 | docs: polyfills usage in app router (#80447)
Closes:
https://linear.app/vercel/issue/DOC-4752/docs-polyfills-in-app-router
Fixes: https://github.com/vercel/next.js/issues/74730 | [
{
"path": "docs/01-app/03-api-reference/03-file-conventions/instrumentation-client.mdx",
"patch": "@@ -3,7 +3,7 @@ title: instrumentation-client.js\n description: Learn how to add client-side instrumentation to track and monitor your Next.js application's frontend performance.\n ---\n \n-The `instrumentatio... | 2025-08-06T21:09:51 |
electron/electron | 75ea294b6f0dc5c7186fb1fadcd326f0cea24532 | 18717ee62d4f54a880e00ccd80f2a33423bb74eb | build: use afs on aks instead of circle cache (#39881)
* build: use afs on aks instead of circle cache
* build: do not use aks logic on linux hosts checking out for macOS
* build: fix gn-check could-be-aks
* build: sigh
* build: no ls mnt
* build: keep build alive while debugging
* build: make debugg... | [
{
"path": ".circleci/config/base.yml",
"patch": "@@ -34,6 +34,11 @@ parameters:\n type: enum\n default: all\n enum: [\"all\", \"osx-x64\", \"osx-arm64\", \"mas-x64\", \"mas-arm64\"]\n+\n+ medium-linux-executor:\n+ type: enum\n+ default: electronjs/aks-linux-medium\n+ enum: [\"electronj... | 2023-09-19T10:12:14 |
rust-lang/rust | ee8ca0a89ff8bff74c98ac0920cbfcb366354286 | c61c2603cf153196aed4f741a9d86a753794839c | Port `#[panic_handler]` to the new attribute parsers | [
{
"path": "compiler/rustc_attr_parsing/src/attributes/rustc_internal.rs",
"patch": "@@ -668,6 +668,15 @@ impl<S: Stage> NoArgsAttributeParser<S> for RustcHasIncoherentInherentImplsParse\n const CREATE: fn(Span) -> AttributeKind = |_| AttributeKind::RustcHasIncoherentInherentImpls;\n }\n \n+pub(crate) st... | 2026-02-13T12:43:02 |
golang/go | 74304cda29381fd5ba07a4090b701f8a670896c6 | a070533633bd709bc3598dbd7c28edca1d2ba6e2 | cmd/compile/internal/escape: improve order of work to speed up analyzing many locations
For the package github.com/microsoft/typescript-go/internal/checker,
compilation currently spends most of its time in escape analysis.
Here, we re-order work to be more efficient when analyzing many
locations, and delay visiting s... | [
{
"path": "src/cmd/compile/internal/escape/graph.go",
"patch": "@@ -62,9 +62,14 @@ type location struct {\n \tdst *location\n \tdstEdgeIdx int\n \n-\t// queued is used by walkAll to track whether this location is\n-\t// in the walk queue.\n-\tqueued bool\n+\t// queuedWalkAll is used by walkAll to tra... | 2025-03-12T21:29:25 |
facebook/react | 56cd10beb40586d09e91157e8f6ac531478a62be | 214fe84f53c5ba9d40c3427b72c5e6fb9be830e5 | DevTools: Add support for useFormState (#28232)
## Summary
Add support for `useFormState` Hook fixing "Unsupported hook in the
react-debug-tools package: Missing method in Dispatcher: useFormState"
when inspecting components using `useFormState`
## How did you test this change?
- Added test to ReactHooksIns... | [
{
"path": "packages/react-debug-tools/src/ReactDebugHooks.js",
"patch": "@@ -8,6 +8,7 @@\n */\n \n import type {\n+ Awaited,\n ReactContext,\n ReactProviderType,\n StartTransitionOptions,\n@@ -80,11 +81,14 @@ function getPrimitiveStackCache(): Map<string, Array<any>> {\n // This type check i... | 2024-02-05T14:39:45 |
nodejs/node | d4736060404726a24d4e52647b8c9b88914b8ddf | a9677db91b0d95bf95f9897a913ca0a23cc20ebf | lib: propagate aborted state to dependent signals before firing events
PR-URL: https://github.com/nodejs/node/pull/54826
Fixes: https://github.com/nodejs/node/issues/54466
Fixes: https://github.com/nodejs/node/issues/54601
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "lib/internal/abort_controller.js",
"patch": "@@ -4,9 +4,11 @@\n // in https://github.com/mysticatea/abort-controller (MIT license)\n \n const {\n+ ArrayPrototypePush,\n ObjectAssign,\n ObjectDefineProperties,\n ObjectDefineProperty,\n+ ObjectSetPrototypeOf,\n PromiseResolve,\n SafeFin... | 2024-09-08T10:53:14 |
vercel/next.js | 5c9d8551c6189e2c1e09ae74bb29f8262150c739 | 0a890da22cb368ea0edcd3897d163fa9e6c6884a | fix(turbopack): external module shouldn't wrap by esm when type as global (#82374)
When use externalType: `global` or `script` under utoopack(turbopack
only use esm or cjs external): like externalType is global , and the
external package is react.
The generate external module code like:
```ts
263: ((__turbopack_cont... | [
{
"path": "turbopack/crates/turbopack-ecmascript/src/references/external_module.rs",
"patch": "@@ -28,8 +28,8 @@ use crate::{\n },\n references::async_module::{AsyncModule, OptionAsyncModule},\n runtime_functions::{\n- TURBOPACK_EXPORT_NAMESPACE, TURBOPACK_EXTERNAL_IMPORT, TURBOPACK_EXTER... | 2025-08-06T18:28:28 |
electron/electron | 73e33bc8762114c4a365d81b70147a8f9f18d20c | c8544e25dffd7a7ca6133e00518afa72fc976c63 | chore: bump chromium to 119.0.6006.0 (main) (#39774)
* chore: bump chromium in DEPS to 119.0.5994.0
* chore: update patches
* Add some more debugging for navigation origin & process lock mismatch
https://chromium-review.googlesource.com/c/chromium/src/+/4829483
* chore: bump chromium in DEPS to 119.0.5996.... | [
{
"path": "DEPS",
"patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '118.0.5993.0',\n+ '119.0.6006.0',\n 'node_version':\n 'v18.17.1',\n 'nan_version':",
"additions": 1,
"deletions": 1,
"language": "Unknown"
},
{
"path": "packag... | 2023-09-18T20:44:09 |
golang/go | a070533633bd709bc3598dbd7c28edca1d2ba6e2 | 4cdca1342b1d3d9591d72a7e7cf67068aa54c524 | reflect: turn off allocation test if instrumentation is on
Help fix the asan builders.
Change-Id: I980f5171519643c3543bdefc6ea46fd0fca17c28
Reviewed-on: https://go-review.googlesource.com/c/go/+/674616
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Keith R... | [
{
"path": "src/reflect/all_test.go",
"patch": "@@ -13,6 +13,8 @@ import (\n \t\"internal/asan\"\n \t\"internal/goarch\"\n \t\"internal/goexperiment\"\n+\t\"internal/msan\"\n+\t\"internal/race\"\n \t\"internal/testenv\"\n \t\"io\"\n \t\"math\"\n@@ -8766,6 +8768,9 @@ func TestTypeAssertPanic(t *testing.T) {\n... | 2025-05-20T22:59:02 |
facebook/react | 3d6fcf958233a004ff9bd0af8f1f65b8f22f1b3c | 85cc01743bc992a689770a4f37e3d5441f14f082 | Convert ReactErrorBoundaries-test.internal.js to createRoot (#28122) | [
{
"path": "packages/react-dom/src/__tests__/ReactErrorBoundaries-test.internal.js",
"patch": "@@ -12,6 +12,7 @@\n let PropTypes;\n let React;\n let ReactDOM;\n+let ReactDOMClient;\n let act;\n let ReactFeatureFlags;\n let Scheduler;\n@@ -44,6 +45,7 @@ describe('ReactErrorBoundaries', () => {\n ReactFeat... | 2024-02-03T01:41:56 |
nodejs/node | a9677db91b0d95bf95f9897a913ca0a23cc20ebf | beb1892036f2bc6165cac4ed6ee3d0f61d27cf4c | test: deflake test-http-header-overflow
Skip the network and push the data directly to the receiving socket
so that it is guaranteed to be received as a single chunk.
Fixes: https://github.com/nodejs/node/issues/46291
PR-URL: https://github.com/nodejs/node/pull/54978
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Revie... | [
{
"path": "test/parallel/test-http-header-overflow.js",
"patch": "@@ -1,5 +1,3 @@\n-// Flags: --expose-internals\n-\n 'use strict';\n const { expectsError, mustCall } = require('../common');\n const assert = require('assert');\n@@ -10,11 +8,10 @@ const CRLF = '\\r\\n';\n const DUMMY_HEADER_NAME = 'Cookie: '... | 2024-09-17T09:45:08 |
vercel/next.js | 2dc45422a1c61952a9d8503341cd88d68d674d77 | 95d7db7d203936d8301b6207f4507ec5385808b0 | add unstable_isUnrecognizedActionError (#78933)
`unstable_isUnrecognizedActionError` is a new API that lets user code
check if a server action call failed because the action id wasn't
recognized by the server. This usually happens as a result of version
skew between client and server.
Example usage:
```ts
try {
... | [
{
"path": "crates/next-custom-transforms/src/transforms/react_server_components.rs",
"patch": "@@ -624,6 +624,7 @@ impl ReactServerComponentValidator {\n \"useRouter\",\n \"useServerInsertedHTML\",\n \"ServerInsertedHTMLContext\",\n+ ... | 2025-08-06T16:41:30 |
electron/electron | c8544e25dffd7a7ca6133e00518afa72fc976c63 | 9c7086074eb0e883e8af5a7b1ba8b59f3b3de1f9 | build: fixup autoninja (#39896)
chore: set GOMA_DIR for autoninja
(cherry picked from commit 94f24bde4dd19764fbbae083f5970b007c9dc8b2)
(cherry picked from commit 90c1f6e1cb8d22d94dd01791dc4b9c3e0a7e86fc) | [
{
"path": ".circleci/config/base.yml",
"patch": "@@ -354,7 +354,7 @@ step-setup-goma-for-build: &step-setup-goma-for-build\n exit 1\n fi\n echo 'export GN_GOMA_FILE='`node -e \"console.log(require('./src/utils/goma.js').gnFilePath)\"` >> $BASH_ENV\n- echo 'export LOCAL_GOMA_DIR='`no... | 2023-09-18T20:43:27 |
golang/go | 4cdca1342b1d3d9591d72a7e7cf67068aa54c524 | fccac5fe98d10479cab5031d1dd913b2f96387f2 | runtime: disable stack allocation test when instrumentation is on
Should fix some asan build failures.
Change-Id: Ic0a816b56a1a278aa0ad541aea962f9fea7b10fc
Reviewed-on: https://go-review.googlesource.com/c/go/+/674696
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-... | [
{
"path": "src/runtime/runtime_test.go",
"patch": "@@ -7,7 +7,10 @@ package runtime_test\n import (\n \t\"flag\"\n \t\"fmt\"\n+\t\"internal/asan\"\n \t\"internal/cpu\"\n+\t\"internal/msan\"\n+\t\"internal/race\"\n \t\"internal/runtime/atomic\"\n \t\"internal/testenv\"\n \t\"io\"\n@@ -329,6 +332,9 @@ func Te... | 2025-05-20T22:56:29 |
facebook/react | 85cc01743bc992a689770a4f37e3d5441f14f082 | 00f9acb12c036ef24a2b6d7957d75359c6280087 | DevTools: Add support for useOptimistic Hook (#27982)
## Summary
Add support for `useOptimistic` Hook fixing "Unsupported hook in the
react-debug-tools package: Missing method in Dispatcher: useOptimistic"
when inspecting components using `useOptimistic`
## How did you test this change?
- Added test followi... | [
{
"path": "packages/react-debug-tools/src/ReactDebugHooks.js",
"patch": "@@ -80,6 +80,11 @@ function getPrimitiveStackCache(): Map<string, Array<any>> {\n // This type check is for Flow only.\n Dispatcher.useMemoCache(0);\n }\n+\n+ if (typeof Dispatcher.useOptimistic === 'function... | 2024-02-02T22:18:16 |
rust-lang/rust | da9ff14a13d072835afc9e70740547d5b0aacc87 | 4b5b1819350fed8e27ca67e34a049ea20444f247 | Remove incorrect warning log | [
{
"path": "src/tools/rust-analyzer/crates/rust-analyzer/src/flycheck.rs",
"patch": "@@ -757,13 +757,6 @@ impl FlycheckActor {\n DiagnosticsReceived::AtLeastOneAndClearedWorkspace;\n }\n \n- if let Some(pac... | 2026-02-13T15:23:59 |
nodejs/node | 6a52e81260087324010fe21e5200f3474df0facb | 0c8c107aaafbd2e79074a5be755901bdbc4ee470 | tools: update error message for ICU in license-builder
PR-URL: https://github.com/nodejs/node/pull/54742
Reviewed-By: Steven R Loomis <srl295@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "tools/license-builder.sh",
"patch": "@@ -24,7 +24,7 @@ ${licenseTextTrimmed}\n \n \n if ! [ -d \"${rootdir}/deps/icu/\" ] && ! [ -d \"${rootdir}/deps/icu-small/\" ]; then\n- echo \"ICU not installed, run configure to download it, e.g. ./configure --with-intl=small-icu --download=icu\"\n+ echo \... | 2024-09-03T17:25:55 |
vercel/next.js | 95d7db7d203936d8301b6207f4507ec5385808b0 | 5ae7baa0e8dea2528c7b6e07d774ec729c5aa8cb | update rspack-dev-tests-manifest for failing tests (#82414)
Rspack `testing for test/development/tsconfig-path-reloading` is failing
often these days.
Noticed `test/development/jsconfig-path-reloading` is already in the
manifest of the "failed" section.
- [Failed
CI](https://github.com/vercel/next.js/actions/runs/166... | [
{
"path": "test/rspack-dev-tests-manifest.json",
"patch": "@@ -4289,14 +4289,14 @@\n },\n \"test/development/tsconfig-path-reloading/index.test.ts\": {\n \"passed\": [\n- \"tsconfig-path-reloading tsconfig added after starting dev should automatically fast refresh content when path is added wit... | 2025-08-06T16:34:34 |
facebook/react | b25dcd3958872322cbeff797ba99c0856de1ebbc | 2a45118b1039bc81a44bad81f8e3b1fb2395da1b | Add ReactDOMClient to ServerIntegration tests (minor fixes) (#28131)
## Overview
Branched off https://github.com/facebook/react/pull/28130
Converts to `createRoot`, with a few additional in-line conversions in
each file. | [
{
"path": "packages/react-dom/src/__tests__/ReactDOMServerIntegrationAttributes-test.js",
"patch": "@@ -15,6 +15,7 @@ const ReactFeatureFlags = require('shared/ReactFeatureFlags');\n \n let React;\n let ReactDOM;\n+let ReactDOMClient;\n let ReactTestUtils;\n let ReactDOMServer;\n \n@@ -23,12 +24,13 @@ funct... | 2024-02-02T00:01:16 |
electron/electron | 9c7086074eb0e883e8af5a7b1ba8b59f3b3de1f9 | d7e4bb660848dc68856dd62d33d5257d147f9b26 | docs: add missing `ipcRenderer.off()` / `ipcRenderer.addListener()` aliases (#39816)
* docs: add missing `ipcRenderer.off()` / `ipcRenderer.addListener()` aliases
* Update docs/api/ipc-renderer.md
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
* fix ipcRenderer.removeListener
* update ts-smoke
... | [
{
"path": "docs/api/ipc-renderer.md",
"patch": "@@ -32,6 +32,15 @@ The `ipcRenderer` module has the following method to listen for events and send\n Listens to `channel`, when a new message arrives `listener` would be called with\n `listener(event, args...)`.\n \n+### `ipcRenderer.off(channel, listener)`\n+... | 2023-09-18T16:58:20 |
golang/go | 68bc0d84e9dd74a02472bfff744e0650b4b1653c | 49a660e22cb349cf13ef0a2f6214c6fdd75afda0 | encoding/json: avoid supurious synctest deadlock detection
Use a sync.OnceValue rather than a sync.WaitGroup to
coordinate access to encoderCache entries.
The OnceValue better expresses the intent of the code
(we want to initialize the cache entry only once).
However, the motivation for this change is to avoid
testi... | [
{
"path": "src/encoding/json/encode.go",
"patch": "@@ -359,25 +359,22 @@ func typeEncoder(t reflect.Type) encoderFunc {\n \t}\n \n \t// To deal with recursive types, populate the map with an\n-\t// indirect func before we build it. This type waits on the\n-\t// real func (f) to be ready and then calls it. T... | 2025-05-15T18:03:15 |
rust-lang/rust | b3d9fbc17271a03bdd3ccbf95bb296b3505d4120 | b4f38c1da4a7aa9d7065253f77a65a482a5a7993 | ICE to delayed bug | [
{
"path": "compiler/rustc_ty_utils/src/layout.rs",
"patch": "@@ -777,7 +777,9 @@ fn layout_of_uncached<'tcx>(\n let err = if ty.has_param() || !cx.typing_env.param_env.caller_bounds().is_empty() {\n LayoutError::TooGeneric(ty)\n } else {\n- unreachable!... | 2026-02-13T12:52:05 |
vercel/next.js | 373f3e1de16b01150698df6ab6a24e3a1c81b850 | ea08bf273ce03ac2ba8c6b021f35c27a8facdac1 | fix: implications of global-not-found skipping 'normal' rendering (#82399)
Fixes: https://github.com/vercel/next.js/issues/82379
Also fixing the Metadata snippets at the bottom of the page | [
{
"path": "docs/01-app/03-api-reference/03-file-conventions/not-found.mdx",
"patch": "@@ -44,7 +44,11 @@ export default function NotFound() {\n \n The `global-not-found.js` file lets you define a 404 page for your entire application. Unlike `not-found.js`, which works at the route level, this is used when a... | 2025-08-06T11:13:29 |
nodejs/node | 0c8c107aaafbd2e79074a5be755901bdbc4ee470 | 4f1fe8a01553ecfe8e63a484165313fe3fd8c10e | test_runner: replace ansi clear with ansi reset
PR-URL: https://github.com/nodejs/node/pull/55013
Fixes: https://github.com/nodejs/node/issues/55009
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Benjamin Gruenbaum <be... | [
{
"path": "lib/internal/test_runner/reporter/dot.js",
"patch": "@@ -12,10 +12,10 @@ module.exports = async function* dot(source) {\n const failedTests = [];\n for await (const { type, data } of source) {\n if (type === 'test:pass') {\n- yield `${colors.green}.${colors.clear}`;\n+ yield `${... | 2024-09-21T13:42:14 |
facebook/react | c39ec17e66552d8ea8d6d3e11c1d7f85a9f7247f | 4bd5e3ea5c449fdd2089f6bdfb07fb1120b0eec7 | Convert ReactErrorBoundariesHooks to createRoot (#28175) | [
{
"path": "packages/react-dom/src/__tests__/ReactErrorBoundariesHooks-test.internal.js",
"patch": "@@ -10,16 +10,18 @@\n 'use strict';\n \n let React;\n-let ReactDOM;\n+let ReactDOMClient;\n+let act;\n \n describe('ReactErrorBoundariesHooks', () => {\n beforeEach(() => {\n jest.resetModules();\n- R... | 2024-02-01T23:48:58 |
rust-lang/rust | e373b93b0b953033f869e386d30d2446b920133b | 27e25ff6d8f9594b23ebb22e677481029fbbd8a7 | Fix formatting | [
{
"path": "src/builder.rs",
"patch": "@@ -1892,11 +1892,9 @@ impl<'a, 'gcc, 'tcx> Builder<'a, 'gcc, 'tcx> {\n (rounded_min.value.to_bits(), rounded_max.value.to_bits())\n };\n fn compute_clamp_bounds<F: Float>(signed: bool, int_width: u64) -> (u128, u128) {\n- let roun... | 2026-02-13T13:35:12 |
electron/electron | 706653d5e4d06922f75aa5621533a16fc34d3a77 | 65952abc995b86783922094ace75323dcaf36892 | ci: fix issue-commented workflow sytnax (#39875) | [
{
"path": ".github/workflows/issue-commented.yml",
"patch": "@@ -10,7 +10,7 @@ permissions: {}\n jobs:\n issue-commented:\n name: Remove blocked/need-repro on comment\n- if: ${{ contains(github.event.issue.labels.*.name, 'blocked/need-repro') && !contains(fromJSON('[\"MEMBER\", \"OWNER\"]'), github... | 2023-09-18T02:23:59 |
golang/go | 609197b406ce8d9efd39bd3984b2cade74df35a6 | 546761aff45111490b21a045e3d989104182bcd9 | cmd/doc: use golang.org/x/pkgsite/cmd/internal/doc to start server
This change switches the pkgsite command invoked to start a pkgsite
server from golang.org/x/pkgsite/cmd/pkgsite to
golang.org/x/pkgsite/cmd/internal/doc. The doc command is a simplified
version of cmd/pkgsite that changes some options to improve the u... | [
{
"path": "src/cmd/doc/main.go",
"patch": "@@ -44,7 +44,6 @@ package main\n \n import (\n \t\"bytes\"\n-\t\"context\"\n \t\"errors\"\n \t\"flag\"\n \t\"fmt\"\n@@ -53,17 +52,13 @@ import (\n \t\"io\"\n \t\"log\"\n \t\"net\"\n-\t\"net/http\"\n \t\"os\"\n \t\"os/exec\"\n \t\"os/signal\"\n \t\"path\"\n \t\"path... | 2025-05-19T19:31:37 |
vercel/next.js | fc70d77d571ad7fd7ade56ddbf5dd640585563bb | 4b613a569eb5dd0eef616a151fc34e418e470934 | fix: add `?dpl` to fonts in `/_next/static/media` (#82384)
Fonts were not protected from version skew so this PR fixes it
https://nextjs.org/docs/14/app/building-your-application/deploying#version-skew | [
{
"path": "packages/next/src/pages/_document.tsx",
"patch": "@@ -363,7 +363,8 @@ function getAmpPath(ampPath: string, asPath: string): string {\n function getNextFontLinkTags(\n nextFontManifest: DeepReadonly<NextFontManifest> | undefined,\n dangerousAsPath: string,\n- assetPrefix: string = ''\n+ asse... | 2025-08-05T23:45:15 |
facebook/react | 4bd5e3ea5c449fdd2089f6bdfb07fb1120b0eec7 | fa6674b5bcf52610e92d19a5105308e56091c386 | Add ReactDOMClient to ServerIntegrationReconnecting (#28136)
## Overview
Branched off https://github.com/facebook/react/pull/28130
## Why
In https://github.com/facebook/react/pull/24276 we changed the new root
behavior to error when a client-render is forced for certain cases, so
these now expect a mismatch... | [
{
"path": "packages/react-dom/src/__tests__/ReactDOMServerIntegrationReconnecting-test.js",
"patch": "@@ -13,30 +13,30 @@ const ReactDOMServerIntegrationUtils = require('./utils/ReactDOMServerIntegratio\n \n let React;\n let ReactDOM;\n+let ReactDOMClient;\n let ReactDOMServer;\n let ReactTestUtils;\n \n-fu... | 2024-02-01T23:32:38 |
nodejs/node | 9be005785918cc145d1edeea2ced433d0cd8a162 | 29b9c72b05786061cde58a5ae11cfcb580ab6c28 | test: fix `soucre` to `source`
PR-URL: https://github.com/nodejs/node/pull/55038
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "test/fixtures/test-runner/coverage/index.test.js",
"patch": "@@ -1,7 +1,7 @@\n 'use strict';\n \n const test = require('node:test');\n-test('no soucre map', () => {});\n+test('no source map', () => {});\n if (false) {\n console.log('this does not execute');\n }",
"additions": 1,
"deleti... | 2024-09-21T08:27:56 |
electron/electron | 65952abc995b86783922094ace75323dcaf36892 | 50ce02c312ac78d170d3e94dda0282fc64080862 | test: fixup node flakes (#39871)
chore: fixup node flakes | [
{
"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-15T10:43:13 |
golang/go | 1972493904b41a34e35a1f62b18f5d91d84a26bd | 113b25774ed8d1d915ae4e1adf9222865ccb0695 | cmd/doc: show page for the requested object
This fixes a bug where we start pkgsite for every requested object,
rather than the one that we would have printed the documentation for.
To make things simple, we'll run the logic that prints the
documentation, but with an io.Discard writer. Then we can tell if the
document... | [
{
"path": "src/cmd/doc/main.go",
"patch": "@@ -126,6 +126,11 @@ func do(writer io.Writer, flagSet *flag.FlagSet, args []string) (err error) {\n \t\t\treturn err\n \t\t}\n \t}\n+\tif serveHTTP {\n+\t\t// We want to run the logic below to determine a match for a symbol, method,\n+\t\t// or field, but not actu... | 2025-05-19T19:31:37 |
facebook/react | fa6674b5bcf52610e92d19a5105308e56091c386 | c0d927713002fe27c4d58717d35cd930e6814c2b | Add ReactDOMClient to ServerIntegration(Hooks|NewContext) (#28135)
## Overview
Branched off https://github.com/facebook/react/pull/28130
### ~Failing~ Fixed by @eps1lon
Most of the tests pass, but there are 3 tests that have additional
warnings due to client render error retries.
For example, before we wou... | [
{
"path": "packages/react-dom/src/__tests__/ReactDOMServerIntegrationHooks-test.js",
"patch": "@@ -15,7 +15,7 @@\n const ReactDOMServerIntegrationUtils = require('./utils/ReactDOMServerIntegrationTestUtils');\n \n let React;\n-let ReactDOM;\n+let ReactDOMClient;\n let ReactDOMServer;\n let ReactTestUtils;\n... | 2024-02-01T23:32:27 |
vercel/next.js | b6d4433c1c4c59701705f3d8c22c7423de526757 | 08e5b06bce04e034d2e82ad79038b4420c3771f9 | loader tree: add special segment name to virtual parallel route segments (#82383)
When constructing the loader tree for parallel route segments, we inject
a `children` segment, which could contain things like slot level
layout/error/loading files. We want a way to distinguish between these
virtual segments that exist ... | [
{
"path": "crates/next-core/src/app_structure.rs",
"patch": "@@ -1054,7 +1054,7 @@ async fn directory_tree_to_loader_tree_internal(\n let current_level_is_parallel_route = is_parallel_route(&directory_name);\n \n if current_level_is_parallel_route {\n- tree.segment = rcstr!(\"children\");\n+ ... | 2025-08-05T22:23:41 |
nodejs/node | 81cc72996a1f7e8ca21881b5b3f70b01e97cb2d1 | 8b8fc53c9ae4ef6b0888672fa666fb7a849bae13 | build: fix eslint makefile target
PR-URL: https://github.com/nodejs/node/pull/54999
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> | [
{
"path": "Makefile",
"patch": "@@ -1388,19 +1388,19 @@ run-lint-js = tools/eslint/node_modules/eslint/bin/eslint.js --cache \\\n \t--max-warnings=0 --report-unused-disable-directives $(LINT_JS_TARGETS)\n run-lint-js-fix = $(run-lint-js) --fix\n \n-tools/eslint/node_modules: tools/eslint/package-lock.json\n... | 2024-09-20T21:46:54 |
electron/electron | 50ce02c312ac78d170d3e94dda0282fc64080862 | fb6b92076e4a0a75e3b2ea67f9ef3b7a4cba2399 | fix: check PipeWire init before creating generic capturer (#39846)
Check if PipeWire can be initialized before creating generic capturer.
This harmonizes the conditions with the ones used in Linux
implementations of DesktopCapturer::CreateRawScreenCapturer and
DesktopCapturer::CreateRawWindowCapturer. | [
{
"path": "patches/webrtc/.patches",
"patch": "@@ -1,2 +1,3 @@\n fix_fallback_to_x11_capturer_on_wayland.patch\n fix_mark_pipewire_capturer_as_failed_after_session_is_closed.patch\n+fix_check_pipewire_init_before_creating_generic_capturer.patch",
"additions": 1,
"deletions": 0,
"language": "Unkn... | 2023-09-14T19:50:20 |
facebook/react | c0d927713002fe27c4d58717d35cd930e6814c2b | 278199b3deeee73f969a242c777c2d38406f8bfe | Add ReactDOMClient to ServerIntegrationElements (#28134)
## Overview
Branched off https://github.com/facebook/react/pull/28130
## ~Failing~ Fixed by @eps1lon
The tests are currently failing because of two tests covering special
characters. I've tried a few ways to fix, but I'm stuck and will need
some hel... | [
{
"path": "packages/react-dom/src/__tests__/ReactDOMServerIntegrationElements-test.js",
"patch": "@@ -16,19 +16,23 @@ const TEXT_NODE_TYPE = 3;\n \n let React;\n let ReactDOM;\n+let ReactDOMClient;\n let ReactDOMServer;\n+let ReactFeatureFlags;\n let ReactTestUtils;\n \n function initModules() {\n jest.re... | 2024-02-01T23:32:18 |
vercel/next.js | 08e5b06bce04e034d2e82ad79038b4420c3771f9 | 1180a6ecf0a4aa4a47d7fc95d0e0bf8c5a3fa1e8 | Bump swc to 35 (#82237)
To pull in a minifier bugfix: https://github.com/swc-project/swc/pull/10950
Fixes error locations again: https://github.com/swc-project/swc/issues/10930
https://vercel.slack.com/archives/C02HY34AKME/p1753429211338319
Blocked on https://github.com/swc-project/plugins/pull/514 | [
{
"path": "Cargo.lock",
"patch": "@@ -588,9 +588,9 @@ dependencies = [\n \n [[package]]\n name = \"binding_macros\"\n-version = \"33.0.0\"\n+version = \"34.0.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"48bdcc71d9d0d017c17b486367323ff3931ed3ab545d65030133e4a7e94bec... | 2025-08-05T21:55:30 |
nodejs/node | 62383cd113bbb160924b0a8c65db0dc2296be490 | 4dfed556baf03117859143aee6ea23525313e82b | module: implement flushCompileCache()
This implements an API for users to intentionally flush the
accumulated compile cache instead of waiting until process
shutdown. It may be useful for application that loads dependencies
first and then either reload itself in other instances, or spawning
other instances that load a... | [
{
"path": "doc/api/module.md",
"patch": "@@ -199,6 +199,13 @@ Compilation cache generated by one version of Node.js can not be reused by a dif\n version of Node.js. Cache generated by different versions of Node.js will be stored\n separately if the same base directory is used to persist the cache, so they c... | 2024-09-04T18:18:12 |
golang/go | 113b25774ed8d1d915ae4e1adf9222865ccb0695 | fa42585dadb8d70191820549435820cb70691cf6 | cmd/compile: memcombine different size stores
This CL implements the TODO in combineStores to allow combining
stores of different sizes, as long as the total size aligns to
2, 4, 8.
Fixes #72832.
Change-Id: I6d1d471335da90d851ad8f3b5a0cf10bdcfa17c4
Reviewed-on: https://go-review.googlesource.com/c/go/+/661855
Review... | [
{
"path": "src/cmd/compile/internal/ssa/memcombine.go",
"patch": "@@ -374,22 +374,19 @@ func memcombineStores(f *Func) {\n \t\t\t\tcontinue\n \t\t\t}\n \n-\t\t\tfor n := f.Config.RegSize / size; n > 1; n /= 2 {\n-\t\t\t\tif combineStores(v, n) {\n-\t\t\t\t\tcontinue\n-\t\t\t\t}\n-\t\t\t}\n+\t\t\tcombineStor... | 2025-03-31T17:50:10 |
electron/electron | fb6b92076e4a0a75e3b2ea67f9ef3b7a4cba2399 | d6c04a3787eed78f0eaab5858fcb5ba6071cdcf3 | fix: prevent `gin_helper::Locker` heap allocation (#39847)
fix: prevent gin_helper::Locker heap allocation | [
{
"path": "shell/common/gin_helper/locker.h",
"patch": "@@ -21,6 +21,10 @@ class Locker {\n Locker(const Locker&) = delete;\n Locker& operator=(const Locker&) = delete;\n \n+ // prevent heap allocation\n+ void* operator new(size_t size) = delete;\n+ void operator delete(void*, size_t) = delete;\n+\n ... | 2023-09-14T19:48:43 |
facebook/react | 278199b3deeee73f969a242c777c2d38406f8bfe | c42e7c7adc3a036c0c176d5b3dd7cf9215862815 | Add ReactDOMClient to ServerIntegrationBasic (#28133)
## Overview
Branched off https://github.com/facebook/react/pull/28130
In `hydrateRoot`, we now error if you pass `undefined`:
```
Warning: Must provide initial children as second argument to hydrateRoot.
```
So we expect 1 error for this now. | [
{
"path": "packages/react-dom/src/__tests__/ReactDOMServerIntegrationBasic-test.js",
"patch": "@@ -15,21 +15,21 @@ const ReactDOMServerIntegrationUtils = require('./utils/ReactDOMServerIntegratio\n const TEXT_NODE_TYPE = 3;\n \n let React;\n-let ReactDOM;\n+let ReactDOMClient;\n let ReactDOMServer;\n let Re... | 2024-02-01T23:32:04 |
nodejs/node | 4dfed556baf03117859143aee6ea23525313e82b | 9a73aa0d15b82c3e6730980fddcaccab1bbed34e | module: throw when invalid argument is passed to enableCompileCache()
PR-URL: https://github.com/nodejs/node/pull/54971
Fixes: https://github.com/nodejs/node/issues/54770
Fixes: https://github.com/nodejs/node/issues/54465
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.... | [
{
"path": "src/node_modules.cc",
"patch": "@@ -436,10 +436,13 @@ void BindingData::GetPackageScopeConfig(\n }\n \n void EnableCompileCache(const FunctionCallbackInfo<Value>& args) {\n- CHECK(args[0]->IsString());\n Isolate* isolate = args.GetIsolate();\n Local<Context> context = isolate->GetCurrentCont... | 2024-09-17T09:48:56 |
golang/go | 2541a68a7010afcd2970ddc3979432e1a8f08406 | d596bc0e819aec2cf65a61d8b92f6bec8e0a7124 | reflect: add TypeAssert[T]
This implementation is zero-alloc when T is a concrete type,
allocates when val contains a method or when T is a interface
and Value was obtained for example through Elem(), in which case
it has to be allocated to avoid sharing the same memory.
goos: linux
goarch: amd64
pkg: reflect
cpu: AM... | [
{
"path": "api/next/62121.txt",
"patch": "@@ -0,0 +1 @@\n+pkg reflect, func TypeAssert[$0 interface{}](Value) ($0, bool) #62121",
"additions": 1,
"deletions": 0,
"language": "Plain Text"
},
{
"path": "doc/next/6-stdlib/99-minor/reflect/62121.md",
"patch": "@@ -0,0 +1,3 @@\n+The new [... | 2025-05-20T15:39:22 |
vercel/next.js | 1180a6ecf0a4aa4a47d7fc95d0e0bf8c5a3fa1e8 | ff4f10a510328151ae618c1689e203cc76b00e15 | fix(Turbopack): Address duplicated metadata image modules when they are impored (#82367) | [
{
"path": "crates/next-core/src/next_image/source_asset.rs",
"patch": "@@ -35,9 +35,16 @@ pub struct StructuredImageFileSource {\n impl Source for StructuredImageFileSource {\n #[turbo_tasks::function]\n fn ident(&self) -> Vc<AssetIdent> {\n+ let modifier = match self.blur_placeholder_mode {\... | 2025-08-05T18:19:06 |
electron/electron | a1c44a18e2acc1d4e4443ada75eee49ae0dd434f | ec9c8476fe2c789d8d3bfe94eee6ab88dceeede2 | fix: NodeService order-of-destruction issue (#39783)
* refactor: make ElectronRendererClient::node_bindings_ a const ptr
refactor: make ElectronRendererClient::electron_bindings_ a const ptr
* fix: order-of-destruction bug in NodeService
js_env_ depends on the uv_loop from node_bindings_, but is destroyed aft... | [
{
"path": "shell/services/node/node_service.cc",
"patch": "@@ -20,10 +20,10 @@ namespace electron {\n \n NodeService::NodeService(\n mojo::PendingReceiver<node::mojom::NodeService> receiver)\n- : node_bindings_(\n- NodeBindings::Create(NodeBindings::BrowserEnvironment::kUtility)),\n- el... | 2023-09-12T10:27:14 |
facebook/react | c42e7c7adc3a036c0c176d5b3dd7cf9215862815 | 6054be9c86f2e01e5e24c1fe2182479fec8667e4 | Add ReactDOMClient to ServerIntegrationSelect (#28132)
## Overview
Branched off https://github.com/facebook/react/pull/28130
## React for count changing
### Before
These tests are weird because on main they pass, but log to the console:
```
We expected 2 warning(s), but saw 1 warning(s).
We saw these warn... | [
{
"path": "packages/react-dom/src/__tests__/ReactDOMServerIntegrationSelect-test.js",
"patch": "@@ -13,21 +13,21 @@\n const ReactDOMServerIntegrationUtils = require('./utils/ReactDOMServerIntegrationTestUtils');\n \n let React;\n-let ReactDOM;\n+let ReactDOMClient;\n let ReactDOMServer;\n let ReactTestUtils... | 2024-02-01T23:31:52 |
nodejs/node | 9a73aa0d15b82c3e6730980fddcaccab1bbed34e | f666a1b754a028652f167573d8c6b8d7b0ecc5c7 | module: write compile cache to temporary file and then rename it
This works better in terms of avoiding race conditions.
PR-URL: https://github.com/nodejs/node/pull/54971
Fixes: https://github.com/nodejs/node/issues/54770
Fixes: https://github.com/nodejs/node/issues/54465
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com... | [
{
"path": "src/compile_cache.cc",
"patch": "@@ -219,6 +219,8 @@ CompileCacheEntry* CompileCacheHandler::GetOrInsert(\n return loaded->second.get();\n }\n \n+ // If the code hash mismatches, the code has changed, discard the stale entry\n+ // and create a new one.\n auto emplaced =\n compiler... | 2024-09-04T18:09:56 |
vercel/next.js | ff4f10a510328151ae618c1689e203cc76b00e15 | ffd7f13c17c33e59ddc0b24b99828dca32113322 | [Pages] fix: use `asPath` for query-only navigation with `useRouter` (#82236)
### Why?
The issue was brought up when the app had rewrites (say `/ -> /foo`),
and the page used `useRouter.push/replace` to add the search queries; it
used the destination's pathname (`/foo?query=1`) instead of just adding
the query (`/?qu... | [
{
"path": "packages/next/src/client/resolve-href.ts",
"patch": "@@ -8,6 +8,8 @@ import { normalizePathTrailingSlash } from './normalize-trailing-slash'\n import { isLocalURL } from '../shared/lib/router/utils/is-local-url'\n import { isDynamicRoute } from '../shared/lib/router/utils'\n import { interpolateA... | 2025-08-05T18:15:16 |
golang/go | d596bc0e819aec2cf65a61d8b92f6bec8e0a7124 | b7382cc1f012016c91036c49db0ea6db444b47d8 | runtime: disallow closing bubbled chans from outside bubble
A chan created within a synctest bubble may not be
operated on from outside the bubble.
We panicked on send and receive, but not close.
Panic on close as well.
For #67434
Change-Id: I98d39e0cf7baa1a679aca1fb325453d69c535308
Reviewed-on: https://go-review.go... | [
{
"path": "src/internal/synctest/synctest_test.go",
"patch": "@@ -263,6 +263,46 @@ func TestChannelFromOutsideBubble(t *testing.T) {\n \t}\n }\n \n+func TestChannelMovedOutOfBubble(t *testing.T) {\n+\tfor _, test := range []struct {\n+\t\tdesc string\n+\t\tf func(chan struct{})\n+\t\twantPanic ... | 2025-05-09T23:18:49 |
facebook/react | 2efa38332adc1fc1500753d79fcba41a0197a7a6 | 3d1da1f9ab7d54984c096e6a04c8729f3a50fd8a | fix(eslint-plugin-react-hooks): accepting `as` expression as a callback (#28202)
## Summary
Closes #20750
## How did you test this change?
Added a test case | [
{
"path": "packages/eslint-plugin-react-hooks/__tests__/ESLintRuleExhaustiveDeps-test.js",
"patch": "@@ -7765,6 +7765,15 @@ const testsTypescript = {\n }\n `,\n },\n+ {\n+ code: normalizeIndent`\n+ function App(props) {\n+ React.useEffect((() => {\n+ cons... | 2024-02-01T20:08:21 |
electron/electron | ec9c8476fe2c789d8d3bfe94eee6ab88dceeede2 | 470a14d8d4c2748ede41fe78d686f63cff4d6fe3 | fix: `keyCode`s being incorrectly converted in `webContents.sendInputEvent()` (#39776)
fix: sendInputEvent keyCodes being incorrectly converted | [
{
"path": "shell/common/gin_converters/blink_converter.cc",
"patch": "@@ -10,6 +10,7 @@\n \n #include \"base/containers/fixed_flat_map.h\"\n #include \"base/strings/string_util.h\"\n+#include \"base/strings/utf_string_conversion_utils.h\"\n #include \"base/strings/utf_string_conversions.h\"\n #include \"gin... | 2023-09-12T09:28:45 |
nodejs/node | f666a1b754a028652f167573d8c6b8d7b0ecc5c7 | fd8c762fab00e21c520d6c2256e017f9933691c6 | tls: fix 'ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED' typo
Co-Authored-By: Fabian Iwand <mootari@users.noreply.github.com>
PR-URL: https://github.com/nodejs/node/pull/52627
Fixes: https://github.com/nodejs/node/issues/52448
Refs: https://github.com/nodejs/node/pull/23188
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewe... | [
{
"path": "doc/api/errors.md",
"patch": "@@ -2803,9 +2803,9 @@ event is emitted before continuing.\n Attempting to set a TLS protocol `minVersion` or `maxVersion` conflicts with an\n attempt to set the `secureProtocol` explicitly. Use one mechanism or the other.\n \n-<a id=\"ERR_TLS_PSK_SET_IDENTIY_HINT_FAI... | 2024-09-20T17:59:22 |
Subsets and Splits
Assembly Language GitHub Issues
Retrieves a sample of assembly-language related commits with their details, but doesn't provide meaningful analysis or patterns beyond basic filtering.
Swift Compiler Issues Analysis
Retrieves all training data for the Swift programming language repository, providing basic filtering but offering limited analytical insight beyond identifying relevant code examples.