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
nodejs/node
58e1cba200df9c1c70221d67d6038a7e7290b29c
238af6a8b546e69d2ebaf2cc220563da2dfd6b76
test: deflake async-hooks/test-improper-order on AIX PR-URL: https://github.com/nodejs/node/pull/58567 Fixes: https://github.com/nodejs/node/issues/58562 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Joy...
[ { "path": "test/async-hooks/test-improper-order.js", "patch": "@@ -51,8 +51,15 @@ if (process.argv[2] === 'child') {\n child.stderr.on('data', (d) => { errData = Buffer.concat([ errData, d ]); });\n child.stdout.on('data', (d) => { outData = Buffer.concat([ outData, d ]); });\n \n- child.on('close', co...
2025-06-03T11:07:24
electron/electron
93f4a93e123a4d7e19f11aadf9afab77d5a8e92d
ecd5d0a3a48d6cf94ee40173a58c756bbdc755ad
chore: bump node to v22.13.1 (main) (#45307) * chore: bump node in DEPS to v22.13.1 * chore: fixup GN build file * https://github.com/nodejs/node/pull/55529 * https://github.com/nodejs/node/pull/55798 * https://github.com/nodejs/node/pull/55530 * module: simplify --inspect-brk handling https://github.com...
[ { "path": "DEPS", "patch": "@@ -4,7 +4,7 @@ vars = {\n 'chromium_version':\n '134.0.6968.0',\n 'node_version':\n- 'v22.11.0',\n+ 'v22.13.1',\n 'nan_version':\n 'e14bdcd1f72d62bca1d541b66da43130384ec213',\n 'squirrel.mac_version':", "additions": 1, "deletions": 1, "language"...
2025-01-29T20:41:00
vercel/next.js
2307d46f511d02f48d4b8f93713c4bc087c0e5ff
73764165b94ee60560d4696c2341319a7fa35813
docs: update prefix two-digit number in routing section (#77758) ## Description The current [routing documents](https://github.com/vercel/next.js/tree/canary/docs/01-app/03-building-your-application/01-routing) are missing `01` and `02` prefix. This PR changes the numbering of them and update [contribution-guide doc...
[ { "path": "docs/04-community/01-contribution-guide.mdx", "patch": "@@ -79,17 +79,17 @@ For example, in the [functions API Reference](/docs/app/api-reference/functions)\n └── ...\n ```\n \n-But, in the [routing section](/docs/app), the files are prefixed with a two-digit number, sorted in the order developer...
2025-12-01T10:46:38
facebook/react
dc44bca85b19481267ae5f7c0c271f8a5a126654
9eabb37338e6bea18441dec58a4284fe00ee09ae
fix(react-compiler-healthcheck): Add shebang to banner (#32225) ## Summary PR https://github.com/facebook/react/pull/31963 migrated the bundler from Rollup to esbuild, but the `react-compiler-healthcheck` script lacks a shebang, leading to issues with `npx` not being able to execute it. https://github.com/facebook/...
[ { "path": "compiler/packages/react-compiler-healthcheck/scripts/build.js", "patch": "@@ -36,7 +36,9 @@ const config = {\n format: 'cjs',\n platform: 'node',\n banner: {\n- js: `/**\n+ js: `#!/usr/bin/env node\n+\n+/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source ...
2025-01-27T16:59:25
golang/go
cbbd385cb863e4a0969de9846fdd80227ed91ad0
6aca04a73ac3ec20c39e4abe47a27370b286fc76
strconv: remove arch-specific decision in formatBase10 There is only one architecture-specific code segment left in formatBase10. Remove it for simplicity. The only affected system is ppc64le, which does add 10-20% to the runtime, but that's a ppc64le problem, not a strconv problem. Changing the "uint32" to "uint" ma...
[ { "path": "src/internal/strconv/itoa.go", "patch": "@@ -4,10 +4,7 @@\n \n package strconv\n \n-import (\n-\t\"internal/goarch\"\n-\t\"math/bits\"\n-)\n+import \"math/bits\"\n \n // FormatUint returns the string representation of i in the given base,\n // for 2 <= base <= 36. The result uses the lower-case l...
2025-10-29T16:09:18
electron/electron
ecd5d0a3a48d6cf94ee40173a58c756bbdc755ad
8cf2e46c1f4b0b9bf74e5d41fc95e498612c091f
fix: crash in gin::wrappable::secondweakcallback (#45368)
[ { "path": "patches/chromium/.patches", "patch": "@@ -140,3 +140,4 @@ build_add_public_config_simdutf_config.patch\n revert_code_health_clean_up_stale_macwebcontentsocclusion.patch\n build_remove_vr_directx_helpers_dependency.patch\n ignore_parse_errors_for_pkey_appusermodel_toastactivatorclsid.patch\n+feat_...
2025-01-29T18:20:37
rust-lang/rust
7ec050ac609988a083b42d66b7ed33dc513b5597
05ac9d4da294072ed7518524cc8c66f4db6959be
Fix tests and tidy up wtf-8 failures Co-authored-by: TKanX <124454788+TKanX@users.noreply.github.com>
[ { "path": "library/core/src/wtf8.rs", "patch": "@@ -487,6 +487,9 @@ unsafe fn slice_unchecked(s: &Wtf8, begin: usize, end: usize) -> &Wtf8 {\n #[inline(never)]\n fn slice_error_fail(s: &Wtf8, begin: usize, end: usize) -> ! {\n let len = s.len();\n+ if begin > len {\n+ panic!(\"start byte index...
2026-03-11T02:49:18
nodejs/node
fe4aa9c502de24daea4b167c19dae8c9842ca9a0
905a722df3b757d969d33641a1a08c95f98faab6
2025-06-09, Version 24.2.0 (Current) Notable changes: doc: * add Filip Skokan to TSC (Rafael Gonzaga) https://github.com/nodejs/node/pull/58499 * deprecate `util.isNativeError` in favor of `Error.isError` (Miguel Marcondes Filho) https://github.com/nodejs/node/pull/58262 * deprecate passing an empty string to `...
[ { "path": "CHANGELOG.md", "patch": "@@ -39,7 +39,8 @@ release.\n </tr>\n <tr>\n <td valign=\"top\">\n-<b><a href=\"doc/changelogs/CHANGELOG_V24.md#24.1.0\">24.1.0</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V24.md#24.2.0\">24.2.0</a></b><br/>\n+<a href=\"doc/changelogs/CHANGELOG_V24.md#24.1.0\">2...
2025-06-08T18:03:03
facebook/react
a6ce56d9a9162c295ef0086762b76506534de201
5269823927e1ba0ea14a64478b28c02ba5f0de3e
[ci] Fix typo (#32217) yml was a mistake
[ { "path": ".github/workflows/shared_check_maintainer.yml", "patch": "@@ -38,7 +38,7 @@ jobs:\n isRemote = isRemote === 'true';\n }\n if (typeof isRemote !== 'boolean') {\n- throw new Error(`Invalid `isRemote` input. Expected a boolean, got: ${isRemote}`);\n...
2025-01-24T20:06:15
electron/electron
ae56a03e339f76cfdab9c77932026b47686af6f6
4629e449a9f50a28333d623505b52e5b66bc8895
fix: crash parsing CLSID in `shell.readShortcutLink()` (#45195) * fix: crash parsing CLSID in shell.readShortcutLink * fix: ignore clsid if it could not be set
[ { "path": "patches/chromium/.patches", "patch": "@@ -139,3 +139,4 @@ build_disable_thin_lto_mac.patch\n build_add_public_config_simdutf_config.patch\n revert_code_health_clean_up_stale_macwebcontentsocclusion.patch\n build_remove_vr_directx_helpers_dependency.patch\n+ignore_parse_errors_for_pkey_appusermode...
2025-01-27T20:22:56
golang/go
235b4e729d22bbca25c372bcccbc2613035d37aa
d44db293f9efabac3abf718a02e7787fb961b63f
cmd/compile/internal/ssa: model right shift more precisely Prove currently checks for 0 sign bit extraction (x>>63) at the end of the pass, but it is more general and more useful (and not really more work) to model right shift during value range tracking. This handles sign bit extraction (both 0 and -1) but also makes...
[ { "path": "src/cmd/compile/internal/ssa/prove.go", "patch": "@@ -12,6 +12,7 @@ import (\n \t\"math\"\n \t\"math/bits\"\n \t\"slices\"\n+\t\"strings\"\n )\n \n type branch int\n@@ -132,7 +133,7 @@ type limit struct {\n }\n \n func (l limit) String() string {\n-\treturn fmt.Sprintf(\"sm,SM,um,UM=%d,%d,%d,%d\"...
2025-10-29T11:27:38
vercel/next.js
73764165b94ee60560d4696c2341319a7fa35813
4390c7b4ec28cbcfeb9ea6da519afdd46bd6a1c7
Turbopack: align chunk loading error name (#86593) - Set `error.name` just like Webpack does - Add some tests <img width="1854" height="451" alt="Bildschirmfoto 2025-11-28 um 10 44 06" src="https://github.com/user-attachments/assets/8cadd60e-2a7f-4715-9c39-66453fe400f4" /> <img width="1865" height="564" alt="...
[ { "path": ".github/workflows/build_and_test.yml", "patch": "@@ -910,10 +910,12 @@ jobs:\n export IS_WEBPACK_TEST=1\n \n BROWSER_NAME=firefox node run-tests.js \\\n- test/production/pages-dir/production/test/index.test.ts\n+ test/production/pages-dir/production/test/index.te...
2025-12-01T10:11:52
nodejs/node
905a722df3b757d969d33641a1a08c95f98faab6
3aaa2ebe19712b0e77ea75793f0de08094997974
test_runner: support object property mocking PR-URL: https://github.com/nodejs/node/pull/58438 Fixes: https://github.com/nodejs/node/issues/58322 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
[ { "path": "doc/api/test.md", "patch": "@@ -2048,6 +2048,87 @@ added:\n \n Resets the implementation of the mock module.\n \n+## Class: `MockPropertyContext`\n+\n+<!-- YAML\n+added: REPLACEME\n+-->\n+\n+The `MockPropertyContext` class is used to inspect or manipulate the behavior\n+of property mocks created ...
2025-06-09T17:57:07
facebook/react
de1eaa2655ee29933425695ae0af756bf6713147
ae9017ceabb2a36a04c249ad5342e0b1af3e1a54
Fix:- Improve HOC support and state preservation in React Refresh (#30660) ## Summary This fixes #30659 , the issue was how the state was preserved and needed special cases for the forward and memo, have also added tests related to the same. ## How did you test this change? `yarn test packages/react-refresh/s...
[ { "path": "packages/react-refresh/src/ReactFreshRuntime.js", "patch": "@@ -146,6 +146,21 @@ function canPreserveStateBetween(prevType: any, nextType: any) {\n if (isReactClass(prevType) || isReactClass(nextType)) {\n return false;\n }\n+\n+ if (typeof prevType !== typeof nextType) {\n+ return fa...
2025-01-24T11:48:20
electron/electron
5c67cd9150bacb687f0ea651a943b98e8e36e64c
f66a0c2acff66fdf67e1ff98fd1980bed2d91563
docs: fix broken code in drag and drop example (#45332)
[ { "path": "docs/tutorial/native-file-drag-drop.md", "patch": "@@ -22,12 +22,9 @@ In `preload.js` use the [`contextBridge`][] to inject a method `window.electron.\n \n ```js\n const { contextBridge, ipcRenderer } = require('electron')\n-const path = require('node:path')\n \n contextBridge.exposeInMainWorld('...
2025-01-24T21:28:30
golang/go
d44db293f9efabac3abf718a02e7787fb961b63f
cdc6b559ca2ccac8eda7e0ed2c4745df2a32a697
go/token: fix a typo in a comment Fixes #75632 Change-Id: I71f891eb837147b6ff818ec4b2133c8c07091931 GitHub-Last-Rev: 3eeeea2dc28ef13eaef0fee7abf00ad418218f83 GitHub-Pull-Request: golang/go#76117 Reviewed-on: https://go-review.googlesource.com/c/go/+/716440 Reviewed-by: t hepudds <thepudds1460@gmail.com> Reviewed-by: ...
[ { "path": "src/go/token/position.go", "patch": "@@ -511,7 +511,7 @@ func (s *FileSet) AddExistingFiles(files ...*File) {\n \t//\t}\n \t//\n \t// because all calls to AddFile must be in increasing order.\n-\t// AddExistingFilesFiles lets us augment an existing FileSet\n+\t// AddExistingFiles lets us augment ...
2025-10-30T13:46:44
nodejs/node
3aaa2ebe19712b0e77ea75793f0de08094997974
66632648ba0d014eeb75845e322371718b0e4000
url: move bad port deprecation in legacy url to end-of-life Calling `url.parse()` with a URL that has a bad port will now throw an error instead of emitting a deprecation warning. It's been deprecated for ~ 3 years now. PR-URL: https://github.com/nodejs/node/pull/58617 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> R...
[ { "path": "doc/api/deprecations.md", "patch": "@@ -3548,6 +3548,9 @@ issued for `url.parse()` vulnerabilities.\n \n <!-- YAML\n changes:\n+ - version: REPLACEME\n+ pr-url: https://github.com/nodejs/node/pull/58617\n+ description: End-of-Life.\n - version:\n - v20.0.0\n pr-url: https://githu...
2025-06-07T15:01:15
vercel/next.js
4390c7b4ec28cbcfeb9ea6da519afdd46bd6a1c7
3d30f407c4b5cad84486836d8a9fc8fa90c266f1
Turbopack: use tracing context for config watching (#86576) It was using the `evaluate_context` to watch the config (and transitively imported files) for changes. That was incorrect for various reasons though: any errors during that caused the build to fail, and it didn't actually collect all referenced files. Turns ...
[ { "path": "turbopack/crates/turbopack-node/src/transforms/postcss.rs", "patch": "@@ -103,6 +103,7 @@ fn postcss_configs() -> Vc<Vec<RcStr>> {\n #[turbo_tasks::value]\n pub struct PostCssTransform {\n evaluate_context: ResolvedVc<Box<dyn AssetContext>>,\n+ config_tracing_context: ResolvedVc<Box<dyn As...
2025-12-01T09:55:11
facebook/react
a0b91fbd650f9398cca12fcda0c426c434eeb6d8
b83090fca2d96283a5c6153abb65eaa5cc81c9ba
[compiler][ez] Fix main (bad rebase / amend for #32095) (#32160) See title: this fixes test cases broken by https://github.com/facebook/react/pull/32095 adding instead of moving new test fixtures
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/HIR/ObjectShape.ts", "patch": "@@ -569,7 +569,7 @@ addObject(BUILTIN_SHAPES, BuiltInMixedReadonlyId, [\n 'flatMap',\n addFunction(BUILTIN_SHAPES, [], {\n positionalParams: [],\n- restParam: Effect.Read,\n+ restParam: Effect...
2025-01-22T21:21:53
rust-lang/rust
05ac9d4da294072ed7518524cc8c66f4db6959be
0c68443b0a0469e4211acca7e7b06e14f256ada8
Remove string content from panics String content can be useful for debugging panics, particularly when you are working on a small codebase where you can infer more about the path taken through your program based on the content of the string. In production deployments that upload crashes for centralized debugging, str...
[ { "path": "library/alloctests/tests/str.rs", "patch": "@@ -612,14 +612,14 @@ mod slice_index {\n data: \"abcdef\";\n good: data[4..4] == \"\";\n bad: data[4..3];\n- message: \"begin > end (4 > 3)\";\n+ message: \"byte range starts at 4 but ends at 3\...
2026-03-10T21:26:20
golang/go
cdc6b559ca2ccac8eda7e0ed2c4745df2a32a697
1e5bb416d887b1cf2bd9b6a3b9f05222d44c3ffc
strconv: remove hand-written divide on 32-bit systems The compiler now generates code that is just as good. host: s7:GOARCH=386 goos: linux goarch: 386 pkg: strconv cpu: AMD Ryzen 9 7950X 16-Core Processor │ 8d2b4ce71b3 │ d5524a1f38c │ ...
[ { "path": "src/internal/strconv/itoa.go", "patch": "@@ -191,10 +191,6 @@ func formatBase10(a []byte, u uint64) int {\n \t\t// On most systems, the uint32 math is faster, but not all.\n \t\t// The decision here is based on benchmarking.\n \t\titoaPure64 = host64bit && goarch.GOARCH != \"amd64\" && goarch.GOA...
2025-10-28T14:22:54
nodejs/node
60155daf8da24a93987a89eeaad5c0335107cdeb
3b111eb3f592534a972700c1b358c7810777399e
doc: deprecate utilisNativeError in favor of ErrorisError PR-URL: https://github.com/nodejs/node/pull/58262 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Jordan Harband <ljharb@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-B...
[ { "path": "doc/api/deprecations.md", "patch": "@@ -4016,6 +4016,20 @@ To make [`child_process.exec`][] invoke the default shell, either omit the\n `shell` option, or set it to a nullish value. If the intention is not to invoke\n a shell, use [`child_process.execFile`][] instead.\n \n+### DEP0197: `util.type...
2025-06-08T03:46:12
electron/electron
a467d0684ed26cdd45b022a5a70d63fa8ec6b437
75eac86506da4fd87aa7ec36478d5c196b988d4f
feat: ServiceWorkerMain (#45232) * feat: ServiceWorkerMain * refactor: disconnect remote * handle version_info_ nullptr case * initiate finish request when possible and enumerate errors * explicit name for test method * oops * fix: wait for redundant version to stop before destroying * docs: clari...
[ { "path": "docs/README.md", "patch": "@@ -127,6 +127,7 @@ These individual tutorials expand on topics discussed in the guide above.\n * [pushNotifications](api/push-notifications.md)\n * [safeStorage](api/safe-storage.md)\n * [screen](api/screen.md)\n+* [ServiceWorkerMain](api/service-worker-main.md)\n * [s...
2025-01-24T13:33:44
facebook/react
b83090fca2d96283a5c6153abb65eaa5cc81c9ba
deba48a72795d1332fe1df1159fc6b73566667fe
[compiler] Fix invalid Array.map type (#32095) See test fixture --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32095). * #32099 * #32104 * #32098 * #32097 * #32096 * __->__ #32095 * #32094...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/HIR/ObjectShape.ts", "patch": "@@ -549,8 +549,16 @@ addObject(BUILTIN_SHAPES, BuiltInMixedReadonlyId, [\n [\n 'map',\n addFunction(BUILTIN_SHAPES, [], {\n+ /**\n+ * Note `map`'s arguments are annotated as Effect.ConditionallyM...
2025-01-22T20:02:51
rust-lang/rust
ed25d008a0e3c848d5c9d3724002cae154d44843
0c68443b0a0469e4211acca7e7b06e14f256ada8
Tweak E0599 note When not finding a method for a type, but finding it for a single other impl, special case the output to emit a single message instead of a list. ``` error[E0599]: no associated item named `C` found for struct `Fail<i32, u32>` in the current scope --> $DIR/wrong-projection-self-ty-invalid-bivariant...
[ { "path": "compiler/rustc_hir_typeck/src/method/suggest.rs", "patch": "@@ -14,7 +14,7 @@ use rustc_data_structures::sorted_map::SortedMap;\n use rustc_data_structures::unord::UnordSet;\n use rustc_errors::codes::*;\n use rustc_errors::{\n- Applicability, Diag, MultiSpan, StashKey, listify, pluralize, str...
2026-03-11T00:43:04
nodejs/node
d79d550657128894e428cf524942e1698f05bcf2
3c351c272fcae369434b3cc0cc58284eb6c02279
deps: use proper C standard when building libuv Upstream libuv commits: https://github.com/libuv/libuv/commit/bb706f5fe71827f667f0bce532e95ce0698a498d https://github.com/libuv/libuv/commit/018363a163e8901ac2b90100ee436d9472847ffa libuv was updated to 1.51.0 in 0315283cbdb7745c7e35bb49ac48b0ebcadcb228. v1.51.0 was the...
[ { "path": "deps/uv/uv.gyp", "patch": "@@ -190,7 +190,7 @@\n '-Wno-unused-parameter',\n '-Wstrict-prototypes',\n ],\n- 'OTHER_CFLAGS': [ '-g', '--std=gnu89' ],\n+ 'OTHER_CFLAGS': [ '-g', '--std=gnu11' ],\n },\n 'conditions': [\n [ 'OS==\"win\"', {...
2025-06-07T15:45:06
facebook/react
deba48a72795d1332fe1df1159fc6b73566667fe
b6b33bfb92c095160df7370fb488acb89c55b5ca
[compiler] Repro for invalid Array.map type (#32094) See test fixture --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32094). * #32099 * #32104 * #32098 * #32097 * #32096 * #32095 * __->__ ...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/bug-invalid-mixedreadonly-map-shape.expect.md", "patch": "@@ -0,0 +1,163 @@\n+\n+## Input\n+\n+```javascript\n+import {\n+ arrayPush,\n+ identity,\n+ makeArray,\n+ Stringify,\n+ useFragment,\n+} from 'shared-runtim...
2025-01-22T19:58:52
golang/go
1e5bb416d887b1cf2bd9b6a3b9f05222d44c3ffc
38317c44e71478220f842c7efd8078215825af92
cmd/compile: implement bits.Mul64 on 32-bit systems This CL implements Mul64uhilo, Hmul64, Hmul64u, and Avg64u on 32-bit systems, with the effect that constant division of both int64s and uint64s can now be emitted directly in all cases, and also that bits.Mul64 can be intrinsified on 32-bit systems. Previously, cons...
[ { "path": "src/cmd/compile/internal/arm/ssa.go", "patch": "@@ -245,6 +245,7 @@ func ssaGenValue(s *ssagen.State, v *ssa.Value) {\n \t\tp.To.Type = obj.TYPE_REG\n \t\tp.To.Reg = r\n \tcase ssa.OpARMADDS,\n+\t\tssa.OpARMADCS,\n \t\tssa.OpARMSUBS:\n \t\tr := v.Reg0()\n \t\tr1 := v.Args[0].Reg()", "addition...
2025-10-27T23:41:39
rust-lang/rust
73fe905f3c43f8829c36b04eb52ba534e448fa53
0c68443b0a0469e4211acca7e7b06e14f256ada8
Detect inherent method behind deref being shadowed by trait method ``` error[E0277]: the trait bound `Rc<RefCell<S>>: Borrow<S>` is not satisfied --> $DIR/shadowed-intrinsic-method-deref.rs:16:22 | LL | let sb : &S = &s.borrow(); | ^^^^^^ the trait `Borrow<S>` is not implemented for `R...
[ { "path": "compiler/rustc_trait_selection/src/error_reporting/traits/fulfillment_errors.rs", "patch": "@@ -3178,6 +3178,7 @@ impl<'a, 'tcx> TypeErrCtxt<'a, 'tcx> {\n \n self.suggest_tuple_wrapping(err, root_obligation, obligation);\n }\n+ self.suggest_shadowed_inherent_method(err,...
2026-03-10T21:53:03
nodejs/node
68bac3d798290ad3b4cc14963fb10dc91a31a4d0
0e8ae9185573f01b2c80ddf3d271e4a3383e440c
fs: fix cp handle existing symlinks PR-URL: https://github.com/nodejs/node/pull/58476 Fixes: https://github.com/nodejs/node/issues/58468 Reviewed-By: Dario Piotrowicz <dario.piotrowicz@gmail.com>
[ { "path": "lib/internal/fs/cp/cp.js", "patch": "@@ -54,6 +54,7 @@ const {\n resolve,\n sep,\n } = require('path');\n+const fsBinding = internalBinding('fs');\n \n async function cpFn(src, dest, opts) {\n // Warn about using preserveTimestamps on 32-bit node\n@@ -344,7 +345,10 @@ async function onLink(...
2025-05-27T23:56:50
facebook/react
7c864c98342e6e92a992ac32c1846f13eb1a314c
19557443c8c2f54571dbb1519403cf310ad6e68b
[compiler][ez] Patch for JSX escape sequences in @babel/generator (#32131) Fall back to using JSXExpressionContainer for strings potentially containing escape sequences (a single backslash) to fix https://github.com/facebook/react/issues/32123. This is an extension of https://github.com/facebook/react/pull/29079
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/ReactiveScopes/CodegenReactiveFunction.ts", "patch": "@@ -2269,7 +2269,7 @@ function codegenInstructionValue(\n * https://en.wikipedia.org/wiki/List_of_Unicode_characters#Control_codes\n */\n const STRING_REQUIRES_EXPR_CONTAINER_PATTERN =\n- /[...
2025-01-22T19:22:35
golang/go
38317c44e71478220f842c7efd8078215825af92
3be9a0e014ee56f25ce4aac6091c617799fd26f2
crypto/internal/fips140/aes: fix CTR generator Fixed two issues in AVO based generator of amd64 asm code. 1. Updated golang.org/x/tools dependency to prevent build issue in Go 1.25. > golang.org/x/tools@v0.24.0/internal/tokeninternal/tokeninternal.go:64:9: > invalid array length -delta * delta (constant -256 of type...
[ { "path": "src/crypto/internal/fips140/aes/_asm/ctr/ctr_amd64_asm.go", "patch": "@@ -16,7 +16,7 @@ import (\n //go:generate go run . -out ../../ctr_amd64.s\n \n func main() {\n-\tPackage(\"crypto/aes\")\n+\tPackage(\"crypto/internal/fips140/aes\")\n \tConstraintExpr(\"!purego\")\n \n \tctrBlocks(1)", "a...
2025-10-22T14:26:30
nodejs/node
0e8ae9185573f01b2c80ddf3d271e4a3383e440c
49679ddd9833dbfd20ef7af1bf8bd3d67e41993f
fs: fix cpSync handle existing symlinks PR-URL: https://github.com/nodejs/node/pull/58476 Fixes: https://github.com/nodejs/node/issues/58468 Reviewed-By: Dario Piotrowicz <dario.piotrowicz@gmail.com>
[ { "path": "lib/internal/fs/cp/cp-sync.js", "patch": "@@ -196,7 +196,9 @@ function onLink(destStat, src, dest, verbatimSymlinks) {\n if (!isAbsolute(resolvedDest)) {\n resolvedDest = resolve(dirname(dest), resolvedDest);\n }\n- if (isSrcSubdir(resolvedSrc, resolvedDest)) {\n+ const srcIsDir = fsBin...
2025-05-27T02:46:11
electron/electron
75eac86506da4fd87aa7ec36478d5c196b988d4f
996477152d2c11098f6d154e4de9bc51c6088701
chore: bump chromium to 134.0.6968.0 (main) (#45172) * chore: bump chromium in DEPS to 134.0.6948.0 * chore: update can_create_window.patch https://chromium-review.googlesource.com/c/chromium/src/+/6151982 no patch code changes, but had to manually apply due to upstream context shear * chore: update proxy_...
[ { "path": "DEPS", "patch": "@@ -2,7 +2,7 @@ gclient_gn_args_from = 'src'\n \n vars = {\n 'chromium_version':\n- '133.0.6920.0',\n+ '134.0.6968.0',\n 'node_version':\n 'v22.11.0',\n 'nan_version':", "additions": 1, "deletions": 1, "language": "Unknown" }, { "path": "build/...
2025-01-24T04:07:43
vercel/next.js
a51a2e4c2688c48b856825f807e369f2e1364b09
cf480fc1c110945c69fa0a33bc2ae4f356a8e01e
[turbopack] Support traversing the graph in reverse order (#86427) This makes certain aggregations trivial since we are are guaranteed to only traverse relevant edges. Use it to fix a bug in the async module identification logic. Previously we would aggregate async cycles after propagating 'asyncness' through the DF...
[ { "path": "contributing/core/testing.md", "patch": "@@ -103,6 +103,19 @@ we attempt to capture traces of the playwright run to make debugging the failure\n A test-trace artifact should be uploaded after the workflow completes which can be downloaded, unzipped,\n and then inspected with `pnpm playwright show...
2025-11-29T17:51:54
facebook/react
19557443c8c2f54571dbb1519403cf310ad6e68b
e5a2062c80abe2118b8bd32972a5100a2b1ffa01
[compiler][repro] JSX escape sequences not printed correctly by @babel/generator (#32130) Repro for https://github.com/facebook/react/issues/32123 Note that this is only a bug when calling `@babel/generator:generate()` before transforming JSX. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](http...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/jsx-preserve-escape-character.expect.md", "patch": "@@ -0,0 +1,57 @@\n+\n+## Input\n+\n+```javascript\n+/**\n+ * Fixture showing `@babel/generator` bug with jsx attribute strings containing\n+ * escape sequences. Note t...
2025-01-22T18:52:05
golang/go
3be9a0e014ee56f25ce4aac6091c617799fd26f2
d2c5fa081445bf1ebea013c2b5531ffce690a923
go/types, types: proceed with correct (invalid) type in case of a selector error Fixes #76103. Change-Id: Idc2f5d1d7aeb4a9b468e7c268e3bf5b85d1c3777 Reviewed-on: https://go-review.googlesource.com/c/go/+/716300 Reviewed-by: Robert Griesemer <gri@google.com> Reviewed-by: Alan Donovan <adonovan@google.com> LUCI-TryBot-R...
[ { "path": "src/cmd/compile/internal/types2/call.go", "patch": "@@ -931,6 +931,7 @@ func (check *Checker) selector(x *operand, e *syntax.SelectorExpr, def *TypeName\n \n Error:\n \tx.mode = invalid\n+\tx.typ = Typ[Invalid]\n \tx.expr = e\n }\n ", "additions": 1, "deletions": 0, "language": "Go" ...
2025-10-29T22:22:14
nodejs/node
49679ddd9833dbfd20ef7af1bf8bd3d67e41993f
0c6e16bc849450a450a9d2dbfbf6244c04f90642
Revert "benchmark: fix broken fs.cpSync benchmark" This reverts commit 52430b9839c31f846a788125efda82887d115e21. PR-URL: https://github.com/nodejs/node/pull/58476 Fixes: https://github.com/nodejs/node/issues/58468 Reviewed-By: Dario Piotrowicz <dario.piotrowicz@gmail.com>
[ { "path": "benchmark/fs/bench-cpSync.js", "patch": "@@ -8,10 +8,7 @@ const tmpdir = require('../../test/common/tmpdir');\n const bench = common.createBenchmark(main, {\n n: [1, 100, 10_000],\n dereference: ['true', 'false'],\n- // When `force` is `true` the `cpSync` function is called twice the second\...
2025-05-27T23:57:34
vercel/next.js
5d7c41a47dd49a7ae73a35f28d578eec9f5c42aa
4a8eeab2fc61247132c95812a9ad2a7befc34979
[Cache Components] Ensure cache misses always cause a restart in dev (#86583) This PR works around a problem in the restart-on-cache-miss rendering flow where short-lived caches wouldn't be considered dynamic if they managed to fill microtaskily. The problem is that: 1. If a cache fills microtaskily, it won't regist...
[ { "path": "packages/next/src/server/use-cache/use-cache-wrapper.ts", "patch": "@@ -691,9 +691,23 @@ async function generateCacheEntryImpl(\n stream = prelude\n }\n break\n+ case 'request':\n+ // If we're filling caches for a staged render, make sure that\n+ // it takes at le...
2025-11-28T12:41:49
electron/electron
e09577b1233453d9f24ce4efcac0583494ed8f2b
26d228ccfe009400a06d0271ca84a7b08b574c1b
feat: redesign preload APIs (#45230) * feat: redesign preload APIs * docs: remove service-worker mentions for now * fix lint * remove service-worker ipc code * add filename * fix: web preferences preload not included * fix: missing common init * fix: preload bundle script error
[ { "path": "docs/api/session.md", "patch": "@@ -1330,18 +1330,43 @@ the initial state will be `interrupted`. The download will start only when the\n \n Returns `Promise<void>` - resolves when the session’s HTTP authentication cache has been cleared.\n \n-#### `ses.setPreloads(preloads)`\n+#### `ses.setPreloa...
2025-01-24T02:12:23
facebook/react
e5a2062c80abe2118b8bd32972a5100a2b1ffa01
9b62ee71f483502db4f44220552b97757b346094
fix(react-compiler): `JSXText` emits incorrect with bracket (#32138) <!-- 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...
[ { "path": "compiler/packages/babel-plugin-react-compiler/src/ReactiveScopes/CodegenReactiveFunction.ts", "patch": "@@ -2327,7 +2327,7 @@ function codegenJsxAttribute(\n }\n }\n \n-const JSX_TEXT_CHILD_REQUIRES_EXPR_CONTAINER_PATTERN = /[<>&]/;\n+const JSX_TEXT_CHILD_REQUIRES_EXPR_CONTAINER_PATTERN = /[<>&...
2025-01-22T17:04:59
golang/go
9bbda7c99d2c176592186d230dab013147954bda
915c1839fe76aef4bea6191282be1e48ef1c64e2
cmd/compile: make prove understand div, mod better This CL introduces new divisible and divmod passes that rewrite divisibility checks and div, mod, and mul. These happen after prove, so that prove can make better sense of the code for deriving bounds, and they must run before decompose, so that 64-bit ops can be lowe...
[ { "path": "src/cmd/compile/internal/ssa/_gen/dec.rules", "patch": "@@ -4,7 +4,7 @@\n \n // This file contains rules to decompose builtin compound types\n // (complex,string,slice,interface) into their constituent\n-// types. These rules work together with the decomposeBuiltIn\n+// types. These rules work ...
2025-10-23T02:22:51
nodejs/node
d327cbea9aef5b97bb456e2a55e9463dc81b571c
9e35ddca4484224606aa4ac1c13e02d73fadc3ac
deps: V8: cherry-pick 249de887a8d3 Original commit message: [explicit-resource-management] Fix parsing for (using of=null;;) Apparently `using of` is allowed in the initializer position of C-style for loops. See https://github.com/tc39/proposal-explicit-resource-management/issues/248 Bug: 42203...
[ { "path": "common.gypi", "patch": "@@ -38,7 +38,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.12',\n+ 'v8_embedder_string': '-node.13',\n \n ##### V8 defaults for Node.js #####\n...
2025-06-05T07:51:08
vercel/next.js
4a8eeab2fc61247132c95812a9ad2a7befc34979
19aee3ffc1bd2c20d6d14e817ea94d950d22a005
Add "@zenstackhq/runtime" to server-external-packages.json (#54829) ### What? [ZenStack](https://github.com/zenstackhq/zenstack) is a toolkit built above Prisma ORM for adding access control and other features. This change adds one of its packages "@zenstackhq/runtime" to the default list of "serverComponentsExternal...
[ { "path": "docs/01-app/03-api-reference/05-config/01-next-config-js/serverExternalPackages.mdx", "patch": "@@ -39,6 +39,7 @@ Next.js includes a [short list of popular packages](https://github.com/vercel/ne\n - `@statsig/statsig-node-core`\n - `@swc/core`\n - `@xenova/transformers`\n+- `@zenstackhq/runtime`\...
2025-11-28T11:37:43
facebook/react
9b62ee71f483502db4f44220552b97757b346094
5f05181a8b527260fc0a338edcde0e9d3b35ab20
docs(eslint-plugin-react-compiler): fix typo (#32149)
[ { "path": "compiler/packages/eslint-plugin-react-compiler/README.md", "patch": "@@ -29,7 +29,7 @@ import react from \"eslint-plugin-react\"\n export default [\n // Your existing config\n { ...pluginReact.configs.flat.recommended, settings: { react: { version: \"detect\" } } },\n-+ reactCompiler.co...
2025-01-22T15:59:50
golang/go
da3fb90b231ef9c70e7eb927585ab49593cc25f1
9035f7aea538c25a11420bce7cbd8225efc204e7
crypto/internal/fips140/bigmod: fix extendedGCD comment Change-Id: I6a6a6964642991dc46929bfc47e411bb7563e425 Reviewed-on: https://go-review.googlesource.com/c/go/+/716080 Auto-Submit: Filippo Valsorda <filippo@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org> Reviewed-by: Michael Knyszek <mknyszek@google.c...
[ { "path": "src/crypto/internal/fips140/bigmod/nat.go", "patch": "@@ -1088,7 +1088,7 @@ func (x *Nat) GCDVarTime(a, b *Nat) (*Nat, error) {\n \treturn x.set(u), nil\n }\n \n-// extendedGCD computes u and A such that a = GCD(a, m) and u = A*a - B*m.\n+// extendedGCD computes u and A such that u = GCD(a, m) = ...
2025-10-08T11:43:08
electron/electron
863faea542e82d18e1ec475fec04c32afa2b4f95
5aabb6bec5eed5775e106ae2c4b093b986d63ca4
chore: bump node to v22.11.0 (main) (#44530) * chore: bump node in DEPS to v22.11.0 * src: move evp stuff to ncrypto https://github.com/nodejs/node/pull/54911 * crypto: add Date fields for validTo and validFrom https://github.com/nodejs/node/pull/54159 * module: fix discrepancy between .ts and .js ht...
[ { "path": "DEPS", "patch": "@@ -4,7 +4,7 @@ vars = {\n 'chromium_version':\n '133.0.6920.0',\n 'node_version':\n- 'v22.9.0',\n+ 'v22.11.0',\n 'nan_version':\n 'e14bdcd1f72d62bca1d541b66da43130384ec213',\n 'squirrel.mac_version':", "additions": 1, "deletions": 1, "language":...
2025-01-22T17:16:26
nodejs/node
3d22cdb7130cbf98e447e2f3f8b61e4ce8725e2c
a63126409ad4334dd5d838c39806f38c020748b9
src: remove fast API for InternalModuleStat There are several motivation for removing this: 1. The implementation does not align with InternalModuleStat, most noticably it does not namespace the path or convert it to UTF-16 before using it with std::filesystem::path on Windows which could crash on non-Englis...
[ { "path": "src/node_file.cc", "patch": "@@ -64,7 +64,6 @@ using v8::Array;\n using v8::BigInt;\n using v8::Context;\n using v8::EscapableHandleScope;\n-using v8::FastApiCallbackOptions;\n using v8::FunctionCallbackInfo;\n using v8::FunctionTemplate;\n using v8::HandleScope;\n@@ -1073,32 +1072,6 @@ static vo...
2025-06-03T10:15:39
vercel/next.js
3b8cd9225b5cc20b4cd80722c7ea12962a53c77e
13ae35110e0103605fb0a83c7eae747b22d1cf88
Fix error logging for `'use cache'` runtime errors in production (#86500) In production, when throwing an error in `'use cache'` at runtime, we are currently logging the obfuscated error that React is producing when crossing the cache-server boundary. This is not ideal for investigating production issues so we're also...
[ { "path": "packages/next/src/build/templates/app-page.ts", "patch": "@@ -606,11 +606,17 @@ export async function handler(\n },\n onAfterTaskError: () => {},\n \n- onInstrumentationRequestError: (error, _request, errorContext) =>\n+ onInstrumentationRequestError: (\n+ ...
2025-11-27T19:25:32
facebook/react
5f05181a8b527260fc0a338edcde0e9d3b35ab20
b000019578a417ec0a1aeec8bda689db240cb28e
Include error name in error chunks (#32157)
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -16,6 +16,7 @@ import type {\n ReactTimeInfo,\n ReactStackTrace,\n ReactCallSite,\n+ ReactErrorInfoDev,\n } from 'shared/ReactTypes';\n import type {LazyComponent} from 'react/src/ReactLazy';\n \n@@ -2123,18 +2124,12 @@ function...
2025-01-22T15:39:00
electron/electron
5aabb6bec5eed5775e106ae2c4b093b986d63ca4
5e05dff9495aac2ac251dc45e9352a24451756ce
fix: potential crash in `chrome.tabs.update()` (#45276) fix: potential crash in chrome.tabs.update()
[ { "path": "shell/browser/extensions/api/tabs/tabs_api.cc", "patch": "@@ -651,7 +651,16 @@ bool TabsUpdateFunction::UpdateURL(const std::string& url_string,\n // will stay in the omnibox - see https://crbug.com/1085779.\n load_params.transition_type = ui::PAGE_TRANSITION_FROM_API;\n \n- web_contents_->G...
2025-01-22T16:02:29
nodejs/node
22685b8aafdea488e9f83c298cbb297581341158
91b3bd3fe62a0cf158c7c3dab8eb7997780f49d2
lib: graduate error codes that have been around for years PR-URL: https://github.com/nodejs/node/pull/58541 Reviewed-By: Dario Piotrowicz <dario.piotrowicz@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Darshan Sen <raisinten@gmail.com> Revi...
[ { "path": "doc/api/errors.md", "patch": "@@ -1796,8 +1796,6 @@ time.\n \n ### `ERR_INPUT_TYPE_NOT_ALLOWED`\n \n-> Stability: 1 - Experimental\n-\n The `--input-type` flag was used to attempt to execute a file. This flag can\n only be used with input via `--eval`, `--print`, or `STDIN`.\n \n@@ -3095,17 +3093...
2025-06-03T03:35:18
vercel/next.js
e0008a9e7df9318604dcd5a47a5893c62c7bc9b2
77f60a6f582df6dea020dd65d6d59a15698ca667
fix(turbopack): Disable ES3 transforms from preset-env (#86532) Co-authored-by: Niklas Mischkulnig <4586894+mischnic@users.noreply.github.com>
[ { "path": "turbopack/crates/turbopack-ecmascript/src/transform/mod.rs", "patch": "@@ -8,7 +8,7 @@ use swc_core::{\n common::{Mark, SourceMap, comments::Comments},\n ecma::{\n ast::{ExprStmt, ModuleItem, Pass, Program, Stmt},\n- preset_env::{self, Targets},\n+ preset_env::{self,...
2025-11-27T13:37:37
facebook/react
b000019578a417ec0a1aeec8bda689db240cb28e
028c8e6cf5ce2a87147a7e03e503ce94c7a7a0cf
DevTools: support useEffectEvent and forward-fix experimental prefix support (#32106) - Adds support for `experimental_useEffectEvent`, now DevTools will be able to display this hook for inspected element - Added a use case to DevTools shell, couldn't add case, because we are using ReactTestRenderer, which has the ...
[ { "path": "packages/react-debug-tools/src/ReactDebugHooks.js", "patch": "@@ -127,6 +127,13 @@ function getPrimitiveStackCache(): Map<string, Array<any>> {\n }\n \n Dispatcher.useId();\n+\n+ if (typeof Dispatcher.useResourceEffect === 'function') {\n+ Dispatcher.useResourceEffect(() =...
2025-01-22T14:15:48
electron/electron
3ea623364b5c3b03d803884f612016221d7b5695
cf67dc8898a1dbc76b60c4f8b50bc794f0259f5a
feat: support global shortcuts via GlobalShortcutsPortal feature with ozone/wayland (#45171) * fix: backport patch to fix systemd unit activation in Chromium This backports a patch from Chromium, which fixes systemd unit activation. That is, a globalShortcuts feature that Chromium has needs to create a systemd unit a...
[ { "path": "docs/api/global-shortcut.md", "patch": "@@ -12,9 +12,17 @@ shortcuts.\n not have the keyboard focus. This module cannot be used before the `ready`\n event of the app module is emitted.\n \n+Please also note that it is also possible to use Chromium's\n+`GlobalShortcutsPortal` implementation, which...
2025-01-22T10:59:48
vercel/next.js
d96cc5c5d4178910195a29b300cd8938494bf24d
47d309af34198c92053280ffe40e918ee258dfd0
docs: fix cache component doc grammar (#86563) <!-- Thanks for opening a PR! Your contribution is much appreciated. To make sure your PR is handled as smoothly as possible we request that you follow the checklist sections below. Choose the right checklist for the change(s) that you're making: ## For Contributors ###...
[ { "path": "docs/01-app/01-getting-started/06-cache-components.mdx", "patch": "@@ -374,7 +374,7 @@ export default async function Page() {\n }\n ```\n \n-All requests will be served a route containing same random numbers, timestamp, and UUID until the cache is revalidated.\n+All requests will be served a rout...
2025-11-27T09:33:34
facebook/react
028c8e6cf5ce2a87147a7e03e503ce94c7a7a0cf
18eaf51bd51fed8dfed661d64c306759101d0bfd
Add Transition Types (#32105) This adds an isomorphic API to add Transition Types, which represent the cause, to the current Transition. This is currently mainly for View Transitions but as a concept it's broader and we might expand it to more features and object types in the future. ```js import { unstable_addTransi...
[ { "path": "fixtures/view-transition/src/components/App.js", "patch": "@@ -3,6 +3,7 @@ import React, {\n useLayoutEffect,\n useEffect,\n useState,\n+ unstable_addTransitionType as addTransitionType,\n } from 'react';\n \n import Chrome from './Chrome';\n@@ -35,11 +36,23 @@ export default function App(...
2025-01-21T20:00:02
golang/go
81afd3a59be1a3f343bf2b9d6665cd0fc825c6ba
ea50d61b667276bfd3449d5e172adc4b92f72290
cmd/compile: extend ppc64 MADDLD to match const ADDconst & MULLDconst Fixes #76084 I was focused on restoring the old behavior and fixing the failing test/codegen/arithmetic.go:MergeMuls2 test. It is probable this same bug hides elsewhere in this file. Change-Id: I17f2ee6b97a1e33b8132648d9d750749d006f7e0 Reviewed-o...
[ { "path": "src/cmd/compile/internal/ssa/_gen/PPC64.rules", "patch": "@@ -18,7 +18,10 @@\n (Max(32|64)F x y) && buildcfg.GOPPC64 >= 9 => (XSMAXJDP x y)\n \n // Combine 64 bit integer multiply and adds\n-(ADD l:(MULLD x y) z) && buildcfg.GOPPC64 >= 9 && l.Uses == 1 && clobber(l) => (MADDLD x y z)\n+(ADD ...
2025-10-28T09:11:03
electron/electron
d7b568a1c0ab276fdec59c386b32711c08f5fa2f
fe9031eb23bfab177abdffd5fcfda7f5d709e507
ci: fix issue workflow failures (#45294)
[ { "path": ".github/workflows/branch-created.yml", "patch": "@@ -94,7 +94,7 @@ jobs:\n }))\n - name: Create Release Project Board\n if: ${{ steps.check-major-version.outputs.MAJOR }}\n- uses: dsanders11/project-actions/copy-project@8bc0bd421be3a2f9e96e160c4cb703f97cd3be55 # v...
2025-01-22T08:40:10
vercel/next.js
dae80fb704c507e2af823c9235e4086037e2cf77
52ea3cbabc0fe8e6b8cc8bdcc10843586c49c013
Turbopack: Simplify the return type of `FileSystemPath::try_join` (#86523) This is probably left over from when more of `FileSystemPath` was using `turbo_task::function`s... We can't ever possibly return an error, so the wrapping `Result` isn't needed.
[ { "path": "turbopack/crates/turbo-tasks-fs/src/lib.rs", "patch": "@@ -1438,30 +1438,27 @@ impl FileSystemPath {\n ))\n }\n \n- /// Similar to [FileSystemPath::join], but returns an Option that will be\n- /// None when the joined path would leave the filesystem root.\n+ /// Similar to [F...
2025-11-26T21:35:33
facebook/react
18eaf51bd51fed8dfed661d64c306759101d0bfd
829401dc173d79994a3401fce24084670f55fb5c
Support eslint 8+ flat plugin syntax out of the box for eslint-plugin-react-compiler (#32120) ## Summary The current docs for the react compiler eslint plugin is based on integrating with the old-style eslint config format. This is generally fine, but most plugins (and the [official docs](https://eslint.org/docs/late...
[ { "path": "compiler/packages/eslint-plugin-react-compiler/README.md", "patch": "@@ -18,7 +18,24 @@ npm install eslint-plugin-react-compiler --save-dev\n \n ## Usage\n \n-Add `react-compiler` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n+### Flat c...
2025-01-18T22:41:34
golang/go
bd4dc413cd80d3c160e875686e1be1eae5d48d4b
30c047d0d06cdbc2983e86daaa3b0bc1afb86706
cmd/compile: don't optimize away a panicing interface comparison We can't do direct pointer comparisons if the type is not a comparable type. Fixes #76008 Change-Id: I1687acff21832d2c2e8f3b875e7b5ec125702ef3 Reviewed-on: https://go-review.googlesource.com/c/go/+/713840 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci...
[ { "path": "src/cmd/compile/internal/ssa/rewrite.go", "patch": "@@ -2626,7 +2626,7 @@ func rewriteStructStore(v *Value) *Value {\n \n // isDirectType reports whether v represents a type\n // (a *runtime._type) whose value is stored directly in an\n-// interface (i.e., is pointer or pointer-like).\n+// interf...
2025-10-22T17:13:44
electron/electron
e1762e6e44e898783065765048711b4f1f16743b
9d32b6ddfc4892706d3eb2aa904b01ff3b486489
fix: consume the file permission callback when used (#45267) fixes 0e5fe3f regression
[ { "path": "shell/browser/file_system_access/file_system_access_permission_context.cc", "patch": "@@ -594,7 +594,7 @@ void FileSystemAccessPermissionContext::ConfirmSensitiveEntryAccess(\n content::GlobalRenderFrameHostId frame_id,\n base::OnceCallback<void(SensitiveEntryResult)> callback) {\n DCHE...
2025-01-21T17:59:38
vercel/next.js
52ea3cbabc0fe8e6b8cc8bdcc10843586c49c013
1f6391ceee35ccaeedf05ce914dc2cc2da1ae9d8
Fix stale dev types causing build failure after route deletion (#86489) When running `next dev`, then stopping it, deleting a route, and running `next build`, the build would fail with a type error like: ``` .next/dev/types/validator.ts:78:39 Type error: Cannot find module '../../../app/simple-test/page.js' ``` The ...
[ { "path": "packages/next/src/lib/typescript/runTypeCheck.ts", "patch": "@@ -2,9 +2,11 @@ import path from 'path'\n import { getFormattedDiagnostic } from './diagnosticFormatter'\n import { getTypeScriptConfiguration } from './getTypeScriptConfiguration'\n import { getRequiredConfiguration } from './writeCon...
2025-11-26T21:29:49
facebook/react
829401dc173d79994a3401fce24084670f55fb5c
fd2d2799840d9066a752bb32bbbb07c93f64a891
[Flight] Transport custom error names in dev mode (#32116) Typed errors is not a feature that Flight currently supports. However, for presentation purposes, serializing a custom error name is something we could support today. With this PR, we're now transporting custom error names through the server-client boundary, ...
[ { "path": "packages/react-client/src/ReactFlightClient.js", "patch": "@@ -2123,8 +2123,15 @@ function resolveErrorProd(response: Response): Error {\n \n function resolveErrorDev(\n response: Response,\n- errorInfo: {message: string, stack: ReactStackTrace, env: string, ...},\n+ errorInfo: {\n+ name: ...
2025-01-17T22:48:57
golang/go
30c047d0d06cdbc2983e86daaa3b0bc1afb86706
46e5e2b09a6df80a3b6472c5f7ca5739365b6676
cmd/compile: extend loong MOV*idx rules to match ADDshiftLLV Fixes #76085 I was focused on restoring the old behavior and fixing the failing test/codegen/floats.go:index* tests. It is probable this same bug hides elsewhere in this file. Change-Id: Ibb2cb2be5c7bbeb5eafa9705d998a67380f2b04c Reviewed-on: https://go-re...
[ { "path": "src/cmd/compile/internal/ssa/_gen/LOONG64.rules", "patch": "@@ -611,15 +611,24 @@\n (MOVWstore [off] {sym} ptr (MOVWUreg x) mem) => (MOVWstore [off] {sym} ptr x mem)\n \n // register indexed load\n-(MOVVload [off] {sym} (ADDV ptr idx) mem) && off == 0 && sym == nil => (MOVVloadidx ptr idx mem)\n-...
2025-10-28T09:48:18
nodejs/node
2be863be08ff9f16eae6bb907388c354c55c3bfc
eb159a8cfd04c1a63c874e3d70b42b916604ef99
dns: fix dns query cache implementation PR-URL: https://github.com/nodejs/node/pull/58404 Refs: https://github.com/nodejs/node/pull/57640 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Tim Perry <pimterry@gmail.com>
[ { "path": "src/cares_wrap.cc", "patch": "@@ -879,9 +879,9 @@ void ChannelWrap::Setup() {\n }\n \n /* We do the call to ares_init_option for caller. */\n- const int optmask =\n- ARES_OPT_FLAGS | ARES_OPT_TIMEOUTMS |\n- ARES_OPT_SOCK_STATE_CB | ARES_OPT_TRIES;\n+ const int optmask = ARES_OPT_F...
2025-06-02T15:29:36
electron/electron
9d32b6ddfc4892706d3eb2aa904b01ff3b486489
7a413ff2ad07a3fe6bd0e8f0019e1ab094300dcc
fix: `webContents.print()` with OOP printing (#45266) * fix: webContents.print() with OOP printing * Update patches/chromium/printing.patch Co-authored-by: Robo <hop2deep@gmail.com> --------- Co-authored-by: Robo <hop2deep@gmail.com>
[ { "path": "patches/chromium/printing.patch", "patch": "@@ -604,6 +604,19 @@ index 402be34ab888cdf834d0fb65de0832e9a8021ced..82ddc92a35d824926c30279e660cc4e8\n }\n \n #if BUILDFLAG(IS_CHROMEOS)\n+diff --git a/chrome/browser/printing/printer_query_oop.cc b/chrome/browser/printing/printer_query_oop.cc\n+ind...
2025-01-21T16:39:21
vercel/next.js
181c9af0b464bd0223e2c55e30506bb1e047cb77
7905cb4cc3246f20145694ee490ff4ecd926541f
Fix no-double-tailwind-execution flake (#86549) https://github.com/vercel/next.js/runs/56466402435 wait for the `patchFile` revert operation to finish before asserting ``` FAIL webpack test/e2e/app-dir/no-double-tailwind-execution/no-double-tailwind-execution.test.ts (31.136 s) no-double-tailwind-execution ✕ s...
[ { "path": "test/e2e/app-dir/no-double-tailwind-execution/no-double-tailwind-execution.test.ts", "patch": "@@ -23,33 +23,37 @@ describe('no-double-tailwind-execution', () => {\n const browser = await next.browser('/')\n expect(await browser.elementByCss('p').text()).toBe('hello world')\n \n+ funct...
2025-11-26T18:43:01
facebook/react
b25bcd460f98a0b89e5a7199a6c88112163d961f
77656c557a05951643ffecdf4efdf43b8bc73d84
[Fizz] Support Suspense boundaries anywhere (#32069) Suspense is meant to be composable but there has been a lonstanding limitation with using Suspense above the `<body>` tag of an HTML document due to peculiarities of how HTML is parsed. For instance if you used Suspense to render an entire HTML document and had a...
[ { "path": "packages/react-dom-bindings/src/server/ReactFizzConfigDOM.js", "patch": "@@ -135,8 +135,7 @@ export type RenderState = {\n // be null or empty when resuming.\n \n // preamble chunks\n- htmlChunks: null | Array<Chunk | PrecomputedChunk>,\n- headChunks: null | Array<Chunk | PrecomputedChunk>,...
2025-01-17T18:54:11
golang/go
46e5e2b09a6df80a3b6472c5f7ca5739365b6676
3da03566858a1676b7d928366db11e301c511b94
runtime: define PanicBounds in funcdata.h The comment in funcdata.h says that the constants must agree with those in internal/abi/symtab.go. Make that so. Change-Id: Ib64146bfb31fdecfc1cc6ae03ae746a1b4a4d22e Reviewed-on: https://go-review.googlesource.com/c/go/+/715521 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-...
[ { "path": "src/runtime/funcdata.h", "patch": "@@ -12,6 +12,7 @@\n #define PCDATA_StackMapIndex 1\n #define PCDATA_InlTreeIndex 2\n #define PCDATA_ArgLiveIndex 3\n+#define PCDATA_PanicBounds 4\n \n #define FUNCDATA_ArgsPointerMaps 0 /* garbage collector blocks */\n #define FUNCDATA_LocalsPointerMaps 1", ...
2025-10-27T23:51:01
electron/electron
81d12fa452f63193fa0f3b483c308eb932c48e90
83666ddc3613b4633ace754bfbd32020e6dc4aba
build: fix clang-format duplicate message (#45235)
[ { "path": "script/run-clang-format.py", "patch": "@@ -369,9 +369,6 @@ def main():\n patch_file.close()\n os.unlink(patch_file.name)\n else:\n- print(\n- 'To patch these files, run:',\n- f\"$ git apply {patch_file.name}\", sep='\\n')\n file...
2025-01-20T10:05:40
nodejs/node
ef9cd8f062565842ba52450093a87cd4498926dd
9dc41f27f4a07604a69d817b903f87083ba56b34
build,win: fix dll build Fixes: https://github.com/nodejs/node/issues/58208 PR-URL: https://github.com/nodejs/node/pull/58357 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
[ { "path": "src/node_builtins.cc", "patch": "@@ -64,6 +64,11 @@ BuiltinLoader::BuiltinLoader()\n #endif // HAVE_AMARO\n }\n \n+std::ranges::keys_view<std::ranges::ref_view<const BuiltinSourceMap>>\n+BuiltinLoader::GetBuiltinIds() const {\n+ return std::views::keys(*source_.read());\n+}\n+\n bool BuiltinLoa...
2025-06-02T11:23:28
vercel/next.js
0683859c93e8671636c1e037450ccf358c2a3384
f71ce534a8e9429f4341998ae386b23055c5888c
Migrate app-dir-export test to be isolated (#86534) Flakey: ``` ❌ test/integration/app-dir-export/test/start.test.ts output: HEADLESS=true NEXT_TELEMETRY_DISABLED=1 CI= NEXT_TEST_CI=true IS_RETRY=undefined TRACE_PLAYWRIGHT=true CIRCLECI= GITHUB_ACTIONS= CONTINUOUS_INTEGRATION= RUN_ID= BUILD_NUMBER= JEST_JUNIT_OUTPU...
[ { "path": "test/cache-components-tests-manifest.json", "patch": "@@ -290,6 +290,13 @@\n \"test/e2e/app-dir/use-selected-layout-segment-s/use-selected-layout-segment-s.test.ts\",\n \"test/e2e/app-dir/use-server-inserted-html/use-server-inserted-html.test.ts\",\n \"test/e2e/app-dir/with-expo...
2025-11-26T15:15:55
golang/go
12c8d14d947ba922e19e3360ce5decd2bb848257
1f4d14e493516af6017ed9b467e7daf772752f98
errors: document that the target of Is must be comparable If target is not comparable, then errors.Is(err, target) can panic. (Put another way, if target == target panics, then Is can panic.) Document that the target must be comparable. For #74488 Change-Id: I694dc4c91a608b80f044f06dd1c6ac32b8e77c9c Reviewed-on: ht...
[ { "path": "src/errors/wrap.go", "patch": "@@ -25,6 +25,7 @@ func Unwrap(err error) error {\n }\n \n // Is reports whether any error in err's tree matches target.\n+// The target must be comparable.\n //\n // The tree consists of err itself, followed by the errors obtained by repeatedly\n // calling its Unwr...
2025-10-27T19:27:12
facebook/react
313c8c55de39cd5f009ebb033eec1666b3daa59e
d46b04a27dc9fb4c7baaa379f5a6aec1449883a1
Fix moveBefore feature detection (#32087) `moveBefore` was moved to the `ParentNode` mixin as per https://github.com/whatwg/dom/pull/1307#discussion_r1881981120 _(and was committed in https://github.com/whatwg/dom/commit/3f3e94c5beda922962dacaeb606087f57bd7f7be)_ As a result, its existence can no longer be checked on...
[ { "path": "packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js", "patch": "@@ -780,7 +780,7 @@ const supportsMoveBefore =\n // $FlowFixMe[prop-missing]: We're doing the feature detection here.\n enableMoveBefore &&\n typeof window !== 'undefined' &&\n- typeof window.Node.prototype.moveBefor...
2025-01-17T16:42:30
nodejs/node
d89657c29e69043289ae0f75d87cca634d396bff
4513e9c50fe5a380a211402b34a637261064aa69
http2: add diagnostics channel 'http2.server.stream.error' Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: https://github.com/nodejs/node/pull/58512 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
[ { "path": "doc/api/diagnostics_channel.md", "patch": "@@ -1253,6 +1253,13 @@ Emitted when a stream is created on the server.\n \n Emitted when a stream is started on the server.\n \n+`http2.server.stream.error`\n+\n+* `stream` {ServerHttp2Stream}\n+* `error` {Error}\n+\n+Emitted when an error occurs during ...
2025-06-01T13:08:20
electron/electron
83666ddc3613b4633ace754bfbd32020e6dc4aba
fa5de40f862179875eab584f4f21cebcafd4aa33
fix: page scaling in silent mode printing (#45218)
[ { "path": "patches/chromium/printing.patch", "patch": "@@ -653,7 +653,7 @@ index 6809c4576c71bc1e1a6ad4e0a37707272a9a10f4..3aad10424a6a31dab2ca393d00149ec6\n PrintingFailed(int32 cookie, PrintFailureReason reason);\n \n diff --git a/components/printing/renderer/print_render_frame_helper.cc b/components/...
2025-01-20T10:05:15
rust-lang/rust
86da9312dc68ffb72cd1d28a99946dc4d37690c1
0c68443b0a0469e4211acca7e7b06e14f256ada8
mir-opt: Drop invalid debuginfos after SingleUseConsts.
[ { "path": "compiler/rustc_middle/src/mir/statement.rs", "patch": "@@ -1050,11 +1050,12 @@ impl<'tcx> StmtDebugInfos<'tcx> {\n self.0.extend_from_slice(debuginfos);\n }\n \n- pub fn retain<F>(&mut self, f: F)\n- where\n- F: FnMut(&StmtDebugInfo<'tcx>) -> bool,\n- {\n- self....
2026-03-10T14:15:04
vercel/next.js
f71ce534a8e9429f4341998ae386b23055c5888c
59fe222b5e4f83349462663ce073fbbbcdf03962
[test] Add test fixture for runtime error in `'use cache'` (#86499) In production, when throwing an error in `'use cache'` at runtime, we are currently logging the obfuscated error that React is producing when crossing the cache-server boundary. This is not ideal for investigating production issues so we're also loggi...
[ { "path": "test/e2e/app-dir/cache-components-errors/cache-components-errors.test.ts", "patch": "@@ -1,6 +1,6 @@\n import { isNextDev, nextTestSetup } from 'e2e-utils'\n-import { waitForNoErrorToast } from 'next-test-utils'\n-import { getPrerenderOutput } from './utils'\n+import { retry, waitForNoErrorToast ...
2025-11-26T15:00:35
golang/go
2c91c33e88c68a5f6cc2f10296698faa305f6267
73d7635fae502f63a3774e1265f739bff8778113
crypto/subtle,cmd/compile: add intrinsics for ConstantTimeSelect and *Eq Targeting crypto/subtle rather than crypto/internal/fips140/subtle after discussion with Filippo. goos: linux goarch: amd64 pkg: crypto/subtle cpu: AMD Ryzen 5 3600 6-Core Processor │ /tmp/old.logs │ /tmp/new.l...
[ { "path": "src/cmd/compile/internal/ssagen/intrinsics.go", "patch": "@@ -1602,6 +1602,36 @@ func initIntrinsics(cfg *intrinsicBuildConfig) {\n \t\t\treturn s.newValue1(ssa.OpZeroExt8to64, types.Types[types.TUINT64], out)\n \t\t},\n \t\tsys.AMD64)\n+\n+\t/******** crypto/subtle ********/\n+\t// We implement ...
2025-10-26T21:19:30
facebook/react
d46b04a27dc9fb4c7baaa379f5a6aec1449883a1
5f38ef671958a2fb054cb999d68faa8ffdc79e54
[ci] Fix maintainer output condition check (#32111) It appears GH actions treats outputs from workflow_calls to [always be strings](https://github.com/orgs/community/discussions/9343) so we need to do an explicit comparison.
[ { "path": ".github/workflows/compiler_discord_notify.yml", "patch": "@@ -12,7 +12,7 @@ jobs:\n uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main\n \n notify:\n- if: ${{ needs.check_maintainer.outputs.is_core_team }}\n+ if: ${{ needs.check_maintainer.outputs.is_core_team == ...
2025-01-17T15:35:25
nodejs/node
705bcc2a006400f4f31803de0e126a1092e07478
62ba6196d40c12f56c34f38cecab061dfd4681cc
module: move Module._debug to end-of-life Was runtime deprecated 7 years ago. Probably safe to remove now. PR-URL: https://github.com/nodejs/node/pull/58473 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed...
[ { "path": "doc/api/deprecations.md", "patch": "@@ -1769,14 +1769,17 @@ not handle all certificate subjects correctly and should not be used.\n \n <!-- YAML\n changes:\n+ - version: REPLACEME\n+ pr-url: https://github.com/nodejs/node/pull/58473\n+ description: End-of-Life.\n - version: v9.0.0\n ...
2025-05-26T17:57:17
electron/electron
fa5de40f862179875eab584f4f21cebcafd4aa33
7d05fb2a1b236e8ed67ee0b47a852b447ddcee1b
fix: two possible FSA crashes (#45233) * 5786874: Change Observer: Fix crash when navigating to new page https://chromium-review.googlesource.com/c/chromium/src/+/5786874 * 5794141: Change Observer: Fix Get*PermissionGrant crash https://chromium-review.googlesource.com/c/chromium/src/+/5794141
[ { "path": "shell/browser/file_system_access/file_system_access_permission_context.cc", "patch": "@@ -461,7 +461,7 @@ FileSystemAccessPermissionContext::GetReadPermissionGrant(\n // but that is exactly what we want.\n auto& origin_state = active_permissions_map_[origin];\n auto*& existing_grant = origi...
2025-01-20T09:23:57
rust-lang/rust
005a1eddd724bd6d3e01f66497b42164052e17ea
a7bcfc149f9b5bb871c3730086bbea5dfabd16b4
internal: Fix test_loading_rust_analyzer when rust-project.json is present load_workspace_at() looks at parent directories. If rust-analyzer is in a directory (e.g. a monorepo) where a parent directory contains a rust-project.json, that configuration wins over the Cargo.toml and the test fails. One easy way of testin...
[ { "path": "src/tools/rust-analyzer/crates/load-cargo/src/lib.rs", "patch": "@@ -744,16 +744,25 @@ mod tests {\n \n #[test]\n fn test_loading_rust_analyzer() {\n- let path = Path::new(env!(\"CARGO_MANIFEST_DIR\")).parent().unwrap().parent().unwrap();\n+ let cargo_toml_path = Path::new(e...
2026-03-10T17:43:34
vercel/next.js
13e4d08e3b173cfed3c08cbf3d8daa5416dfaa20
2846e785e7bb0e0fce975a8579ab68b7e23d13d0
Turbopack: Use `Debug` instead of `Display` for `ValueDebugFormat` impl on `RcStr` (#86522) Stuff like empty `RcStr`s look really confusing if we use `Display`. Also stop using the alternate debug mode for `String`, as it looks like the alternate flag doesn't do anything in this case.
[ { "path": "turbopack/crates/turbo-tasks/src/debug/mod.rs", "patch": "@@ -74,13 +74,13 @@ pub trait ValueDebugFormat {\n \n impl ValueDebugFormat for String {\n fn value_debug_format(&self, _depth: usize) -> ValueDebugFormatString<'_> {\n- ValueDebugFormatString::Sync(format!(\"{self:#?}\"))\n+ ...
2025-11-26T10:54:40
golang/go
9a77aa4f083f7458a29c7c13adfe3d2ca8c864ea
77dc1380308f5129952c16b6940dea7ddd4e17b9
cmd/compile: add position info to sccp debug messages Change-Id: Ic568dd3b2e3ebebb1b6aaa41ee78a12d4e8d3f06 Reviewed-on: https://go-review.googlesource.com/c/go/+/714221 Reviewed-by: Michael Knyszek <mknyszek@google.com> Auto-Submit: Jorropo <jorropo.pgm@gmail.com> Reviewed-by: Keith Randall <khr@golang.org> LUCI-TryBo...
[ { "path": "src/cmd/compile/internal/ssa/sccp.go", "patch": "@@ -4,10 +4,6 @@\n \n package ssa\n \n-import (\n-\t\"fmt\"\n-)\n-\n // ----------------------------------------------------------------------------\n // Sparse Conditional Constant Propagation\n //\n@@ -118,7 +114,7 @@ func sccp(f *Func) {\n \tcon...
2025-10-25T20:08:59
facebook/react
5f38ef671958a2fb054cb999d68faa8ffdc79e54
61e713c1d31976175316c8256f4be14ba8bbdb29
Fix maintainer check condition (#32110) <!-- 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, please make sure the...
[ { "path": ".github/workflows/shared_label_core_team_prs.yml", "patch": "@@ -13,7 +13,7 @@ jobs:\n uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main\n \n label:\n- if: ${{ needs.check_maintainer.outputs.is_core_team }}\n+ if: ${{ needs.check_maintainer.outputs.is_core_team =...
2025-01-17T15:22:34
nodejs/node
7622f0d050c66bd02f578536529b3c494cf58878
0854aa33244dc5e058631070e5a8dd037241438a
src: fix FIPS init error handling If `--enable-fips` or `--force-fips` fails to be applied during `ProcessFipsOptions()`, the node process might exit with `ExitCode::kNoFailure` because `ERR_GET_REASON(ERR_peek_error())` can return `0` since `ncrypto::testFipsEnabled()` does not populate the OpenSSL error queue. You ...
[ { "path": "src/node.cc", "patch": "@@ -1167,10 +1167,7 @@ InitializeOncePerProcessInternal(const std::vector<std::string>& args,\n }\n #endif\n if (!crypto::ProcessFipsOptions()) {\n- // XXX: ERR_GET_REASON does not return something that is\n- // useful as an exit code at all.\n- resu...
2025-05-30T11:23:57
electron/electron
7d05fb2a1b236e8ed67ee0b47a852b447ddcee1b
51a249f380c2840464a9523e548bd942edc779ff
fix: broken OOP `window.print()` on macOS/Linux (#45214) fix: broken OOP printing on macOS/Linux
[ { "path": "shell/utility/electron_content_utility_client.cc", "patch": "@@ -31,6 +31,11 @@\n #include \"components/services/print_compositor/public/mojom/print_compositor.mojom.h\" // nogncheck\n #endif // BUILDFLAG(ENABLE_PRINTING)\n \n+#if BUILDFLAG(ENABLE_OOP_PRINTING)\n+#include \"chrome/services/prin...
2025-01-20T09:23:44
vercel/next.js
4deba0f6ea83a9a4b2ac28eb3e9a38651acfffcd
06b3c4452d36b4c2eaa9874e3a60c2e4efa6f79d
Try to improve typed-routes test flakyness (#86512) <!-- 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": "test/e2e/app-dir/typed-routes/typed-links.test.ts", "patch": "@@ -11,11 +11,17 @@ describe('typed-links', () => {\n }\n \n it('should generate types for next/link', async () => {\n+ // To wait for the (dev) server to have started up.\n+ await next.render('/')\n+\n const dts = await ...
2025-11-26T09:09:04
golang/go
53be78630a25cfe53a1bf3e97e000bbe97848286
dec2b4c83dd8b86b56e901f832819e76ff6969df
cmd/compile: use topo-sort in prove to correctly learn facts while walking once Fixes #68857 Change-Id: Ideb359cc6f1550afb4c79f02d25a00d0ae5e5c50 Reviewed-on: https://go-review.googlesource.com/c/go/+/714920 Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Keith Randall <khr@golang.org> Auto-Submit: Jo...
[ { "path": "src/cmd/compile/internal/ssa/_gen/allocators.go", "patch": "@@ -122,6 +122,11 @@ func genAllocators() {\n \t\t\ttyp: \"[]ID\",\n \t\t\tbase: \"LimitSlice\",\n \t\t},\n+\t\t{\n+\t\t\tname: \"UintSlice\",\n+\t\t\ttyp: \"[]uint\",\n+\t\t\tbase: \"LimitSlice\",\n+\t\t},\n \t}\n \n \tw := new(bytes....
2025-10-25T15:00:18
facebook/react
91add7bbdc1a06f9c6b71f3b41590266481b56cc
5a274a37e05ba627e3e9c8a1000bee881aeaef1c
Fix outdated maintainers list (#32102) I made a few mistakes while adding the initial list --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32102). * #32103 * __->__ #32102
[ { "path": "MAINTAINERS", "patch": "@@ -1,5 +1,4 @@\n acdlite\n-bvaughn\n eps1lon\n gaearon\n gnoff\n@@ -13,7 +12,9 @@ kassens\n lunaleaps\n mattcarrollcode\n mofeiZ\n+mvitousek\n noahlemen\n+pieterv\n poteto\n rickhanlonii\n sebmarkbage", "additions": 2, "deletions": 1, "language": "Unknown" }...
2025-01-16T20:05:40
nodejs/node
a8e9f634d3e5b0fb1a5c3f5e22a8193adba30cff
4eeb78b999067573b40893ace174b13035fb370b
src: fix possible dereference of null pointer There is a CHECK_NOT_NULL check before dereferencing node_env on line 710 in the "if" block, but there is no CHECK_NOT_NULL check before dereferencing node_env on line 721. Maybe it makes sense to put CHECK_NOT_NULL right after calling the Environment::GetCurrent function....
[ { "path": "src/node_api.cc", "patch": "@@ -704,9 +704,9 @@ void napi_module_register_by_symbol(v8::Local<v8::Object> exports,\n napi_addon_register_func init,\n int32_t module_api_version) {\n node::Environment* node_env = node::Envir...
2025-05-29T20:01:48
rust-lang/rust
e9d76c811afceb4a76452339a9abb4d986753c4b
5e1d741a1debd2541e5dd3274fa85b0c921a445a
fix: `match_same_arms` FP with associated consts
[ { "path": "clippy_utils/src/consts.rs", "patch": "@@ -841,7 +841,8 @@ impl<'tcx> ConstEvalCtxt<'tcx> {\n && ty.span.ctxt() == self.ctxt.get()\n && ty_name.ident.span.ctxt() == self.ctxt.get()\n && matches!(ty_path.res, Res::PrimTy(_))\n- ...
2026-03-10T15:40:48
vercel/next.js
e64be50becbdcd795a10921983fe48534802b338
a9b6491664083b163038d8e3cc43392a544ee989
Turbopack: fixup route hashes generation (#86502) Previously, it tried to compute the hash of some pages router endpoints, even they weren't in the graph (because there is no `pages` folder)
[ { "path": "crates/next-api/src/project.rs", "patch": "@@ -83,7 +83,10 @@ use crate::{\n instrumentation::InstrumentationEndpoint,\n middleware::MiddlewareEndpoint,\n pages::PagesProject,\n- route::{Endpoint, EndpointGroup, EndpointGroupKey, EndpointGroups, Endpoints, Route},\n+ route::{\n+...
2025-11-26T09:03:08
golang/go
dec2b4c83dd8b86b56e901f832819e76ff6969df
916e682d5167faad1bb961ec28cac74f05f145f7
runtime: avoid bound check in freebsd binuptime Fixes #76062 Change-Id: I683c1232aaeac12b0b3688472bb277adb95ad542 Reviewed-on: https://go-review.googlesource.com/c/go/+/715180 Reviewed-by: Keith Randall <khr@golang.org> Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@...
[ { "path": "src/runtime/vdso_freebsd.go", "patch": "@@ -54,6 +54,9 @@ func binuptime(abs bool) (bt bintime) {\n \t\t}\n \n \t\tcurr := atomic.Load(&timekeepSharedPage.current) // atomic_load_acq_32\n+\t\tif curr >= uint32(len(timehands)) {\n+\t\t\treturn zeroBintime\n+\t\t}\n \t\tth := &timehands[curr]\n \t\...
2025-10-27T09:47:20
facebook/react
35dcf02b04b3b5c539f666b86dd1910ddcee9c89
e5fdd994bf5262a6fbed5d08e93999bf0a7d234e
[rcr] Always target node (#32091) Alternative to #32071. As a follow up to #31993, the `platform` target was incorrectly being set to `browser` since it was the default argument for the build script. This corrects it to `node` and `cjs` which I think should resolve node 20 issues.
[ { "path": "compiler/packages/react-compiler-runtime/scripts/build.js", "patch": "@@ -13,11 +13,6 @@ const path = require('path');\n const {Generator} = require('npm-dts');\n \n const argv = yargs(process.argv.slice(2))\n- .options('p', {\n- alias: 'platform',\n- default: 'browser',\n- choices: ['b...
2025-01-16T18:37:13
nodejs/node
8e2fb67bd9a4af907b359930a9e06d6343303c25
da079e0350975bded5182cd0320e01381a944e33
test: mark `test-http2-debug` as flaky on LinuxONE PR-URL: https://github.com/nodejs/node/pull/58494 Refs: https://github.com/nodejs/node/issues/58353 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: James ...
[ { "path": "test/parallel/parallel.status", "patch": "@@ -41,6 +41,10 @@ test-esm-loader-hooks-inspect-wait: PASS, FLAKY\n # https://github.com/nodejs/node/issues/54534\n test-runner-run-watch: PASS, FLAKY\n \n+[$system==linux && $arch==s390x]\n+# https://github.com/nodejs/node/issues/58353\n+test-http2-debu...
2025-05-28T11:47:08
rust-lang/rust
8fc7440ceca81538e9ff23b17cb01da01e440db4
c465c7571a9c83cdb98dbb6311a6774accc8c14a
Fix
[ { "path": "example/mini_core.rs", "patch": "@@ -10,7 +10,7 @@\n auto_traits,\n freeze_impls\n )]\n-#![cfg_attr(not(all(windows, target_env = \"gnu\")), thread_local)]\n+#![cfg_attr(not(all(windows, target_env = \"gnu\")), feature(thread_local))]\n #![no_core]\n #![allow(dead_code, internal_features,...
2026-03-10T16:04:12