repo
stringclasses
15 values
fix_commit
stringlengths
40
40
buggy_commit
stringlengths
40
40
message
stringlengths
3
64.3k
files
listlengths
1
300
timestamp
timestamp[s]date
2013-03-13 20:45:00
2026-04-11 07:48:46
electron/electron
213165a467b84b3fb979a869d9bf10ad21e2d78e
3dad07f3383615bd608a46f6b6682ffaffa667c1
chore: bump chromium to 134.0.6988.0 (main) (#45334) * chore: bump chromium in DEPS to 134.0.6976.0 * chore: update mas_avoid_private_macos_api_usage.patch.patch https://chromium-review.googlesource.com/c/chromium/src/+/6171046 process_info_mac.cc -> process_info_mac.mm * chore: update build_do_not_depend_on_p...
[ { "path": "DEPS", "patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '134.0.6968.0',\n+ '134.0.6988.0',\n 'node_version':\n 'v22.13.1',\n 'nan_version':", "additions": 1, "deletions": 1, "language": "Unknown" }, { "path": "build/...
2025-02-06T20:30:54
nodejs/node
9a1c0bc07adbdc6b298b3585a7f46dd46c3d01e0
7a0c74b4eadca323a376abc9daa2c7d1cb76ef91
Revert "test_runner: remove promises returned by test()" This reverts commit 96718268fec7e7f1c6156ff9a57899a5cd1487cc. PR-URL: https://github.com/nodejs/node/pull/58282 Fixes: https://github.com/nodejs/node/issues/58227 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.nam...
[ { "path": "doc/api/test.md", "patch": "@@ -1472,11 +1472,6 @@ run({ files: [path.resolve('./tests/test.js')] })\n added:\n - v22.0.0\n - v20.13.0\n-changes:\n- - version:\n- - v24.0.0\n- pr-url: https://github.com/nodejs/node/pull/56664\n- description: This function no longer returns a `Promis...
2025-05-11T17:22:38
rust-lang/rust
a3b76369fbeb294d42ab8c531a060c3930e77ae4
c2178bb44c42e2a05385b72c060b2c23762c0b4a
fix: `collapsible_match` FP when the pat binding is moved or mutated
[ { "path": "clippy_lints/src/matches/collapsible_match.rs", "patch": "@@ -3,13 +3,17 @@ use clippy_utils::higher::{If, IfLetOrMatch};\n use clippy_utils::msrvs::Msrv;\n use clippy_utils::res::{MaybeDef, MaybeResPath};\n use clippy_utils::source::{IntoSpan, SpanRangeExt, snippet};\n+use clippy_utils::usage::m...
2026-03-12T19:34:39
vercel/next.js
a682261c910063351219f116188c453c8eeb55e7
a1a8c25b240324635567752f8ad61ece95ec3be6
Turbopack: fix double deployment id in web workers (#86754) ### What? fix double deployment id in web workers
[ { "path": "test/e2e/app-dir/worker/next.config.js", "patch": "@@ -1,6 +1,8 @@\n /**\n * @type {import('next').NextConfig}\n */\n-const nextConfig = {}\n+const nextConfig = {\n+ deploymentId: 'test-deployment-id',\n+}\n \n module.exports = nextConfig", "additions": 3, "deletions": 1, "language...
2025-12-03T01:43:42
facebook/react
c866d7506086140aaa79a015f4a7b2cf20c51905
ee10c74824fa9631032f031b20ad1f208ccb4aca
[playground] Fix broken tests (#31573) Our e2e setup with monaco is kinda brittle since it relies on the dom. It seems like longish text gets truncated so let's just simpify all these test cases. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack]...
[ { "path": "compiler/apps/playground/__tests__/e2e/__snapshots__/page.spec.ts/01-user-output.txt", "patch": "@@ -1,13 +1,13 @@\n-function TestComponent(t0) {\n-  const $ = _c(2);\n-  const { x } = t0;\n-  let t1;\n-  if ($[0] !== x) {\n-    t1 = <Button>{x}</Button>;\n-    $[0] = x;\n-    $[1] = t1;\n-  } el...
2024-11-19T00:18:09
golang/go
a494a26bc2d0ad52e0e265c2a1b9a3a964118699
a8fb94969cb98efd84fa4f6fdccc14a5866828be
cmd/go: fix TestScript/vet_flags Test caching can cause an incorrect test failure when the vet step result is reused, leading to not printing a vet command line at all. Avoid that with -a (we are also using -n so no real work is done). Fixes one failing case in 'go test cmd/go' on my Mac. Change-Id: I028284436b1ecc7...
[ { "path": "src/cmd/go/testdata/script/vet_flags.txt", "patch": "@@ -20,7 +20,8 @@ stderr '-unsafeptr'\n ! stderr '-unsafeptr=false'\n \n # -unreachable is disabled during test but on during plain vet.\n-go test -n runtime\n+# The -a makes sure the vet result is not cached, or else we won't print the command...
2025-11-05T18:49:48
electron/electron
c0282eb9c8a29130b64e045e097029049505e577
471b1a873d63422008a6a00f94cedc1dd740a87a
docs: style fixes (#45458) * docs: fix code field * docs: add missing space
[ { "path": "docs/api/structures/base-window-options.md", "patch": "@@ -149,7 +149,7 @@ Possible values are:\n focus, keyboard or mouse events, but you can use `globalShortcut` to receive\n input sparingly.\n * The `panel` type enables the window to float on top of full-screened apps\n- by adding...
2025-02-05T20:10:07
nodejs/node
7a0c74b4eadca323a376abc9daa2c7d1cb76ef91
af6657494bb956c129e4aea4c11df20f6e328954
Revert "test_runner: automatically wait for subtests to finish" This reverts commit aa3523ec22c95dfb11ef93c8333ced41cd431f89. PR-URL: https://github.com/nodejs/node/pull/58282 Fixes: https://github.com/nodejs/node/issues/58227 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: LiviaMedeiros <livia@ci...
[ { "path": "lib/internal/test_runner/harness.js", "patch": "@@ -28,8 +28,6 @@ const {\n setupGlobalSetupTeardownFunctions,\n } = require('internal/test_runner/utils');\n const { queueMicrotask } = require('internal/process/task_queues');\n-const { TIMEOUT_MAX } = require('internal/timers');\n-const { clear...
2025-05-11T17:19:04
facebook/react
ee10c74824fa9631032f031b20ad1f208ccb4aca
2a4f2507a09a715e8182b7954b1bc3d9c107f492
[playground] Fix incorrect ci path and change reporter (#31572) --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31572). * #31573 * __->__ #31572
[ { "path": ".github/workflows/compiler_playground.yml", "patch": "@@ -6,7 +6,7 @@ on:\n pull_request:\n paths:\n - compiler/**\n- - .github/workflows/compiler-playground.yml\n+ - .github/workflows/compiler_playground.yml\n \n concurrency:\n group: ${{ github.workflow }}-${{ github.eve...
2024-11-19T00:17:58
golang/go
a8fb94969cb98efd84fa4f6fdccc14a5866828be
04f05219c4f78b0f932485d2544b8c7193c04bb0
cmd/go: fix TestScript/tool_build_as_needed This test assumes that changing GOOS/GOARCH results in an unrunnable binary, but that's not true if the user has go_GOOS_GOARCH_exec programs in their path (like I do). This test was timing out waiting to create a gomote to run a windows/amd64 binary. Rewrite the test not t...
[ { "path": "src/cmd/go/testdata/script/tool_build_as_needed.txt", "patch": "@@ -40,13 +40,15 @@ rm $TOOLDIR/test2json$GOEXE\n go tool -n test2json\n ! stdout $NEWTOOLDIR${/}test2json$GOEXE\n # Set GOOS/GOARCH to different values than host GOOS/GOARCH.\n-env GOOS=windows\n-[GOOS:windows] env GOOS=linux\n-env ...
2025-11-05T19:05:45
electron/electron
471b1a873d63422008a6a00f94cedc1dd740a87a
aee8ea8b1071fcbe2cc33f4f423900d7009de604
fix: fix typo in docs why-electron.md (#45437)
[ { "path": "docs/why-electron.md", "patch": "@@ -22,7 +22,7 @@ If you want to focus on building a great product without figuring out how you ca\n \n ### Reliability\n \n-Web technologies are the most-used foundation for user interfaces on the planet. The have been hardened accordingly. Modern computers have ...
2025-02-05T15:26:47
rust-lang/rust
512d5fd676035517132c9b7e2cd43cd3b24432fa
2d76d9bc76f27b03b4899e72ce561c7ac2c5cf6b
tests/debuginfo/basic-stepping.rs: Add lldb test Also move the FIXME to the source code to avoid duplication, and also suppress harmless warnings that are annoying when you compile manually.
[ { "path": "tests/debuginfo/basic-stepping.rs", "patch": "@@ -14,9 +14,9 @@\n //@ revisions: default-mir-passes no-SingleUseConsts-mir-pass\n //@ [no-SingleUseConsts-mir-pass] compile-flags: -Zmir-enable-passes=-SingleUseConsts\n \n+// === GDB TESTS ===========================================================...
2026-03-12T19:24:48
facebook/react
579cc2a44c17f848bb3ad3b82121c87eb415935a
e33b13795dd25eba780c97b17cf7deee7f21a3e5
[playground] Add support for "use no memo" (#31561) Fixes #31331 ## Summary There is a bug in playground(https://github.com/facebook/react/issues/31331) which doesnt support 'use memo' or 'use no memo' directives. Its misleading while debugging components in the playground ## How did you test this change? Ran test c...
[ { "path": "compiler/apps/playground/README.md", "patch": "@@ -26,6 +26,13 @@ $ npm run dev\n $ yarn\n ```\n \n+## Testing\n+```sh\n+# Install playwright browser binaries\n+$ npx playwright install --with-deps\n+# Run tests\n+$ yarn test\n+```\n ## Deployment\n \n This project has been deployed using Vercel....
2024-11-18T20:38:22
golang/go
9f3a108ee0d2f08b4994c4201e54e5a53acbc216
0e1bd8b5f17e337df0ffb57af03419b96c695fe4
os: ignore O_TRUNC errors on named pipes and terminal devices on Windows Prior to Go 1.24, os.OpenFile used to support O_TRUNC on named pipes and terminal devices, even when the truncation was really ignored. This behavior was consistent with Unix semantics. CL 618836 changed the implementation of os.OpenFile on Wind...
[ { "path": "src/internal/syscall/windows/at_windows.go", "patch": "@@ -131,6 +131,14 @@ func Openat(dirfd syscall.Handle, name string, flag uint64, perm uint32) (_ sysc\n \n \tif flag&syscall.O_TRUNC != 0 {\n \t\terr = syscall.Ftruncate(h, 0)\n+\t\tif err == ERROR_INVALID_PARAMETER {\n+\t\t\t// ERROR_INVALID...
2025-10-30T11:36:42
electron/electron
aee8ea8b1071fcbe2cc33f4f423900d7009de604
57cf4fc846786ca01432b755c7b037ecc31f1a43
fix: WCO not working with some window configurations (#45422)
[ { "path": "shell/browser/native_window_views.cc", "patch": "@@ -701,6 +701,15 @@ void NativeWindowViews::Minimize() {\n }\n \n void NativeWindowViews::Restore() {\n+#if BUILDFLAG(IS_WIN)\n+ if (IsMaximized() && transparent()) {\n+ SetBounds(restore_bounds_, false);\n+ NotifyWindowRestore();\n+ Upd...
2025-02-05T11:48:51
facebook/react
e33b13795dd25eba780c97b17cf7deee7f21a3e5
4beb1fd8bacacd3f4faeb180bca00ea0edcf27e4
[compiler] repro for type inference + control flow bug (#31570) Repro for bug in our type inference system. We currently propagate inferred types through control flow / potential type guards. Note that this is inconsistent with both [Flow](https://flow.org/try/#1N4Igxg9gdgZglgcxALlAIwIZoKYBsD6uEEAztvhgE6UYCe+JADp...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/bug-type-inference-control-flow.expect.md", "patch": "@@ -0,0 +1,114 @@\n+\n+## Input\n+\n+```javascript\n+import {arrayPush, CONST_NUMBER0, mutate} from 'shared-runtime';\n+\n+/**\n+ * Repro for bug in our type inferen...
2024-11-18T16:54:11
vercel/next.js
420c6114436de1dc4174a3b546b742df6a17535f
23dc8ab32b47df0ceaec4515241d8734f8521858
Convert Windows paths as well when reading sourcemap (#86723) Fixes this warning on Windows: `C:\Users\IEUser\Desktop \next-turbopack-issue-repro\.next\dev|server\chunks\ssr\[turbopack]_runtime.js: Invalid source map. Only conformant source maps can be used to find the original code. Cause: Error: sourceMapURL could n...
[ { "path": "packages/next/src/server/patch-error-inspect.ts", "patch": "@@ -160,10 +160,14 @@ function getSourcemappedFrameIfPossible(\n let sourceMapPayload: ModernSourceMapPayload\n if (sourceMapCacheEntry === undefined) {\n let sourceURL = frame.file\n- // e.g. \"/APP/.next/server/chunks/ssr/[r...
2025-12-02T16:03:17
golang/go
a5fe6791d79347d4c28af4b475b679ce7a726a28
a7d174ccaada72b836c1c535f056d3fff5b2d528
internal/syscall/windows: fix ReOpenFile sentinel error value ReOpenFile is documented to return INVALID_HANDLE_VALUE on error, but the previous definition was checking for 0 instead. Change-Id: Idec5e75e40b9f6c409e068d63a9b606781e80a46 Reviewed-on: https://go-review.googlesource.com/c/go/+/717320 Auto-Submit: Quim M...
[ { "path": "src/internal/syscall/windows/syscall_windows.go", "patch": "@@ -531,7 +531,7 @@ const (\n //sys\tGetOverlappedResult(handle syscall.Handle, overlapped *syscall.Overlapped, done *uint32, wait bool) (err error)\n //sys\tCreateNamedPipe(name *uint16, flags uint32, pipeMode uint32, maxInstances uint3...
2025-11-03T15:29:06
electron/electron
57cf4fc846786ca01432b755c7b037ecc31f1a43
9fe12cd01b9ce889b891643d63e49e8e2a430373
fix: `legacyMainResolve` respecting permission model (#45421) fix: legacyMainResolve respecting permission model
[ { "path": "patches/node/fix_revert_src_lb_reducing_c_calls_of_esm_legacy_main_resolve.patch", "patch": "@@ -15,10 +15,10 @@ to recognize asar files.\n This reverts commit 9cf2e1f55b8446a7cde23699d00a3be73aa0c8f1.\n \n diff --git a/lib/internal/modules/esm/resolve.js b/lib/internal/modules/esm/resolve.js\n-i...
2025-02-05T11:48:34
facebook/react
92c0f5f85fed42024b17bf6595291f9f5d6e8734
053b3cb0503e26da6d1dfa02b74fa52e30936bd6
Track separate SuspendedOnAction flag by rethrowing a separate SuspenseActionException sentinel (#31554) This lets us track separately if something was suspended on an Action using useActionState rather than suspended on Data. This approach feels quite bloated and it seems like we'd eventually might want to read ...
[ { "path": "packages/react-debug-tools/src/ReactDebugHooks.js", "patch": "@@ -214,7 +214,7 @@ const SuspenseException: mixed = new Error(\n '`try/catch` block. Capturing without rethrowing will lead to ' +\n 'unexpected behavior.\\n\\n' +\n 'To handle async errors, wrap your component in an error...
2024-11-15T22:52:24
nodejs/node
dcfdaab13aa674d88712ca853551fb432dcc77c8
910a8af2d2bc028976f997baf7f7910b9eef30f2
repl: avoid deprecated `require.extensions` in tab completion PR-URL: https://github.com/nodejs/node/pull/58653 Fixes: https://github.com/nodejs/node/issues/58641 Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Dario Piotrowicz <dario.piotrowicz@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gma...
[ { "path": "lib/repl.js", "patch": "@@ -1359,7 +1359,7 @@ function complete(line, callback) {\n filter = completeOn;\n if (this.allowBlockingCompletions) {\n const subdir = match[2] || '';\n- const extensions = ObjectKeys(this.context.require.extensions);\n+ const extensions = ObjectK...
2025-06-23T06:21:47
vercel/next.js
1660d3966a99371a57b3d832522caa55b42bc189
5019e61d1cb592d9575985c9fb171641f0231feb
[CC] Fix hanging dynamic promise when abandoning render (#86690) Fixes #86662 The bug was introduced in #85747, where we added `RenderStage.Abandoned`. We forgot to update the logic that rejects promises on abort, so if a render was abandoned (i.e. restarted due to a cache miss), then promises waiting for the dynamic...
[ { "path": "packages/next/src/server/app-render/staged-rendering.ts", "patch": "@@ -40,7 +40,10 @@ export class StagedRenderingController {\n this.runtimeStagePromise.promise.catch(ignoreReject) // avoid unhandled rejections\n this.runtimeStagePromise.reject(reason)\n }\n- ...
2025-12-02T14:11:15
golang/go
c7ccbddf22884f54885fd23143d1b2087ab6e53c
75b2bb1d1a62e69763aea6761b5be4b9c69e0214
cmd/compile/internal/ssa: more aggressive on dead auto elim Propagate "unread" across OpMoves. If the addr of this auto is only used by an OpMove as its source arg, and the OpMove's target arg is the addr of another auto. If the 2nd auto can be eliminated, this one can also be eliminated. This CL eliminates unnecessa...
[ { "path": "src/cmd/compile/internal/ssa/deadstore.go", "patch": "@@ -203,9 +203,27 @@ func (sr shadowRange) merge(lo, hi int64) shadowRange {\n // reaches stores then we delete all the stores. The other operations will then\n // be eliminated by the dead code elimination pass.\n func elimDeadAutosGeneric(f ...
2025-09-11T15:57:38
electron/electron
9fe12cd01b9ce889b891643d63e49e8e2a430373
6486ce8191d4d02ed90ea8c1e034c3b57ae32cb0
fix: handle exclude aliasing in InclusionStatusToString() (#45454) * refactor: use MakeFixedFlatMap() in InclusionStatusToString() * fix: add log message for EXCLUDE_ALIASING refactor: add static_assert() to ensure our messages stay in sync with the CookieInclusion reasons in net/cookies/
[ { "path": "shell/browser/api/electron_api_cookies.cc", "patch": "@@ -4,10 +4,12 @@\n \n #include \"shell/browser/api/electron_api_cookies.h\"\n \n+#include <sstream>\n #include <string>\n #include <string_view>\n #include <utility>\n \n+#include \"base/containers/fixed_flat_map.h\"\n #include \"base/time/ti...
2025-02-05T11:48:11
facebook/react
0f3c62b4667f62bf36485079ab242dba8e54917c
858633f900768e63870a0a8d450ad7b5d6df0256
[compiler][be] Patch test fixtures for evaluator (#31203) Add more `FIXTURE_ENTRYPOINT`s ' --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31203). * #31202 * __->__ #31203 * #31201 * #31200...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/capturing-func-alias-captured-mutate.expect.md", "patch": "@@ -2,39 +2,55 @@\n ## Input\n \n ```javascript\n-function component(foo, bar) {\n+import {mutate} from 'shared-runtime';\n+\n+function Component({foo, bar}) {\...
2024-11-15T18:06:29
vercel/next.js
75cd5293fb6955a5fe3c36a1c29405bfe314f61c
86f3bf1a6eecec990ba0984ea6ca5c5bd919c13c
Turbopack: fix fuzz command (#86732) ### What? Fix the fuzz testing command
[ { "path": "turbopack/crates/turbo-tasks-backend/fuzz/fuzz_targets/graph.rs", "patch": "@@ -10,7 +10,8 @@ mod graph;\n \n // Run with:\n // cd turbopack/crates/turbo-tasks-backend\n-// cargo fuzz run fuzz_graph -- -timeout=3 -print_pcs=1 -print_funcs=999999 -print_final_stats=1\n+// cargo fuzz run fuzz_graph...
2025-12-02T13:30:27
nodejs/node
d7becc58750096b711c55a378a55f596a45f3ce1
dfcb824ae3e7752abf3c809a3f226cb21dd2187a
test: deflake test-buffer-large-size-buffer-alloc-unsafe Use the error message as another condition to skip the test when the buffer allocation fails. Refs: https://github.com/nodejs/node/pull/58738 PR-URL: https://github.com/nodejs/node/pull/58771 Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Chengzhong...
[ { "path": "test/pummel/test-buffer-large-size-buffer-alloc-unsafe.js", "patch": "@@ -7,12 +7,22 @@ common.skipIf32Bits();\n const assert = require('node:assert');\n const size = 2 ** 31;\n \n+let largeBuffer;\n+\n+// Test Buffer.allocUnsafe with size larger than integer range\n try {\n- // Test Buffer.allo...
2025-06-22T09:43:35
facebook/react
4972718c264f8f92ea56b86fde6aab610e876717
3720870a979b48a1ea8776f64a190878b8558f2b
[compiler] Fix: ref.current now correctly reactive (#31521) We were previously filtering out `ref.current` dependencies in propagateScopeDependencies:checkValidDependency`. This is incorrect. Instead, we now always take a dependency on ref values (the outer box) as they may be reactive. Pruning is done in pruneN...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/HIR/PropagateScopeDependenciesHIR.ts", "patch": "@@ -440,14 +440,6 @@ class Context {\n \n // Checks if identifier is a valid dependency in the current scope\n #checkValidDependency(maybeDependency: ReactiveScopeDependency): boolean {\n- //...
2024-11-15T18:05:55
electron/electron
6486ce8191d4d02ed90ea8c1e034c3b57ae32cb0
bec6ddda7035be6aa77f9f4c9523a06bfc49470d
build: remove debugger agent timeout patch (#45457)
[ { "path": "patches/node/.patches", "patch": "@@ -8,7 +8,6 @@ refactor_allow_embedder_overriding_of_internal_fs_calls.patch\n chore_allow_the_node_entrypoint_to_be_a_builtin_module.patch\n fix_handle_boringssl_and_openssl_incompatibilities.patch\n fix_crypto_tests_to_run_with_bssl.patch\n-fix_account_for_deb...
2025-02-05T11:47:54
golang/go
dd839f1d0037931395316ab13aefd3941aa959e8
6e165b4d176fb4c7fbb615b522a8b69d0b66c513
internal/strconv: handle %f with fixedFtoa when possible Everyone writes papers about fast shortest-output formatting. Eventually we also sped up fixed-length formatting %e and %g. But we've neglected %f, which falls back to the slow general code even for relatively trivial things like %.2f on 1.23. This CL uses the ...
[ { "path": "src/internal/strconv/ftoa.go", "patch": "@@ -146,28 +146,38 @@ func genericFtoa(dst []byte, val float64, fmt byte, prec, bitSize int) []byte {\n \t\treturn formatDigits(dst, shortest, neg, digs, prec, fmt)\n \t}\n \n-\t// TODO figure out when we can use fast code for f\n-\tif fmt != 'f' {\n-\t\t/...
2025-11-02T17:32:01
nodejs/node
dfcb824ae3e7752abf3c809a3f226cb21dd2187a
eafbe277b00d3a0f37252c7fe6d7a354c31efed1
tools: make nodedownload module compatible with Python 3.14 FancyURLopener and URLopener have been deprecated since Python 3.3 and they are removed completely from 3.14. Fixes: https://github.com/nodejs/node/issues/58740 PR-URL: https://github.com/nodejs/node/pull/58752 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>...
[ { "path": "tools/configure.d/nodedownload.py", "patch": "@@ -7,10 +7,7 @@\n import zipfile\n import tarfile\n import contextlib\n-try:\n- from urllib.request import FancyURLopener, URLopener\n-except ImportError:\n- from urllib import FancyURLopener, URLopener\n+from urllib.request import build_opener...
2025-06-22T05:49:14
vercel/next.js
86f3bf1a6eecec990ba0984ea6ca5c5bd919c13c
653cf4af0c77184dde1c124cfd07a14a47e7166f
Turbopack: avoid snapshotting while continuously idle, fix spans (#86611) ### What? While idle only snapshot once. Start snapshotting again when idle has been left. Place persisting spans on top level. Fix some missing spans.
[ { "path": "crates/napi/src/next_api/project.rs", "patch": "@@ -405,8 +405,14 @@ pub fn project_new(\n }\n let mut compress = Compression::None;\n if let Some(mut trace) = trace {\n+ let internal_dir = PathBuf::from(&options.root_path)\n+ .join(&options.project_path)\n+ ...
2025-12-02T13:15:53
facebook/react
3720870a979b48a1ea8776f64a190878b8558f2b
e1ef8c95154a4c5fffa301de9392519121b47dbf
Log Render Phases that Never Committed (#31548) This includes: - `Interrupted Render`: Interrupted Renders (setState or ping at higher priority) - `Prewarm`: Suspended Renders outside a Suspense boundary (RootSuspendedWithDelay/RootSuspendedAtTheShell) - `Errored Render`: Render that errored somewhere in the tr...
[ { "path": "packages/react-reconciler/src/ReactFiberPerformanceTrack.js", "patch": "@@ -198,6 +198,54 @@ export function logRenderPhase(startTime: number, endTime: number): void {\n }\n }\n \n+export function logInterruptedRenderPhase(\n+ startTime: number,\n+ endTime: number,\n+): void {\n+ if (support...
2024-11-15T17:13:24
golang/go
6e165b4d176fb4c7fbb615b522a8b69d0b66c513
9f6590f333ee3ecd318e95ef54073fe76d1225de
cmd/compile: implement Avg64u, Hmul64, Hmul64u for wasm This lets us remove useAvg and useHmul from the division rules. The compiler is simpler and the generated code is faster. goos: wasip1 goarch: wasm pkg: internal/strconv │ old.txt │ new.txt │ ...
[ { "path": "src/cmd/compile/internal/ssa/_gen/Wasm.rules", "patch": "@@ -2,6 +2,8 @@\n // Use of this source code is governed by a BSD-style\n // license that can be found in the LICENSE file.\n \n+(Last ___) => v.Args[len(v.Args)-1]\n+\n // Lowering arithmetic\n (Add(64|32|16|8|Ptr) ...) => (I64Add ...)\n (...
2025-11-04T03:09:48
nodejs/node
eafbe277b00d3a0f37252c7fe6d7a354c31efed1
eec03020880cf83d20e827d9067bdbeb4e0adf64
test: correct SIMD support comment The comment in the test file stated that: "SIMD is not supported on rhel8-ppc64le" This is incorrect -- WASM SIMD support is dependent on the available instructions, not the operating system. So it is more correct to say that WASM SIMD is not supported on IBM Power8 architecture. P...
[ { "path": "test/es-module/test-esm-wasm.mjs", "patch": "@@ -70,7 +70,7 @@ describe('ESM: WASM modules', { concurrency: !process.env.TEST_PARALLEL }, () =>\n [\n 'import { strictEqual, deepStrictEqual, ok } from \"node:assert\";',\n \n- // SIMD is not supported on rhel8-ppc64le\n+ ...
2025-06-21T17:19:45
vercel/next.js
653cf4af0c77184dde1c124cfd07a14a47e7166f
b8b62f1d4d0f0ff369fe54397534b927b6c460ac
fix(next-custom-transforms): preserve all declarators in multi-declarator export statements (#86552)
[ { "path": "crates/next-custom-transforms/src/transforms/next_ssg.rs", "patch": "@@ -144,9 +144,11 @@ impl VisitMut for Analyzer<'_> {\n return;\n }\n \n- if let Pat::Ident(id) = &d.decls[0].name {\n- if !SSG_EXPORTS.contains(&&*id.id.sym) {\n- ...
2025-12-02T12:51:12
facebook/react
63cde684f5340b1ca73f6244501aac1c3d2c92a8
b01722d58533e5e2664a71b70031e1c5390d813b
(chore): copy fix in <style> precedence error (#31524) ## Summary This fixes a typo in the error that gets reported when Float errors while hoisting a style tag that does not contain both `precedence` and `href`. There was a typo in _conflict_ and the last part of the sentence doesn't make sense. I assume it was...
[ { "path": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js", "patch": "@@ -3142,10 +3142,9 @@ export function isHostHoistableType(\n console.error(\n 'Cannot render a <style> outside the main document without knowing its precedence and a unique href key.' +\n ...
2024-11-14T22:03:59
electron/electron
bec6ddda7035be6aa77f9f4c9523a06bfc49470d
e9d5eeb118e4ff224508bfec6b61f30239bb804d
feat: route deprecated sync clipboard read through permission checks (#45377) * feat: route deprecated clipboard commands through permission checks * docs: address review feedback * fix: enable checks for child windows
[ { "path": "BUILD.gn", "patch": "@@ -441,6 +441,7 @@ source_set(\"electron_lib\") {\n \"chromium_src:chrome_spellchecker\",\n \"shell/common:mojo\",\n \"shell/common:plugin\",\n+ \"shell/common:web_contents_utility\",\n \"shell/services/node/public/mojom\",\n \"//base:base_static\",\n ...
2025-02-05T06:13:29
golang/go
fe040658b20878bdbb9122ebc5446bc4104a7ddf
e452f4ac7de6c80e0be69a3c59ae739cfd806917
[dev.simd] simd/_gen: fix sorting ops slices Fix sorting slices to avoid panic when there are more opsDataImm than opsData (the problem occurs when generating only a subset of instructions but it may be better to keep them sorted by their own names anyway). Change-Id: Iea7fe61259e8416f16c46158d87c84b1d7a3076d Reviewe...
[ { "path": "src/simd/_gen/simdgen/gen_simdMachineOps.go", "patch": "@@ -185,13 +185,13 @@ func writeSIMDMachineOps(ops []Operation) *bytes.Buffer {\n \t\treturn compareNatural(opsData[i].OpName, opsData[j].OpName) < 0\n \t})\n \tsort.Slice(opsDataImm, func(i, j int) bool {\n-\t\treturn compareNatural(opsData...
2025-10-29T13:49:28
rust-lang/rust
8459d6bf3a6ba46368c6649f1cc7d9ba332c9e9c
3b1b0ef4d80d3117924d91352c8b6ca528708b3c
Fix std doctest build for SGX target.
[ { "path": "library/std/src/os/fd/raw.rs", "patch": "@@ -16,7 +16,7 @@ use crate::io;\n use crate::os::hermit::io::OwnedFd;\n #[cfg(all(not(target_os = \"hermit\"), not(target_os = \"motor\")))]\n use crate::os::raw;\n-#[cfg(all(doc, not(target_arch = \"wasm32\")))]\n+#[cfg(all(doc, not(any(target_arch = \"w...
2026-03-12T12:14:40
vercel/next.js
b8b62f1d4d0f0ff369fe54397534b927b6c460ac
50d459e688c771293af1d33636825ebad67d03b7
[test] Improve app-basepath assertion error (#86725) To make it print out what the second request is when this flake happens: ``` ● app dir - basepath › should only make a single RSC call to the current page (/base/refresh?foo=bar) expect(received).toBe(expected) // Object.is equality Expected: 1 Rece...
[ { "path": "test/e2e/app-dir/app-basepath/index.test.ts", "patch": "@@ -1,5 +1,5 @@\n import { nextTestSetup } from 'e2e-utils'\n-import { check, retry } from 'next-test-utils'\n+import { retry } from 'next-test-utils'\n import type { Request, Response } from 'playwright'\n \n describe('app dir - basepath', ...
2025-12-02T10:58:17
nodejs/node
b04c4a44a5c1eeda542570710027958586f284bc
e679e38b252ee5203ef583392f77fd532e2b4a67
src: pass resource on permission checks for spawn This commit enhances the permission model errors when no --allow-child-process is used and the error is emitted. Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com> PR-URL: https://github.com/nodejs/node/pull/58758 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewe...
[ { "path": "src/node_process_methods.cc", "patch": "@@ -518,9 +518,6 @@ static void Execve(const FunctionCallbackInfo<Value>& args) {\n Isolate* isolate = env->isolate();\n Local<Context> context = env->context();\n \n- THROW_IF_INSUFFICIENT_PERMISSIONS(\n- env, permission::PermissionScope::kChildP...
2025-06-21T14:40:10
facebook/react
b01722d58533e5e2664a71b70031e1c5390d813b
c13986da7866a1a70a73b7ee05c87a9618ce6d03
Format event with "warning" yellow and prefix with "Event: " (#31536) It's useful to quickly see where new events are kicking off new rendering. This uses the new "warning" color (yellow) to do that. This is to help distinguish it from the purple (secondary color) which is used for the commit phase which is more of...
[ { "path": "packages/react-reconciler/src/ReactFiberPerformanceTrack.js", "patch": "@@ -125,10 +125,15 @@ export function logBlockingStart(\n reusableLaneDevToolDetails.track = 'Blocking';\n if (eventTime > 0 && eventType !== null) {\n // Log the time from the event timeStamp until we called se...
2024-11-14T21:44:29
electron/electron
e9d5eeb118e4ff224508bfec6b61f30239bb804d
c147e4fa81161299688045a53e8909023f9a2e84
build: try removing embedder exception patch (#45429)
[ { "path": "patches/node/.patches", "patch": "@@ -20,7 +20,6 @@ test_formally_mark_some_tests_as_flaky.patch\n fix_do_not_resolve_electron_entrypoints.patch\n ci_ensure_node_tests_set_electron_run_as_node.patch\n fix_assert_module_in_the_renderer_process.patch\n-fix_capture_embedder_exceptions_before_enterin...
2025-02-04T18:39:20
vercel/next.js
9d792e35f9f7479a4ec9878e8858ebd9577d3870
2cd70dfede8bcb1b72798804d92f9653edde61e6
Cover org package external in externals-transitive test (#86691) <!-- 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...
[ { "path": "test/e2e/externals-transitive/dep-b/index.js", "patch": "@@ -1,4 +1,5 @@\n import lodash from 'lodash'\n-import pkg from 'lodash/package.json'\n+import lodashPkg from 'lodash/package.json'\n+import globalPkg from '@storybook/global/package.json'\n \n-export default [lodash.VERSION, pkg.version]\n...
2025-12-01T22:18:30
nodejs/node
e679e38b252ee5203ef583392f77fd532e2b4a67
c1c36731ce9d8a8fbe420a6afd2429155c8f634f
lib: make domexception a native error Co-Authored-By: Kenta Moriuchi <moriken@kimamass.com> PR-URL: https://github.com/nodejs/node/pull/58691 Fixes: https://github.com/nodejs/node/issues/56497 Refs: https://github.com/v8/v8/commit/e3df60f3f5abe85f819ff2fad6a41d0709e30a61 Refs: https://github.com/nodejs/node/pull/58138...
[ { "path": "lib/internal/per_context/domexception.js", "patch": "@@ -1,7 +1,7 @@\n 'use strict';\n \n const {\n- ErrorCaptureStackTrace,\n+ Error,\n ErrorPrototype,\n ObjectDefineProperties,\n ObjectDefineProperty,\n@@ -60,20 +60,33 @@ const disusedNamesSet = new SafeSet()\n .add('NoDataAllowedErro...
2025-06-12T09:48:33
golang/go
34fec512ce34fb5926aa38e0ccd0083feed94733
162ba6cc405851ee7f0d30b600de1a308321ddca
internal/strconv: extract fixed-precision ftoa from ftoaryu.go The fixed-precision ftoa algorithm is not actually documented in the Ryū paper, and it is fairly straightforward: multiply by a power of 10 to get an integer that contains the digits we need. There is also no need for separate float32 and float64 implement...
[ { "path": "src/internal/strconv/atoi.go", "patch": "@@ -41,8 +41,6 @@ const intSize = 32 << (^uint(0) >> 63)\n // IntSize is the size in bits of an int or uint value.\n const IntSize = intSize\n \n-const maxUint64 = 1<<64 - 1\n-\n // ParseUint is like [ParseInt] but for unsigned numbers.\n //\n // A sign pr...
2025-11-01T13:41:40
facebook/react
c13986da7866a1a70a73b7ee05c87a9618ce6d03
4686872159e357accd092b195fb5cafceb980ac8
Fix Overlapping "message" Bug in Performance Track (#31528) When you schedule a microtask from render or effect and then call setState (or ping) from there, the "event" is the event that React scheduled (which will be a postMessage). The event time of this new render will be before the last render finished. We u...
[ { "path": "packages/react-art/src/ReactFiberConfigART.js", "patch": "@@ -363,6 +363,8 @@ export function resolveUpdatePriority(): EventPriority {\n return currentUpdatePriority || DefaultEventPriority;\n }\n \n+export function trackSchedulerEvent(): void {}\n+\n export function resolveEventType(): null | ...
2024-11-14T21:35:08
electron/electron
c147e4fa81161299688045a53e8909023f9a2e84
1d27a27813706af17e2a0b796fc8604a2f8491da
build: add win toolchain for release builds (#45380) * build: add win toolchain for release builds * build: fix installed_software.json script * chore: run pwsh script within src * build: fixup uploader arch
[ { "path": ".github/actions/build-electron/action.yml", "patch": "@@ -143,6 +143,25 @@ runs:\n run: |\n cd src\n e build --target electron:node_headers\n+ - name: Create installed_software.json ${{ inputs.step-suffix }}\n+ shell: powershell\n+ if: ${{ inputs.is-release == '...
2025-02-04T06:06:01
rust-lang/rust
23c24d2bffe202cd38d9b45c54b14984f3b55072
f6db3ef2e3234d412ce79993280b266591eb2517
fix: Clarify error messages when proc-macro-srv changes working directory I'm investigating issues where users see a load of logs of the form: ``` Failed to set the current working dir to /redacted/path. Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } ``` This is tricky to debug because t...
[ { "path": "src/tools/rust-analyzer/crates/proc-macro-srv/src/lib.rs", "patch": "@@ -328,7 +328,7 @@ impl<'snap> EnvChange<'snap> {\n let prev_working_dir = std::env::current_dir().ok();\n if let Err(err) = std::env::set_current_dir(dir) {\n eprintln!(\n- ...
2026-03-12T11:43:59
vercel/next.js
2307d46f511d02f48d4b8f93713c4bc087c0e5ff
73764165b94ee60560d4696c2341319a7fa35813
docs: update prefix two-digit number in routing section (#77758) ## Description The current [routing documents](https://github.com/vercel/next.js/tree/canary/docs/01-app/03-building-your-application/01-routing) are missing `01` and `02` prefix. This PR changes the numbering of them and update [contribution-guide doc...
[ { "path": "docs/04-community/01-contribution-guide.mdx", "patch": "@@ -79,17 +79,17 @@ For example, in the [functions API Reference](/docs/app/api-reference/functions)\n └── ...\n ```\n \n-But, in the [routing section](/docs/app), the files are prefixed with a two-digit number, sorted in the order developer...
2025-12-01T10:46:38
facebook/react
4686872159e357accd092b195fb5cafceb980ac8
5d89471ca6a74916bf345ef742e162c77672d2a2
Log passive commit phase when it wasn't delayed (#31526) Fixes a bug. We're supposed to not log "Waiting for Paint" if the passive effect phase was forced since we weren't really waiting until the paint. Instead we just log an empty string when we force it to still ensure continuity. We should always log the ...
[ { "path": "packages/react-reconciler/src/ReactFiberPerformanceTrack.js", "patch": "@@ -221,12 +221,19 @@ export function logCommitPhase(startTime: number, endTime: number): void {\n }\n }\n \n-export function logPaintYieldPhase(startTime: number, endTime: number): void {\n+export function logPaintYieldPha...
2024-11-14T21:30:05
nodejs/node
c1c36731ce9d8a8fbe420a6afd2429155c8f634f
11222f1a272b9b2ab000e75cbe3e09942bd2d877
deps: V8: cherry-pick e3df60f3f5ab Original commit message: [objects] allow host defined serializer of JSError Allow host defined serializer and deserializer of JSError in ValueSerializer API. This allows hosts that implement DOMException in JS to support `Error.isError` proposal and `structuredClone...
[ { "path": "common.gypi", "patch": "@@ -38,7 +38,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.13',\n+ 'v8_embedder_string': '-node.14',\n \n ##### V8 defaults for Node.js #####\n...
2025-06-19T10:54:14
golang/go
162ba6cc405851ee7f0d30b600de1a308321ddca
9795c7ba220702c8bbf0188a8fc28e1d482bae4f
internal/strconv: add tests and benchmarks for ftoaFixed ftoaFixed is in the next CL; this proves the tests are correct against the current implementation, and it adds a benchmark for comparison with the new implementation. Change-Id: I7ac8a1f699b693ea6d11a7122b22fc70cc135af6 Reviewed-on: https://go-review.googlesour...
[ { "path": "src/internal/strconv/fp_test.go", "patch": "@@ -99,12 +99,14 @@ func TestFp(t *testing.T) {\n \ts := bufio.NewScanner(strings.NewReader(testfp))\n \tfor lineno := 1; s.Scan(); lineno++ {\n \t\tline := s.Text()\n-\t\tif len(line) == 0 || line[0] == '#' {\n+\t\tline, _, _ = strings.Cut(line, \"#\")...
2025-11-02T14:59:59
electron/electron
d3bead5e0edb3df5205675e27e0a8fc9dbd6fd74
9f1bb531ba47e7011dce88e09f047c3d116d76d7
docs: mention C++20 requirement in breaking changes document (#45413) * docs: mention C++20 requirement in breaking changes document * chore: fix linter issue
[ { "path": "docs/breaking-changes.md", "patch": "@@ -145,6 +145,16 @@ macOS 10.15 (Catalina) is no longer supported by [Chromium](https://chromium-rev\n Older versions of Electron will continue to run on Catalina, but macOS 11 (Big Sur)\n or later will be required to run Electron v33.0.0 and higher.\n \n+###...
2025-02-03T21:19:26
facebook/react
988e2176702fca9b25113d9a8a3e7e3f484e16f2
380f5d675d2269f090d15c3f92e10de66e12516c
Turn on enableSiblingPrerendering in canary (#31541) In preparation for the next RC, I set this feature flag to true everywhere. I did not delete the feature flag yet, in case there are yet more bugs to be discovered. I also didn't remove the dynamic feature flag from the Meta builds; I'll let the Meta folks han...
[ { "path": "packages/shared/ReactFeatureFlags.js", "patch": "@@ -145,7 +145,7 @@ export const enableOwnerStacks = __EXPERIMENTAL__;\n \n export const enableShallowPropDiffing = false;\n \n-export const enableSiblingPrerendering = false;\n+export const enableSiblingPrerendering = true;\n \n /**\n * Enables a...
2024-11-14T16:48:14
nodejs/node
98433c73198c99f95d84ea65b458c9cc3b1612b4
5a14ea62b9ff21ff61d6746d2cc131411696d0c4
doc: fix wrong RFC number in http2 Priority signaling was deprecated in RFC 9113(not 1993). Refs: https://github.com/nodejs/node/pull/58313 PR-URL: https://github.com/nodejs/node/pull/58753 Reviewed-By: Tim Perry <pimterry@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Ethan Arrowood <e...
[ { "path": "doc/api/http2.md", "patch": "@@ -1078,7 +1078,7 @@ changes:\n runtime warning.\n - version: v24.2.0\n pr-url: https://github.com/nodejs/node/pull/58313\n- description: Following the deprecation of priority signaling as of RFC 1993,\n+ description: Following the deprec...
2025-06-20T13:57:23
golang/go
9795c7ba220702c8bbf0188a8fc28e1d482bae4f
ad5e941a4559a402fa3f428e612c58ec86471517
internal/strconv: fix pow10 off-by-one in exponent result The exact meaning of pow10 was not defined nor tested directly. Define it as pow10(e) returns mant, exp where mant/2^128 * 2**exp = 10^e. This is the most natural definition but is off-by-one from what it had been returning. Fix the off-by-one and then adjust t...
[ { "path": "src/internal/strconv/atofeisel.go", "patch": "@@ -40,7 +40,7 @@ func eiselLemire64(man uint64, exp10 int, neg bool) (f float64, ok bool) {\n \t// Normalization.\n \tclz := bits.LeadingZeros64(man)\n \tman <<= uint(clz)\n-\tretExp2 := uint64(exp2+64-float64Bias) - uint64(clz)\n+\tretExp2 := uint64...
2025-11-02T03:26:17
electron/electron
e7fa5c709c555bbe248bc98b50a14b5cfa9ea1d9
7a1d410e0a685dec042266ed106127f2229d19e5
fix: incorrect WCO tooltip in RTL (#45405)
[ { "path": "shell/browser/ui/views/win_caption_button_container.cc", "patch": "@@ -39,7 +39,8 @@ std::unique_ptr<WinCaptionButton> CreateCaptionButton(\n }\n \n bool HitTestCaptionButton(WinCaptionButton* button, const gfx::Point& point) {\n- return button && button->GetVisible() && button->bounds().Contain...
2025-02-03T09:50:50
vercel/next.js
73764165b94ee60560d4696c2341319a7fa35813
4390c7b4ec28cbcfeb9ea6da519afdd46bd6a1c7
Turbopack: align chunk loading error name (#86593) - Set `error.name` just like Webpack does - Add some tests <img width="1854" height="451" alt="Bildschirmfoto 2025-11-28 um 10 44 06" src="https://github.com/user-attachments/assets/8cadd60e-2a7f-4715-9c39-66453fe400f4" /> <img width="1865" height="564" alt="...
[ { "path": ".github/workflows/build_and_test.yml", "patch": "@@ -910,10 +910,12 @@ jobs:\n export IS_WEBPACK_TEST=1\n \n BROWSER_NAME=firefox node run-tests.js \\\n- test/production/pages-dir/production/test/index.test.ts\n+ test/production/pages-dir/production/test/index.te...
2025-12-01T10:11:52
facebook/react
380f5d675d2269f090d15c3f92e10de66e12516c
7ac8e612118a1285ac6aa0bb333d910b9f23a7ad
Fix sizebot (#31535) Our CI workflows generally cache `**/node_modules` (note the glob, it caches all transitive node_module directories) to speed up startup for new jobs that don't change any dependencies. However it seems like one of our caches got into a weird state (not sure how it happened) where the `build` ...
[ { "path": ".github/workflows/devtools_regression_tests.yml", "patch": "@@ -31,6 +31,8 @@ jobs:\n with:\n path: \"**/node_modules\"\n key: runtime-release-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock', 'scripts/release/yarn.lock') }}\n+ - name: En...
2024-11-13T20:13:46
electron/electron
7a1d410e0a685dec042266ed106127f2229d19e5
e2a7981dd3f99ff7e98b790de4acae586a0d1e25
fix: default path not working on KDE Linux (#45402)
[ { "path": "patches/chromium/feat_add_support_for_missing_dialog_features_to_shell_dialogs.patch", "patch": "@@ -260,10 +260,18 @@ index 61683d0eddb04c494ca5e650e7d556b44968ec49..5492456a9138b250e97a5479838bb443\n \n } // namespace ui\n diff --git a/ui/shell_dialogs/select_file_dialog_linux_kde.cc b/ui/sh...
2025-02-03T08:49:48
nodejs/node
4623d46b7cc29a3b55b85fd35d7f0a6ff13bdea1
3d608bbe8b27bd641688fa5ba52f6a8d4f79b961
tools: include toolchain.gypi in abseil.gyp This sets proper SIMD build flags for abseil on ia32. PR-URL: https://github.com/nodejs/node/pull/58678 Fixes: https://github.com/nodejs/node/issues/58569 Reviewed-By: Michaël Zasso <targos@protonmail.com>
[ { "path": "tools/v8_gypfiles/abseil.gyp", "patch": "@@ -1,4 +1,5 @@\n {\n+ 'includes': ['toolchain.gypi'],\n 'targets': [\n {\n 'target_name': 'abseil',", "additions": 1, "deletions": 0, "language": "Unknown" }, { "path": "tools/v8_gypfiles/toolchain.gypi", "patch": "@@ ...
2025-06-20T09:27:25
vercel/next.js
4390c7b4ec28cbcfeb9ea6da519afdd46bd6a1c7
3d30f407c4b5cad84486836d8a9fc8fa90c266f1
Turbopack: use tracing context for config watching (#86576) It was using the `evaluate_context` to watch the config (and transitively imported files) for changes. That was incorrect for various reasons though: any errors during that caused the build to fail, and it didn't actually collect all referenced files. Turns ...
[ { "path": "turbopack/crates/turbopack-node/src/transforms/postcss.rs", "patch": "@@ -103,6 +103,7 @@ fn postcss_configs() -> Vc<Vec<RcStr>> {\n #[turbo_tasks::value]\n pub struct PostCssTransform {\n evaluate_context: ResolvedVc<Box<dyn AssetContext>>,\n+ config_tracing_context: ResolvedVc<Box<dyn As...
2025-12-01T09:55:11
golang/go
c93cc603cd5c731d00dc019c94490edca6160841
b5353fd90a3824f4ff903e0d89cf4e63714f61d1
runtime: allow Stack to traceback goroutines in syscall _Grunning window net/http/cgi.TestCopyError calls runtime.Stack to take a stack trace of all goroutines, and searches for a specific line in that stack trace. It currently sometimes fails because it encounters the goroutine its looking for in the small window wh...
[ { "path": "src/runtime/traceback.go", "patch": "@@ -1314,7 +1314,16 @@ func tracebacksomeothers(me *g, showf func(*g) bool) {\n \t\t// from a signal handler initiated during a systemstack call.\n \t\t// The original G is still in the running state, and we want to\n \t\t// print its stack.\n-\t\tif gp.m != g...
2025-10-30T20:26:56
facebook/react
3770c11011c78d227c7013468787e0c34ae91dc8
d9b3841ca64f292e3450edcd0a87eca05ac4c5f9
[compiler] repro for reactive ref.current accesses (#31519) See test fixture --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31519). * #31521 * __->__ #31519
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/bug-nonreactive-ref.expect.md", "patch": "@@ -0,0 +1,89 @@\n+\n+## Input\n+\n+```javascript\n+import {useRef} from 'react';\n+import {Stringify} from 'shared-runtime';\n+\n+/**\n+ * Bug: we're currently filtering out `r...
2024-11-12T19:04:54
golang/go
b5353fd90a3824f4ff903e0d89cf4e63714f61d1
43491f8d52f13df3c70277f81c85809818969d77
runtime: don't panic in castogscanstatus The panic calls gopanic which may have write barriers, but castogscanstatus is called from //go:nowritebarrier contexts. The panic is dead code anyway, and appears immediately before a call to 'throw'. Change-Id: I4a8e296b71bf002295a3aa1db4f723c305ed939a Reviewed-on: https://...
[ { "path": "src/runtime/proc.go", "patch": "@@ -1254,8 +1254,8 @@ func castogscanstatus(gp *g, oldval, newval uint32) bool {\n \t\t}\n \t}\n \tprint(\"runtime: castogscanstatus oldval=\", hex(oldval), \" newval=\", hex(newval), \"\\n\")\n-\tthrow(\"castogscanstatus\")\n-\tpanic(\"not reached\")\n+\tthrow(\"b...
2025-11-03T22:29:36
electron/electron
bc22ee7897b9d482bbe7e5322ef771462a2bd6ec
784201ecee06252b63ac1e1a2478f9c974bcc85d
build: fix `slack-github-action` for backports (#45388) build: fix slack-github-action for backports
[ { "path": ".github/workflows/pull-request-labeled.yml", "patch": "@@ -15,12 +15,12 @@ jobs:\n - name: Trigger Slack workflow\n uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0\n with:\n+ webhook: ${{ secrets.BACKPORT_REQUESTED_SLACK_WEBHOOK_...
2025-01-31T09:29:50
vercel/next.js
a51a2e4c2688c48b856825f807e369f2e1364b09
cf480fc1c110945c69fa0a33bc2ae4f356a8e01e
[turbopack] Support traversing the graph in reverse order (#86427) This makes certain aggregations trivial since we are are guaranteed to only traverse relevant edges. Use it to fix a bug in the async module identification logic. Previously we would aggregate async cycles after propagating 'asyncness' through the DF...
[ { "path": "contributing/core/testing.md", "patch": "@@ -103,6 +103,19 @@ we attempt to capture traces of the playwright run to make debugging the failure\n A test-trace artifact should be uploaded after the workflow completes which can be downloaded, unzipped,\n and then inspected with `pnpm playwright show...
2025-11-29T17:51:54
nodejs/node
3d608bbe8b27bd641688fa5ba52f6a8d4f79b961
433d9a0486fe810b0d3da50f0036ac0b68806157
test: skip the test if the buffer allocation fails Use the error message as another condition to skip the test when the buffer allocation fails. Refs: https://github.com/nodejs/node/commit/795dd8eb7988ae38553e Refs: https://github.com/nodejs/node/commit/e9c6004a2d580008082b PR-URL: https://github.com/nodejs/node/pull...
[ { "path": "test/pummel/test-buffer-large-size-buffer-alloc-unsafe-slow.js", "patch": "@@ -7,12 +7,22 @@ common.skipIf32Bits();\n const assert = require('node:assert');\n const size = 2 ** 31;\n \n+let largeBuffer;\n+\n // Test Buffer.allocUnsafe with size larger than integer range\n try {\n- assert.throws(...
2025-06-20T06:12:31
facebook/react
d9b3841ca64f292e3450edcd0a87eca05ac4c5f9
2ec26bc4323673d1f2035191d3aaf0a18b20d488
Revert "Performance tracks are sorted by start time" hack (#31518) This reverts commit d3bf32a95806b6d583ef041b8d83781cd686cfd8 which was part of #30983 When you have very deep trees this trick can cause the top levels to skew way too much from the real numbers. Creating unbalanced trees. The bug should have b...
[ { "path": "packages/react-reconciler/src/ReactProfilerTimer.js", "patch": "@@ -193,13 +193,8 @@ export function popComponentEffectStart(prevEffectStart: number): void {\n if (!enableProfilerTimer || !enableProfilerCommitHooks) {\n return;\n }\n- if (prevEffectStart < 0) {\n- // If the parent com...
2024-11-12T17:46:55
electron/electron
6e72cbb5e01876eb00ceac2e7d153520c92d04b9
233b99a0a88120f0d3a4c018e9f4ad29b2acd0ac
fix: multiple directory selection on Linux (#45373)
[ { "path": "patches/chromium/feat_add_support_for_missing_dialog_features_to_shell_dialogs.patch", "patch": "@@ -14,10 +14,25 @@ It also:\n This may be partially upstreamed to Chromium in the future.\n \n diff --git a/ui/gtk/select_file_dialog_linux_gtk.cc b/ui/gtk/select_file_dialog_linux_gtk.cc\n-index b83...
2025-01-30T15:34:44
golang/go
43491f8d52f13df3c70277f81c85809818969d77
aa94fdf0cc693b5846a936d5cd6f3bd358093245
cmd/cgo: use the export'ed file/line in error messages When an unpinned Go pointer (or a pointer to an unpinned Go pointer) is returned from Go to C, 1 package main 2 3 import ( 4 "C" 5 ) 6 7 //export foo 8 func foo(CLine *C.char) string { 9 return C...
[ { "path": "src/cmd/cgo/main.go", "patch": "@@ -72,8 +72,8 @@ type File struct {\n \tExpFunc []*ExpFunc // exported functions for this file\n \tName map[string]*Name // map from Go name to Name\n \tNamePos map[*Name]token.Pos // map from Name to position of the first reference\n-\t...
2025-11-01T14:20:45
nodejs/node
214e4db60ef55f1a59c93336ab956371b0b058ed
6f83e5d5e49718c3a61e3b5c74385987dfa3a68d
test: deflake test-buffer-large-size-buffer-alloc Use the error message as another condition to skip the test when the buffer allocation fails. Refs: https://github.com/nodejs/node/commit/795dd8eb7988ae38553e Refs: https://github.com/nodejs/node/commit/e9c6004a2d580008082b PR-URL: https://github.com/nodejs/node/pull/...
[ { "path": "test/pummel/test-buffer-large-size-buffer-alloc.js", "patch": "@@ -7,12 +7,22 @@ common.skipIf32Bits();\n const assert = require('node:assert');\n const size = 2 ** 31;\n \n+let largeBuffer;\n+\n // Test Buffer.alloc with size larger than integer range\n try {\n- assert.throws(() => Buffer.alloc...
2025-06-18T20:26:25
vercel/next.js
5d7c41a47dd49a7ae73a35f28d578eec9f5c42aa
4a8eeab2fc61247132c95812a9ad2a7befc34979
[Cache Components] Ensure cache misses always cause a restart in dev (#86583) This PR works around a problem in the restart-on-cache-miss rendering flow where short-lived caches wouldn't be considered dynamic if they managed to fill microtaskily. The problem is that: 1. If a cache fills microtaskily, it won't regist...
[ { "path": "packages/next/src/server/use-cache/use-cache-wrapper.ts", "patch": "@@ -691,9 +691,23 @@ async function generateCacheEntryImpl(\n stream = prelude\n }\n break\n+ case 'request':\n+ // If we're filling caches for a staged render, make sure that\n+ // it takes at le...
2025-11-28T12:41:49
facebook/react
2ec26bc4323673d1f2035191d3aaf0a18b20d488
b836de613d66ff36574af95cb93ad15fd743d1f4
[compiler] Repro for mutable range edge case (#31479) See test fixtures
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/bug-aliased-capture-aliased-mutate.expect.md", "patch": "@@ -0,0 +1,107 @@\n+\n+## Input\n+\n+```javascript\n+// @flow @enableTransitivelyFreezeFunctionExpressions:false\n+import {arrayPush, setPropertyByKey, Stringify}...
2024-11-11T23:04:29
electron/electron
8543820d98bd0ace5173218f7e803106ca23d85c
93f4a93e123a4d7e19f11aadf9afab77d5a8e92d
build: fixup concurrent builds on protected branches (#45355)
[ { "path": ".github/workflows/pipeline-electron-build-and-test-and-nan.yml", "patch": "@@ -56,8 +56,8 @@ on:\n default: false\n \n concurrency:\n- group: electron-build-and-test-and-nan-${{ inputs.target-platform }}-${{ inputs.target-arch }}-${{ github.ref }}\n- cancel-in-progress: ${{ github.ref !...
2025-01-29T21:47:25
vercel/next.js
4a8eeab2fc61247132c95812a9ad2a7befc34979
19aee3ffc1bd2c20d6d14e817ea94d950d22a005
Add "@zenstackhq/runtime" to server-external-packages.json (#54829) ### What? [ZenStack](https://github.com/zenstackhq/zenstack) is a toolkit built above Prisma ORM for adding access control and other features. This change adds one of its packages "@zenstackhq/runtime" to the default list of "serverComponentsExternal...
[ { "path": "docs/01-app/03-api-reference/05-config/01-next-config-js/serverExternalPackages.mdx", "patch": "@@ -39,6 +39,7 @@ Next.js includes a [short list of popular packages](https://github.com/vercel/ne\n - `@statsig/statsig-node-core`\n - `@swc/core`\n - `@xenova/transformers`\n+- `@zenstackhq/runtime`\...
2025-11-28T11:37:43
nodejs/node
f2e99c5c16f64a304d26747abedf186f84fafab8
efebf461313db420243717f48aaa0b97d5279580
fs: avoid computing time coefficient constants in runtime PR-URL: https://github.com/nodejs/node/pull/58728 Fixes: https://github.com/nodejs/node/issues/58726 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Revi...
[ { "path": "lib/internal/fs/utils.js", "patch": "@@ -419,10 +419,10 @@ StatsBase.prototype.isSocket = function() {\n return this._checkModeProperty(S_IFSOCK);\n };\n \n-const kNsPerMsBigInt = 10n ** 6n;\n-const kNsPerSecBigInt = 10n ** 9n;\n-const kMsPerSec = 10 ** 3;\n-const kNsPerMs = 10 ** 6;\n+const kN...
2025-06-18T16:36:55
golang/go
aa94fdf0cc693b5846a936d5cd6f3bd358093245
4d2b03d2fc281a1883aceee3511f22d4865f8844
cmd/go: link to go.dev/doc/godebug for removed GODEBUG settings This makes the user experience better, before users would receive an unknown godebug error message, now we explicitly mention that it was removed and link to go.dev/doc/godebug where users can find more information about the removal. Additionally we keep...
[ { "path": "src/cmd/go/internal/modload/init.go", "patch": "@@ -2242,9 +2242,12 @@ func CheckGodebug(verb, k, v string) error {\n \t\t}\n \t\treturn nil\n \t}\n-\tfor _, info := range godebugs.All {\n-\t\tif k == info.Name {\n-\t\t\treturn nil\n+\tif godebugs.Lookup(k) != nil {\n+\t\treturn nil\n+\t}\n+\tfor...
2025-09-08T17:54:21
facebook/react
b836de613d66ff36574af95cb93ad15fd743d1f4
ed15d5007ca7ee4d61294c741ce3e858d3c1d461
Fix continuation bug (#31434) ## Overview In `scheduleTaskForRootDuringMicrotask` we clear `root.callbackNode` if the work loop is [suspended waiting on data](https://github.com/facebook/react/blob/ac3ca097aeecae8fe3ec7f9b286307a923676518/packages/react-reconciler/src/ReactFiberRootScheduler.js#L338). But we d...
[ { "path": "packages/react-reconciler/src/ReactFiberRootScheduler.js", "patch": "@@ -482,7 +482,7 @@ function performWorkOnRootViaSchedulerTask(\n // only safe to do because we know we're at the end of the browser task.\n // So although it's not an actual microtask, it might as well be.\n scheduleTaskF...
2024-11-11T22:25:37
facebook/react
6e29479bffc188719e797801a9bf7859256b2ea0
ff595de29af107255fd957ca809d3074c16bcf12
[devtools] allow non-coercible objects in formatConsoleArgumentsToSingleString (#31444) ## Summary We have been getting unhandled `TypeError: Cannot convert object to primitive value` errors in development that only occur when using devtools. I tracked it down to `console.error()` calls coming from Apollo Client...
[ { "path": "packages/react-devtools-shared/src/__tests__/utils-test.js", "patch": "@@ -155,6 +155,12 @@ describe('utils', () => {\n 'Symbol(abc) 123',\n );\n });\n+\n+ it('should gracefully handle objects with no prototype', () => {\n+ expect(\n+ formatConsoleArgumentsToSingl...
2024-11-10T19:24:15
nodejs/node
07220230d9effcb4822d7a55563a86af3764540c
ea5d37ecbebabd754201b2a0b4fe47d1e2ed07e1
repl: fix tab completion not working with computer string properties PR-URL: https://github.com/nodejs/node/pull/58709 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
[ { "path": "lib/repl.js", "patch": "@@ -1226,7 +1226,7 @@ const importRE = /\\bimport\\s*\\(\\s*['\"`](([\\w@./:-]+\\/)?(?:[\\w@./:-]*))(?![^'\"`])\n const requireRE = /\\brequire\\s*\\(\\s*['\"`](([\\w@./:-]+\\/)?(?:[\\w@./:-]*))(?![^'\"`])$/;\n const fsAutoCompleteRE = /fs(?:\\.promises)?\\.\\s*[a-z][a-zA-...
2025-06-17T00:39:15
vercel/next.js
3b8cd9225b5cc20b4cd80722c7ea12962a53c77e
13ae35110e0103605fb0a83c7eae747b22d1cf88
Fix error logging for `'use cache'` runtime errors in production (#86500) In production, when throwing an error in `'use cache'` at runtime, we are currently logging the obfuscated error that React is producing when crossing the cache-server boundary. This is not ideal for investigating production issues so we're also...
[ { "path": "packages/next/src/build/templates/app-page.ts", "patch": "@@ -606,11 +606,17 @@ export async function handler(\n },\n onAfterTaskError: () => {},\n \n- onInstrumentationRequestError: (error, _request, errorContext) =>\n+ onInstrumentationRequestError: (\n+ ...
2025-11-27T19:25:32
golang/go
85bec791a0941734520217d548f80714554e5f20
17b57078ab5388d830c28965717c3cc52bb845e1
cmd/go/testdata/script: loosen list_empty_importpath for freebsd We've been seeing the flakes where we get a 'no errors' output on freebsd in addition to windows and solaris. Also allow that case to avoid flakes. For #73976 Change-Id: I6a6a696445ec908b55520d8d75e7c1f867b9c092 Reviewed-on: https://go-review.googlesou...
[ { "path": "src/cmd/go/testdata/script/list_empty_importpath.txt", "patch": "@@ -1,12 +1,15 @@\n ! go list all\n ! stderr 'panic'\n-[!GOOS:windows] [!GOOS:solaris] stderr 'invalid import path'\n-# #73976: Allow 'no errors' on Windows and Solaris until issue\n+[!GOOS:windows] [!GOOS:solaris] [!GOOS:freebsd] [...
2025-10-28T15:18:02
electron/electron
93f4a93e123a4d7e19f11aadf9afab77d5a8e92d
ecd5d0a3a48d6cf94ee40173a58c756bbdc755ad
chore: bump node to v22.13.1 (main) (#45307) * chore: bump node in DEPS to v22.13.1 * chore: fixup GN build file * https://github.com/nodejs/node/pull/55529 * https://github.com/nodejs/node/pull/55798 * https://github.com/nodejs/node/pull/55530 * module: simplify --inspect-brk handling https://github.com...
[ { "path": "DEPS", "patch": "@@ -4,7 +4,7 @@ vars = {\n 'chromium_version':\n '134.0.6968.0',\n 'node_version':\n- 'v22.11.0',\n+ 'v22.13.1',\n 'nan_version':\n 'e14bdcd1f72d62bca1d541b66da43130384ec213',\n 'squirrel.mac_version':", "additions": 1, "deletions": 1, "language"...
2025-01-29T20:41:00
nodejs/node
ea5d37ecbebabd754201b2a0b4fe47d1e2ed07e1
908f9f1dc6e3241223b2c60e7671bac6cf17d5ad
util: inspect: do not crash on an Error stack pointing to itself PR-URL: https://github.com/nodejs/node/pull/58196 Reviewed-By: Jordan Harband <ljharb@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
[ { "path": "lib/internal/util/inspect.js", "patch": "@@ -1319,7 +1319,12 @@ function getStackString(ctx, error) {\n if (typeof error.stack === 'string') {\n return error.stack;\n }\n- return formatValue(ctx, error.stack);\n+ ctx.seen.push(error);\n+ ctx.indentationLvl += 4;\n+ const...
2025-06-16T23:36:47
vercel/next.js
e0008a9e7df9318604dcd5a47a5893c62c7bc9b2
77f60a6f582df6dea020dd65d6d59a15698ca667
fix(turbopack): Disable ES3 transforms from preset-env (#86532) Co-authored-by: Niklas Mischkulnig <4586894+mischnic@users.noreply.github.com>
[ { "path": "turbopack/crates/turbopack-ecmascript/src/transform/mod.rs", "patch": "@@ -8,7 +8,7 @@ use swc_core::{\n common::{Mark, SourceMap, comments::Comments},\n ecma::{\n ast::{ExprStmt, ModuleItem, Pass, Program, Stmt},\n- preset_env::{self, Targets},\n+ preset_env::{self,...
2025-11-27T13:37:37
golang/go
c5559344acf76c6ddbbb6f222354a2dd88e0abba
5132158ac2dee721790ad4b9f745bb6364406ea0
internal/profile: optimize Parse allocs In our case, it greatly improves the performance of continuously collecting diff profiles from the net/http/pprof endpoint, such as /debug/pprof/allocs?seconds=30. This CL is a cherry-pick of my PR upstream: https://github.com/google/pprof/pull/951 Benchmark of profile Parse f...
[ { "path": "src/internal/profile/proto.go", "patch": "@@ -24,6 +24,7 @@ package profile\n import (\n \t\"errors\"\n \t\"fmt\"\n+\t\"slices\"\n )\n \n type buffer struct {\n@@ -175,6 +176,16 @@ func le32(p []byte) uint32 {\n \treturn uint32(p[0]) | uint32(p[1])<<8 | uint32(p[2])<<16 | uint32(p[3])<<24\n }\n \...
2025-11-02T11:28:31
rust-lang/rust
675290a40d580f5063bad9ec24ed3a94da96339b
3b1b0ef4d80d3117924d91352c8b6ca528708b3c
Fix that `./x test --no-doc` actually keeps the same behaviour for backwards compatability
[ { "path": "src/bootstrap/src/core/config/flags.rs", "patch": "@@ -570,16 +570,21 @@ impl Subcommand {\n \n pub fn test_target(&self) -> TestTarget {\n match *self {\n- Subcommand::Test { all_targets, doc, tests, .. }\n- | Subcommand::Miri { all_targets, doc, tests, .. } => ...
2026-03-11T16:29:12
electron/electron
ecd5d0a3a48d6cf94ee40173a58c756bbdc755ad
8cf2e46c1f4b0b9bf74e5d41fc95e498612c091f
fix: crash in gin::wrappable::secondweakcallback (#45368)
[ { "path": "patches/chromium/.patches", "patch": "@@ -140,3 +140,4 @@ build_add_public_config_simdutf_config.patch\n revert_code_health_clean_up_stale_macwebcontentsocclusion.patch\n build_remove_vr_directx_helpers_dependency.patch\n ignore_parse_errors_for_pkey_appusermodel_toastactivatorclsid.patch\n+feat_...
2025-01-29T18:20:37
rust-lang/rust
06704919507893e4e26a3fc0adf5aefaf0356199
d1ee5e59a964a419b84b760812a35075034f4861
Don't add empty target features for target-cpu=native on macOS LLVM does not support host feature detection (only host cpu detection) on apple platforms. As such, the returned feature string will be empty. Adding this empty string to the target-features attribute results in a verifier error on LLVM 22. Fix this by no...
[ { "path": "compiler/rustc_codegen_llvm/src/llvm_util.rs", "patch": "@@ -702,7 +702,9 @@ pub(crate) fn global_llvm_features(sess: &Session, only_base_features: bool) ->\n \n features_string\n };\n- features.extend(features_string.split(',').map(String::from));\n+ ...
2026-03-12T08:52:53
vercel/next.js
d96cc5c5d4178910195a29b300cd8938494bf24d
47d309af34198c92053280ffe40e918ee258dfd0
docs: fix cache component doc grammar (#86563) <!-- 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/01-getting-started/06-cache-components.mdx", "patch": "@@ -374,7 +374,7 @@ export default async function Page() {\n }\n ```\n \n-All requests will be served a route containing same random numbers, timestamp, and UUID until the cache is revalidated.\n+All requests will be served a rout...
2025-11-27T09:33:34
nodejs/node
4d849a1d2892940267da594c23b1caaff98fad62
d6dade5bc5faf32c8efce69cbc385ca3383beef7
doc: add islandryu to collaborators Fixes: https://github.com/nodejs/node/issues/58559 PR-URL: https://github.com/nodejs/node/pull/58714 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@g...
[ { "path": "README.md", "patch": "@@ -355,6 +355,8 @@ For information about the governance of the Node.js project, see\n **Harshitha K P** <<harshitha014@gmail.com>> (she/her)\n * [himself65](https://github.com/himself65) -\n **Zeyu \"Alex\" Yang** <<himself65@outlook.com>> (he/him)\n+* [islandryu](https...
2025-06-16T09:27:03
electron/electron
ae56a03e339f76cfdab9c77932026b47686af6f6
4629e449a9f50a28333d623505b52e5b66bc8895
fix: crash parsing CLSID in `shell.readShortcutLink()` (#45195) * fix: crash parsing CLSID in shell.readShortcutLink * fix: ignore clsid if it could not be set
[ { "path": "patches/chromium/.patches", "patch": "@@ -139,3 +139,4 @@ build_disable_thin_lto_mac.patch\n build_add_public_config_simdutf_config.patch\n revert_code_health_clean_up_stale_macwebcontentsocclusion.patch\n build_remove_vr_directx_helpers_dependency.patch\n+ignore_parse_errors_for_pkey_appusermode...
2025-01-27T20:22:56
golang/go
5132158ac2dee721790ad4b9f745bb6364406ea0
361d51a6b58bccaab0559e06737c918018a7a5fa
bytes: add Buffer.Peek Fixes #73794 Change-Id: I0a57db05aacfa805213fe8278fc727e76eb8a65e GitHub-Last-Rev: 3494d93f803f21905dfd5a9d593644da69279f16 GitHub-Pull-Request: golang/go#73795 Reviewed-on: https://go-review.googlesource.com/c/go/+/674415 Reviewed-by: Sean Liao <sean@liao.dev> LUCI-TryBot-Result: Go LUCI <gola...
[ { "path": "api/next/73794.txt", "patch": "@@ -0,0 +1 @@\n+pkg bytes, method (*Buffer) Peek(int) ([]uint8, error) #73794", "additions": 1, "deletions": 0, "language": "Plain Text" }, { "path": "doc/next/6-stdlib/99-minor/bytes/73794.md", "patch": "@@ -0,0 +1,2 @@\n+The new [Buffer.Pee...
2025-10-31T20:11:04
vercel/next.js
dae80fb704c507e2af823c9235e4086037e2cf77
52ea3cbabc0fe8e6b8cc8bdcc10843586c49c013
Turbopack: Simplify the return type of `FileSystemPath::try_join` (#86523) This is probably left over from when more of `FileSystemPath` was using `turbo_task::function`s... We can't ever possibly return an error, so the wrapping `Result` isn't needed.
[ { "path": "turbopack/crates/turbo-tasks-fs/src/lib.rs", "patch": "@@ -1438,30 +1438,27 @@ impl FileSystemPath {\n ))\n }\n \n- /// Similar to [FileSystemPath::join], but returns an Option that will be\n- /// None when the joined path would leave the filesystem root.\n+ /// Similar to [F...
2025-11-26T21:35:33
nodejs/node
823ca6991f29e86db5adcbe1746a812021f17f67
0b3fc0d7a80021b7c4db171bcd9be6036fe8d8e7
fs: make `processReadResult()` and `readSyncRecursive()` private PR-URL: https://github.com/nodejs/node/pull/58672 Fixes: https://github.com/nodejs/node/issues/58671 Refs: https://github.com/nodejs/node/pull/41439 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Revie...
[ { "path": "lib/internal/fs/dir.js", "patch": "@@ -82,7 +82,7 @@ class Dir {\n );\n \n if (result !== null) {\n- this.processReadResult(path, result);\n+ this.#processReadResult(path, result);\n if (result.length > 0) {\n ArrayPrototypePush(this.#handlerQueue, hand...
2025-06-14T17:23:47
facebook/react
989af12f72080c17db03ead91d99b6394a215564
5c56b873efb300b4d1afc4ba6f16acf17e4e5800
Make prerendering always non-blocking with fix (#31452) We've previously failed to land this change due to some internal apps seeing infinite render loops due to external store state updates during render. It turns out that since the `renderWasConcurrent` var was moved into the do block, the sync render triggered f...
[ { "path": "packages/react-dom/src/__tests__/ReactDOMFiberAsync-test.js", "patch": "@@ -744,7 +744,7 @@ describe('ReactDOMFiberAsync', () => {\n // Because it suspended, it remains on the current path\n expect(div.textContent).toBe('/path/a');\n });\n- assertLog([]);\n+ assertLog(gate('...
2024-11-08T17:38:41
electron/electron
5c67cd9150bacb687f0ea651a943b98e8e36e64c
f66a0c2acff66fdf67e1ff98fd1980bed2d91563
docs: fix broken code in drag and drop example (#45332)
[ { "path": "docs/tutorial/native-file-drag-drop.md", "patch": "@@ -22,12 +22,9 @@ In `preload.js` use the [`contextBridge`][] to inject a method `window.electron.\n \n ```js\n const { contextBridge, ipcRenderer } = require('electron')\n-const path = require('node:path')\n \n contextBridge.exposeInMainWorld('...
2025-01-24T21:28:30