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 |
|---|---|---|---|---|---|
rust-lang/rust | f2a134b403c614e9529869d9d519602ae2a3ed58 | 34d0b12346b374951bd2d3990c9ff61a3bc3dc1e | remove `no-rustfix` marker for tests | [
{
"path": "tests/ui/join_absolute_paths.1.fixed",
"patch": "@@ -0,0 +1,36 @@\n+#![allow(clippy::needless_raw_string_hashes)]\n+#![warn(clippy::join_absolute_paths)]\n+\n+use std::path::{Path, PathBuf};\n+\n+fn main() {\n+ let path = Path::new(\"/bin\");\n+ path.join(\"sh\");\n+ //~^ join_absolute_p... | 2026-02-22T12:43:54 |
vercel/next.js | d43e5f9378c2e7eb093095fe8f4f816a4906f695 | aab50c395b4a3ba96cb4319714869f2b3fa0895c | docs: Convert relative imports to @ aliases in examples (#83813)
## For Contributors
### Improving Documentation
This PR improves the Next.js examples by converting relative imports to
@ aliases, making them more readable and maintainable.
## Description
Fixes #83717 by converting deep relative imports to clean @ ... | [
{
"path": "examples/i18n-routing/app/[lang]/components/counter.tsx",
"patch": "@@ -1,7 +1,7 @@\n \"use client\";\n \n import { useState } from \"react\";\n-import { type getDictionary } from \"../../../get-dictionary\";\n+import { type getDictionary } from \"@/get-dictionary\";\n \n export default function ... | 2025-09-16T13:53:53 |
golang/go | cefaed0de0b86ea67588546d2e18f850e7b7d41d | 3aa1b0008169cea3ed79a4a19b66f64479be4402 | reflect: fix noswiss builder
Missed this change in CL 681936
Fixes #74808
Change-Id: I30f6402177c5f8efe9bd11d50fad1770a22762c5
Reviewed-on: https://go-review.googlesource.com/c/go/+/691675
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gser... | [
{
"path": "src/reflect/map_noswiss.go",
"patch": "@@ -69,7 +69,7 @@ func MapOf(key, elem Type) Type {\n \tvar imap any = (map[unsafe.Pointer]unsafe.Pointer)(nil)\n \tmt := **(**mapType)(unsafe.Pointer(&imap))\n \tmt.Str = resolveReflectName(newName(s, \"\", false, false))\n-\tmt.TFlag = 0\n+\tmt.TFlag = abi... | 2025-07-29T22:31:09 |
facebook/react | c516cefc7dbb717f50bcb53de83591b1ef9d93ac | cb151849e13f46ec64570519cb93d5939fb60cab | warn -> error for Test Renderer deprecation (#28904)
We use `console.error` for deprecations. `console.warn` is for less
critical issues, like performance anti-patterns. | [
{
"path": "packages/internal-test-utils/shouldIgnoreConsoleError.js",
"patch": "@@ -23,7 +23,8 @@ module.exports = function shouldIgnoreConsoleError(format, args) {\n ) !== -1 ||\n format.indexOf(\n 'ReactDOM.hydrate has not been supported since React 18',\n- ) !== -1\n+ ... | 2024-04-24T18:54:39 |
nodejs/node | 75b9c1cdd844c108d6c420093ad96289b16f95ec | 8c19a5c8858dd84de1e6ec0422d48c1351106890 | test: remove test-macos-app-sandbox flaky designation
Fixes: https://github.com/nodejs/node/issues/54811
Refs: https://github.com/nodejs/node/issues/54811#issuecomment-2334463112
PR-URL: https://github.com/nodejs/node/pull/56471
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gma... | [
{
"path": "test/parallel/parallel.status",
"patch": "@@ -44,8 +44,6 @@ test-runner-watch-mode: PASS,FLAKY\n # https://github.com/nodejs/node/issues/42741\n test-http-server-headers-timeout-keepalive: PASS,FLAKY\n test-http-server-request-timeout-keepalive: PASS,FLAKY\n-# https://github.com/nodejs/node/issue... | 2025-01-07T16:32:02 |
vercel/next.js | a93515b6125cfe272a9702ea9ee96ab181592011 | e2f7cb206d7ede740023cd14f310ec457d4ea59e | chore: Ensure Import Trace starts in a newline (#83638)
Fixes: https://github.com/vercel/next.js/issues/83637 | [
{
"path": "packages/next/src/shared/lib/turbopack/utils.ts",
"patch": "@@ -163,7 +163,7 @@ export function formatIssue(issue: Issue) {\n message +=\n \"To use Next.js' built-in Sass support, you first need to install `sass`.\\n\"\n message += 'Run `npm i sass` or `yarn add sass` inside y... | 2025-09-16T12:30:59 |
golang/go | 3aa1b0008169cea3ed79a4a19b66f64479be4402 | b1e933d95518a7978efb29772bd6129acf0af452 | regexp: fix compiling alternate patterns of different fold case literals
Fixing Equal method in regexp/syntax package fixes compilation of
some alternate patterns like "0A|0[aA]".
Fixes #59007
Change-Id: Idd519c6841167f932899b0ada347fb90a38a765e
GitHub-Last-Rev: 6f43cbca6361c0d084a12abeec65d7c659a4fe61
GitHub-Pull-R... | [
{
"path": "src/regexp/find_test.go",
"patch": "@@ -98,6 +98,8 @@ var findTests = []FindTest{\n \t{`\\B`, \"x y\", nil},\n \t{`\\B`, \"xx yy\", build(2, 1, 1, 4, 4)},\n \t{`(|a)*`, \"aa\", build(3, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2)},\n+\t{`0A|0[aA]`, \"0a\", build(1, 0, 2)},\n+\t{`0[aA]|0A`, \"0a\", build(... | 2025-07-04T22:59:25 |
facebook/react | 89f2f7fcef11aeaa1abf947a274275fc8a91f472 | 08b777d6dc0c1261d344e7807738ffc0a7794c7c | Make DropManualMemoization error message more accurate
This was probably a leftover from a previous time, but since this error
message throws when the dependency list is not an array literal, and not
just when its a rest spread, this PR updates the message to match.
ghstack-source-id: 28f2338212e56a67d3d477cea5abb6e9... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Inference/DropManualMemoization.ts",
"patch": "@@ -301,7 +301,7 @@ function extractManualMemoizationArgs(\n );\n if (maybeDepsList == null) {\n CompilerError.throwInvalidReact({\n- reason: `Expected the dependency list to be an ... | 2024-04-25T14:19:29 |
rust-lang/rust | bde075b6f34b06938c4349832a593ef129d00a97 | e0cb264b814526acb82def4b5810e394a2ed294f | Fix ICE when an associated type or const is wrongly marked as `final`
Co-authored-by: León Orell Valerian Liehr <me@fmease.dev> | [
{
"path": "compiler/rustc_ast_lowering/src/item.rs",
"patch": "@@ -1088,9 +1088,18 @@ impl<'hir> LoweringContext<'_, 'hir> {\n }\n };\n \n- let (defaultness, _) = self.lower_defaultness(i.kind.defaultness(), has_value, || {\n- hir::Defaultness::Default { has_value }\n- ... | 2026-02-22T15:42:15 |
nodejs/node | 8c19a5c8858dd84de1e6ec0422d48c1351106890 | 52c644966d78503d63fca3b50b041bce429c8c84 | tools: fix loong64 build failed
PR-URL: https://github.com/nodejs/node/pull/56466
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "tools/v8_gypfiles/v8.gyp",
"patch": "@@ -1230,6 +1230,11 @@\n '<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc',\n ],\n }],\n+ ['(_toolset==\"host\" and host_arch==\"x64\" or _toolset==\"target\" and target_arch==\"x64\") a... | 2025-01-07T16:31:45 |
vercel/next.js | 8b17a636bc9169e05eeed5df77553b725de29d45 | ed1db36c46afc5e4e972200a9db2000c18380e28 | Removed link to maintain text consistency (#83644)
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making:
## For Contributors
... | [
{
"path": "docs/01-app/03-api-reference/04-functions/use-router.mdx",
"patch": "@@ -41,8 +41,8 @@ export default function Page() {\n \n ## `useRouter()`\n \n-- `router.push(href: string, { scroll: boolean })`: Perform a client-side navigation to the provided route. Adds a new entry into the [browser’s histo... | 2025-09-16T08:41:11 |
golang/go | f3582fc80e19050d915ac9621bbeecef78c0548e | f7d167fe710501f687fad006125f4ec60be42c35 | cmd/compile: add unsigned power-of-two detector
Fixes #74485
Change-Id: Ia22a58ac43bdc36c8414d555672a3a3eafc749ca
Reviewed-on: https://go-review.googlesource.com/c/go/+/689815
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/generic.rules",
"patch": "@@ -1014,11 +1014,10 @@\n // See ../magic.go for a detailed description of these algorithms.\n \n // Unsigned divide by power of 2. Strength reduce to a shift.\n-(Div8u n (Const8 [c])) && isPowerOfTwo(c) => (Rsh8Ux64 n (Const64 <typ.... | 2025-07-23T11:48:18 |
rust-lang/rust | dbf337f5022d3cc8344717eb7018953c1840ff07 | e883143db0dc1897148ed92de642bcadccbd8f84 | Fix another case where we forgot to put the type param for `PartialOrd` and `PartialEq` in builtin derives | [
{
"path": "src/tools/rust-analyzer/crates/hir-ty/src/builtin_derive.rs",
"patch": "@@ -35,6 +35,24 @@ fn coerce_pointee_new_type_param(trait_id: TraitId) -> TypeParamId {\n })\n }\n \n+fn trait_args(trait_: BuiltinDeriveImplTrait, self_ty: Ty<'_>) -> GenericArgs<'_> {\n+ match trait_ {\n+ Buil... | 2026-02-22T14:58:09 |
nodejs/node | 7895b8eae9e4f2919028fe81e38790af07b4cc92 | 984a4721375afa6cb3c3ec12876126a2587d5f7d | test: update error code in tls-psk-circuit for for OpenSSL 3.4
Update parallel/test-tls-psk-circuit.js to account for error code
changes in OpenSSL 3.4 and probably later.
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
PR-URL: https://github.com/nodejs/node/pull/56420
Reviewed-By: Luigi Pinca <lui... | [
{
"path": "test/parallel/test-tls-psk-circuit.js",
"patch": "@@ -66,7 +66,8 @@ const expectedHandshakeErr = common.hasOpenSSL(3, 2) ?\n 'ERR_SSL_SSL/TLS_ALERT_HANDSHAKE_FAILURE' : 'ERR_SSL_SSLV3_ALERT_HANDSHAKE_FAILURE';\n test({ psk: USERS.UserB, identity: 'UserC' }, {}, expectedHandshakeErr);\n // Recog... | 2025-01-06T15:58:13 |
vercel/next.js | ed1db36c46afc5e4e972200a9db2000c18380e28 | 5712c05c5532303d54e3e6ff18aec0384dcc0a7a | Turbopack: chunking debugging utilities (#83801)
<!-- 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": "turbopack/crates/turbopack-core/src/module_graph/chunk_group_info.rs",
"patch": "@@ -288,6 +288,47 @@ pub enum ChunkGroupKey {\n },\n }\n \n+impl ChunkGroupKey {\n+ pub async fn debug_str(\n+ &self,\n+ keys: impl std::ops::Index<usize, Output = Self>,\n+ ) -> Result<String... | 2025-09-16T08:28:45 |
electron/electron | f8c832d80db96841d2ac1bc50dca9d64c2cd2c83 | 344aba0838d7ebdc648d0c160fff0ae095db8ac7 | docs: update ASAR integrity tutorial (#41828)
* docs: document windows asar integrity
* docs: update ASAR integrity tutorial
* fix lint
---------
Co-authored-by: Samuel Attard <marshallofsound@electronjs.org> | [
{
"path": "docs/tutorial/asar-integrity.md",
"patch": "@@ -5,40 +5,50 @@ slug: asar-integrity\n hide_title: false\n ---\n \n-## Platform Support\n+ASAR integrity is an experimental feature that validates the contents of your app's\n+[ASAR archives](./asar-archives.md) at runtime.\n \n-Currently ASAR integri... | 2024-04-11T20:41:58 |
golang/go | e0b07dc22eaab1b003d98ad6d63cdfacc76c5c70 | 25816d401c459a9dfedded3b42315a8bd2d32802 | os/exec: fix incorrect expansion of "", "." and ".." in LookPath
Fix incorrect expansion of "" and "." when $PATH contains an executable
file or, on Windows, a parent directory of a %PATH% element contains an
file with the same name as the %PATH% element but with one of the
%PATHEXT% extension (ex: C:\utils\bin is in ... | [
{
"path": "src/os/exec/dot_test.go",
"patch": "@@ -177,4 +177,48 @@ func TestLookPath(t *testing.T) {\n \t\t\t}\n \t\t}\n \t})\n+\n+\tchecker := func(test string) func(t *testing.T) {\n+\t\treturn func(t *testing.T) {\n+\t\t\tt.Helper()\n+\t\t\tt.Logf(\"PATH=%s\", os.Getenv(\"PATH\"))\n+\t\t\tp, err := Look... | 2025-06-30T14:58:59 |
nodejs/node | 08b7d38aa46392f15cd28f283be3f92c174f0cb6 | 383e1a281b6b979ede9d2ee46781643971da104b | sqlite: support TypedArray and DataView in `StatementSync`
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/56385
Fixes: https://github.com/nodejs/node/issues/56384
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Rev... | [
{
"path": "doc/api/sqlite.md",
"patch": "@@ -339,11 +339,15 @@ over hand-crafted SQL strings when handling user input.\n \n <!-- YAML\n added: v22.5.0\n+changes:\n+ - version: REPLACEME\n+ pr-url: https://github.com/nodejs/node/pull/56385\n+ description: Add support for `DataView` and typed array obj... | 2025-01-05T11:18:36 |
vercel/next.js | 5712c05c5532303d54e3e6ff18aec0384dcc0a7a | 844abcac192d702161531468996eadfd1a1c4f13 | fix(Rspack): resolve HMR unresponsiveness or unexpected full reload & update dev snapshot (#83480)
This commit addresses the bugs where Hot Module Replacement (HMR) was
not functioning correctly in Rspack mode. Component edits would often
result in no update or a full page reload instead of a fast,
state-preserving re... | [
{
"path": "package.json",
"patch": "@@ -124,7 +124,6 @@\n \"@opentelemetry/api\": \"1.4.1\",\n \"@picocss/pico\": \"1.5.10\",\n \"@rspack/core\": \"1.5.0\",\n- \"@rspack/plugin-react-refresh\": \"1.2.0\",\n \"@slack/web-api\": \"7.9.1\",\n \"@swc/cli\": \"0.1.55\",\n \"@swc/core\"... | 2025-09-16T01:26:36 |
golang/go | aa95ab8215760dfd6e1b8bb02aa2211021108512 | 4c854b7a3e5fc3e84a06511bce71ce01cbb4bb33 | image: fix formatting of godoc link
Change-Id: I8fa8741e0db174f0c32af0a393ee1b037d5b7e51
Reviewed-on: https://go-review.googlesource.com/c/go/+/680455
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Mark Freeman <mark@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gser... | [
{
"path": "src/image/image.go",
"patch": "@@ -34,7 +34,9 @@\n // regardless of whether the image is itself malformed or not. A call to\n // [DecodeConfig] which returns a header which does not match the image returned\n // by [Decode] may be considered a security issue, and should be reported per the\n-// [... | 2025-06-10T14:56:45 |
electron/electron | 41ba9633924a14d992f495dee6eac2467def0d35 | 43a9f70d19b9576ae922768dd521915367529009 | fix: typos in comment section of `in_app_purchase.mm` (#41788)
fix 2 typo
Signed-off-by: Michael Seibt <github@roboschmie.de> | [
{
"path": "shell/browser/mac/in_app_purchase.mm",
"patch": "@@ -79,10 +79,10 @@ - (void)purchaseProduct:(NSString*)productID {\n }\n \n /**\n- * Process product informations and start the payment.\n+ * Process product information and start the payment.\n *\n * @param request - The product request.\n- * @p... | 2024-04-10T15:54:56 |
nodejs/node | 338d70b752fd918ebd568f432373065e04539830 | d0ff34f4b690ad49c86b6df8fd424f39d183e1a6 | sqlite: enable SQL math functions
This commit enables SQLite math functions.
Fixes: https://github.com/nodejs/node/issues/56435
PR-URL: https://github.com/nodejs/node/pull/56447
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail... | [
{
"path": "deps/sqlite/sqlite.gyp",
"patch": "@@ -13,6 +13,7 @@\n 'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden\n },\n 'defines': [\n+ 'SQLITE_ENABLE_MATH_FUNCTIONS',\n 'SQLITE_ENABLE_SESSION',\n 'SQLITE_ENABLE_PREUPDATE_HOOK'\n ],",
"additi... | 2025-01-05T05:35:54 |
facebook/react | 6304e98902a451b53f3e2ce9315584252443e6ac | f8c0363a92d909fbd0dd9b407e3e8e299d1123d9 | Repro for for..of scoping bug
ghstack-source-id: 6147b6e70d24203350664e8ab24691d1ec5c5b2a
Pull Request resolved: https://github.com/facebook/react-forget/pull/2891 | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/for-of-immutable-collection.expect.md",
"patch": "@@ -0,0 +1,81 @@\n+\n+## Input\n+\n+```javascript\n+function Router({ title, mapping }) {\n+ const array = [];\n+ for (let [, entry] of mapping) {\n+ array.push([titl... | 2024-04-24T21:59:07 |
vercel/next.js | 19bc1acccbd2a80193d163f9851188e47dbec3f8 | 4d7f8366a0d3d8b4bf487065b5357eec85e92dc9 | fix: unstable_cache should perform blocking revalidation during ISR revalidation (#83820)
When ISR revalidation occurs and `unstable_cache` entries are stale,
Next.js returns stale cached data instead of waiting for fresh data.
This differs from fetch() behavior, which performs foreground
revalidation during ISR
([ref... | [
{
"path": "packages/next/src/server/web/spec-extension/unstable-cache.ts",
"patch": "@@ -238,18 +238,19 @@ export function unstable_cache<T extends Callback>(\n cacheEntry.value.data.body !== undefined\n ? JSON.parse(cacheEntry.value.data.body)\n : undefin... | 2025-09-15T23:12:48 |
electron/electron | 0a7df0ef3deb0a76b4a372d180c6139ecb2f3995 | 38ef9a76909a74eb99d290f29feefcfb2293ea9e | docs: typo fix (#41787)
Typo fix | [
{
"path": "docs/tutorial/esm.md",
"patch": "@@ -59,7 +59,7 @@ need to be called **before** the app's `ready` event is emitted.\n With top-level `await` available in Node.js ESM, make sure to `await` every Promise that you need to\n execute before the `ready` event. Otherwise, your app may be `ready` before ... | 2024-04-10T08:25:13 |
golang/go | f8eae7a3c33fcf9d31117b1a1a49a47b0343f811 | 098426447182a216991923d5bf95cdd3ae836e2c | os/user: fix tests to pass on non-english Windows
Tests on Windows are dependent on the english names of system accounts
and groups.
But on a french install of Windows the system accounts are:
- AUTORITE NT\Système
- AUTORITE NT\SERVICE LOCAL
- AUTORITE NT\SERVICE RÉSEAU
To allow the tests to pass on non-english Win... | [
{
"path": "src/os/user/user_windows_test.go",
"patch": "@@ -18,6 +18,7 @@ import (\n \t\"slices\"\n \t\"strconv\"\n \t\"strings\"\n+\t\"sync\"\n \t\"syscall\"\n \t\"testing\"\n \t\"unicode\"\n@@ -261,9 +262,21 @@ func TestGroupIdsTestUser(t *testing.T) {\n \t}\n }\n \n+var isSystemDefaultLCIDEnglish = sync.... | 2025-07-18T10:36:00 |
facebook/react | b21ca44efc75178d797a6bd0427f83c966b2a00a | 896d1b00273958ddad6cb8b1fafae3cd13cced5a | [repro] bug repro
ghstack-source-id: 64d3266bf39ce5b1b9e9b9470910e029f0e951eb
Pull Request resolved: https://github.com/facebook/react-forget/pull/2849 | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/bug-invalid-reactivity-value-block.expect.md",
"patch": "@@ -0,0 +1,97 @@\n+\n+## Input\n+\n+```javascript\n+import {\n+ CONST_TRUE,\n+ identity,\n+ makeObject_Primitives,\n+ useNoAlias,\n+} from \"shared-runtime\";\n... | 2024-04-23T09:18:47 |
nodejs/node | 4a7b8157b5585cb62e77e9e3c66d6af3aaf3a448 | 7e08ccad17d95d866ca1177b6cc5711a6e8fea8d | test_runner: add assert.register() API
This commit adds a top level assert.register() API to the test
runner. This function allows users to define their own custom
assertion functions on the TestContext.
Fixes: https://github.com/nodejs/node/issues/52033
PR-URL: https://github.com/nodejs/node/pull/56434
Reviewed-By: ... | [
{
"path": "doc/api/test.md",
"patch": "@@ -1750,6 +1750,29 @@ describe('tests', async () => {\n });\n ```\n \n+## `assert`\n+\n+<!-- YAML\n+added: REPLACEME\n+-->\n+\n+An object whose methods are used to configure available assertions on the\n+`TestContext` objects in the current process. The methods from `... | 2025-01-04T18:30:04 |
vercel/next.js | fcd1809fb47102af730c7e42a92b652f83942d54 | 4bee38175cf17e7f5899ea79968abbf93d77e1c5 | fix: Rspack splitChunks.chunks regex (#83670)
Related test case:
https://github.com/vercel/next.js/blob/canary/test/production/production-browser-sourcemaps/index.test.ts | [
{
"path": "packages/next/src/build/webpack-config.ts",
"patch": "@@ -1188,7 +1188,7 @@ export default async function getBaseWebpackConfig(\n chunks: isRspack\n ? // using a function here causes noticable slowdown\n // in rspack\n- /(?!polyfills|main|pages\\/_... | 2025-09-15T18:08:36 |
golang/go | cd3655a8243b5f52b6a274a0aba5e01d998906c0 | d5dc36af455ebd3e613780136766fba0cef7b0c4 | internal/runtime/maps: fix spelling errors in comments
Change-Id: I289d26f75bb556b46699159f06ce7eb03d34656d
GitHub-Last-Rev: 10ce76df1d4951e021d460808c9d477cfbcf7c5c
GitHub-Pull-Request: golang/go#74733
Reviewed-on: https://go-review.googlesource.com/c/go/+/690095
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBo... | [
{
"path": "src/internal/runtime/maps/group.go",
"patch": "@@ -39,7 +39,7 @@ const (\n // On other architectures, bitset uses one byte per slot, where each byte is\n // either 0x80 if the slot is part of the set or 0x00 otherwise. This makes it\n // convenient to calculate for an entire group at once using s... | 2025-07-24T02:36:26 |
electron/electron | ba3b647fd73d9c3f5f411ff414e7a0d12a8c692b | 76f7bbb0a8db04c002293b2753f24146518737b5 | fix: WCO maximize button visibility when non-maximizable (#41793)
fix: WCO button visibility when non-maximizable | [
{
"path": "shell/browser/ui/views/win_caption_button_container.cc",
"patch": "@@ -156,36 +156,26 @@ void WinCaptionButtonContainer::UpdateBackground() {\n }\n \n void WinCaptionButtonContainer::UpdateButtons() {\n- const bool is_maximized = frame_view_->frame()->IsMaximized();\n- restore_button_->SetVisib... | 2024-04-09T11:14:29 |
nodejs/node | 804d41f9c73c03e670d8e788d14a2237c8c2a057 | 01554f316c8647e1f893338f822b1116a937473d | tools: disable unneeded rule ignoring in Python linting
Removing PLC1901 and RUF100 from the list of Python lint rules to ignore
does not result in any errors. Keeping the ignore list as short as
possible seems like a good idea, so this change removes them from the
ignore list.
PR-URL: https://github.com/nodejs/node/... | [
{
"path": "pyproject.toml",
"patch": "@@ -33,9 +33,7 @@ ignore = [\n \"E401\",\n \"E402\",\n \"E7\",\n- \"PLC1901\",\n \"RUF005\",\n- \"RUF100\",\n ]\n \n [tool.ruff.lint.mccabe]",
"additions": 0,
"deletions": 2,
"language": "Unknown"
}
] | 2025-01-03T23:12:08 |
facebook/react | 3b551c82844bcfde51f0febb8e42c1a0d777df2c | db913d8e17db25045e0518f3621f1640f2390525 | Rename the react.element symbol to react.transitional.element (#28813)
We have changed the shape (and the runtime) of React Elements. To help
avoid precompiled or inlined JSX having subtle breakages or deopting
hidden classes, I renamed the symbol so that we can early error if
private implementation details are use... | [
{
"path": "packages/react-devtools-shared/src/__tests__/legacy/inspectElement-test.js",
"patch": "@@ -290,9 +290,23 @@ describe('InspectedElementContext', () => {\n \"preview_long\": {boolean: true, number: 123, string: \"abc\"},\n },\n },\n- \"react_element\": Dehydrate... | 2024-04-22T16:39:56 |
electron/electron | 76f7bbb0a8db04c002293b2753f24146518737b5 | 22c149812c6ffb67b88e3035c9d242de7c94cea9 | fix: move BrowserWindow's WebContentsView to be a child of rootview (#41256) | [
{
"path": "shell/browser/api/electron_api_browser_window.cc",
"patch": "@@ -77,6 +77,7 @@ BrowserWindow::BrowserWindow(gin::Arguments* args,\n WebContentsView::Create(isolate, web_preferences);\n DCHECK(web_contents_view.get());\n window_->AddDraggableRegionProvider(web_contents_view.get());\n+ w... | 2024-04-08T17:30:23 |
golang/go | 64ba72474d9a637fc8152c3bbd8cdec3ffde2940 | e151db3e065eea8a13fd2bc83aafb6959edd6fca | errors: omit redundant nil check in type assertion for Join
When ok is true, err can't be nil.
Make it behave more like the Unwrap function.
Change-Id: Ieba5de57d60f5ff4d6a3468d703e6f72be02a97d
GitHub-Last-Rev: 6df9365a1d586bba64df57be11f9ca7b772cc773
GitHub-Pull-Request: golang/go#74764
Reviewed-on: https://go-revi... | [
{
"path": "src/errors/join.go",
"patch": "@@ -28,12 +28,10 @@ func Join(errs ...error) error {\n \t}\n \tif n == 1 {\n \t\tfor _, err := range errs {\n-\t\t\tif err != nil {\n-\t\t\t\tif _, ok := err.(interface {\n-\t\t\t\t\tUnwrap() []error\n-\t\t\t\t}); ok {\n-\t\t\t\t\treturn err\n-\t\t\t\t}\n+\t\t\tif _... | 2025-07-26T02:49:42 |
vercel/next.js | 4bee38175cf17e7f5899ea79968abbf93d77e1c5 | 721def6b5815c6618e152e62501d0d2338d41c77 | [Breaking] Flat config as default in `@next/eslint-plugin-next` (#83763)
> [!NOTE]
> This is not a breaking change for `eslint-config-next` as they are
modified to use the legacy. Therefore, CNA templates or current users
that use `eslint-config-next` won't be affected.
### Why?
This PR uses v16 as an opportunity to... | [
{
"path": "packages/eslint-config-next/core-web-vitals.js",
"patch": "@@ -1,3 +1,3 @@\n module.exports = {\n- extends: [require.resolve('.'), 'plugin:@next/next/core-web-vitals'],\n+ extends: [require.resolve('.'), 'plugin:@next/next/core-web-vitals-legacy'],\n }",
"additions": 1,
"deletions": 1,
... | 2025-09-15T14:34:13 |
rust-lang/rust | b12ef56efd242f9a9a2f947cb3b689c8c5cb786f | d074e48dcb19122c4a1d4855b8e68b4c4aa41be0 | Remove `no-rustfix` marker for tests with valid suggestions | [
{
"path": "tests/ui/crashes/ice-6250.fixed",
"patch": "@@ -0,0 +1,19 @@\n+// originally from glacier/fixed/77218.rs\n+// ice while adjusting...\n+#![expect(clippy::useless_vec)]\n+\n+pub struct Cache {\n+ data: Vec<i32>,\n+}\n+\n+pub fn list_data(cache: &Cache, key: usize) {\n+ for reference in vec![1... | 2026-02-22T10:37:44 |
facebook/react | 896d1b00273958ddad6cb8b1fafae3cd13cced5a | b11074772b39c65189d9e923f5830f727b1ee06d | [dx] Improve error message from InferReferenceEffects
ghstack-source-id: 06265d9676b671a5b02ca05433a219dd219be4f1
Pull Request resolved: https://github.com/facebook/react-forget/pull/2883 | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Inference/InferReferenceEffects.ts",
"patch": "@@ -541,8 +541,9 @@ class InferenceState {\n error: {\n reason,\n description:\n- place.identifier.name !== null\n- ? `Found mutat... | 2024-04-22T15:14:35 |
golang/go | 10c5cf68d40e2b26336e4b4e59d4c2f3fc3f03b9 | 46b5839231381e8b36eab10ba9b2c37ba579a75d | net/http: add proper panic message
Change-Id: Ibfb330eaf24e004ddec60a5ca08cdc780235ad8c
Reviewed-on: https://go-review.googlesource.com/c/go/+/688315
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Damien Neil <dneil@google.com>
Reviewed-by: Mark Freeman <mark@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-s... | [
{
"path": "src/net/http/server.go",
"patch": "@@ -1614,7 +1614,7 @@ func writeStatusLine(bw *bufio.Writer, is11 bool, code int, scratch []byte) {\n // It's illegal to call this before the header has been flushed.\n func (w *response) bodyAllowed() bool {\n \tif !w.wroteHeader {\n-\t\tpanic(\"\")\n+\t\tpanic... | 2025-07-16T08:12:54 |
electron/electron | 22c149812c6ffb67b88e3035c9d242de7c94cea9 | 42164d70813b32390426e372003f9f144a811593 | build: add missing header for `content::SyntheticGestureTarget` (#41789)
IWYU: add missing header for `content::SyntheticGestureTarget`
GNU libstdc++ does not allow using std::unique_ptr on incomplete types,
leading to a compile error. | [
{
"path": "shell/browser/osr/osr_render_widget_host_view.cc",
"patch": "@@ -25,6 +25,7 @@\n #include \"content/browser/renderer_host/render_widget_host_delegate.h\" // nogncheck\n #include \"content/browser/renderer_host/render_widget_host_owner_delegate.h\" // nogncheck\n #include \"content/common/input/... | 2024-04-08T16:17:00 |
vercel/next.js | 721def6b5815c6618e152e62501d0d2338d41c77 | deee6f3089e3f4407ef5b8882ba00a273a50df8f | Update next-intlayer reference in i18n doc (#83761)
[`next-intlayer`](https://intlayer.org/doc/environment/nextjs) is an
i18n library that adopts a per-component approach to manage multilingual
content in a next.js application.
### Changes
- Fix doc related to page-router documentation,
- And add App Router realted d... | [
{
"path": "docs/01-app/02-guides/internationalization.mdx",
"patch": "@@ -215,3 +215,4 @@ export default async function RootLayout({ children, params }) {\n - [`paraglide-next`](https://inlang.com/m/osslbuzt/paraglide-next-i18n)\n - [`lingui`](https://lingui.dev)\n - [`tolgee`](https://tolgee.io/apps-integr... | 2025-09-15T14:09:42 |
rust-lang/rust | 394afbe88f30dc56347ab56b24e47aa7386e42b9 | d074e48dcb19122c4a1d4855b8e68b4c4aa41be0 | Remove `no-rustfix` marker for tests with no lint suggestions | [
{
"path": "tests/ui-toml/expect_used/expect_used.rs",
"patch": "@@ -1,5 +1,4 @@\n //@compile-flags: --test\n-//@no-rustfix\n #![warn(clippy::expect_used)]\n #![allow(clippy::unnecessary_literal_unwrap)]\n ",
"additions": 0,
"deletions": 1,
"language": "Rust"
},
{
"path": "tests/ui-toml/e... | 2026-02-22T10:32:23 |
golang/go | 46b5839231381e8b36eab10ba9b2c37ba579a75d | 98f301cf687b7a3aaab62c9d28999136117f9589 | test/codegen: fix failing condmove wasm tests
These recently added tests failed when using the -all_codgen flag.
Fixes #74770
Change-Id: Idea1ea02af2bd9f45c7d0a28d633c7442328e6df
Reviewed-on: https://go-review.googlesource.com/c/go/+/690715
Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
Run-TryBot: Michael Munday <mik... | [
{
"path": "test/codegen/condmove.go",
"patch": "@@ -459,7 +459,7 @@ func cmovmathadd(a uint, b bool) uint {\n \t// amd64:\"ADDQ\", -\"CMOV\"\n \t// arm64:\"CSINC\", -\"CSEL\"\n \t// ppc64x:\"ADD\", -\"ISEL\"\n-\t// wasm:\"Add\", \"-Select\"\n+\t// wasm:\"I64Add\", -\"Select\"\n \treturn a\n }\n \n@@ -470,7 ... | 2025-07-26T23:17:49 |
facebook/react | 857ee8cdf9af81bc94a7f04528fbda7fb2510eb4 | ea26e38e33bffeba1ecc42688d7e8cd7e0da1c02 | Don't minify symbols in production builds (#28881)
This disables symbol renaming in production builds. The original
variable and function names are preserved. All other forms of
compression applied by Closure (dead code elimination, inlining, etc)
are unchanged — the final program is identical to what we were produ... | [
{
"path": "dangerfile.js",
"patch": "@@ -43,8 +43,8 @@ const SIGNIFICANCE_THRESHOLD = 0.002;\n const CRITICAL_ARTIFACT_PATHS = new Set([\n // We always report changes to these bundles, even if the change is\n // insignificant or non-existent.\n- 'oss-stable/react-dom/cjs/react-dom.production.min.js',\n... | 2024-04-20T15:23:46 |
electron/electron | 3eb94b72ba6659fb27d59a71f1f9ba945219bd15 | 752f2eb1248e42fb3d3aceceec76e18079ab34d1 | feat: Options parameter for `Session.clearData` API (#41355)
* feat: Options parameter for `Session.clearData` API
* Consolidate & curate data type categories
* Update docs for better typing
* off-by-one typo
* refactor to use `std::shared_ptr` instead of `base::RefCounted`
* fix compile errors
* std... | [
{
"path": "docs/api/session.md",
"patch": "@@ -1428,23 +1428,34 @@ is emitted.\n Returns `string | null` - The absolute file system path where data for this\n session is persisted on disk. For in memory sessions this returns `null`.\n \n-#### `ses.clearData()`\n+#### `ses.clearData([options])`\n \n-Returns... | 2024-04-01T16:09:01 |
vercel/next.js | deee6f3089e3f4407ef5b8882ba00a273a50df8f | de42be7c87340c06abd3a4cabf7b5ce5b1623a03 | docs(data-security): add bun package manager example (#83735)
Adds the `bun add server-only` command to the data security guide.
This change adds the missing Bun package manager example to the
`docs/01-app/02-guides/data-security.mdx` file, ensuring consistency
with other documentation sections.
Fixes #83734
Co-aut... | [
{
"path": "docs/01-app/02-guides/data-security.mdx",
"patch": "@@ -251,6 +251,10 @@ yarn add server-only\n pnpm add server-only\n ```\n \n+```bash package=\"bun\"\n+bun add server-only\n+```\n+\n ```ts filename=\"lib/data.ts\"\n import 'server-only'\n ",
"additions": 4,
"deletions": 0,
"language... | 2025-09-15T13:51:41 |
golang/go | e81eac19d30f373496cd1d08ce2f89c0469a21fd | 6fbad4be75e7746512bbe55794694ed788ea5c5b | hash/crc32: fix incorrect checksums with avx512+race
CRC value loaded from incorrect register, which happened
to line up with actual register on default compile.
Therefore failures would only show up with -race.
Add regression test with longer payloads.
Fix regression from CL 689435.
Fixes #74767.
Change-Id: Ib63d... | [
{
"path": "src/hash/crc32/crc32_amd64.s",
"patch": "@@ -173,11 +173,11 @@ TEXT ·ieeeCLMUL(SB),NOSPLIT,$0\n \tCMPQ CX, $1024\n \tJL useSSE42\n \n-\t// Use AVX512\n-\tVPXORQ Z0, Z0, Z0\n-\tVMOVQ AX, X0\n+\t// Use AVX512. Zero upper and Z10 and load initial CRC into lower part of Z10.\n+\tVPXORQ Z1... | 2025-07-28T15:26:52 |
facebook/react | 9f9f4a9f1138eabdc466cc10544d6b0727dca027 | 07ba52bc1a09d7650685fab1c0da01e208ea96b9 | Fix gating mode hoisting check to skip type references
ghstack-source-id: f83e9e28c1cdf31dba718e62db12aaa3a5f9ddab
Pull Request resolved: https://github.com/facebook/react-forget/pull/2876 | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Program.ts",
"patch": "@@ -758,6 +758,18 @@ function checkFunctionReferencedBeforeDeclarationAtTopLevel(\n const errors = new CompilerError();\n \n program.traverse({\n+ TypeAnnotation(path) {\n+ path.skip();\n+ },\n+ TS... | 2024-04-19T22:16:19 |
electron/electron | 0bf53a3876f493080a15c6d609feb3436aa435e0 | 62d4b21819ecee4f634731f7aad80da8abf2801e | fix: `Storage.{get|set|clear}Cookies` via CDP not working (#41718) | [
{
"path": "shell/browser/ui/devtools_manager_delegate.cc",
"patch": "@@ -28,6 +28,7 @@\n #include \"net/socket/stream_socket.h\"\n #include \"net/socket/tcp_server_socket.h\"\n #include \"shell/browser/browser.h\"\n+#include \"shell/browser/electron_browser_context.h\"\n #include \"shell/common/electron_pat... | 2024-03-28T23:09:27 |
nodejs/node | c5aa8b8ef11e5e593a193454fc4ffd642b48e137 | 19d58c5181e0a7d9a039a1a36163f29c499407d5 | node-api: define version 10
Notable runtime changes to existing APIs:
- returning `node_api_cannot_run_js` instead of
`napi_pending_exception`.
- allow creating references to objects, functions, and symbols.
PR-URL: https://github.com/nodejs/node/pull/55676
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed... | [
{
"path": "doc/api/n-api.md",
"patch": "@@ -1748,7 +1748,7 @@ will not be freed. This can be avoided by calling\n \n **Change History:**\n \n-* Experimental (`NAPI_EXPERIMENTAL` is defined):\n+* Version 10 (`NAPI_VERSION` is defined as `10` or higher):\n \n References can be created for all value types. T... | 2024-12-31T16:29:50 |
golang/go | 6fbad4be75e7746512bbe55794694ed788ea5c5b | 5045fdd8ff8769c34e837fbfb0894a72dfa73b4d | cmd/compile: remove no-longer-necessary call to calculateDepths
We now calculate depths by default, no need to ask.
All calls were removed in CL 680775 when that CL was written, but an
additional call appeared between then and submitting the CL. Oops.
Another case for which a presubmit check would help.
Fixes #74762... | [
{
"path": "src/cmd/compile/internal/ssa/likelyadjust.go",
"patch": "@@ -15,7 +15,7 @@ type loop struct {\n \t// Next three fields used by regalloc and/or\n \t// aid in computation of inner-ness and list of blocks.\n \tnBlocks int32 // Number of blocks in this loop but not within inner loops\n-\tdepth int1... | 2025-07-25T21:15:50 |
facebook/react | 0e0b69321a6fcfe8a3eaae3b1016beb110437b38 | f5ce642deed7c74c5ae5df54ec4340a8d028eac9 | Run Closure on non-minified prod builds, too (#28827)
In #26446 we started publishing non-minified versions of our production
build artifacts, along with source maps, for easier debugging of React
when running in production mode.
The way it's currently set up is that these builds are generated
*before* Closure c... | [
{
"path": "package.json",
"patch": "@@ -94,6 +94,7 @@\n \"shelljs\": \"^0.8.5\",\n \"signedsource\": \"^2.0.0\",\n \"targz\": \"^1.0.1\",\n+ \"terser\": \"^5.30.3\",\n \"through2\": \"^3.0.1\",\n \"tmp\": \"^0.1.0\",\n \"typescript\": \"^3.7.5\",",
"additions": 1,
"deletio... | 2024-04-19T18:22:38 |
electron/electron | 61457c9498e02213b96c92b1bd121d716fc74575 | c6102b9278c81dfed3de3011f93d547921c41263 | feat(serial): allow Bluetooth ports to be requested by service class ID (#41638)
* feat(serial): allow Bluetooth ports to be requested by service class ID
* fix: bluetooth dependency | [
{
"path": "BUILD.gn",
"patch": "@@ -475,6 +475,7 @@ source_set(\"electron_lib\") {\n \"//net:extras\",\n \"//net:net_resources\",\n \"//printing/buildflags\",\n+ \"//services/device/public/cpp/bluetooth:bluetooth\",\n \"//services/device/public/cpp/geolocation\",\n \"//services/device... | 2024-03-28T17:23:13 |
facebook/react | 682f5a920a238ff87a317689d3f7e20fb3117fa6 | a9732d65b48b73c1dabb3e3d218eed7d3a1885cc | [dx] Update capitalized call error messages
ghstack-source-id: dbc012018ecc73007dfb3e745615605512ab6867
Pull Request resolved: https://github.com/facebook/react-forget/pull/2870 | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Validation/ValidateNoCapitalizedCalls.ts",
"patch": "@@ -49,7 +49,8 @@ export function validateNoCapitalizedCalls(fn: HIRFunction): void {\n const calleeName = capitalLoadGlobals.get(calleeIdentifier);\n if (calleeName != null) {... | 2024-04-18T18:07:10 |
nodejs/node | 19d58c5181e0a7d9a039a1a36163f29c499407d5 | 4afb0e235a0c3e8c35314abc15bf2f9c3c71fe88 | module: fix async resolution error within the sync `findPackageJSON`
PR-URL: https://github.com/nodejs/node/pull/56382
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> | [
{
"path": "doc/api/module.md",
"patch": "@@ -81,13 +81,17 @@ added: v23.2.0\n * `base` {string|URL} The absolute location (`file:` URL string or FS path) of the\n containing module. For CJS, use `__filename` (not `__dirname`!); for ESM, use\n `import.meta.url`. You do not need to pass it if `specifier`... | 2024-12-31T12:07:23 |
golang/go | 5045fdd8ff8769c34e837fbfb0894a72dfa73b4d | d28b27cd8e612f3e3e6ffcfb7444a4e8829dbb48 | cmd/compile: fix containsUnavoidableCall computation
The previous algorithm was incorrect, as it reused the dominatedByCall
slice without resetting it. It also used the depth fields even though
they were not yet calculated.
Also, clean up a lot of the loop detector code that we never use.
Always compute depths. It i... | [
{
"path": "src/cmd/compile/internal/ssa/likelyadjust.go",
"patch": "@@ -12,18 +12,15 @@ type loop struct {\n \theader *Block // The header node of this (reducible) loop\n \touter *loop // loop containing this loop\n \n-\t// By default, children, exits, and depth are not initialized.\n-\tchildren []*loop ... | 2025-06-10T21:37:47 |
electron/electron | 72c2b9e8625be58aafe3f90f42da745f40663a07 | 08241669bc7a899142a7dbd48ee27dc5a9af5c12 | fix: recognize 'undefined' header value in `ClientRequest` (#41615)
Co-authored-by: zowu <luke.wu@nokia-sbell.com> | [
{
"path": "lib/common/api/net-client-request.ts",
"patch": "@@ -209,6 +209,22 @@ type ExtraURLLoaderOptions = {\n headers: Record<string, { name: string, value: string | string[] }>;\n allowNonHttpProtocols: boolean;\n }\n+\n+function validateHeader (name: any, value: any): void {\n+ if (typeof name ... | 2024-03-27T23:46:07 |
facebook/react | a9732d65b48b73c1dabb3e3d218eed7d3a1885cc | da6c4612a36d8358fc735f75bbe2e7d9ff64a3c4 | [dx] Improve error messages for unpreserved memoization
ghstack-source-id: ff5bcaa7ab219035f57dc3dc3396c9a324896d4b
Pull Request resolved: https://github.com/facebook/react-forget/pull/2869 | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/CompilerError.ts",
"patch": "@@ -23,7 +23,7 @@ export enum ErrorSeverity {\n */\n InvalidConfig = \"InvalidConfig\",\n /**\n- * Code that can reasonably occur and that doesn't break any rules, but is unsafe to perserve\n+ * Code that can ... | 2024-04-18T16:49:27 |
vercel/next.js | bf46a6fad745f702b2ec093683035d9d4b43b979 | 323eebcee7f15d4c880654ed9cd3b46c49e80dc7 | Turbopack: Remove matchers.reload() call on each request (#83720)
## What?
It's likely that because of the bug in #83628 this logic existed in
order to make the tests pass but it adds significant overhead depending
on the size of your `app` directory. Since #83628 matches the watcher no
longer wait for 200ms it shoul... | [
{
"path": "packages/next/src/server/base-server.ts",
"patch": "@@ -606,6 +606,10 @@ export default abstract class Server<\n this.responseCache = this.getResponseCache({ dev })\n }\n \n+ protected reloadMatchers() {\n+ return this.matchers.reload()\n+ }\n+\n private handleRSCRequest: RouteHandle... | 2025-09-15T09:51:57 |
nodejs/node | 91c6b8a38e6923bf2e36f120a3b5949fb2e10b86 | 7d7e2cec25f7da017e1596262a7907351de87e23 | assert: make partialDeepStrictEqual throw when comparing [0] with [-0]
Fixes: https://github.com/nodejs/node/issues/56230
PR-URL: https://github.com/nodejs/node/pull/56237
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
Review... | [
{
"path": "lib/assert.js",
"patch": "@@ -56,6 +56,7 @@ const {\n StringPrototypeIndexOf,\n StringPrototypeSlice,\n StringPrototypeSplit,\n+ Symbol,\n SymbolIterator,\n TypedArrayPrototypeGetLength,\n Uint8Array,\n@@ -497,6 +498,17 @@ function partiallyCompareSets(actual, expected, comparedObjec... | 2024-12-12T10:54:48 |
golang/go | d28b27cd8e612f3e3e6ffcfb7444a4e8829dbb48 | 7b53d8d06ec432b1434b675b96a11526de6e6abe | go/types, types2: use nil to represent incomplete explicit aliases
Using Invalid to represent an incomplete alias is problematic since
it implies that an error has been reported somewhere. This causes
confusion for observers of invalid aliases trying not to emit
follow-on errors.
This change uses nil instead to repre... | [
{
"path": "src/cmd/compile/internal/types2/alias.go",
"patch": "@@ -6,7 +6,6 @@ package types2\n \n import (\n \t\"cmd/compile/internal/syntax\"\n-\t\"fmt\"\n )\n \n // An Alias represents an alias type.\n@@ -50,7 +49,7 @@ type Alias struct {\n }\n \n // NewAlias creates a new Alias type with the given type... | 2025-06-24T21:16:24 |
electron/electron | 6e361537994dfeedae2f64b07243118ba0d838d7 | 4f76fff97879ee8f9b2d0dcfd43e686ff8757c69 | build: fix potential source of errors in issue workflow (#41715) | [
{
"path": ".github/workflows/issue-opened.yml",
"patch": "@@ -38,6 +38,8 @@ jobs:\n - run: npm install mdast-util-from-markdown@2.0.0 unist-util-select@5.1.0\n - name: Add labels\n uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1\n+ env:\n+ IS... | 2024-03-27T16:50:55 |
facebook/react | da6c4612a36d8358fc735f75bbe2e7d9ff64a3c4 | e3d0f4bce842e8687f2bb2032b167549d30126fb | [dx] Consistently use backticks for quoting input in error messages
ghstack-source-id: 34e5507c08fb883c987c88f415158fac781a5f8e
Pull Request resolved: https://github.com/facebook/react-forget/pull/2863 | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Program.ts",
"patch": "@@ -494,7 +494,7 @@ function getReactFunctionType(\n default: {\n assertExhaustive(\n pass.opts.compilationMode,\n- `Unexpected compilationMode '${pass.opts.compilationMode}'`\n+ `Une... | 2024-04-18T16:21:24 |
vercel/next.js | 99b078b8dacaf93cfdcbd6ff7b5558971fca8562 | 370ba8d05e28723e424979f7a0ae7c6ebed520d9 | Emit build error when `'use cache'` directive is misspelled (#83756)
Handles cases like:
- `'use cache:remote'` (missing space after colon)
- `'use cache : default'` (extra space before colon)
- `'use cache private'` (missing colon)
- `'use cache: '` (missing cache kind)
closes NAR-392 | [
{
"path": "crates/next-custom-transforms/src/transforms/server_actions.rs",
"patch": "@@ -2739,7 +2739,7 @@ impl DirectiveVisitor<'_> {\n });\n } else\n // `use cache` or `use cache: foo`\n- if value == \"use cache\" || value.starts_with(\"u... | 2025-09-13T18:59:39 |
nodejs/node | ba5992831b4175c086580cfd2adbf07411821669 | c94a9dbc40790273a70a0d0e9879b42dcf44ffba | module: unflag --experimental-strip-types
PR-URL: https://github.com/nodejs/node/pull/56350
Fixes: https://github.com/nodejs/typescript/issues/17
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Revie... | [
{
"path": "benchmark/ts/strip-typescript.js",
"patch": "@@ -12,7 +12,7 @@ const bench = common.createBenchmark(main, {\n filepath: [ts, js],\n n: [1e4],\n }, {\n- flags: ['--experimental-strip-types', '--disable-warning=ExperimentalWarning'],\n+ flags: ['--disable-warning=ExperimentalWarning'],\n });\... | 2024-12-26T18:46:06 |
golang/go | 7b53d8d06ec432b1434b675b96a11526de6e6abe | 374e3be2eb9b546ef1340f750e343c15a8f87dde | cmd/compile/internal/types2: add loaded state between loader calls and constraint expansion
There is a deadlock issue when calling SetConstraint from a lazy loader
because the loader is called from resolve(), which is holding a lock on
the loaded type.
If the loaded type has a generic constraint which refers back to ... | [
{
"path": "src/cmd/compile/internal/importer/gcimporter_test.go",
"patch": "@@ -673,3 +673,50 @@ type S struct {\n \t}\n \twg.Wait()\n }\n+\n+func TestIssue63285(t *testing.T) {\n+\ttestenv.MustHaveGoBuild(t)\n+\n+\t// This package only handles gc export data.\n+\tif runtime.Compiler != \"gc\" {\n+\t\tt.Ski... | 2025-06-13T15:47:57 |
electron/electron | 4f76fff97879ee8f9b2d0dcfd43e686ff8757c69 | c82ec0c72b8558a13147fe8f8cd98b2bdef8364e | fix: don't do self-destroy in LibnotifyNotification::Dismiss() (#41691)
Callers of Notification::Dismiss() assume that the notification
instance is not deleted after the call, but this was not the case
for LibnotifyNotification:
- Destroy() would get `this` deleted.
- notify_notification_close() in portal environm... | [
{
"path": "shell/browser/notifications/linux/libnotify_notification.cc",
"patch": "@@ -159,21 +159,21 @@ void LibnotifyNotification::Show(const NotificationOptions& options) {\n \n void LibnotifyNotification::Dismiss() {\n if (!notification_) {\n- Destroy();\n return;\n }\n \n GError* error = n... | 2024-03-27T09:53:23 |
facebook/react | e3d0f4bce842e8687f2bb2032b167549d30126fb | 8c8bd00c04177eedebf31b3284f9c2a2b4958d66 | [dx] Update NoRefAccessInRender error messages
ghstack-source-id: a5623aa4f29e15c89d2dfbe855bab9843e240a8a
Pull Request resolved: https://github.com/facebook/react-forget/pull/2862 | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Validation/ValidateNoRefAccesInRender.ts",
"patch": "@@ -120,7 +120,7 @@ function validateNoRefAccessInRenderImpl(\n errors.push({\n severity: ErrorSeverity.InvalidReact,\n reason:\n- \"This fun... | 2024-04-18T16:21:23 |
vercel/next.js | 370ba8d05e28723e424979f7a0ae7c6ebed520d9 | fc307c4f23b18a054cdc6dfb5453749a2947b1a0 | [OTel] fix: Root span name should not include high cardinality URL (#75416)
> HTTP span names SHOULD be {method} {target} if there is a
(low-cardinality) target available. If there is no (low-cardinality)
{target} available, HTTP span names SHOULD be {method}.
Some root spans don't have the `next.route` name availabl... | [
{
"path": "packages/next/src/build/templates/app-page.ts",
"patch": "@@ -459,7 +459,7 @@ export async function handler(\n })\n span.updateName(name)\n } else {\n- span.updateName(`${method} ${req.url}`)\n+ span.updateName(`${method}`)\n }\n })\n ... | 2025-09-12T23:42:47 |
golang/go | 374e3be2eb9b546ef1340f750e343c15a8f87dde | 1aa154621d414c0d9886e581ae058187f5277e60 | os/user: user random name for the test user account
TestImpersonated and TestGroupIdsTestUser are flaky due to sporadic
failures when creating the test user account when running the tests
from different processes at the same time.
This flakiness can be fixed by using a random name for the test user
account.
Fixes #7... | [
{
"path": "src/os/user/user_windows_test.go",
"patch": "@@ -7,6 +7,7 @@ package user\n import (\n \t\"crypto/rand\"\n \t\"encoding/base64\"\n+\t\"encoding/binary\"\n \t\"errors\"\n \t\"fmt\"\n \t\"internal/syscall/windows\"\n@@ -16,11 +17,92 @@ import (\n \t\"runtime\"\n \t\"slices\"\n \t\"strconv\"\n+\t\"s... | 2025-07-24T13:38:35 |
nodejs/node | 1d1d8f2df35d2b48fff0d822980e937dfd66f9ec | b420c8fce2fa106afbf501f17939403dcbc77ba2 | url: use resolved path to convert UNC paths to URL
PR-URL: https://github.com/nodejs/node/pull/56302
Fixes: https://github.com/nodejs/node/issues/56262
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Xugu... | [
{
"path": "lib/internal/url.js",
"patch": "@@ -1512,32 +1512,35 @@ function fileURLToPath(path, options = kEmptyObject) {\n \n function pathToFileURL(filepath, options = kEmptyObject) {\n const windows = options?.windows ?? isWindows;\n- if (windows && StringPrototypeStartsWith(filepath, '\\\\\\\\')) {\n... | 2024-12-25T18:42:11 |
electron/electron | c57ce31e84120efc74125fd084931092c9a4d228 | 32b44aa5c8a7e3dd26951aa4201d6faacb5d2851 | test: fix flaky tests in `webContents.navigationHistory` (#41705)
test: fix flaky tests by replacing real urls with data urls | [
{
"path": "spec/api-web-contents-spec.ts",
"patch": "@@ -548,6 +548,9 @@ describe('webContents module', () => {\n \n describe('navigationHistory', () => {\n let w: BrowserWindow;\n+ const urlPage1 = 'data:text/html,<html><head><script>document.title = \"Page 1\";</script></head><body></body></html>... | 2024-03-27T04:49:11 |
facebook/react | 8c8bd00c04177eedebf31b3284f9c2a2b4958d66 | c84ff16afba0d5b72d0252e0e96be71fcb16848f | [dx] Update error messages for manual memo validation
ghstack-source-id: 1a88145049d7f7acb01748ad6ec4dd1500781766
Pull Request resolved: https://github.com/facebook/react-forget/pull/2861 | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Inference/DropManualMemoization.ts",
"patch": "@@ -282,14 +282,14 @@ function extractManualMemoizationArgs(\n >;\n if (fnPlace == null) {\n CompilerError.throwInvalidReact({\n- reason: `Expected ${kind} call to pass a callback function`... | 2024-04-18T16:21:22 |
vercel/next.js | c6a00f4f534efbd12cbee05d91ad9592df70b294 | 51b14409bdd13695fb420db9cdc968bcb7e26a4c | Fix type for unhandled rejection handler process.removeListener (#83748) | [
{
"path": "packages/next/src/server/node-environment-extensions/unhandled-rejection.tsx",
"patch": "@@ -221,7 +221,7 @@ function installUnhandledRejectionFilter(): void {\n }\n // For other events, use the original method\n return originalProcessRemoveListener.call(process, event, listener... | 2025-09-12T23:11:43 |
golang/go | aeb256e98ac479e2b590d79f6237174343934d10 | 08376e1a9c57d4b07a77d156810d3fec46caba79 | cmd/compile: remove unused arg from gorecover
We don't need this argument anymore to match up
a recover with its corresponding panic.
Change-Id: I5d3646cdd766259ee9d3d995a2f215f02e17abc6
Reviewed-on: https://go-review.googlesource.com/c/go/+/685555
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result... | [
{
"path": "src/cmd/compile/internal/escape/call.go",
"patch": "@@ -192,7 +192,7 @@ func (e *escape) call(ks []hole, call ir.Node) {\n \t\te.discard(call.X)\n \t\te.discard(call.Y)\n \n-\tcase ir.ODELETE, ir.OPRINT, ir.OPRINTLN, ir.ORECOVERFP:\n+\tcase ir.ODELETE, ir.OPRINT, ir.OPRINTLN, ir.ORECOVER:\n \t\tc... | 2025-07-02T17:00:42 |
nodejs/node | bd0b704d3cf159645e51c2d14e788b74e908377c | 49acdc8748fe9fe83bc1b444e24c456dff00ecc5 | doc: fix the `crc32` documentation
PR-URL: https://github.com/nodejs/node/pull/55898
Fixes: https://github.com/nodejs/node/issues/55800
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> | [
{
"path": "doc/api/zlib.md",
"patch": "@@ -910,7 +910,67 @@ The `zlib.bytesWritten` property specifies the number of bytes written to\n the engine, before the bytes are processed (compressed or decompressed,\n as appropriate for the derived class).\n \n-### `zlib.crc32(data[, value])`\n+### `zlib.close([cal... | 2024-12-24T20:53:53 |
electron/electron | 32b44aa5c8a7e3dd26951aa4201d6faacb5d2851 | 7032c0d03c9d4b80fd11bfb972d6fda48b0e6a20 | fix: crash on extension unload when script validation finishes (#41686)
https://chromium-review.googlesource.com/c/chromium/src/+/5225796 | [
{
"path": "shell/browser/extensions/api/scripting/scripting_api.cc",
"patch": "@@ -22,6 +22,7 @@\n #include \"extensions/browser/api/scripting/scripting_utils.h\"\n #include \"extensions/browser/extension_api_frame_id_map.h\"\n #include \"extensions/browser/extension_file_task_runner.h\"\n+#include \"extens... | 2024-03-26T13:32:06 |
facebook/react | 36e62c6034281f23e5eb5aac776f5835faf06bfb | 4fdbac075fd1e804080068b3fd0e86528bf1c9b0 | delete useless eslint-disable-next-line (#28859)
<!--
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 a pull request, pleas... | [
{
"path": "packages/react-reconciler/src/ReactFiberCompleteWork.js",
"patch": "@@ -329,7 +329,6 @@ function appendAllChildrenToContainer(\n // children to find all the terminal nodes.\n let node = workInProgress.child;\n while (node !== null) {\n- // eslint-disable-next-line no-labels\n ... | 2024-04-18T15:49:55 |
rust-lang/rust | ecb778fc61906ea2e94247435e516c8fcbc124c5 | cb083142f215bf20c05e97a3ecddd15962d89707 | Remove explicit `tcx` bindings from `query` entries.
As currently written, these have big problems.
- `desc` and `cache_on_disk_if` modifiers use different syntaxes to
introduce `tcx`.
- `desc` is mis-implemented such that the explicit binding isn't even
necessary and the key name can be botched, as the previous t... | [
{
"path": "compiler/rustc_macros/src/query.rs",
"patch": "@@ -103,13 +103,11 @@ impl<T: Parse> Parse for List<T> {\n \n struct Desc {\n modifier: Ident,\n- tcx_binding: Option<Ident>,\n expr_list: Punctuated<Expr, Token![,]>,\n }\n \n struct CacheOnDiskIf {\n modifier: Ident,\n- tcx_bindin... | 2026-02-20T06:01:50 |
vercel/next.js | 51b14409bdd13695fb420db9cdc968bcb7e26a4c | 99e09714e4f84b961ce3ad95510dced647f12445 | Fix reentrancy of unhandledRejection filtering (#83741)
Node's internal implementation of process.removeAllListeners calls
process.removeListener internally. The simple patching method originally
tried does not account for this which can lead to listeners not being
removed from the actual process event emitter.
To fi... | [
{
"path": "packages/next/src/server/node-environment-extensions/unhandled-rejection.test.ts",
"patch": "@@ -0,0 +1,1015 @@\n+/**\n+ * Testing unhandled rejections in Jest is quite tricky because by default Jest will fail the test\n+ * if there are any unhandled rejections. This is a unit test and we want to... | 2025-09-12T23:09:43 |
golang/go | 08376e1a9c57d4b07a77d156810d3fec46caba79 | c76c3abc5426ab3d183514c834bcd7d6a653ae89 | runtime: iterate through inlinings when processing recover()
We care about the wrapper-ness of logical frames, not physical frames.
Fixes #73916
Fixes #73917
Fixex #73920
Change-Id: Ia17c8390e71e6c0e13e23dcbb7bc7273ef25da90
Reviewed-on: https://go-review.googlesource.com/c/go/+/685375
Reviewed-by: Keith Randall <khr... | [
{
"path": "src/runtime/panic.go",
"patch": "@@ -1142,18 +1142,21 @@ func gorecover(_ uintptr) any {\n \t\tnonWrapperFrames := 0\n \tloop:\n \t\tfor ; u.valid(); u.next() {\n-\t\t\tswitch u.frame.fn.funcID {\n-\t\t\tcase abi.FuncIDWrapper:\n-\t\t\t\tcontinue\n-\t\t\tcase abi.FuncID_gopanic:\n-\t\t\t\tif u.fr... | 2025-07-01T22:29:12 |
nodejs/node | 48c75bc02b24445199bc7cd3bc0cb54da369d197 | 31c20f6e52dfd96c8972f92231f002c483a6eb47 | tools: fix `require-common-first` lint rule from subfolder
PR-URL: https://github.com/nodejs/node/pull/56325
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name> | [
{
"path": "test/addons/esm/test-esm.mjs",
"patch": "@@ -4,7 +4,6 @@\n * the ESM loader or the CJS loader.\n */\n \n-// eslint-disable-next-line node-core/require-common-first\n import { buildType } from '../../common/index.mjs';\n import assert from 'node:assert';\n import { createRequire } from 'node:mod... | 2024-12-22T18:44:20 |
facebook/react | c84ff16afba0d5b72d0252e0e96be71fcb16848f | 87993f333adf28003bca97a24507be6ddc13a2f4 | [dx] Update error message for reassigning globals
ghstack-source-id: 48ce4b55a8b4b5a22c8ec29f6787732ab2a67778
Pull Request resolved: https://github.com/facebook/react-forget/pull/2860 | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/HIR/BuildHIR.ts",
"patch": "@@ -16,7 +16,7 @@ import {\n } from \"../CompilerError\";\n import { Err, Ok, Result } from \"../Utils/Result\";\n import { assertExhaustive, hasNode } from \"../Utils/utils\";\n-import { Environment } from \"./Environmen... | 2024-04-18T14:46:22 |
electron/electron | 8c427253b3cc0bff8499c1fc0188c9ebaee135bc | ed28ead8ac0cd2e8544d1b437a1b8e529fa3e429 | refactor: update `gin_helper/function_template` (#41534)
* refactor: update gin_helper/function_template
* fix: crash in Node.js Worker threads | [
{
"path": "shell/common/gin_helper/callback.h",
"patch": "@@ -132,8 +132,9 @@ template <typename ReturnType, typename... ArgTypes>\n struct NativeFunctionInvoker<ReturnType(ArgTypes...)> {\n static void Go(base::RepeatingCallback<ReturnType(ArgTypes...)> val,\n gin::Arguments* args) {\n- ... | 2024-03-25T09:01:54 |
vercel/next.js | 72cf080a7307957c4a714c1fb36b1b7a390f9766 | 33016f3c55f4595f2601fe9d5ced8f7c675cf7fc | Fix index data route for adapter build-complete (#83730)
Fixes another case caught by testing ensuring we normalize the
`_next/data` filename correctly for `index`. | [
{
"path": "packages/next/src/build/adapter/build-complete.ts",
"patch": "@@ -851,7 +851,10 @@ export async function handleBuildComplete({\n outputs.prerenders.push(initialOutput)\n \n if (dataRoute) {\n- let dataFilePath = path.join(pagesDistDir, `${route}.json`)\n+ let dat... | 2025-09-12T16:51:57 |
golang/go | c76c3abc5426ab3d183514c834bcd7d6a653ae89 | ebdbfccd989b07a8aef75af5fbe7448f035ee239 | encoding/json: fix truncated Token error regression in goexperiment.jsonv2
The jsontext.Decoder.ReadToken method reports a non-EOF error,
if the token stream is truncated and does not form a valid JSON value.
In contrast, the v1 json.Decoder.Token method would report EOF
so long as the input was a prefix of some valid... | [
{
"path": "src/encoding/json/stream_test.go",
"patch": "@@ -522,3 +522,38 @@ func TestHTTPDecoding(t *testing.T) {\n \t\tt.Errorf(\"Decode error:\\n\\tgot: %v\\n\\twant: io.EOF\", err)\n \t}\n }\n+\n+func TestTokenTruncation(t *testing.T) {\n+\ttests := []struct {\n+\t\tin string\n+\t\terr error\n+\t}{\n+... | 2025-07-25T00:10:54 |
facebook/react | 496e8733bb7fdee8f8678100c8b601ead8a2d23b | b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d | convert circleci workflow devtools_regression_tests to github actions (#27800)
## Summary
This pull request converts the CircleCI workflows to GitHub actions
workflows. [Github Actions
Importer](https://github.com/github/gh-actions-importer) was used to
convert the workflows initially, then I edited them manuall... | [
{
"path": ".github/workflows/devtools_regression_tests.yml",
"patch": "@@ -0,0 +1,137 @@\n+name: facebook/react/devtools_regression_tests\n+on:\n+ schedule:\n+ - cron: 0 0 * * *\n+ push:\n+ branches:\n+ - main\n+ workflow_dispatch:\n+ inputs:\n+ prerelease_commit_sha:\n+ required:... | 2024-04-18T14:04:27 |
nodejs/node | 31c20f6e52dfd96c8972f92231f002c483a6eb47 | b8140384473c286f35c67a431b4e5805946dc4c1 | build: fix GN build for ngtcp2
PR-URL: https://github.com/nodejs/node/pull/56300
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Xuguang Mei <meixuguang@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com> | [
{
"path": "deps/ngtcp2/unofficial.gni",
"patch": "@@ -68,8 +68,7 @@ template(\"ngtcp2_gn_build\") {\n cflags_c = [\n \"-Wno-extra-semi\",\n \"-Wno-implicit-fallthrough\",\n- # Remove after https://github.com/ngtcp2/ngtcp2/issues/1050 is fixed.\n- \"-Wno-sometimes-uninitia... | 2024-12-18T03:50:24 |
electron/electron | ed28ead8ac0cd2e8544d1b437a1b8e529fa3e429 | 90a7e5acae5ac8f77443bdc16c678fcee350d22b | fix: WTF-8 decoding issue in `node:fs` (#41673)
fix: WTF-8 decoding issue in node:fs | [
{
"path": "patches/node/.patches",
"patch": "@@ -47,3 +47,4 @@ build_ensure_v8_pointer_compression_sandbox_is_enabled_on_64bit.patch\n fix_revert_src_lb_reducing_c_calls_of_esm_legacy_main_resolve.patch\n src_preload_function_for_environment.patch\n deprecate_vector_v8_local_in_v8.patch\n+fs_fix_wtf-8_decod... | 2024-03-24T19:39:37 |
rust-lang/rust | cb083142f215bf20c05e97a3ecddd15962d89707 | 46ccd829eb45012d94bd701d982bb296fb64863b | Remove explicit `tcx` bindings from query `desc`s.
Due to a bug they aren't actually necessary! (A few queries already take
advantage of this, probably unintentionally.) And the next commit will
remove support for explicit `tcx` bindings in favour of implicit. | [
{
"path": "compiler/rustc_middle/src/queries.rs",
"patch": "@@ -239,13 +239,13 @@ rustc_queries! {\n /// Avoid calling this query directly.\n query hir_module_items(key: LocalModDefId) -> &'tcx rustc_middle::hir::ModuleItems {\n arena_cache\n- desc { |tcx| \"getting HIR module items i... | 2026-02-20T05:48:05 |
vercel/next.js | 9a4d31f1ca56318662b106281e5eb1c22375ffdd | 4d26abdd268b3ac9ee0d42ea6bf6f72a72725d8a | Only enable unhandledRejection filtering when opted in (#83726)
We need to debug some unexpected process crashes in front. This change
makes the unhandled rejection filter only enabled when configred with
the __NEXT_USE_UNHANDLED_REJECTION_FILTER environment variable. | [
{
"path": "packages/next/src/server/node-environment-extensions/unhandled-rejection.tsx",
"patch": "@@ -21,6 +21,48 @@\n \n import { workUnitAsyncStorage } from '../app-render/work-unit-async-storage.external'\n \n+const MODE:\n+ | 'enabled'\n+ | 'debug'\n+ | 'true'\n+ | 'false'\n+ | '1'\n+ | '0'\n+ ... | 2025-09-12T15:57:20 |
facebook/react | 87993f333adf28003bca97a24507be6ddc13a2f4 | 4666bf8c17b7af893157d91e7eeafed0d1a87b61 | [dx] Update suppression error messages
ghstack-source-id: 0c362a349de86a07b4e9e381b942939ce4a24e69
Pull Request resolved: https://github.com/facebook/react-forget/pull/2859 | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Suppression.ts",
"patch": "@@ -164,12 +164,13 @@ export function suppressionsToCompilerError(\n switch (suppressionRange.source) {\n case \"Eslint\":\n reason =\n- \"React Compiler has bailed out of optimizing t... | 2024-04-18T01:25:40 |
golang/go | 91c4f0ccd542a505f72ad0db952f55688851e49e | 3636ced112d89da03739fa7d5468c0270addaa28 | reflect: avoid a bounds check in stack-constrained code
Since CL 682496 we need more stack space to handle bounds checks.
The code modified here normally has no bounds checks, but in -N
builds it still does and thus uses too much stack.
Use unsafe arithmetic to avoid the bounds check.
This will hopefully fix some of... | [
{
"path": "src/reflect/makefunc.go",
"patch": "@@ -8,6 +8,7 @@ package reflect\n \n import (\n \t\"internal/abi\"\n+\t\"internal/goarch\"\n \t\"unsafe\"\n )\n \n@@ -164,13 +165,18 @@ func moveMakeFuncArgPtrs(ctxt *makeFuncCtxt, args *abi.RegArgs) {\n \tfor i, arg := range args.Ints {\n \t\t// Avoid write ba... | 2025-07-24T23:41:23 |
electron/electron | 90a7e5acae5ac8f77443bdc16c678fcee350d22b | 707b9a58cc991a7a7d120f719701f06181753a0e | fix: normalize path before calling `showItemInFolder` and `openPath` (#41642)
* fix: normalize path before calling ShowItemInFolder
* fix: normalize path before calling OpenPath | [
{
"path": "shell/common/platform_util_win.cc",
"patch": "@@ -336,17 +336,20 @@ void ShowItemInFolder(const base::FilePath& full_path) {\n base::ThreadPool::CreateCOMSTATaskRunner(\n {base::MayBlock(), base::TaskPriority::USER_BLOCKING})\n ->PostTask(FROM_HERE,\n- base::BindOnce... | 2024-03-22T14:28:44 |
rust-lang/rust | 46ccd829eb45012d94bd701d982bb296fb64863b | d8b2222b11fc03a31d43707c8c9006f025809ece | Fix bad key names in a couple of queries.
Due to a bug, you can currently use `key` within the `desc` block and
it'll just work regardless of what actual key name you specified. A
subsequent commit will fix this, so let's correct the affected queries
first. | [
{
"path": "compiler/rustc_middle/src/queries.rs",
"patch": "@@ -589,7 +589,7 @@ rustc_queries! {\n }\n \n /// Checks whether a type is representable or infinitely sized\n- query representability(_: LocalDefId) -> rustc_middle::ty::Representability {\n+ query representability(key: LocalDefId) -... | 2026-02-20T05:41:49 |
nodejs/node | b6df12819da0fd1e1a8dbeb65f5ddc54cb267ddf | 57b21b16d20f7327dca870dca3a1998e5dc10b6c | esm: add experimental support for addon modules
PR-URL: https://github.com/nodejs/node/pull/55844
Fixes: https://github.com/nodejs/node/issues/40541
Fixes: https://github.com/nodejs/node/issues/55821
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: J... | [
{
"path": "doc/api/cli.md",
"patch": "@@ -45,8 +45,11 @@ Otherwise, the file is loaded using the CommonJS module loader. See\n \n When loading, the [ES module loader][Modules loaders] loads the program\n entry point, the `node` command will accept as input only files with `.js`,\n-`.mjs`, or `.cjs` extensio... | 2024-12-20T11:59:08 |
facebook/react | 4666bf8c17b7af893157d91e7eeafed0d1a87b61 | fc7467ac0ed735aefbfdddc7889d9f1b7aefccf1 | [dx] Improve BuildHIR error messages
ghstack-source-id: cbf62aec4e768249a8c7f44fe6f3852183127415
Pull Request resolved: https://github.com/facebook/react-forget/pull/2858 | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/HIR/BuildHIR.ts",
"patch": "@@ -184,8 +184,9 @@ export function lower(\n directives = body.get(\"directives\").map((d) => d.node.value.value);\n } else {\n builder.errors.push({\n- reason: `Unexpected function body kind: ${body.type}}... | 2024-04-18T01:16:33 |
vercel/next.js | e578335fbf0f757a26fb1155308af2e12b28de12 | a63cd29bae8674719032ce3187593c1f2abd7fb0 | [devtool] fix overlay styles are missing (#83721) | [
{
"path": "packages/next/src/build/webpack/loaders/devtool/devtool-style-inject.js",
"patch": "@@ -85,42 +85,50 @@ function startObservingForPortal() {\n \n // Set up MutationObserver to watch for the portal element\n const observer = new MutationObserver((mutations) => {\n- if (mutations.length === ... | 2025-09-12T13:46:08 |
golang/go | 3636ced112d89da03739fa7d5468c0270addaa28 | a6eec8bdc79a89f6001d7788d280b8910c5f1b13 | encoding/json: fix extra data regression under goexperiment.jsonv2
When operating under v1 semantics in the v2 implementation,
a extra data error should take precedence over any semantic error
that could theoretically occur within the value itself.
This change only affects code compiled under goexperiment.jsonv2.
Fi... | [
{
"path": "src/encoding/json/jsontext/decode.go",
"patch": "@@ -776,7 +776,8 @@ func (d *decoderState) ReadValue(flags *jsonwire.ValueFlags) (Value, error) {\n \n // CheckNextValue checks whether the next value is syntactically valid,\n // but does not advance the read offset.\n-func (d *decoderState) Check... | 2025-07-24T19:16:35 |
electron/electron | 707b9a58cc991a7a7d120f719701f06181753a0e | a32705fd306d8f8f698fb3ae1043b0d84bb0dcb8 | fix: `app.setLoginItemSettings` error getting swallowed by gin conversion (#41647)
* fix: errors getting swallowed by gin conversion
* fix: Windows build
* test: re-enable disabled test | [
{
"path": "filenames.gni",
"patch": "@@ -583,6 +583,8 @@ filenames = {\n \"shell/common/gin_converters/hid_device_info_converter.h\",\n \"shell/common/gin_converters/image_converter.cc\",\n \"shell/common/gin_converters/image_converter.h\",\n+ \"shell/common/gin_converters/login_item_settings... | 2024-03-22T13:00:21 |
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.