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 |
|---|---|---|---|---|---|
golang/go | 2e9bb62bfed92ef24a6744fbdc3cf24eb672cd56 | ed7815726db4a0eb904d7cae2532cde48348d7ff | encoding/json/v2: reject unquoted dash as a JSON field name
In this blog:
https://blog.trailofbits.com/2025/06/17/unexpected-security-footguns-in-gos-parsers/
the concern was raised that whenever "-" is combined with other options,
the "-" is intepreted as as a name, rather than an ignored field,
which may go contr... | [
{
"path": "src/encoding/json/decode_test.go",
"patch": "@@ -1189,6 +1189,27 @@ var unmarshalTests = []struct {\n \t\tout: []int{1, 2, 0, 4, 5},\n \t\terr: &UnmarshalTypeError{Value: \"bool\", Type: reflect.TypeFor[int](), Offset: 9},\n \t},\n+\n+\t{\n+\t\tCaseName: Name(\"DashComma\"),\n+\t\tin: ... | 2025-06-22T04:27:09 |
nodejs/node | ee46d2297c648dc6cc8cbc0327c453514b878294 | 7e60b5e15b4549712009fe10d080777b7852eb71 | Revert "path: fix bugs and inconsistencies"
This reverts commit efbba60e5b8aed95b2413ff4169632bf3605c963.
PR-URL: https://github.com/nodejs/node/pull/55414
Reviewed-By: Claudio Wunder <cwunder@gnome.org>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "lib/internal/modules/cjs/loader.js",
"patch": "@@ -700,7 +700,7 @@ Module._findPath = function(request, paths, isMain) {\n \n let exts;\n const trailingSlash = request.length > 0 &&\n- ((StringPrototypeCharCodeAt(request, request.length - 1) === CHAR_FORWARD_SLASH || (\n+ (StringPrototy... | 2024-10-21T07:10:47 |
electron/electron | 6803624576dc0086b83bdf50051a0dfd96f71401 | 4949c4c4e130e63b861adfc0093453c510579000 | fix: check for Node.js-created module when `contextIsolation` disabled (#40993) | [
{
"path": "patches/node/chore_expose_importmoduledynamically_and.patch",
"patch": "@@ -87,7 +87,7 @@ index 52c30dcb47d1faba0c2267e4381a624e450baa02..ba4c1a0d5a987e4d410b49f5c4716694\n \n MaybeLocal<Value> ModuleWrap::SyntheticModuleEvaluationStepsCallback(\n diff --git a/src/module_wrap.h b/src/module_wra... | 2024-01-16T13:29:00 |
facebook/react | ba51ebe03a3cf6ec86f940b09b8efc722c7ce905 | 9abea0cb7c454319c2e8c54ce46e9fe1c044209e | Bump tough-cookie from 4.1.2 to 4.1.4 in /compiler (#29065)
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from
4.1.2 to 4.1.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/salesforce/tough-cookie/releases">tough-cookie's
releases</a>.</em></p>
<bl... | [
{
"path": "compiler/yarn.lock",
"patch": "@@ -9390,20 +9390,10 @@ to-regex-range@^5.0.1:\n dependencies:\n is-number \"^7.0.0\"\n \n-tough-cookie@^4.0.0:\n- version \"4.1.2\"\n- resolved \"https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.2.tgz#e53e84b85f24e0b65dd526f46628db6c85f6b874\"\n... | 2024-05-20T11:03:29 |
golang/go | ed7815726db4a0eb904d7cae2532cde48348d7ff | f866958246556ec609b81d31376a39efe9d51a51 | encoding/json/v2: report error on time.Duration without explicit format
The default representation of a time.Duration is still undecided.
In order to keep the future open, report an error on a time.Duration
without an explicit format flag provided.
Updates #71631
Change-Id: I08248404ff6551723851417c8188a13f53c61937
... | [
{
"path": "src/encoding/json/v2/arshal_test.go",
"patch": "@@ -365,7 +365,7 @@ type (\n \t\tInterface any `json:\",omitzero,format:invalid\"`\n \t}\n \tstructDurationFormat struct {\n-\t\tD1 time.Duration\n+\t\tD1 time.Duration `json:\",format:units\"` // TODO(https://go.dev/issue/71631): Re... | 2025-06-17T19:34:22 |
nodejs/node | 7e60b5e15b4549712009fe10d080777b7852eb71 | 11fbdd8c9d7820f4812895bbaecad75bb80b2c55 | test: fix invalid `file:` URL in `test-fs-path-dir`
PR-URL: https://github.com/nodejs/node/pull/55454
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "test/sequential/test-fs-path-dir.js",
"patch": "@@ -5,7 +5,7 @@ const tmpdir = require('../common/tmpdir');\n const assert = require('assert');\n const path = require('path');\n const fs = require('fs');\n-const URL = require('url').URL;\n+const { pathToFileURL } = require('url');\n \n tmpdir.ref... | 2024-10-21T00:27:11 |
facebook/react | 9abea0cb7c454319c2e8c54ce46e9fe1c044209e | 8287cb92903fdfc983dcc8deecd8293402fc3bd4 | Bump rustix from 0.37.22 to 0.37.27 in /compiler (#29173)
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.22
to 0.37.27.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bytecodealliance/rustix/commit/b38dc512628b5db8d08c26449ee2beed7ed51dcc"><code>b38dc51</code></a>... | [
{
"path": "compiler/Cargo.lock",
"patch": "@@ -756,9 +756,9 @@ checksum = \"d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76\"\n \n [[package]]\n name = \"rustix\"\n-version = \"0.37.22\"\n+version = \"0.37.27\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum ... | 2024-05-20T11:02:35 |
golang/go | f77a0aa6b6d90742932f0bf29d2f94459597331a | 4506796a6ebee9799dd6272c0fb12c7b993631e2 | internal/trace: improve gc-stress test
The gc-stress test is useful for trying to exercise GC-related trace
events by producing a lot of them in many different situations.
Unfortunately this test is flaky, because allocating in a loop can
easily out-run the GC when it's trying to preempt the allocating
goroutine.
It'... | [
{
"path": "src/internal/trace/testdata/testprog/gc-stress.go",
"patch": "@@ -13,6 +13,7 @@ import (\n \t\"log\"\n \t\"os\"\n \t\"runtime\"\n+\t\"runtime/debug\"\n \t\"runtime/trace\"\n \t\"time\"\n )\n@@ -36,11 +37,25 @@ func makeTree(depth int) *node {\n \t}\n }\n \n+func initTree(n *node) {\n+\tif n == ni... | 2025-06-23T20:14:18 |
vercel/next.js | 90c0dcec0bfb00af298a5d179bba8b3125756632 | 1a5ef158f0905c599f84a5c12495307d13d8620f | Update middleware node version history with latest stable release (#83166)
<!-- 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 makin... | [
{
"path": "docs/01-app/03-api-reference/03-file-conventions/middleware.mdx",
"patch": "@@ -680,6 +680,7 @@ Learn how to [configure Middleware](/docs/app/guides/self-hosting#middleware) wh\n \n | Version | Changes |\n | -... | 2025-08-28T11:52:12 |
rust-lang/rust | 94f6e7efd37f1ab2f045e4f4685076696ad690fd | 0a6961d2e002bd7730c427c18c8e65e84a5991c0 | fix: filter non-value definitions in path transform | [
{
"path": "src/tools/rust-analyzer/crates/ide-db/src/path_transform.rs",
"patch": "@@ -558,6 +558,34 @@ impl Ctx<'_> {\n return None;\n }\n \n+ if matches!(\n+ def,\n+ hir::ModuleDef::Function(_)\n+ ... | 2026-02-19T04:16:52 |
electron/electron | 4949c4c4e130e63b861adfc0093453c510579000 | 61f619a5e66601f33ac698027d3581e933a46f39 | chore: fix building blink_tests target (#40982) | [
{
"path": "patches/chromium/fix_return_v8_value_from_localframe_requestexecutescript.patch",
"patch": "@@ -203,6 +203,18 @@ index fa65331f40b90d812b71a489fd560e9359152d2b..390714d631dc88ef92d59ef9618a5706\n base::TimeTicks start_time_;\n const mojom::blink::UserActivationOption user_activation_option_... | 2024-01-16T11:24:14 |
nodejs/node | 78b72ca7ba69eb61dcb9307a6c49c5f34fc00f65 | 61e52c8bd340efa16db48c8114e14c26ea912319 | cli: add `--heap-prof` flag available to `NODE_OPTIONS`
Fixes: https://github.com/nodejs/node/issues/54257
Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/54259
Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
Reviewed-By: Franziska Hinkelmann <franziska.hink... | [
{
"path": "doc/api/cli.md",
"patch": "@@ -3076,6 +3076,10 @@ one is included in the list below.\n * `--force-fips`\n * `--force-node-api-uncaught-exceptions-policy`\n * `--frozen-intrinsics`\n+* `--heap-prof-dir`\n+* `--heap-prof-interval`\n+* `--heap-prof-name`\n+* `--heap-prof`\n * `--heapsnapshot-near-he... | 2024-10-20T02:17:22 |
vercel/next.js | 91601608af4d1da55e4652e8304426d2882cece3 | ada23ff30cd3dfce2c1156f5b8d71447314985a2 | [metadata] refine metadata image error for webpack (#83139) | [
{
"path": "packages/next/src/build/webpack/loaders/next-metadata-image-loader.ts",
"patch": "@@ -126,14 +126,17 @@ async function nextMetadataImageLoader(\n }`\n }\n \n+ let imageError\n const imageSize: { width?: number; height?: number } = await getImageSize(\n content\n- ).catch((err) => er... | 2025-08-28T11:35:08 |
facebook/react | 8287cb92903fdfc983dcc8deecd8293402fc3bd4 | 68de7d0535bae14cb31cca4a9d4fa078a855c7e4 | Bump postcss from 8.4.24 to 8.4.31 in /compiler (#29063)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to
8.4.31.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/postcss/releases">postcss's
releases</a>.</em></p>
<blockquote>
<h2>8.4.31</h2>
... | [
{
"path": "compiler/apps/playground/package.json",
"patch": "@@ -48,7 +48,7 @@\n \"eslint\": \"^8.28.0\",\n \"eslint-config-next\": \"^13.5.6\",\n \"monaco-editor-webpack-plugin\": \"^7.1.0\",\n- \"postcss\": \"^8.4.19\",\n+ \"postcss\": \"^8.4.31\",\n \"tailwindcss\": \"^3.2.4\"\n }... | 2024-05-20T10:47:51 |
electron/electron | b3e01220cb8511790d45ec3759faae1289ad197d | 80b220d2140ad46e276176b72c5afd44fe27b0c9 | refactor: fix deprecated base::Base64Encode() API calls (#40962)
* refactor: replace deprecated Base64Encode() usage in IWC::NetworkResourceLoader::OnDataReceived()
* refactor: replace deprecated Base64Encode() usage EncodeToken(const base::UnguessableToken& token) | [
{
"path": "shell/browser/serial/serial_chooser_context.cc",
"patch": "@@ -38,11 +38,8 @@ const char kUsbDriverKey[] = \"usb_driver\";\n std::string EncodeToken(const base::UnguessableToken& token) {\n const uint64_t data[2] = {token.GetHighForSerialization(),\n token.GetLowForS... | 2024-01-15T10:01:35 |
rust-lang/rust | 5bb10ae244facd131840cc66ca4e961a62eaef7c | c8cf1711c8ec329d9c3fed818ebee1fa58a3ac5d | Fix some TryEnum reference assists
- Fix `convert_to_guarded_return`
- Fix `replace_let_with_if_let`
- Fix `replace_if_let_with_match` | [
{
"path": "src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_to_guarded_return.rs",
"patch": "@@ -934,6 +934,32 @@ fn foo() -> Option<i32> {\n None\n }\n \n+fn main() {\n+ let Some(x) = foo() else { return };\n+}\n+\"#,\n+ );\n+ }\n+\n+ #[test]\n+ fn convert_let_ref_stmt... | 2026-01-02T11:00:55 |
golang/go | 456a90aa1618a6c3aa49ecba46969128e2bfa26f | 1cf6386b5ee1ba7d367b6456c2c6888ab68c3ec8 | runtime: add missing unlock in sysReserveAlignedSbrk
sysReserveAlignedSbrk locks memlock at entry, but it is not
unlocked at one of the return path. Add the missing unlock.
Fixes #74339.
Change-Id: Ib641bc348aca41494ec410e2c4eb9857f3362484
Reviewed-on: https://go-review.googlesource.com/c/go/+/683295
LUCI-TryBot-Res... | [
{
"path": "src/runtime/mem_sbrk.go",
"patch": "@@ -231,6 +231,7 @@ func sysReserveAlignedSbrk(size, align uintptr) (unsafe.Pointer, uintptr) {\n \t\t\tmemFree(unsafe.Pointer(end), endLen)\n \t\t}\n \t\tmemCheck()\n+\t\tunlock(&memlock)\n \t\treturn unsafe.Pointer(pAligned), size\n \t}\n ",
"additions": ... | 2025-06-22T19:01:27 |
nodejs/node | 61e52c8bd340efa16db48c8114e14c26ea912319 | 7d0a490d1b60bc5c111bf93d96f4a6ac46f3651a | src,lib: introduce `util.getSystemErrorMessage(err)`
This patch adds a new utility function which provides human-readable
string description of the given system error code.
Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/54075
Reviewed-By: James M Snell <jasnell@... | [
{
"path": "doc/api/util.md",
"patch": "@@ -463,6 +463,26 @@ fs.access('file/that/does/not/exist', (err) => {\n });\n ```\n \n+## `util.getSystemErrorMessage(err)`\n+\n+<!-- YAML\n+added: REPLACEME\n+-->\n+\n+* `err` {number}\n+* Returns: {string}\n+\n+Returns the string message for a numeric error code that... | 2024-10-19T23:15:16 |
electron/electron | 80b220d2140ad46e276176b72c5afd44fe27b0c9 | 57b29903e30a7bdb32776e248d25750b0953777a | refactor: use base::NoDestructor instead of base::LazyInstance (#40947)
* refactor: use NoDestructor for g_io_thread_application_locale
* refactor: use NoDestructor for ExtensionActionAPI::GetFactoryInstance()
* refactor: use NoDestructor for ElectronExtensionsClient::GetPermissionMessageProvider()
* refactor... | [
{
"path": "patches/chromium/feat_add_support_for_overriding_the_base_spellchecker_download_url.patch",
"patch": "@@ -9,15 +9,22 @@ production use cases. This is unlikely to be upstreamed as the change\n is entirely in //chrome.\n \n diff --git a/chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc... | 2024-01-12T13:50:29 |
rust-lang/rust | 08a7b9a734c9a1d7b4bc33a4199726308c8b551d | 802ee0156a35e4e334eb32bec9a8f9ea16995494 | Remove fixme | [
{
"path": "src/tools/rust-analyzer/crates/ide-assists/src/handlers/toggle_macro_delimiter.rs",
"patch": "@@ -415,7 +415,6 @@ prt!{(3 + 5)}\n )\n }\n \n- // FIXME @alibektas : Inner macro_call is not seen as such. So this doesn't work.\n #[test]\n fn test_nested_macros() {\n ch... | 2026-02-19T01:53:25 |
golang/go | 49cdf0c42e320dfed044baa551610f081eafb781 | 3bf1eecbd30f48851c35f608aa265c978b2cf301 | testing, testing/synctest: handle T.Helper in synctest bubbles
Fixes #74199
Change-Id: I6a15fbd59a3a3f8c496440f56d09d695e1504e4e
Reviewed-on: https://go-review.googlesource.com/c/go/+/682576
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Alan Donovan <adonovan@g... | [
{
"path": "src/testing/synctest/helper_test.go",
"patch": "@@ -0,0 +1,15 @@\n+// Copyright 2025 The Go Authors. All rights reserved.\n+// Use of this source code is governed by a BSD-style\n+// license that can be found in the LICENSE file.\n+\n+package synctest_test\n+\n+import \"testing\"\n+\n+// helperLo... | 2025-06-20T13:44:09 |
facebook/react | 68de7d0535bae14cb31cca4a9d4fa078a855c7e4 | cca15a2139f733f8402fe940805179d3da65b30b | [compiler:chore] fix SSA pdf reference link (#29162)
## Summary
This PR fixes the deadlink in the SSA comment. Previously the attached
link is down now.
## How did you test this change?
1. I can confirm the PDF in the new link is the same as the old now.
Reference: https://www.recompiled.dev/blog/ssa/
2. I... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/SSA/EliminateRedundantPhi.ts",
"patch": "@@ -21,7 +21,7 @@ import {\n * In both these cases, the phi is eliminated and all usages of the phi identifier\n * are replaced with the other operand (ie in both cases above, all usages of `x2` are repla... | 2024-05-20T10:10:10 |
vercel/next.js | 678f1052d3653c0a897cb943f95c3c4d26ec6f19 | 5146e4c5024ef3a0b677bd9f48bbf64d9fd5e455 | [Cache Components] Don't propagate tags/life for omitted caches (#82884)
Caches with staleness/expiration below certain thresholds are not
included in static prerenders and are treated as dynamic. However, the
logic for propagating life/tags did not factor this in, meaning that a
prerender could get `cacheLife("second... | [
{
"path": "packages/next/src/export/routes/app-page.ts",
"patch": "@@ -244,7 +244,10 @@ export async function exportAppPage(\n cacheControl,\n fetchMetrics,\n renderResumeDataCache: renderResumeDataCache\n- ? await stringifyResumeDataCache(renderResumeDataCache)\n+ ? await st... | 2025-08-28T10:23:17 |
electron/electron | 57b29903e30a7bdb32776e248d25750b0953777a | bbfe809d02a09b924b0c3059dd7d378ae5280419 | build: log got error response bodies (#40965) | [
{
"path": "script/prepare-appveyor.js",
"patch": "@@ -70,7 +70,14 @@ async function checkAppVeyorImage (options) {\n const { cloudSettings } = settings;\n return cloudSettings.images.find(image => image.name === `${options.imageVersion}`) || null;\n } catch (err) {\n- console.log('Could not cal... | 2024-01-12T13:37:39 |
nodejs/node | 7ae193d19f15a92578a7e7cc088e320a65788df0 | 56e5bd8d2acd3698547b9d18d16620ed4e11a99f | url: handle "unsafe" characters properly in `pathToFileURL`
Co-authored-by: EarlyRiser42 <tkfydtls464@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/54545
Fixes: https://github.com/nodejs/node/issues/54515
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Rev... | [
{
"path": "lib/internal/process/execution.js",
"patch": "@@ -49,7 +49,7 @@ function tryGetCwd() {\n \n let evalIndex = 0;\n function getEvalModuleUrl() {\n- return pathToFileURL(`${process.cwd()}/[eval${++evalIndex}]`).href;\n+ return `${pathToFileURL(process.cwd())}/[eval${++evalIndex}]`;\n }\n \n /**",
... | 2024-10-18T07:20:43 |
golang/go | 4150372a5d2c3b70591efe1ce208f0a92747f1dc | 1b87d52549677a1ab3dfc05bb00eb568d81f6a5c | [dev.simd] cmd/compile: don't treat devel compiler as a released compiler
The compiler has a logic to print different messages on internal
compiler error depending on whether this is a released version of
Go. It hides the panic stack trace if it is a released version. It
does this by checking the version and see if it... | [
{
"path": "src/cmd/compile/internal/base/print.go",
"patch": "@@ -220,7 +220,7 @@ func FatalfAt(pos src.XPos, format string, args ...interface{}) {\n \t\tfmt.Printf(\"\\n\")\n \n \t\t// If this is a released compiler version, ask for a bug report.\n-\t\tif Debug.Panic == 0 && strings.HasPrefix(buildcfg.Vers... | 2025-06-20T16:02:18 |
facebook/react | cca15a2139f733f8402fe940805179d3da65b30b | 85923690e96ed5c03a419550d5db9c035e864f2d | compiler: fix accidental propagation of function effects from StartMemoize/FinishMemoize
By default, React Compiler will skip compilation if it cannot preserve existing memoization. Ie, if the code has an existing `useMemo()` or `useCallback()` and the compiler cannot determine that it is safe to keep that memoization... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/Inference/InferReferenceEffects.ts",
"patch": "@@ -1611,14 +1611,14 @@ function inferBlock(\n val,\n Effect.Freeze,\n ValueReason.Other,\n- functionEffects\n+ []\n );\... | 2024-05-17T22:25:20 |
vercel/next.js | 69af581db3095c9ef5636e6296395b303fbf1fdf | 4914f32baeb8c6f991a2baf1dcd59bf5957e0e2e | Remove pages export as it is unused (#82990)
## What?
As far as I can tell there's no usage of this variable. No TS errors and
all tests pass. | [
{
"path": "crates/next-core/src/app_page_loader_tree.rs",
"patch": "@@ -27,7 +27,6 @@ use crate::{\n pub struct AppPageLoaderTreeBuilder {\n base: BaseLoaderTreeBuilder,\n loader_tree_code: String,\n- pages: Vec<FileSystemPath>,\n /// next.config.js' basePath option to construct og metadata.\... | 2025-08-28T08:17:56 |
rust-lang/rust | baa74a85ee2e901f28576cd81429d18da99875df | c4a69d4712effc7f51c05ce01a882e69f178784a | Remove `DepKind` name plumbing.
There is a bunch of plumbing to record the string `"foo"` for each
variant `DepKind::foo`. But that's what the `Debug `impl` now produces.
So this commit removes the plumbing. | [
{
"path": "compiler/rustc_middle/src/dep_graph/dep_node.rs",
"patch": "@@ -83,10 +83,6 @@ impl DepKind {\n *self as usize\n }\n \n- pub(crate) fn name(self) -> &'static str {\n- DEP_KIND_NAMES[self.as_usize()]\n- }\n-\n /// This is the highest value a `DepKind` can have. It's us... | 2026-02-17T01:55:14 |
facebook/react | 85923690e96ed5c03a419550d5db9c035e864f2d | f74c5ccf9469d3389ce3a1ee3b54988049e235f7 | compiler: Improve ValidateNoRefAccessInRender to ignore access in effects
Improves ValidateNoRefAccessInRender (still disabled by default) to properly ignore ref access within effects. This includes allowing ref access within functions that are only transitively called from an effect.
While I was here I also added so... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/Validation/ValidateNoRefAccesInRender.ts",
"patch": "@@ -19,6 +19,7 @@ import {\n eachTerminalOperand,\n } from \"../HIR/visitors\";\n import { Err, Ok, Result } from \"../Utils/Result\";\n+import { isEffectHook } from \"./ValidateMemoizedEffect... | 2024-05-17T21:35:47 |
electron/electron | 8b9eb518a9cfaa78b08ac77114c1d3e2c6ea2cd4 | d5d162b62237705e804831f49e738c987d99b2f9 | build: fix windows remote exec of python actions (#40958) | [
{
"path": "patches/reclient-configs/fix_add_python_remote_wrapper.patch",
"patch": "@@ -109,7 +109,7 @@ index 0000000000000000000000000000000000000000..54817e4f6f9e3cb2f1e7ea1317fa8fef\n +# Launch\n +\"$1\" \"${@:2}\"\n diff --git a/python/rewrapper_linux.cfg b/python/rewrapper_linux.cfg\n-index 951bc66afd2... | 2024-01-11T15:17:35 |
golang/go | 3bf1eecbd30f48851c35f608aa265c978b2cf301 | 8ed23a2936dc5f3cf070c52043dcc0e92563e62b | runtime: fix struct comment
Change-Id: I0c33830b13c8a187ac82504c7653abb8f8cf7530
Reviewed-on: https://go-review.googlesource.com/c/go/+/681655
Reviewed-by: Sean Liao <sean@liao.dev>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang... | [
{
"path": "src/runtime/mheap.go",
"patch": "@@ -312,8 +312,10 @@ type heapArena struct {\n \t// during marking.\n \tpageSpecials [pagesPerArena / 8]uint8\n \n-\t// pageUseSpanDartboard is a bitmap that indicates which spans are\n-\t// heap spans and also gcUsesSpanDartboard.\n+\t// pageUseSpanInlineMarkBits... | 2025-06-14T11:37:47 |
nodejs/node | 4d6d7d644be4f10f90e5c9c66563736112fffbff | d458b933ed67d20670906b8796f7dda0198e4541 | assert: make assertion_error use Myers diff algorithm
Fixes: https://github.com/nodejs/node/issues/51733
Co-Authored-By: Pietro Marchini <pietro.marchini94@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/54862
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Matteo Collina <matteo.collina@gma... | [
{
"path": "lib/internal/assert/assertion_error.js",
"patch": "@@ -3,29 +3,23 @@\n const {\n ArrayPrototypeJoin,\n ArrayPrototypePop,\n+ ArrayPrototypeSlice,\n Error,\n ErrorCaptureStackTrace,\n- MathMax,\n ObjectAssign,\n ObjectDefineProperty,\n ObjectGetPrototypeOf,\n String,\n- StringPr... | 2024-10-17T16:02:54 |
vercel/next.js | 4914f32baeb8c6f991a2baf1dcd59bf5957e0e2e | 070ae8a76562dd0ff85e33012ef3b4090a598b14 | Turbopack: persist when stopping (after build) (#83014)
### What?
Fixes persistent caching with next build.
Need to investigate how this regression passes the test cases... | [
{
"path": "turbopack/crates/turbo-tasks-backend/src/backend/mod.rs",
"patch": "@@ -1231,6 +1231,9 @@ impl<B: BackingStorage> TurboTasksBackendInner<B> {\n self.is_idle.store(false, Ordering::Release);\n self.verify_aggregation_graph(turbo_tasks, false);\n }\n+ if self.... | 2025-08-28T08:07:23 |
facebook/react | 1052a5f2dd1c7e73b74661e70283fc825012ef67 | 38d961f8ff94f1290953e07e255ef82f00e7b509 | [compiler:publish] Don't check branch in debug mode
ghstack-source-id: 465f5a358096c55310ebf5a0beef581646ab553e
Pull Request resolved: https://github.com/facebook/react/pull/29153 | [
{
"path": "compiler/scripts/release/publish-manual.js",
"patch": "@@ -70,13 +70,6 @@ async function getDateStringForCommit(commit) {\n * the command only report what it would have done, instead of actually publishing to npm.\n */\n async function main() {\n- const currBranchName = await execHelper(\"git ... | 2024-05-17T21:55:47 |
rust-lang/rust | c4a69d4712effc7f51c05ce01a882e69f178784a | 90b994b8832e913f08930dfc5f40b001856595ca | Bring back `enum DepKind`.
It was removed in #115920 to enable it being moved to
`rustc_query_system`, a move that has recently been reversed. It's much
simpler as an enum.
Also:
- Remove the overly complicated `Debug` impl for `DepKind`.
- Remove the trivial `DepKind` associated constants (`NULL` et al.)
- Add an as... | [
{
"path": "compiler/rustc_incremental/src/assert_dep_graph.rs",
"patch": "@@ -44,9 +44,7 @@ use rustc_hir::attrs::AttributeKind;\n use rustc_hir::def_id::{CRATE_DEF_ID, DefId, LocalDefId};\n use rustc_hir::intravisit::{self, Visitor};\n use rustc_middle::bug;\n-use rustc_middle::dep_graph::{\n- DepGraphQ... | 2026-02-17T00:36:48 |
vercel/next.js | 28802386cac905047600f36b6cca9565c1a7f288 | 970a0554bfb6cecd9ec2af61257c1acc7193f80e | fix: validation return types of pages API routes (#83069)
## For Contributors
### Fixing a bug
- Updates the (previously incorrect) API route handler type definition
in the validator
- Changes the return type from `Promise<Response | void> | Response |
void` to `unknown | Promise<unknown>`
- Updates the test route e... | [
{
"path": "packages/next/src/server/lib/router-utils/typegen.ts",
"patch": "@@ -565,7 +565,7 @@ export function generateValidatorFile(\n \n if (pagesApiRouteValidations) {\n typeDefinitions += `type ApiRouteConfig = {\n- default: (req: any, res: any) => Promise<Response | void> | Response | void\n+ ... | 2025-08-27T23:02:40 |
nodejs/node | d458b933ed67d20670906b8796f7dda0198e4541 | cf7406927fa29bb24bd321feb694308352bb8e49 | meta: change color to blue notify review-wanted
The current colour seems something went wrong when in fact
it's just someone asking for a review.
PR-URL: https://github.com/nodejs/node/pull/55423
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com> | [
{
"path": ".github/workflows/notify-on-review-wanted.yml",
"patch": "@@ -32,7 +32,7 @@ jobs:\n - name: Slack Notification\n uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 # 2.3.0\n env:\n- SLACK_COLOR: '#DE512A'\n+ SLACK_COLOR: '#3d85c6'\n ... | 2024-10-17T15:45:46 |
golang/go | 8ed23a2936dc5f3cf070c52043dcc0e92563e62b | ef60769b46c5ef796876c6b4407562646fb27d15 | crypto/cipher: fix link to crypto/aes
Fixes #74309
Change-Id: I4d97514355d825124a8d879c2590b45b039f5fd1
Reviewed-on: https://go-review.googlesource.com/c/go/+/682596
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>... | [
{
"path": "src/crypto/cipher/gcm.go",
"patch": "@@ -82,7 +82,7 @@ func newGCM(cipher Block, nonceSize, tagSize int) (AEAD, error) {\n \n // NewGCMWithRandomNonce returns the given cipher wrapped in Galois Counter\n // Mode, with randomly-generated nonces. The cipher must have been created by\n-// [aes.NewCi... | 2025-06-20T11:04:22 |
electron/electron | d5d162b62237705e804831f49e738c987d99b2f9 | b39ebb8625b714d1369552d865643c98c624b9f8 | fix: InAppPurchase pre-emptive deallocation (#40938)
* fix: InAppPurchase pre-emptive deallocation
* test: try re-enabling IAP tests | [
{
"path": "shell/browser/mac/in_app_purchase.mm",
"patch": "@@ -26,6 +26,7 @@ @interface InAppPurchase : NSObject <SKProductsRequestDelegate> {\n in_app_purchase::InAppPurchaseCallback callback_;\n NSInteger quantity_;\n NSString* username_;\n+ InAppPurchase __strong* self_;\n }\n \n - (id)initWithCa... | 2024-01-11T12:32:29 |
facebook/react | 1d6eebfb7ff44b24627ef404112bb151f683efe7 | 640017231599b42b4c2436395e11c72fefe9015d | [Compiler][script] Dedupe error report counts before reporting in healthcheck (#29085)
Certain compiler passes currently may collect a few error events before
reporting (see
https://github.com/facebook/react/blob/main/compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Program.ts#L101-L107) | [
{
"path": "compiler/packages/react-compiler-healthcheck/src/checks/reactCompiler.ts",
"patch": "@@ -13,15 +13,18 @@ import BabelPluginReactCompiler, {\n type CompilerErrorDetailOptions,\n type PluginOptions,\n } from \"babel-plugin-react-compiler/src\";\n-import { LoggerEvent } from \"babel-plugin-react... | 2024-05-17T18:58:15 |
rust-lang/rust | 90b994b8832e913f08930dfc5f40b001856595ca | 1d410c58312119c1418346bec21ef5fe8e96d77e | Rename query `dep_kind`.
The next commit will bring back `enum DepKind` and there would be a
variant `DepKind::dep_kind`. This makes it impossible to have a variable
named `dep_kind`, because the `bindings_with_variant_name` lint is
overzealous. For this code:
```
let dep_kind = DepKind::dep_kind;
```
the lint will gi... | [
{
"path": "compiler/rustc_codegen_ssa/src/base.rs",
"patch": "@@ -911,7 +911,7 @@ impl CrateInfo {\n .rev()\n .copied()\n .filter(|&cnum| {\n- let link = !tcx.dep_kind(cnum).macros_only();\n+ let link = !tcx.crate_dep_kind(cnum).macros_only()... | 2026-02-17T00:37:01 |
nodejs/node | 123982d11dee50a471f73a64462720eb36b75595 | 70fcb87af4c41be4f480b213d8b3edfc49629c9f | dns: honor the order option
Fixes: https://github.com/nodejs/node/issues/55391
PR-URL: https://github.com/nodejs/node/pull/55392
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Tim Perry <pimterry@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
R... | [
{
"path": "lib/dns.js",
"patch": "@@ -193,7 +193,7 @@ function lookup(hostname, options, callback) {\n }\n if (options?.order != null) {\n validateOneOf(options.order, 'options.order', ['ipv4first', 'ipv6first', 'verbatim']);\n- dnsOrder = options.dnsOrder;\n+ dnsOrder = options.orde... | 2024-10-17T13:18:28 |
vercel/next.js | 2b5c714b577031840b1ecec6ea59c4ab591a169b | a4fe3db9337aa46615330a919b3268472d34cdff | fix: use ESM import instead of triple-slash reference for routes.d.ts (#82867)
## What?
Replace `/// <reference path="./.next/types/routes.d.ts" />` with
`import type {} from './.next/types/routes.d.ts'` in generated
`next-env.d.ts` files.
## Why?
The current implementation uses triple-slash reference directives wh... | [
{
"path": "packages/create-next-app/templates/app-api/ts/next-env.d.ts",
"patch": "@@ -1,6 +1,6 @@\n /// <reference types=\"next\" />\n /// <reference types=\"next/image-types/global\" />\n-/// <reference path=\"./.next/types/routes.d.ts\" />\n+import \"./.next/types/routes.d.ts\";\n \n // NOTE: This file s... | 2025-08-27T21:57:43 |
golang/go | 8552bcf7c261cd150d0074c4ec7e2412b20af0a5 | 4c7567290ced9c4dc629f2386f2eebfebba95ce6 | cmd/go/internal/fips140: ignore GOEXPERIMENT on error
During toolchain selection, the GOEXPERIMENT value may not be valid for
the current version (but it is valid for the selected version). In this
case, cfg.ExperimentErr is set and cfg.Experiment is nil.
Normally cmd/go main exits when ExperimentErr is set, so Exper... | [
{
"path": "src/cmd/go/internal/fips140/fips140.go",
"patch": "@@ -114,7 +114,11 @@ func Init() {\n \t\tfsys.Bind(Dir(), filepath.Join(cfg.GOROOT, \"src/crypto/internal/fips140\"))\n \t}\n \n-\tif cfg.Experiment.BoringCrypto && Enabled() {\n+\t// ExperimentErr != nil if GOEXPERIMENT failed to parse. Typicall... | 2025-06-11T20:46:21 |
electron/electron | 2e4e6f10de3b0814916f61c3cca44dc578652649 | f36ceae0242f3b54cfe7e7712219f410b7beff81 | chore: bump chromium to 122.0.6236.2 (main) (#40871)
* chore: bump chromium in DEPS to 122.0.6223.0
* 5129828: Removes special cases for selenium-atoms dependencies.
https://chromium-review.googlesource.com/c/chromium/src/+/5129828
* chore: fixup patch indices
* 5139789: Deduplicate BrowserContext's Resour... | [
{
"path": "DEPS",
"patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '122.0.6194.0',\n+ '122.0.6236.2',\n 'node_version':\n 'v20.10.0',\n 'nan_version':",
"additions": 1,
"deletions": 1,
"language": "Unknown"
},
{
"path": "docs/b... | 2024-01-11T06:33:40 |
rust-lang/rust | 1d410c58312119c1418346bec21ef5fe8e96d77e | c043085801b7a884054add21a94882216df5971c | Fix a typo. | [
{
"path": "compiler/rustc_incremental/src/persist/clean.rs",
"patch": "@@ -9,7 +9,7 @@\n //! - `#[rustc_clean(cfg=\"rev2\")]` same as above, except that the\n //! fingerprints must be the SAME (along with all other fingerprints).\n //!\n-//! - `#[rustc_clean(cfg=\"rev2\", loaded_from_disk='typeck\")]` ass... | 2026-02-17T01:14:37 |
vercel/next.js | a4fe3db9337aa46615330a919b3268472d34cdff | 70e5f225721125f2f45615dabc10102345ccc5f3 | fix: relative paths in dev in validator.ts (#83073)
Fixes #83063
- **Problem**: `next dev` produced overly deep relative imports in
`validator.ts` that differed from `next typegen`/`next build`.
- **Cause**: Dev pre-relativized page file paths and didn’t pass
`validatorFilePath`, causing incorrect relative path comp... | [
{
"path": "packages/next/src/server/lib/router-utils/setup-dev-bundler.ts",
"patch": "@@ -576,10 +576,7 @@ async function startWatcher(\n ''\n )\n ),\n- filePath: path.relative(\n- path.dirname(validatorFilePath),\n- ... | 2025-08-27T21:02:56 |
nodejs/node | 70fcb87af4c41be4f480b213d8b3edfc49629c9f | 5e5af2947f3ddbdde208a19e8a0d16ebdd123d2c | build: fix path concatenation
- The `Path` class does not support concatenation with the `+`
operator, so use the `/` operator instead.
- When concatenating paths, if the operand is an absolute path the
previous path is ignored, so change `/include` to `include`.
PR-URL: https://github.com/nodejs/node/pull/55387
Revi... | [
{
"path": "configure.py",
"patch": "@@ -1356,7 +1356,7 @@ def configure_zos(o):\n o['variables']['node_static_zoslib'] = b(True)\n if options.static_zoslib_gyp:\n # Apply to all Node.js components for now\n- o['variables']['zoslib_include_dir'] = Path(options.static_zoslib_gyp).parent + '/include... | 2024-10-17T13:05:02 |
golang/go | 4c7567290ced9c4dc629f2386f2eebfebba95ce6 | c6ac7362888c25dd1251adaa11e1503cf78ec26d | runtime: set mspan limit field early and eagerly
Currently the mspan limit field is set after allocSpan returns, *after*
the span has already been published to the GC (including the
conservative scanner). But the limit field is load-bearing, because it's
checked to filter out invalid pointers. A stale limit value coul... | [
{
"path": "src/runtime/arena.go",
"patch": "@@ -1052,10 +1052,18 @@ func (h *mheap) allocUserArenaChunk() *mspan {\n \th.initSpan(s, spanAllocHeap, spc, base, userArenaChunkPages)\n \ts.isUserArenaChunk = true\n \ts.elemsize -= userArenaChunkReserveBytes()\n-\ts.limit = s.base() + s.elemsize\n \ts.freeindex... | 2025-06-18T17:42:16 |
electron/electron | f36ceae0242f3b54cfe7e7712219f410b7beff81 | 892c9d78a394f256b361d019abd50d3f8c7a2366 | chore: migrate base::StringPiece to std::string_view (#40915)
* chore: migrate from base::StringPiece to std::string_view in keyboard_util.cc
* chore: migrate from base::StringPiece to std::string_view in error_thrower.cc
* chore: migrate from base::StringPiece to std::string_view in electron_api_web_contents.cc... | [
{
"path": "shell/app/electron_content_client.cc",
"patch": "@@ -5,6 +5,7 @@\n #include \"shell/app/electron_content_client.h\"\n \n #include <string>\n+#include <string_view>\n #include <utility>\n #include <vector>\n \n@@ -106,12 +107,12 @@ bool IsWidevineAvailable(\n }\n #endif // BUILDFLAG(ENABLE_WIDEVI... | 2024-01-11T01:00:37 |
vercel/next.js | f64dc1c382468ee5bc4854d988a00d81f6d4595c | 8657188505ada96024068b44c6caa5ebd89f3867 | fix global not found canont static shell with sync io (#83111) | [
{
"path": "crates/next-core/src/app_structure.rs",
"patch": "@@ -1462,16 +1462,13 @@ async fn directory_tree_to_entrypoints_internal_untraced(\n parallel_routes: FxIndexMap::default(),\n modules: if use_global_not_found {\n ... | 2025-08-27T20:04:21 |
facebook/react | ecddf3cb077d6d1b542b3d0cd8f87d30fb2030be | be6712f72ccfe3e3b9388e169f6f9e261d78637b | Add issue template for React Compiler
Adds a GitHub issue template form so we can automatically categorize
issues and get more information upfront. I mostly referenced the
DevTools bug report template and made some tweaks.
ghstack-source-id: 5bfc728a625f367932fc21263e82681079d3ac65
Pull Request resolved: https://gith... | [
{
"path": ".github/ISSUE_TEMPLATE/compiler_bug_report.yml",
"patch": "@@ -0,0 +1,57 @@\n+name: \"⚛️ ✨ Compiler bug report\"\n+description: \"Report a problem with React Compiler. Please provide enough information that we can reproduce the problem.\"\n+title: \"[Compiler Bug]: \"\n+labels: [\"Component: Opti... | 2024-05-17T17:29:29 |
golang/go | c6ac7362888c25dd1251adaa11e1503cf78ec26d | 53af292aed21c3f6ea75d16e5b25f660b2c028fb | runtime: prevent mutual deadlock between GC stopTheWorld and suspendG
Almost everywhere we stop the world we casGToWaitingForGC to prevent
mutual deadlock with the GC trying to scan our stack. This historically
was only necessary if we weren't stopping the world to change the GC
phase, because what we were worried abo... | [
{
"path": "src/runtime/mgc.go",
"patch": "@@ -1048,7 +1048,7 @@ func gcMarkTermination(stw worldStop) {\n \t// N.B. The execution tracer is not aware of this status\n \t// transition and handles it specially based on the\n \t// wait reason.\n-\tcasGToWaitingForGC(curgp, _Grunning, waitReasonGarbageCollectio... | 2025-06-14T02:45:08 |
electron/electron | c2c64d27fd2e96064b648128967d25436fb04de1 | d5c658545ac8580cf5e64790a506f615adf5cd18 | ci: fix missing inputs for release project board automation (#40726) | [
{
"path": ".github/workflows/branch-created.yml",
"patch": "@@ -116,8 +116,10 @@ jobs:\n id: find-prev-release-board\n with:\n title: ${{ steps.generate-project-metadata.outputs.prev-prev-major }}-x-y\n+ token: ${{ steps.generate-token.outputs.token }}\n - name: Clos... | 2024-01-10T12:25:11 |
nodejs/node | fa8f149c0a4f1d7f9b1de64ea2a6e2d2e38143af | 019efe1453ba2c3f3cb6d6cd99d18bb72c16b84f | 2024-10-16, Version 23.0.0 (Current)
Semver-Major Commits:
assert,util:
* (SEMVER-MAJOR) change WeakMap and WeakSet comparison handling (Cristian Barlutiu) https://github.com/nodejs/node/pull/53495
buffer:
* (SEMVER-MAJOR) throw when writing beyond buffer" (Robert Nagy) https://github.com/nodejs/node/pull/54588
... | [
{
"path": "CHANGELOG.md",
"patch": "@@ -2,6 +2,7 @@\n \n Select a Node.js version below to view the changelog history:\n \n+* [Node.js 23](doc/changelogs/CHANGELOG_V23.md) **Current**\n * [Node.js 22](doc/changelogs/CHANGELOG_V22.md) **Current**\n * [Node.js 21](doc/changelogs/CHANGELOG_V21.md) End-of-Life\... | 2024-10-09T17:48:01 |
facebook/react | be6712f72ccfe3e3b9388e169f6f9e261d78637b | af3a55e67f0fc9c981b5fe63162b2770ca9548b1 | compiler: Workaround Babel bug with unicode in jsx string attrs
Workaround for a bug in older versions of Babel, where strings with unicode are incorrectly escaped when emitted as JSX attributes, causing double-escaping by later processing.
Closes #29120
Closes #29124
ghstack-source-id: 065440d4fb97e164beb8a8f15f252... | [
{
"path": "compiler/packages/babel-plugin-react-compiler/src/ReactiveScopes/CodegenReactiveFunction.ts",
"patch": "@@ -6,6 +6,7 @@\n */\n \n import * as t from \"@babel/types\";\n+import { createHmac } from \"crypto\";\n import { pruneHoistedContexts, pruneUnusedLValues, pruneUnusedLabels } from \".\";\n i... | 2024-05-17T17:38:56 |
vercel/next.js | 589065d7884456180b991d4bd57da0e5bdb7fbff | 7494f9ac8477e228d620f15bdc0f11ce161974ce | Fix flakey multiple-lockfiles tests (#83103)
Writing to `join(next.testDir, '../package-lock.json')` breaks test isolation. | [
{
"path": "test/development/project-directory-with-styled-jsx-suffix/index.test.ts",
"patch": "@@ -14,7 +14,7 @@ describe('project directory with styled-jsx suffix', () => {\n } \n `,\n },\n- dirSuffix: '-styled-jsx',\n+ subDir: 'test-styled-jsx',\n })\n })\n afterA... | 2025-08-27T13:46:53 |
nodejs/node | c0aebed4b3395bd65d54b18d1fd00f071002ac20 | 4dc76a990f0037401b6bf8c982d7401c2533f23b | esm: fix inconsistency with `importAssertion` in `resolve` hook
As the documentation states, the `context.importAssertion` should be
still supported and emit a warning. This is true for the `load` hook,
but not correct for context of the `resolve` hook.
This commit fixes the inconsistency.
PR-URL: https://github.com... | [
{
"path": "lib/internal/modules/esm/hooks.js",
"patch": "@@ -237,7 +237,7 @@ class Hooks {\n \n const nextResolve = nextHookFactory(chain[chain.length - 1], meta, { validateArgs, validateOutput });\n \n- const resolution = await nextResolve(originalSpecifier, context);\n+ const resolution = await ... | 2024-10-15T19:02:07 |
golang/go | 1be5eb2686d8050c7067897b1ed98446ff8566c5 | 3a4d10bfca5cca54b69c50123d1245604c334e0f | [dev.simd] cmd/compile: fix signature error of PairDotProdAccumulate.
This CL is generated by CL 682135.
Change-Id: I6f004b2eca6323f1ff22555c85db993386f24c6c
Reviewed-on: https://go-review.googlesource.com/c/go/+/682155
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/simdAMD64.rules",
"patch": "@@ -1115,9 +1115,9 @@\n (MaskedSaturatedSubUint8x16 x y mask) => (VPSUBSBMasked128 x y (VPMOVVec8x16ToM <types.TypeMask> mask))\n (MaskedSaturatedSubUint8x32 x y mask) => (VPSUBSBMasked256 x y (VPMOVVec8x32ToM <types.TypeMask> mask))\n... | 2025-06-16T22:53:36 |
facebook/react | af3a55e67f0fc9c981b5fe63162b2770ca9548b1 | 477a3d1ef5207370df611856702b7d796d478ec1 | Lazily freeze in case anything in the currently initializing chunk is blocked (#29139)
Fixed #29129.
---------
Co-authored-by: Hendrik Liebau <mail@hendrik-liebau.de> | [
{
"path": "packages/react-client/src/ReactFlightClient.js",
"patch": "@@ -641,7 +641,12 @@ function createElement(\n }\n // TODO: We should be freezing the element but currently, we might write into\n // _debugInfo later. We could move it into _store which remains mutable.\n- Object.freeze(el... | 2024-05-17T17:58:42 |
electron/electron | d5c658545ac8580cf5e64790a506f615adf5cd18 | ebf9a49fba73875bee1712b767db40f8b0a4f488 | chore: fix content tracing flake (#40939)
* chore: fix contentTracing test
* cry | [
{
"path": ".circleci/config/base.yml",
"patch": "@@ -1631,6 +1631,9 @@ commands:\n echo \"Piping output to ASAN_SYMBOLIZE ($ASAN_SYMBOLIZE)\"\n (cd electron && (circleci tests glob \"spec/*-spec.ts\" | xargs -I@ -P4 bash -c \"echo $(pwd)/@\" | circleci tests run --command=\"xargs... | 2024-01-10T12:13:36 |
vercel/next.js | 7dc7c98e028e68508371c0c60b71a58fb6c480f2 | 8f7f2fed8595a6430f377811dce6e12088b11429 | fix dynamic param extraction in edge-ssr-app (#83081)
Fixes edge runtime pages with dynamic routes returning 500 errors when
the URL segment literally contains bracket syntax that matches the
folder name (e.g., accessing `/[id]` for a route defined as
`/[id]/page.tsx`).
The removal of web-server.ts in #81389 modified... | [
{
"path": "packages/next/src/server/route-modules/route-module.ts",
"patch": "@@ -598,8 +598,13 @@ export abstract class RouteModule<\n }\n }\n \n+ // Normalize the page path for route matching. The srcPage contains the\n+ // internal page path (e.g., /app/[slug]/page), but route matchers ex... | 2025-08-27T13:26:59 |
nodejs/node | 231d5e4437163a2b99e87793d2766bf1ae283f38 | 0f375db9c6434c49dd3c738e85ab9fc91ee4e7a3 | buffer: make Buffer work with resizable ArrayBuffer
Fixes: https://github.com/nodejs/node/issues/52195
PR-URL: https://github.com/nodejs/node/pull/55377
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Ruben ... | [
{
"path": "lib/buffer.js",
"patch": "@@ -504,9 +504,7 @@ function fromArrayBuffer(obj, byteOffset, length) {\n if (maxLength < 0)\n throw new ERR_BUFFER_OUT_OF_BOUNDS('offset');\n \n- if (length === undefined) {\n- length = maxLength;\n- } else {\n+ if (length !== undefined) {\n // Convert l... | 2024-10-15T17:22:15 |
golang/go | 53af292aed21c3f6ea75d16e5b25f660b2c028fb | d05825468921f8d0e54c81f59330d3b263057a54 | encoding/json/jsontext: fix spelling error
Change-Id: Ic1f385afbe35addba8b3c439ccb64c56b1d300c9
Reviewed-on: https://go-review.googlesource.com/c/go/+/681795
Reviewed-by: Sean Liao <sean@liao.dev>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Joseph Tsai <joetsa... | [
{
"path": "src/encoding/json/jsontext/doc.go",
"patch": "@@ -10,7 +10,7 @@\n // primitive data types such as booleans, strings, and numbers,\n // in addition to structured data types such as objects and arrays.\n //\n-// This package (encoding/json/jsontxt) is experimental,\n+// This package (encoding/json/... | 2025-06-16T05:51:57 |
facebook/react | 3f1436cca1f8dd80a19fd52b97b6ff71a4d9ce82 | 5ab54718a52d738dcbd03fcb43a556993b445ed4 | [compiler:playground] Fix broken builds
Now that the compiler is public, the `*` version was grabbing the latest
version of the compiler off of npm and was resolving to my very first
push to npm (an empty package containing only a single package.json).
This was breaking the playground as it would attempt to load the
c... | [
{
"path": "compiler/apps/playground/package.json",
"patch": "@@ -25,7 +25,6 @@\n \"@monaco-editor/react\": \"^4.4.6\",\n \"@playwright/test\": \"^1.42.1\",\n \"@use-gesture/react\": \"^10.2.22\",\n- \"babel-plugin-react-compiler\": \"*\",\n \"hermes-eslint\": \"^0.14.0\",\n \"invarian... | 2024-05-17T06:08:17 |
electron/electron | 3afb012ad178922ef9a642d2fe0af9851c2196eb | c184b93fc52f578b559511ec059bab4098d1404c | build: add infra for reclient support (#40850)
* chore: add patch to always set macos platform for x-build
* build: add infra for reclient support
* build: override reclient version
* build: use RBE in CI
* chore: hardcode reclient fix version
* build: lower process count on macOS
* build: use large ... | [
{
"path": ".circleci/config/base.yml",
"patch": "@@ -335,46 +335,26 @@ step-setup-env-for-build: &step-setup-env-for-build\n # To find `gn` executable.\n echo 'export CHROMIUM_BUILDTOOLS_PATH=\"'\"$PWD\"'/src/buildtools\"' >> $BASH_ENV\n \n-step-setup-goma-for-build: &step-setup-goma-for-build\n... | 2024-01-09T21:19:42 |
vercel/next.js | 8f7f2fed8595a6430f377811dce6e12088b11429 | d28c942d4fa4270e7736ff7c18ef705a9f2e8f84 | fix(turbopack) Fix handling of intercept route segments (#82694)
## Fix handling of intercept route segments in HMR
### What?
- Made the routes in `resolve-routes.ts` get lazily initialized, and
only recalculated in development mode to preserve
performance
- Added a test case for HMR with intercept routes
### Why... | [
{
"path": "packages/next/src/server/lib/router-utils/resolve-routes.ts",
"patch": "@@ -71,37 +71,40 @@ export function getResolveRoutes(\n } & Partial<Header> &\n Partial<Redirect>\n \n- const routes: Route[] = [\n- // _next/data with middleware handling\n- { match: () => ({}), name: 'middlewar... | 2025-08-27T13:19:57 |
nodejs/node | 0f375db9c6434c49dd3c738e85ab9fc91ee4e7a3 | 5e76c40b27f440b5b80ad57021e59dc8ebbd2594 | tools: fix typos
PR-URL: https://github.com/nodejs/node/pull/55061
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "tools/actions/commit-queue.sh",
"patch": "@@ -57,7 +57,7 @@ for pr in \"$@\"; do\n fi\n \n git node land --autorebase --yes $MULTIPLE_COMMIT_POLICY \"$pr\" >output 2>&1 || echo \"Failed to land #${pr}\"\n- # cat here otherwise we'll be supressing the output of git node land\n+ # cat here ot... | 2024-10-15T13:59:49 |
electron/electron | c184b93fc52f578b559511ec059bab4098d1404c | 7b4d490bfed9bf1b14b160132ae45c03eb946496 | fix: crash using `powerMonitor` before ready event (#40888)
* fix: crash using powerMonitor before ready event
* refactor: continue using DBusBluezManagerWrapperLinux | [
{
"path": "shell/browser/electron_browser_main_parts.cc",
"patch": "@@ -81,6 +81,7 @@\n #include \"base/environment.h\"\n #include \"chrome/browser/ui/views/dark_mode_manager_linux.h\"\n #include \"device/bluetooth/bluetooth_adapter_factory.h\"\n+#include \"device/bluetooth/dbus/bluez_dbus_manager.h\"\n #in... | 2024-01-09T08:41:42 |
facebook/react | 7a149aa1623d8973defd1d9b3f8f702eabd86f20 | 91e88f94ccb3e58db1c133942ba704fa0e3a139d | docs: fix typo DESIGN_GOALS.md (#29102)
## Summary
Fixes typo DESIGN_GOALS.md in react compiler docs
## How did you test this change?
it's document fix, so no tests needed. | [
{
"path": "compiler/docs/DESIGN_GOALS.md",
"patch": "@@ -6,7 +6,7 @@ This document describes the goals, design principles, and high-level architectur\n \n The idea of React Compiler is to allow developers to use React's familiar declarative, component-based programming model, while ensuring that apps are fa... | 2024-05-16T23:11:22 |
vercel/next.js | 7aaf8ce50e2df076190e9c72384d82e14c41af6f | 43d4532a32f8b92aa0efcad2867f8f38a9f70eda | Turbopack: NFT debugging (#83094) | [
{
"path": "turbopack/crates/turbopack-ecmascript/src/references/node.rs",
"patch": "@@ -1,5 +1,6 @@\n use anyhow::Result;\n use either::Either;\n+use tracing::Instrument;\n use turbo_rcstr::{RcStr, rcstr};\n use turbo_tasks::{ResolvedVc, ValueToString, Vc};\n use turbo_tasks_fs::FileSystemPath;\n@@ -156,7 +... | 2025-08-27T11:53:53 |
golang/go | 3254c2bb8308690a88a9f62b7f51c84d80325e79 | 816199e421f743324e9c1c82bda22d1d0f53845c | internal/reflectlite: fix comment about meaning of flag field
Copied current (presumably correct) comment text from reflect package.
Change-Id: I19582b3675fbcb96a925002498d24ad2b7bc6178
Reviewed-on: https://go-review.googlesource.com/c/go/+/681935
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUC... | [
{
"path": "src/internal/reflectlite/value.go",
"patch": "@@ -43,17 +43,19 @@ type Value struct {\n \tptr unsafe.Pointer\n \n \t// flag holds metadata about the value.\n-\t// The lowest bits are flag bits:\n+\t//\n+\t// The lowest five bits give the Kind of the value, mirroring typ.Kind().\n+\t//\n+\t// The ... | 2025-06-14T23:38:26 |
nodejs/node | 51d81466efc00417711558a08d0ff4206d8bf174 | 87da1f39298b1b1ea7b05a88e4c9ba956df54020 | src: fix winapi_strerror error string
Fixes: https://github.com/nodejs/node/issues/23191
PR-URL: https://github.com/nodejs/node/pull/55207
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "src/api/exceptions.cc",
"patch": "@@ -157,14 +157,14 @@ Local<Value> UVException(Isolate* isolate,\n static const char* winapi_strerror(const int errorno, bool* must_free) {\n char* errmsg = nullptr;\n \n- FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM |\n- ... | 2024-10-15T06:41:38 |
electron/electron | 7b4d490bfed9bf1b14b160132ae45c03eb946496 | 37630a61282af710a1efc4828e7c2e907485a104 | perf: use fixed-size arrays for the font cache (#40898)
refactor: use fixed-size arrays for the font cache
Since we know at compile time which [family x script] combos we want to
cache, we can hold the cache in fixed std::arrays instead of in nested
std::unordered_maps. | [
{
"path": "shell/browser/font_defaults.cc",
"patch": "@@ -4,11 +4,12 @@\n \n #include \"shell/browser/font_defaults.h\"\n \n+#include <array>\n #include <string>\n-#include <unordered_map>\n+#include <string_view>\n \n #include \"base/stl_util.h\"\n-#include \"base/strings/stringprintf.h\"\n+#include \"base... | 2024-01-08T09:31:02 |
facebook/react | 94896cb8c5b1dfc80aa947ac9b273b6b9447571f | e8779a9a9add1131ccbd1c84aac8df4467c763e5 | [React Compiler] Fix rule name for ESLint plugin (#29096)
/cc @poteto
<!--
Thanks for submitting a pull request!
We appreciate you spending the time to work on these changes. Please
provide enough information so that others can review your pull request.
The three fields below are mandatory.
Before submitti... | [
{
"path": "compiler/packages/eslint-plugin-react-compiler/README.md",
"patch": "@@ -34,7 +34,7 @@ Then configure the rules you want to use under the rules section.\n ```json\n {\n \"rules\": {\n- \"react-compiler/rule-name\": 2\n+ \"react-compiler/react-compiler\": \"error\"\n }\n }\n ... | 2024-05-16T16:36:22 |
vercel/next.js | 43d4532a32f8b92aa0efcad2867f8f38a9f70eda | c071e85277cfaf49dc3172797941cdc6b8012d74 | docs: clarify the location of middleware.ts (#83056)
<!-- 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 Contributor... | [
{
"path": "docs/01-app/01-getting-started/15-route-handlers-and-middleware.mdx",
"patch": "@@ -164,7 +164,7 @@ Using fetch with `options.cache`, `options.next.revalidate`, or `options.next.ta\n \n ### Convention\n \n-Use the file `middleware.ts` (or `.js`) in the root of your project to define Middleware. F... | 2025-08-27T08:13:06 |
golang/go | 816199e421f743324e9c1c82bda22d1d0f53845c | ea00461b17c7579d1c9aff2398953b61747ce642 | runtime: don't let readTrace spin on trace.shutdown
Issue #74045 describes a scenario in which gopark is inlined into
readTrace, such that there are no preemption points. This is only a
problem because readTrace spins if trace.shutdown is set, through
traceReaderAvailable. However, trace.shutdown is almost certainly
o... | [
{
"path": "src/runtime/trace.go",
"patch": "@@ -956,7 +956,7 @@ func traceReader() *g {\n // scheduled and should be. Callers should first check that\n // (traceEnabled() || traceShuttingDown()) is true.\n func traceReaderAvailable() *g {\n-\t// There are three conditions under which we definitely want to s... | 2025-06-10T21:44:56 |
nodejs/node | 80b56bbab0f3962b1ee21d8fdd6b8f94ca0adf0f | 488ce99d7632cd59729a5debe18d662bd0678ae6 | diagnostics_channel: fix unsubscribe during publish
PR-URL: https://github.com/nodejs/node/pull/55116
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Claudio Wunder <cwunder@gnome.org> | [
{
"path": "lib/diagnostics_channel.js",
"patch": "@@ -4,6 +4,8 @@ const {\n ArrayPrototypeAt,\n ArrayPrototypeIndexOf,\n ArrayPrototypePush,\n+ ArrayPrototypePushApply,\n+ ArrayPrototypeSlice,\n ArrayPrototypeSplice,\n ObjectDefineProperty,\n ObjectGetPrototypeOf,\n@@ -97,6 +99,7 @@ function w... | 2024-10-14T10:55:39 |
facebook/react | e8779a9a9add1131ccbd1c84aac8df4467c763e5 | 149b917c8a4022aeaa170c4fb826107dd2333c68 | [React Compiler] use `filename` instead of `context.filename` in ESLint plugin (#29104)
<!--
Thanks for submitting a pull request!
We appreciate you spending the time to work on these changes. Please
provide enough information so that others can review your pull request.
The three fields below are mandatory.
... | [
{
"path": "compiler/packages/eslint-plugin-react-compiler/src/rules/ReactCompilerRule.ts",
"patch": "@@ -114,10 +114,7 @@ const rule: Rule.RuleModule = {\n }\n \n let babelAST;\n- if (\n- context.filename.endsWith(\".tsx\") ||\n- context.filename.endsWith(\".ts\")\n- ) {\n+ if (fi... | 2024-05-16T16:35:52 |
vercel/next.js | 71d1e9728d660cc52d7903c1e1fc063cede892e9 | 2acaecfd3cd539c55ec02c44e9d6de3fa5ff1959 | docs: next lint post 15.5 release adjustments (#82933)
Update installation guide, now we have Biome as an option to
create-next-app, and next lint is deprecated.
Also addresses: https://github.com/vercel/next.js/issues/82916
---------
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
Co-au... | [
{
"path": "docs/01-app/01-getting-started/01-installation.mdx",
"patch": "@@ -63,7 +63,7 @@ On installation, you'll see the following prompts:\n ```txt filename=\"Terminal\"\n What is your project named? my-app\n Would you like to use TypeScript? No / Yes\n-Would you like to use ESLint? No / Yes\n+Which lin... | 2025-08-26T22:33:00 |
golang/go | ea00461b17c7579d1c9aff2398953b61747ce642 | 96a6e147b2b02b1f070d559cb2c8e1c25c9b78c3 | internal/trace: make Value follow reflect conventions
A previous change renamed Value.Uint64 to Value.ToUint64 to accomodate
string values. The method for a string value is then Value.ToString,
while the method for a debug string (for example, for fmt) is just
called String, as per fmt.Stringer.
This change follows a... | [
{
"path": "src/cmd/trace/gen.go",
"patch": "@@ -283,11 +283,11 @@ func (g *globalMetricGenerator) GlobalMetric(ctx *traceContext, ev *trace.Event)\n \tm := ev.Metric()\n \tswitch m.Name {\n \tcase \"/memory/classes/heap/objects:bytes\":\n-\t\tctx.HeapAlloc(ctx.elapsed(ev.Time()), m.Value.ToUint64())\n+\t\tc... | 2025-06-11T21:35:29 |
electron/electron | 37630a61282af710a1efc4828e7c2e907485a104 | 3a22fd32164e02864395a46dc777ce32333c6de4 | fix: wide string concatenation (#40892)
* fix: wide string concatenation
* Use wstring_views to keep length in context
* forgot a space, oopsies | [
{
"path": "shell/browser/browser_win.cc",
"patch": "@@ -19,8 +19,8 @@\n #include \"base/files/file_path.h\"\n #include \"base/logging.h\"\n #include \"base/path_service.h\"\n+#include \"base/strings/strcat_win.h\"\n #include \"base/strings/string_util.h\"\n-#include \"base/strings/stringprintf.h\"\n #includ... | 2024-01-08T06:02:20 |
nodejs/node | 488ce99d7632cd59729a5debe18d662bd0678ae6 | f97865fab436fba24b46dad14435ec4b482243a2 | events: optimize EventTarget.addEventListener
PR-URL: https://github.com/nodejs/node/pull/55312
Fixes: https://github.com/nodejs/node/issues/55311
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.... | [
{
"path": "benchmark/events/eventtarget-add-remove-abort.js",
"patch": "@@ -0,0 +1,25 @@\n+'use strict';\n+const common = require('../common.js');\n+\n+const bench = common.createBenchmark(main, {\n+ n: [1e5],\n+ nListener: [1, 5, 10],\n+});\n+\n+function main({ n, nListener }) {\n+ const target = new Ev... | 2024-10-14T10:24:32 |
facebook/react | 7f22c5243e89f5bcbbfcd5daaa4ee3d601f6fd1e | 5052bfba8b55c355cbf749c118525ebfa7f9269c | [compiler:publish] Specify https for registry
Uses https for the npm registry so the publishing script isn't rejected.
Fixes:
```
Beginning October 4, 2021, all connections to the npm registry - including for package installation - must use TLS 1.2 or higher. You are currently using plaintext http to connect. Please ... | [
{
"path": "compiler/scripts/publish.js",
"patch": "@@ -203,7 +203,7 @@ async function main() {\n try {\n await spawnHelper(\n \"npm\",\n- [...opts, \"--registry=http://registry.npmjs.org\"],\n+ [...opts, \"--registry=https://registry.npmjs.org\"],\n {\n ... | 2024-05-16T00:40:24 |
vercel/next.js | c9d4a97433c5417fcbbf78dc265f12ff6292d365 | b352f9bb889c3a894290c62fd48ef16d1af4ee3e | revert: add ?dpl to fonts in `/_next/static/media` (#83062)
This change is causing double font loading due to CSS loading without a
`dpl` while they are preloaded with a `dpl` param. Reverting until a
proper fix can be implemented.
Reverts:
- #82384
- #82488 | [
{
"path": "packages/font/src/google/loader.test.ts",
"patch": "@@ -124,7 +124,6 @@ describe('next/font/google loader', () => {\n mockFetchResource.mockResolvedValue(Buffer.from('OK'))\n const { css } = await nextFontGoogleFontLoader({\n functionName,\n- deploymentId: undef... | 2025-08-26T21:34:57 |
golang/go | b9a548775fda6a74de8ab2020b2b95b4ebf1a2a9 | ca01eab9c7c9c4987a36f6887e332a1fcba757f0 | cmd/compile: add up-to-date test for generated files
This runs the ssa/_gen generator writing files into
a temporary directory, and then checks that there are
no differences with what is currently in the ssa directory,
and also checks that any file with the "generated from
_gen/..." header was actually generated, and ... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/README",
"patch": "@@ -9,3 +9,8 @@ more information.\n \n To regenerate everything, run \"go generate\" on the ssa package\n in the parent directory.\n+\n+The parent directory contains a test in generate_test.go that will fail\n+if the generated files are not up-... | 2025-06-10T18:15:46 |
facebook/react | 5052bfba8b55c355cbf749c118525ebfa7f9269c | 50c999eb0e1a583cc4e5309aa8f976d8376f866b | chore(docs): fix typo (plugion => plugin) in DESIGN_GOALS.md (#29086)
<!--
Thanks for submitting a pull request!
We appreciate you spending the time to work on these changes. Please
provide enough information so that others can review your pull request.
The three fields below are mandatory.
Before submitting ... | [
{
"path": "compiler/docs/DESIGN_GOALS.md",
"patch": "@@ -41,7 +41,7 @@ React Compiler has two primary public interfaces: a Babel plugin for transformin\n \n The core of the compiler is largely decoupled from Babel, using its own intermediate representations. The high-level flow is as follows:\n \n-- **Babel... | 2024-05-16T00:41:05 |
electron/electron | cc1b64e01c334dc9b27cea7c90a066645f983190 | 22970f573b3ced41ad6b0e2c3e124e3a4ed6b40e | fix: macOS maximize button shouldn't be disabled just because the window is non-fullscreenable (#40705)
* fix: macOS maximize button shouldn't be disabled just because the window is non-fullscreenable
* add test
* fix test by enabling maximize button if `resizable && (maximizable || fullscreenable)` instead of `... | [
{
"path": "shell/browser/native_window_mac.h",
"patch": "@@ -235,6 +235,8 @@ class NativeWindowMac : public NativeWindow,\n void InternalSetParentWindow(NativeWindow* parent, bool attach);\n void SetForwardMouseMessages(bool forward);\n \n+ void UpdateZoomButton();\n+\n ElectronNSWindow* window_; //... | 2024-01-05T17:15:35 |
vercel/next.js | b352f9bb889c3a894290c62fd48ef16d1af4ee3e | 7040dd6e85a7a3b7af67beabe10f19b3727d7f84 | fix: instead of throwing a warning for "noUnknownAtRules", disable the rule entirely (#83059)
<!-- 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... | [
{
"path": "packages/create-next-app/templates/app-tw-empty/js/biome.json",
"patch": "@@ -19,7 +19,7 @@\n \"rules\": {\n \"recommended\": true,\n \"suspicious\": {\n- \"noUnknownAtRules\": \"warn\"\n+ \"noUnknownAtRules\": \"off\"\n }\n },\n \"domains\": {",
"a... | 2025-08-26T20:54:52 |
facebook/react | a0eb2653b89179927d0567ef65d847a3dfb84bf8 | 5572edc929bca8d4248d579d7931ab79e3395d04 | [compiler] Check if current branch is main
This script needs to run from `main` since it commits version bumps for
packages, and those need to point to publicly available hashes. So,
throw an error if we're not already on main.
ghstack-source-id: ce0168e826b990fd55733e777ee8effe4f35400a
Pull Request resolved: https:/... | [
{
"path": "compiler/scripts/publish.js",
"patch": "@@ -69,6 +69,13 @@ async function getDateStringForCommit(commit) {\n * the command only report what it would have done, instead of actually publishing to npm.\n */\n async function main() {\n+ const currBranchName = await execHelper(\"git rev-parse --abb... | 2024-05-15T23:13:35 |
electron/electron | 50860712943da0feabcb668b264c35b7837286c0 | 8c71e2adc9b47f8d9e9ad07be9e6a9b3a764a670 | feat: add `transparent` webpreference to webview (#40301)
* feat: add transparent option to WebContents
* feat: add transparent attribute to webview
* test: add tests for webview transparent attribute
* docs: add transparent attribute to webview docs
* fix: run tests on macOS only
* refactor: remove unn... | [
{
"path": "docs/api/webview-tag.md",
"patch": "@@ -221,7 +221,9 @@ windows. Popups are disabled by default.\n ```\n \n A `string` which is a comma separated list of strings which specifies the web preferences to be set on the webview.\n-The full list of supported preference strings can be found in [BrowserW... | 2024-01-05T04:00:27 |
vercel/next.js | a67357c892727322e1e6f8691d33f7f9de3a075d | c09c5f9e278e46b0923c96ef5cf8a6bd9edbaf80 | [turbopack] Ammend the error message for module not found errors (#83011)
Just add 'file not found' to the error message. | [
{
"path": "turbopack/crates/turbopack-ecmascript/src/lib.rs",
"patch": "@@ -1826,7 +1826,7 @@ async fn process_parse_result(\n }\n ParseResult::NotFound => {\n let path = ident.path().to_string().await?;\n- let msg = format!(\"Could not ... | 2025-08-26T17:09:13 |
facebook/react | 5572edc929bca8d4248d579d7931ab79e3395d04 | cf7d895db6aa48fb63e6a11d2ef2ae3ea5c48169 | [compiler] Various fixes for publishing script
- Specify a registry for npm publish because otherwise it tries to use
the yarn registry
- `packages` option actually works
This _should_ work now (note last line of output), will test it once we
land this since i want to publish a new version of the eslint plugin
with... | [
{
"path": "compiler/scripts/publish.js",
"patch": "@@ -24,7 +24,7 @@ const spawnHelper = util.promisify(_spawn);\n function execHelper(command, options, streamStdout = false) {\n return new Promise((resolve, reject) => {\n const proc = cp.exec(command, options, (error, stdout) =>\n- error ? rejec... | 2024-05-15T23:13:35 |
golang/go | 5a08865de339b5eeb8ad1c52635ea8ba505aafec | d166a0b03e88e3ffe17a5bee4e5405b5091573c6 | net: remove some BUG entries
A few methods that were not implemented on Windows are implemented
in CL 668195.
Change-Id: I35423792a5af00f29fcd24e56a6dfcf013669371
Reviewed-on: https://go-review.googlesource.com/c/go/+/680180
Reviewed-by: Quim Muntal <quimmuntal@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@lu... | [
{
"path": "src/net/iprawsock.go",
"patch": "@@ -24,9 +24,6 @@ import (\n // BUG(mikio): On JS and Plan 9, methods and functions related\n // to IPConn are not implemented.\n \n-// BUG(mikio): On Windows, the File method of IPConn is not\n-// implemented.\n-\n // IPAddr represents the address of an IP end po... | 2025-06-09T20:59:00 |
nodejs/node | 6d36199c5f955ee41d8ad370eb84d9776daa752c | 129ca9e319f6aad91161e393d47a3e0512421f23 | build: fix make errors that occur in Makefile
fix make errors that occur in
coverage-clean case and coverage-test in Makefile
PR-URL: https://github.com/nodejs/node/pull/55287
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "Makefile",
"patch": "@@ -243,7 +243,7 @@ coverage-clean: ## Remove coverage artifacts.\n \t$(RM) -r coverage/tmp\n \t@if [ -d \"out/Release/obj.target\" ]; then \\\n \t\t$(FIND) out/$(BUILDTYPE)/obj.target \\( -name \"*.gcda\" -o -name \"*.gcno\" \\) \\\n-\t\t\t-type f -exec $(RM) {};\\\n+\t\t\t-... | 2024-10-14T06:41:11 |
vercel/next.js | 6f1f49ebbe808da0cab3ce64c147813b95360a3c | 516b28270effb646554c20865430f23d3db4ad40 | docs: typed routes manual tsconfig includes (#83031)
Docs fix to: https://github.com/vercel/next.js/issues/83010 | [
{
"path": "docs/01-app/03-api-reference/05-config/02-typescript.mdx",
"patch": "@@ -131,6 +131,15 @@ export default nextConfig\n \n Next.js will generate a link definition in `.next/types` that contains information about all existing routes in your application, which TypeScript can then use to provide feedb... | 2025-08-26T10:46:27 |
electron/electron | 8c71e2adc9b47f8d9e9ad07be9e6a9b3a764a670 | f229201f41d7cfe241e584d5ba801bf406666e55 | feat: add net module to utility process (#40017)
* chore: initial prototype of net api from utility process
* chore: update url loader to work on both browser and utility processes
* chore: add net files to utility process bundle
* chore: re-add app ready check but only on main process
* chore: replace bro... | [
{
"path": "docs/api/client-request.md",
"patch": "@@ -2,7 +2,7 @@\n \n > Make HTTP/HTTPS requests.\n \n-Process: [Main](../glossary.md#main-process)<br />\n+Process: [Main](../glossary.md#main-process), [Utility](../glossary.md#utility-process)<br />\n _This class is not exported from the `'electron'` modul... | 2024-01-04T21:20:37 |
facebook/react | cf7d895db6aa48fb63e6a11d2ef2ae3ea5c48169 | 3adca7a477f7dd025ea02599b59433b86ac8fd59 | [compiler:eslint] Fix false positive with TS type param syntax
Previously we would attempt to parse code in the eslint plugin with the
HermesParser first as it can handle some TS syntax. However, this was
leading to a mis-parse of React hook calls with type params (eg,
`useRef<null>()` as a BinaryExpression rather tha... | [
{
"path": "compiler/packages/eslint-plugin-react-compiler/__tests__/ReactCompilerRuleTypescript-test.ts",
"patch": "@@ -34,24 +34,18 @@ const tests: CompilerTestCases = {\n }\n `,\n },\n- ],\n- invalid: [\n {\n- name: \"[FALSE POSITIVE] Repro for hooks as normal values\",\n+ ... | 2024-05-15T22:36:27 |
golang/go | d4c6effaa7b95a2ea149ece4a400c0ace2773839 | 7fa2c736b3dbcc741b4575f4df758532aaee34f7 | cmd/compile: add up-to-date test for generated files
This runs the ssa/_gen generator writing files into
a temporary directory, and then checks that there are
no differences with what is currently in the ssa directory,
and also checks that any file with the "generated from
_gen/..." header was actually generated, and ... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/README",
"patch": "@@ -9,3 +9,8 @@ more information.\n \n To regenerate everything, run \"go generate\" on the ssa package\n in the parent directory.\n+\n+The parent directory contains a test in generate_test.go that will fail\n+if the generated files are not up-... | 2025-06-10T18:15:46 |
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.