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 |
|---|---|---|---|---|---|
facebook/react | 991c1c1169141f9746416a9de4d8b8257c8b4be5 | 7ec24286114df208ce90db4d8e5b1d0df46cfbb2 | Fix typo in blog post | [
{
"path": "docs/_posts/2014-06-27-community-roundup-19.md",
"patch": "@@ -9,12 +9,12 @@ Ever wanted to find developers who also share the same interest in React than yo\n \n If you don't live near San Francisco or London, why not start one in your community?\n \n-## Complimentary Tools\n+## Complementary To... | 2014-06-26T22:19:24 |
vercel/next.js | 63a578f1c35b6285dc98b9ae0b6281735043ae22 | c1fba5735c09649c83ff2180d1d2e78ceef22d32 | Docs: Fix upgrade guide files (#59249)
- Add v14 update guide to /app router docs
- Fix duplicate /upgrading folders | [
{
"path": "docs/02-app/01-building-your-application/09-upgrading/03-version-14.mdx",
"patch": "@@ -0,0 +1,36 @@\n+---\n+title: Version 14\n+description: Upgrade your Next.js Application from Version 13 to 14.\n+---\n+\n+{/* The content of this doc is shared between the app and pages router. You can use the ... | 2023-12-04T14:55:46 |
rust-lang/rust | f68bcb376da2a34b6809ba76dad20ca400bd9966 | be00ea1968d8d5afb5d93d2dedeb97a8bba300cb | rustc_expand: ensure stack in `InvocationCollector::visit_expr`
In Fedora, when we built rustc with PGO on ppc64le, we started failing
the test `issue-74564-if-expr-stack-overflow.rs`. This could also be
reproduced on other arches by setting a smaller `RUST_MIN_STACK`, so
it's probably just unlucky that ppc64le PGO cr... | [
{
"path": "compiler/rustc_expand/src/expand.rs",
"patch": "@@ -14,6 +14,7 @@ use rustc_ast::{\n use rustc_ast_pretty::pprust;\n use rustc_attr_parsing::{EvalConfigResult, ShouldEmit};\n use rustc_data_structures::flat_map_in_place::FlatMapInPlace;\n+use rustc_data_structures::stack::ensure_sufficient_stack;... | 2025-08-14T23:02:31 |
nodejs/node | 2e1b41a708a71ee127a5db9c750760f74db494e4 | 3948830ce6408be620b09a70bf66158623022af0 | tls: emit `session` after verifying certificate
Prior to this patch `session` event was emitted after `secure` event on
TLSSocket, but before `secureConnect` event. This is problematic for
`https.Agent` because it must cache session only after verifying the
remote peer's certificate.
Connecting to a server that prese... | [
{
"path": "lib/_tls_wrap.js",
"patch": "@@ -93,6 +93,8 @@ const kSNICallback = Symbol('snicallback');\n const kEnableTrace = Symbol('enableTrace');\n const kPskCallback = Symbol('pskcallback');\n const kPskIdentityHint = Symbol('pskidentityhint');\n+const kPendingSession = Symbol('pendingSession');\n+const ... | 2020-03-18T03:51:38 |
golang/go | e978ef36e3e8d09413387883b5b01fc6cdbb7640 | 789e798f0436361bfe8ca492a933cfeb17d2780c | image/gif,image/jpeg,image/png: skip FuzzDecode in testing short mode
The image/gif.FuzzDecode takes an excessive amount of time to run on various
builders - skip these in testing short mode. Likewise for image/jpeg and
image/png.
Fixes #55839
Change-Id: I1049d06b9dcbbc7dbc4f53d3c49b64e2254eabbd
Reviewed-on: https:/... | [
{
"path": "src/image/gif/fuzz_test.go",
"patch": "@@ -14,6 +14,10 @@ import (\n )\n \n func FuzzDecode(f *testing.F) {\n+\tif testing.Short() {\n+\t\tf.Skip(\"Skipping in short mode\")\n+\t}\n+\n \ttestdata, err := os.ReadDir(\"../testdata\")\n \tif err != nil {\n \t\tf.Fatalf(\"failed to read testdata dire... | 2022-09-27T08:30:01 |
vercel/next.js | c1fba5735c09649c83ff2180d1d2e78ceef22d32 | 445e70502834540d476b8eeaed0228241acd92eb | Disable more Turbopack build tests (#59245)
## What?
Skips more tests that are running `next build` which is not supported by
Turbopack yet.
## How?
Used an approach where all `next build` tests would fail if
`TURBOPACK=1` is set, which is how the tests run. This highlighted the
cases `next build` was stil... | [
{
"path": "test/e2e/app-dir/ppr-errors/ppr-errors.test.ts",
"patch": "@@ -1,96 +1,98 @@\n import { nextBuild } from 'next-test-utils'\n \n describe('ppr build errors', () => {\n- let stderr: string\n- let stdout: string\n+ ;(process.env.TURBOPACK ? describe.skip : describe)('production mode', () => {\n+ ... | 2023-12-04T14:23:32 |
nodejs/node | 3948830ce6408be620b09a70bf66158623022af0 | d3beb50da3b93cc26cb2ba2fadf66d74138a6afa | http2: implement support for max settings entries
Adds the maxSettings option to limit the number of settings
entries allowed per SETTINGS frame. Default 32
Fixes: https://hackerone.com/reports/446662
CVE-ID: CVE-2020-11080
PR-URL: https://github.com/nodejs-private/node-private/pull/204
Reviewed-By: Matteo Collina <m... | [
{
"path": "doc/api/http2.md",
"patch": "@@ -2001,6 +2001,9 @@ value only affects new connections to the server, not any existing connections.\n <!-- YAML\n added: v8.4.0\n changes:\n+ - version: REPLACEME\n+ pr-url: https://github.com/nodejs-private/node-private/pull/204\n+ description: Added `maxSet... | 2020-04-27T17:47:58 |
facebook/react | 56263c44e8792800c14432142ac8e4413824ce33 | 2496757364442bb2e333467cc2f2e4d1815f8e48 | 2 docs fixes.
Fix 404 and extra slash in url | [
{
"path": "docs/_posts/2014-03-28-the-road-to-1.0.md",
"patch": "@@ -16,7 +16,7 @@ We added some warnings in v0.9 to start migrating some of these bad patterns. Wi\n \n ## API Cleanup\n \n-This is really connected to everything. We want to keep the API as simple as possible and help developers [fall into th... | 2014-06-24T22:12:19 |
golang/go | 789e798f0436361bfe8ca492a933cfeb17d2780c | fac5338a6c788df948edafa055ed998c46ba545e | internal/goroot: using strings.CutPrefix replace strings.HasPrefix and strings.TrimPrefix
Change-Id: I63b2af955e2ada6d20e72c10797576d93bbc7e71
Reviewed-on: https://go-review.googlesource.com/c/go/+/435135
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian La... | [
{
"path": "src/internal/goroot/gc.go",
"patch": "@@ -69,8 +69,8 @@ func (gd *gccgoDirs) init() {\n \tconst prefix = \"libraries: =\"\n \tvar dirs []string\n \tfor _, dirEntry := range dirsEntries {\n-\t\tif strings.HasPrefix(dirEntry, prefix) {\n-\t\t\tdirs = filepath.SplitList(strings.TrimPrefix(dirEntry, ... | 2022-09-27T07:58:33 |
rust-lang/rust | 354fcf2b52119d938b3181bd6cbc3be1929138df | 8fb98ef36846f74c8a642e856808ad5600ae4110 | mbe: Handle applying `macro_rules` derives
Add infrastructure to apply a derive macro to arguments, consuming and
returning a `TokenTree` only.
Handle `SyntaxExtensionKind::MacroRules` when expanding a derive, if the
macro's kinds support derive.
Add tests covering various cases of `macro_rules` derives.
Note that ... | [
{
"path": "compiler/rustc_expand/src/expand.rs",
"patch": "@@ -16,6 +16,7 @@ use rustc_attr_parsing::{EvalConfigResult, ShouldEmit};\n use rustc_data_structures::flat_map_in_place::FlatMapInPlace;\n use rustc_errors::PResult;\n use rustc_feature::Features;\n+use rustc_hir::def::MacroKinds;\n use rustc_parse... | 2025-08-10T06:56:00 |
electron/electron | 042b511a274331e0b39c1467b34672038c26d720 | 96ca62384676cfb64203845778993fe7092dc77b | Fix #8911 | [
{
"path": "atom/browser/api/atom_api_web_contents.cc",
"patch": "@@ -872,6 +872,15 @@ void WebContents::Observe(int type,\n }\n }\n \n+void WebContents::BeforeUnloadDialogCancelled() {\n+ if (deferred_load_url_.id) {\n+ auto& controller = web_contents()->GetController();\n+ if (!controller.GetPendi... | 2017-04-25T23:14:34 |
vercel/next.js | 00eff94d8c1fd070c50d46cd55becb85b5588c38 | d9e58034c35fc2d5222d6eb5c4875543112c1e98 | Resolve build issues with symlinked files (#57412)
This resolves an issue introduced in #52361 where `shouldOmit` is
overwritten based on if it is a directory or not without considering
include conditions.
In an environment where the the application being built is orchestrated
and managed by bazel, all files are... | [
{
"path": "packages/next/src/build/index.ts",
"patch": "@@ -133,7 +133,7 @@ import {\n createDefineEnv,\n } from './swc'\n import { getNamedRouteRegex } from '../shared/lib/router/utils/route-regex'\n-import { flatReaddir } from '../lib/flat-readdir'\n+import { getFilesInDir } from '../lib/get-files-in-di... | 2023-12-04T10:43:13 |
nodejs/node | d3beb50da3b93cc26cb2ba2fadf66d74138a6afa | 656260b4b65fec3b10f6da3fdc9f11fb941aafb5 | deps: update nghttp2 to 1.41.0
Fixes: https://hackerone.com/reports/446662
CVE-ID: CVE-2020-11080
PR-URL: https://github.com/nodejs-private/node-private/pull/204
Reviewed-By: Matteo Collina <matteo.collina@gmail.com> | [
{
"path": "deps/nghttp2/lib/CMakeLists.txt",
"patch": "@@ -1,76 +0,0 @@\n-add_subdirectory(includes)\n-\n-include_directories(\n- \"${CMAKE_CURRENT_SOURCE_DIR}/includes\"\n- \"${CMAKE_CURRENT_BINARY_DIR}/includes\"\n-)\n-\n-add_definitions(-DBUILDING_NGHTTP2)\n-\n-set(NGHTTP2_SOURCES\n- nghttp2_pq.c nght... | 2020-04-27T16:27:49 |
golang/go | 550864e5d20d6d3507aae7d2797f84140963d555 | f6e1677428e3df28e936cb000b58fca377f67d72 | runtime: add cgo guard for exit hooks test
Add an additional guard to ensure that we don't try to run the "-race"
variant of the exit hooks test when CGO is explicitly turned off via
CGO_ENABLED=0 (this fixes a failure on the no-cgo builder caused
by CL 354790).
Change-Id: I9dc7fbd71962e9a098916da69d9119a753f27116
Re... | [
{
"path": "src/runtime/ehooks_test.go",
"patch": "@@ -5,23 +5,24 @@\n package runtime_test\n \n import (\n+\t\"internal/testenv\"\n \t\"os/exec\"\n \t\"runtime\"\n \t\"strings\"\n \t\"testing\"\n )\n \n func TestExitHooks(t *testing.T) {\n-\tbmodes := []string{\"\", \"-race\"}\n-\tif !testing.Short() {\n+\t... | 2022-09-27T00:52:09 |
rust-lang/rust | 8fb98ef36846f74c8a642e856808ad5600ae4110 | 2c1ac85679678dfe5cce7ea8037735b0349ceaf3 | mbe: Parse macro `derive` rules
This handles various kinds of errors, but does not allow applying the
derive yet.
This adds the feature gate `macro_derive`. | [
{
"path": "compiler/rustc_expand/messages.ftl",
"patch": "@@ -70,7 +70,7 @@ expand_invalid_fragment_specifier =\n invalid fragment specifier `{$fragment}`\n .help = {$help}\n \n-expand_macro_args_bad_delim = macro attribute argument matchers require parentheses\n+expand_macro_args_bad_delim = `{$rul... | 2025-08-09T22:16:19 |
electron/electron | 58c3446e40309e562ed839fbf990783da9651752 | a748199833e18b94970bde1d7aa9a2feeaa1ceb6 | Change translation of `license` to `授權條款`
The translation of `license` should not be `憑證`.
`憑證` means certificate but not license in Chinese.
For example, [Symantec](https://www.symantec.com/zh/tw/security_response/glossary/define.jsp?letter=d&word=digital-certificate) translated `digital certificate` as `數位憑證`; [... | [
{
"path": "docs-translations/zh-TW/project/README.md",
"patch": "@@ -72,6 +72,6 @@ Clone 並使用 [`electron/electron-quick-start`](https://github.com/electron/el\n 在 [awesome-electron](https://github.com/sindresorhus/awesome-electron)\n 查看由社群維護的清單,包括實用的應用程式、工具以及資源。\n \n-## 憑證\n+## 授權條款\n \n MIT © 2016 Github",
... | 2017-05-02T09:59:15 |
vercel/next.js | 669a48cb4d219a78182ef24f91f8758d4cf1d758 | b089529caff6a610b549e5a26543801d85439d94 | fix tsconfig alias cycle (#59232)
### What?
fixes https://github.com/vercel/next.js/issues/59195
fixes PACK-450
### Why?
### How?
see https://github.com/vercel/turbo/pull/6687
### Turbopack Changes
* https://github.com/vercel/turbo/pull/6627 <!-- Tobias Koppers - fix
stack trace of errors -->
* ht... | [
{
"path": "Cargo.lock",
"patch": "@@ -322,7 +322,7 @@ dependencies = [\n [[package]]\n name = \"auto-hash-map\"\n version = \"0.1.0\"\n-source = \"git+https://github.com/vercel/turbo.git?tag=turbopack-231128.2#0f828c5744c17c19235fe3a6cb4006a3102183bb\"\n+source = \"git+https://github.com/vercel/turbo.git?ta... | 2023-12-04T09:50:15 |
nodejs/node | 656260b4b65fec3b10f6da3fdc9f11fb941aafb5 | 0cb194ec6aae41e6c4400a28bab83b0d59e6f460 | napi: fix memory corruption vulnerability
Fixes: https://hackerone.com/reports/784186
CVE-ID: CVE-2020-8174
PR-URL: https://github.com/nodejs-private/node-private/pull/195
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: Michael Dawson <michael_da... | [
{
"path": "src/js_native_api_v8.cc",
"patch": "@@ -2177,7 +2177,7 @@ napi_status napi_get_value_string_latin1(napi_env env,\n if (!buf) {\n CHECK_ARG(env, result);\n *result = val.As<v8::String>()->Length();\n- } else {\n+ } else if (bufsize != 0) {\n int copied =\n val.As<v8::String... | 2020-01-27T17:38:36 |
golang/go | e6d9057e2f3442b133afe7e37bec72bb9b780b04 | 072c7d4969862c84430cc2daef20a8f7f3ba78a2 | cmd/compile: add coverage fixup mode
Adds a -coveragecfg=<configfile> command line option to the compiler
to help support a cooperative "tool and compiler" mode for coverage
instrumentation. In this mode the cmd/cover tool generates most of the
counter instrumentation via source-to-source rewriting, but the
compiler f... | [
{
"path": "src/cmd/compile/internal/base/flag.go",
"patch": "@@ -9,6 +9,8 @@ import (\n \t\"flag\"\n \t\"fmt\"\n \t\"internal/buildcfg\"\n+\t\"internal/coverage\"\n+\t\"io/ioutil\"\n \t\"log\"\n \t\"os\"\n \t\"reflect\"\n@@ -110,6 +112,7 @@ type CmdFlags struct {\n \tMemProfileRate int \"help:\... | 2022-03-07T15:32:51 |
vercel/next.js | 6a0f389870fa4e9f42a2d74ef95d518807823c6e | 471d48ed18ba9f47ae5b72bbb5694fb0b7a17f96 | fix tsconfig alias cycle (vercel/turbo#6687)
### Description
* add info level logging for resolving
* tsconfig paths are always relative
* make sure that global wildcard doesn't match relative requests
### Testing Instructions
<!--
Give a quick description of steps to test your changes.
-->
Closes ... | [
{
"path": "crates/turbopack-core/src/resolve/alias_map.rs",
"patch": "@@ -198,9 +198,41 @@ impl<T> AliasMap<T> {\n // Invariant: prefixes should be sorted by increasing length (base lengths),\n // according to PATTERN_KEY_COMPARE. Since we're using a prefix tree, this is\n // the def... | 2023-12-04T09:13:44 |
facebook/react | c91f95a092051c44bb9e241f7551f47cfdce8e36 | c33cceb46651ff18794c8d2857fe3a7600ecd39e | Fix example for animation
* Highlight the correct lines
* Add missing text to button
* Remove unnecessary div | [
{
"path": "docs/docs/09.1-animation.md",
"patch": "@@ -17,7 +17,7 @@ React provides a `ReactTransitionGroup` addon component as a low-level API for a\n \n `ReactCSSTransitionGroup` is the interface to `ReactTransitions`. This is a simple element that wraps all of the components you are interested in animati... | 2014-06-22T16:11:51 |
nodejs/node | 0cb194ec6aae41e6c4400a28bab83b0d59e6f460 | c5a0b888f61ac67e4589494253743924ede0e50a | deps: V8: backport 22014de00115
Original commit message:
Reland "[snapshot] rehash JSMap and JSSet during deserialization"
This is a reland of 8374feed55a5b3010f2e9593560a2d84f9f6725f.
Fixed rehashing of global proxy keys by creating its identity hash
early, before the deserialization of the context... | [
{
"path": "common.gypi",
"patch": "@@ -36,7 +36,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.16',\n+ 'v8_embedder_string': '-node.17',\n \n ##### V8 defaults for Node.js #####\n... | 2020-05-29T12:51:31 |
golang/go | 361f5eba9f9e9902226e7edac76646253b7025e4 | 17f83e347312ce3e7a0369f1db50d60e6104f4cf | all: use strings.CutPrefix
Updates #42537
Change-Id: Ice23d7d36bbede27551cbc086119694f6a3b5e4a
GitHub-Last-Rev: 0d65208313ea318725159186fad045fc6400fb25
GitHub-Pull-Request: golang/go#55347
Reviewed-on: https://go-review.googlesource.com/c/go/+/432895
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Auto-Submit: Ian L... | [
{
"path": "src/go/build/build.go",
"patch": "@@ -179,10 +179,11 @@ func hasSubdir(root, dir string) (rel string, ok bool) {\n \t\troot += sep\n \t}\n \tdir = filepath.Clean(dir)\n-\tif !strings.HasPrefix(dir, root) {\n+\tafter, found := strings.CutPrefix(dir, root)\n+\tif !found {\n \t\treturn \"\", false\n... | 2022-09-27T01:31:31 |
electron/electron | db6097ecec5b4d6f8d6c04070d4c6039d5b0dde9 | f84c75aa1aaa903d893a87a2111517ffdfec5cc1 | Add failing spec for invalid debugger message | [
{
"path": "spec/api-debugger-spec.js",
"patch": "@@ -1,4 +1,6 @@\n const assert = require('assert')\n+const fs = require('fs')\n+const http = require('http')\n const path = require('path')\n const {closeWindow} = require('./window-helpers')\n const BrowserWindow = require('electron').remote.BrowserWindow\n@... | 2017-04-28T16:28:11 |
vercel/next.js | b089529caff6a610b549e5a26543801d85439d94 | 141dbb2663c2f7605df9a19af2ed5154e7b6c881 | Failing test for 59195 (#59210)
Added a failing test based on the reproduction in #59195
<!-- 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(... | [
{
"path": "test/e2e/react-dnd-compile/next.config.js",
"patch": "@@ -0,0 +1,7 @@\n+/** @type {import('next').NextConfig} */\n+const nextConfig = {\n+ reactStrictMode: true,\n+ transpilePackages: ['@react-dnd/invariant'],\n+}\n+\n+module.exports = nextConfig",
"additions": 7,
"deletions": 0,
"l... | 2023-12-04T04:13:28 |
nodejs/node | c5a0b888f61ac67e4589494253743924ede0e50a | 251c1b1788a2568af4cb667f687eedd4e1e21bd9 | deps: V8: backport bb9f0c2b2fe9
Original commit message:
[snapshot] Improve snapshot docs and error printing
- Minor improvements to the documentation for snapshotting.
- Add newlines to printed errors where necessary.
Change-Id: I822e7e850adb67eae73b51c23cf34e40ba3106f0
Reviewed-on: https://chr... | [
{
"path": "common.gypi",
"patch": "@@ -36,7 +36,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.15',\n+ 'v8_embedder_string': '-node.16',\n \n ##### V8 defaults for Node.js #####\n... | 2020-05-29T12:49:21 |
electron/electron | efc62629efb5cd2acac7584c5c45513f8f3806ec | fa4ec11a1213280c64fe8afc55af56c6e4ab9698 | Fix typo in fixture comment | [
{
"path": "spec/fixtures/pages/window-opener-targetOrigin.html",
"patch": "@@ -3,7 +3,7 @@\n <script type=\"text/javascript\" charset=\"utf-8\">\n const url = require('url')\n if (url.parse(window.location.href, true).query.opened != null) {\n- // Ensure origin are properly checked by removing a sing... | 2017-04-26T17:55:38 |
facebook/react | b36e05b0af5658a9c50dd6a26e46aa08c85ea2d9 | 3c64461383d790c299e32f148dcbdf75101c3b18 | Fix ReactEmptyComponent disappearing and throwing in IE8 | [
{
"path": "src/browser/ui/ReactDefaultInjection.js",
"patch": "@@ -97,7 +97,7 @@ function inject() {\n ReactInjection.DOMProperty.injectDOMPropertyConfig(HTMLDOMPropertyConfig);\n ReactInjection.DOMProperty.injectDOMPropertyConfig(SVGDOMPropertyConfig);\n \n- ReactInjection.EmptyComponent.injectEmptyCo... | 2014-05-08T15:05:52 |
vercel/next.js | f8dea8d56488263b14212eed0717617e8506e124 | 94ca98c242d639df92ea3516e418803cf4ae11d9 | Correctly skip build test for Turbopack (#59207)
This test was failing in the Turbopack run but it shouldn't be executed
in the Turbopack run currently as it's a production mode test.
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we re... | [
{
"path": "test/integration/clean-distdir/test/index.test.js",
"patch": "@@ -31,26 +31,26 @@ const runTests = () => {\n describe('Cleaning distDir', () => {\n ;(process.env.TURBOPACK ? describe.skip : describe)('production mode', () => {\n runTests()\n- })\n \n- describe('disabled write', () => {\n-... | 2023-12-03T11:07:36 |
golang/go | 07bdf1dc545c6f6e59f5780a9024e6f230d9b434 | cf83a490e495e5bfa7065cd97811e689101a687e | runtime: add an exit hook facility
Add a new API (not public/exported) for registering a function with
the runtime that should be called when program execution terminates,
to be used in the new code coverage re-implementation. The API looks
like
func addExitHook(f func(), runOnNonZeroExit bool)
The first argument ... | [
{
"path": "src/os/proc.go",
"patch": "@@ -60,19 +60,21 @@ func Getgroups() ([]int, error) {\n //\n // For portability, the status code should be in the range [0, 125].\n func Exit(code int) {\n-\tif code == 0 {\n-\t\tif testlog.PanicOnExit0() {\n-\t\t\t// We were told to panic on calls to os.Exit(0).\n-\t\t... | 2021-10-08T15:51:40 |
nodejs/node | 251c1b1788a2568af4cb667f687eedd4e1e21bd9 | 178efdf5a251ee5342a90ee344b6692eb8aef6e7 | deps: V8: backport ea0719b8ed08
Original commit message:
[snapshot] Do not defer ArrayBuffers during snapshotting
ArrayBuffer instances are serialized by first re-assigning a index
to the backing store field, then serializing the object, and then
storing the actual backing store address again (and th... | [
{
"path": "common.gypi",
"patch": "@@ -36,7 +36,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.14',\n+ 'v8_embedder_string': '-node.15',\n \n ##### V8 defaults for Node.js #####\n... | 2020-05-29T12:38:12 |
vercel/next.js | 94ca98c242d639df92ea3516e418803cf4ae11d9 | 8ff1368fdbba5f8425ce9913a2f13dc6ce1dd994 | fix some small turbopack issues (#59171)
### What?
* remove console.log
* avoid duplicate chunks in app-build-manifest.json
* avoid mutation and duplication in middleware-manifest.json
Closes PACK-2066 | [
{
"path": "packages/next-swc/crates/next-api/src/app.rs",
"patch": "@@ -1,6 +1,7 @@\n use std::collections::HashMap;\n \n use anyhow::{bail, Context, Result};\n+use indexmap::IndexSet;\n use next_core::{\n app_structure::{\n get_entrypoints, Entrypoint as AppEntrypoint, Entrypoints as AppEntrypo... | 2023-12-03T08:19:48 |
golang/go | cf83a490e495e5bfa7065cd97811e689101a687e | efa3f1749fabe3b3062edff7651baa8cb1f574ab | runtime: add hook to register coverage-instrumented packages
Add support to the runtime for registering coverage-instrumented
packages, using a new hook that can be called from the init function
of an instrumented package. The hook records the meta-data symbol for
the package (chaining it onto a list), and returns a p... | [
{
"path": "src/cmd/go/go_test.go",
"patch": "@@ -886,6 +886,7 @@ func TestNewReleaseRebuildsStalePackagesInGOPATH(t *testing.T) {\n \t\t\"src/internal/goarch\",\n \t\t\"src/internal/goexperiment\",\n \t\t\"src/internal/goos\",\n+\t\t\"src/internal/coverage/rtcov\",\n \t\t\"src/math/bits\",\n \t\t\"src/unsaf... | 2022-04-19T22:45:06 |
nodejs/node | 81f6dd66fe9e08875e1c96d65b6bce427cfe8b2d | b1704e43475d0af2019c1cb1da1cd610473168d6 | build: fix node.gyp config
PR-URL: https://github.com/nodejs/node/pull/33685
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Michaël Zasso <targos@protonmail.com> | [
{
"path": "node.gyp",
"patch": "@@ -644,7 +644,7 @@\n 'src/aliased_struct.h',\n 'src/aliased_struct-inl.h',\n 'src/allocated_buffer.h',\n- 'src/allocated_buffer-inl.h'\n+ 'src/allocated_buffer-inl.h',\n 'src/async_wrap.h',\n 'src/async_wrap-inl.h',\n ... | 2020-06-01T15:46:29 |
facebook/react | 4cef56d73be1212b10dd40457ff1da27e94b5ab8 | cc920a502fd188eaed9f39c47c0ac68a8b4f64e4 | Fix tests broken by undefined `window` references in ReactEventListener.
This test breakage blames to e1c2d02fddb40cb0b246d2c2da97b41b6ba378bc. | [
{
"path": "src/browser/ui/ReactEventListener.js",
"patch": "@@ -20,6 +20,7 @@\n \"use strict\";\n \n var EventListener = require('EventListener');\n+var ExecutionEnvironment = require('ExecutionEnvironment');\n var PooledClass = require('PooledClass');\n var ReactInstanceHandles = require('ReactInstanceHand... | 2014-06-17T21:23:49 |
electron/electron | da97150fc979a5c2066e9ee68bd143aedc452432 | 3c5179b717a3587682e524e73e81d845271c0074 | Fix JS style in test HTMLs | [
{
"path": "spec/fixtures/api/native-window-open-blank.html",
"patch": "@@ -1,11 +1,11 @@\n <html>\n <body>\n <script type=\"text/javascript\" charset=\"utf-8\">\n- const {ipcRenderer} = require(\"electron\");\n- const popup = window.open();\n- popup.document.write('<h1>Hello</h1>');\n- const content = p... | 2017-04-30T10:43:21 |
vercel/next.js | 8ff1368fdbba5f8425ce9913a2f13dc6ce1dd994 | c530664c133bf52903f8ff8a9b31ec6fd37ea559 | Ensure original history is read in effect (#58861)
## What?
Fixes
https://github.com/vercel/next.js/pull/58335#issuecomment-1825003091.
Waiting on a reply for the exact case but my assumption is that the
history is overwritten in the user module instead of before the other JS
loads.
<!-- Thanks for opening... | [
{
"path": "packages/next/src/client/components/app-router.tsx",
"patch": "@@ -138,14 +138,11 @@ function HistoryUpdater({\n ) {\n // This intentionally mutates React state, pushRef is overwritten to ensure additional push/replace calls do not trigger an additional history entry.\n pushRef.pe... | 2023-12-03T08:18:34 |
golang/go | 22f447159981a58508ac190f297798cdd5fd668b | 4c5a6f9555558cd2809270c907ffb52a698a6a3b | go/types, types2: use "invalid recursive type" instead of "illegal cycle" in error messages
This matches long-standing compiler behavior.
For #55326.
Change-Id: Ic5aa0dfb08d035f2c33532cc463c73a55cc020a9
Reviewed-on: https://go-review.googlesource.com/c/go/+/433055
Reviewed-by: Robert Griesemer <gri@google.com>
Revie... | [
{
"path": "src/cmd/compile/internal/types2/decl.go",
"patch": "@@ -328,10 +328,11 @@ func (check *Checker) cycleError(cycle []Object) {\n \t\tcheck.validAlias(tname, Typ[Invalid])\n \t}\n \tvar err error_\n-\tif tname != nil && check.conf.CompilerErrorMessages {\n+\terr.code = _InvalidDeclCycle\n+\tif tname... | 2022-09-22T20:20:37 |
nodejs/node | b1704e43475d0af2019c1cb1da1cd610473168d6 | 70e2cd7860e5046203362d36da230ae5d54fe109 | meta: fix a typo in the flaky test template
"occasionally" was spelled incorrectly.
PR-URL: https://github.com/nodejs/node/pull/33677
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Beth Griggs <Bethan... | [
{
"path": ".github/ISSUE_TEMPLATE/4-report-a-flaky-test.md",
"patch": "@@ -8,9 +8,9 @@ labels: \"CI / flaky test\"\n <!--\n Thank you for reporting a flaky test.\n \n-Flaky tests are tests that fail occaisonally in Node.js CI, but not consistently\n-enough to block PRs from landing, or that are failing in C... | 2020-05-31T19:44:10 |
facebook/react | 8a6e2cde7f71f52abbe044ed1728831bafee65f8 | 324d41b5f05c76f9abcab806fdabbc8562b7ea50 | Don't export (undefined) React in main.js
Previously, this was throwing an error. It was unintentionally (I assume) introduced in fc5bb9c.
Test Plan: jest | [
{
"path": "main.js",
"patch": "@@ -5,7 +5,6 @@ var transform = require('jstransform').transform;\n var Buffer = require('buffer').Buffer;\n \n module.exports = {\n- React: React,\n transform: function(input, options) {\n options = options || {};\n var visitorList = getVisitors(options.harmony);",... | 2014-06-19T18:34:50 |
electron/electron | 19b6ba044b523580d60046e199ecd6ca025e78ef | 79b02ca71eaaf5504173a595e85d929f5c23e512 | Fix context leak in ObjectLifeMonitor.
The RemoteObjectFreer class is keeping the context alive even when the window is
closed. For electron applications that use sandbox, this will cause a memory
leak every time a new window is created with `window.open`.
Close #9191 | [
{
"path": "atom/common/api/object_life_monitor.cc",
"patch": "@@ -12,8 +12,7 @@ namespace atom {\n \n ObjectLifeMonitor::ObjectLifeMonitor(v8::Isolate* isolate,\n v8::Local<v8::Object> target)\n- : context_(isolate, isolate->GetCurrentContext()),\n- target_(isola... | 2017-04-28T14:21:53 |
vercel/next.js | a3616d33edc40e7717b258f2636f280e30a3bccb | ba23d9861155c1b14b33e4ad0011cf248c3b3fb8 | Update to latest version of @vercel/nft (#59183)
Updates to latest `@vercel/nft` which includes fix for tracing folders
that include dot files.
x-ref: https://github.com/vercel/nft/pull/373
x-ref: [slack
thread](https://vercel.slack.com/archives/C03S8ED1DKM/p1700210671195669)
Closes NEXT-1778 | [
{
"path": "packages/next/package.json",
"patch": "@@ -194,7 +194,7 @@\n \"@types/webpack-sources1\": \"npm:@types/webpack-sources@0.1.5\",\n \"@types/ws\": \"8.2.0\",\n \"@vercel/ncc\": \"0.34.0\",\n- \"@vercel/nft\": \"0.22.6\",\n+ \"@vercel/nft\": \"0.24.4\",\n \"@vercel/turbopack-ec... | 2023-12-02T18:42:49 |
facebook/react | 7f757347bc8d5a6413928dd7b0dba772f54ec58d | 8bbbe900a525c4f85cfb1a5031c44da574684bc7 | Update many npm dependencies
Sauce/connect related things need some more work and I didn't want to
figure those out right now.
Fixes #1701 | [
{
"path": "package.json",
"patch": "@@ -39,34 +39,34 @@\n },\n \"devDependencies\": {\n \"benchmark\": \"~1.0.0\",\n- \"browserify\": \"^3.33.0\",\n+ \"browserify\": \"^4.1.10\",\n \"coverify\": \"~1.0.4\",\n \"envify\": \"~1.2.0\",\n \"es3ify\": \"~0.1.2\",\n- \"es5-shim\": \"~... | 2014-06-17T21:21:24 |
nodejs/node | a85ce885bddaf5fca00dc7d13eb3c5a99663e60f | 1904e7372d9b8bdb36bcdc4492d332dd14c203d9 | src: remove deprecated node debug command
The `node debug` command has been deprecated for a while now. There's
really no good reason to keep it around. Move to end of life.
PR-URL: https://github.com/nodejs/node/pull/33648
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Michaël Zasso <targos@prot... | [
{
"path": "doc/api/deprecations.md",
"patch": "@@ -1435,12 +1435,15 @@ an officially supported API.\n ### DEP0068: `node debug`\n <!-- YAML\n changes:\n+ - version: REPLACEME\n+ pr-url: https://github.com/nodejs/node/pull/33648\n+ description: The legacy `node debug` command was removed.\n - versio... | 2020-05-28T22:51:57 |
golang/go | 4c5a6f9555558cd2809270c907ffb52a698a6a3b | 84f95aa811ed4fdb316f787fe2af80b30d531abf | go/types, types2: provide error codes where they were missing
We need a better approach eventually, but this is ok for now.
In go/types, always use _UnsupportedFeature for unavailable
version-specific features.
Change-Id: I15b47e34eda167db3133bd481aa2f55cf3662c31
Reviewed-on: https://go-review.googlesource.com/c/go/+... | [
{
"path": "src/cmd/compile/internal/types2/assignments.go",
"patch": "@@ -346,6 +346,7 @@ func (check *Checker) initVars(lhs []*Var, orig_rhs []syntax.Expr, returnStmt sy\n \t\t\t\tat = rhs[len(rhs)-1].expr // report at last value\n \t\t\t}\n \t\t\tvar err error_\n+\t\t\terr.code = _WrongResultCount\n \t\t\... | 2022-09-23T00:38:17 |
electron/electron | 81bd9fa3a215b1413f25aa2c835deeba1b9d2d41 | 3d12440a4a7fcabe2453d9a7e71027ccd3db0816 | fixing mac ut failure | [
{
"path": "atom/browser/api/atom_api_app.cc",
"patch": "@@ -34,6 +34,7 @@\n #include \"chrome/browser/icon_manager.h\"\n #include \"chrome/common/chrome_paths.h\"\n #include \"content/public/browser/browser_accessibility_state.h\"\n+#include \"content/public/browser/browser_child_process_host.h\"\n #include... | 2017-04-27T18:09:27 |
vercel/next.js | e7589e05db7eb80cafb09ede74f9d3c8a5759bf8 | 43b076620cea3fa799c179e43a0a1666c940f158 | docs:Add react hydration error case. (#59147) | [
{
"path": "errors/react-hydration-error.mdx",
"patch": "@@ -15,7 +15,8 @@ Hydration errors can occur from:\n 1. Incorrect nesting of HTML tags\n 1. `<p>` nested in another `<p>` tag\n 2. `<div>` nested in a `<p>` tag\n- 3. [Interactive Content](https://html.spec.whatwg.org/#interactive-content-2) ca... | 2023-12-02T08:35:22 |
facebook/react | 00037b3ec243223655a58f57b58558877c296754 | 08a207f4018c10fff250b5ec6b27aac27c97b652 | Fix tagtree.tv link
Fixes #1697. | [
{
"path": "docs/docs/videos.md",
"patch": "@@ -16,7 +16,7 @@ next: complementary-tools.html\n \n ### Thinking in react - tagtree.tv\n \n-A [tagtree.tv](htp://tagtree.tv/) video conveying the principles of [Thinking in React](/react/docs/thinking-in-react.html) while building a simple app\n+A [tagtree.tv](ht... | 2014-06-16T20:56:36 |
golang/go | 52f9c6fdb0e5748406134e093e9fb791af14d300 | 4da2bc2eebb480f1c2a726de05f4e085e97d3b6c | syscall: check if to is nil to prevent panic from WSASendto
to is an optional pointer to sockaddr, as written in the doc:
https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-wsasendto
For #55845
Change-Id: Ia685cec8d9bc9ff313f598db9d2213a1f409757a
Reviewed-on: https://go-review.googlesource.com/... | [
{
"path": "src/syscall/syscall_windows.go",
"patch": "@@ -916,9 +916,13 @@ func Shutdown(fd Handle, how int) (err error) {\n }\n \n func WSASendto(s Handle, bufs *WSABuf, bufcnt uint32, sent *uint32, flags uint32, to Sockaddr, overlapped *Overlapped, croutine *byte) (err error) {\n-\trsa, len, err := to.soc... | 2022-09-26T14:49:08 |
nodejs/node | c24b74a7abec0848484671771d250cfd961f128e | 3f32126fd554be32cb53a2458849697146145fda | lib: improve debuglog() performance
PR-URL: https://github.com/nodejs/node/pull/32260
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "lib/_http_agent.js",
"patch": "@@ -30,7 +30,9 @@ const {\n \n const net = require('net');\n const EventEmitter = require('events');\n-const debug = require('internal/util/debuglog').debuglog('http');\n+let debug = require('internal/util/debuglog').debuglog('http', (fn) => {\n+ debug = fn;\n+});\... | 2020-03-14T11:55:44 |
electron/electron | 3d12440a4a7fcabe2453d9a7e71027ccd3db0816 | d77c1319f46a186c727edef771a183702db6d0b7 | Fixing mac build | [
{
"path": "atom/browser/api/atom_api_app.cc",
"patch": "@@ -932,8 +932,13 @@ v8::Local<v8::Value> App::GetAppMemoryInfo(v8::Isolate* isolate) {\n int64_t pid = processEntry->pid();\n auto process = base::Process::OpenWithExtraPrivileges(pid);\n \n+#if defined(OS_MACOSX)\n+ std::unique_ptr<base::P... | 2017-04-27T15:52:37 |
facebook/react | a6cd945d9fb37915933c2cd7c87477305d429aed | 431155d2e231cfb65e236f9289fddf8cea291185 | Fix 'this' in static methods
binds static methods on the descriptor to the component's actual constructor, so that `foo.constructor.bar()` and `Foo.bar()` run with the same `this`. | [
{
"path": "src/core/ReactCompositeComponent.js",
"patch": "@@ -549,7 +549,9 @@ function mixStaticSpecIntoComponent(ConvenienceConstructor, statics) {\n );\n result = createChainedFunction(existingProperty, property);\n }\n- ConvenienceConstructor[name] = result;\n+ ConvenienceConstruct... | 2014-06-15T03:15:29 |
rust-lang/rust | fa18b3ebe29154440f6e8d9ad83021802b3aaa29 | 85d1c89e0fe2c9db253c6e4e53a19302584a2dfd | drive-by: fix typo | [
{
"path": "compiler/rustc_codegen_ssa/src/mir/block.rs",
"patch": "@@ -36,7 +36,7 @@ enum MergingSucc {\n True,\n }\n \n-/// Indicates to the call terminator codegen whether a cal\n+/// Indicates to the call terminator codegen whether a call\n /// is a normal call or an explicit tail call.\n #[derive(De... | 2025-08-14T19:23:24 |
golang/go | b8d4a14a660827ea0331eb6cad99860bf5fdf66f | 1163acf3eaedf870d069058b540bfef5c470f520 | os/exec: clean up pipe-closing logic
Change the childFiles field to a local variable, since it was
populated during Start and (as far as I can determine) has no purpose
after Start returns.
Rename closeAfterStart and closeAfterWait to childIOFiles and
parentIOPipes respectively. That makes their contents clearer, and... | [
{
"path": "src/os/exec/exec.go",
"patch": "@@ -217,14 +217,24 @@ type Cmd struct {\n \t// available after a call to Wait or Run.\n \tProcessState *os.ProcessState\n \n-\tctx context.Context // nil means none\n-\tErr error // LookPath error, if any.\n-\tchildFiles []*os... | 2022-04-21T20:06:00 |
nodejs/node | a437a84f808ecb79705213e5a837cf4752e11a40 | c4cced0c80f8b311f03cee88f51783aab669a9e8 | doc: fix urls to avoid redirection
Replace redirected urls with the final ones.
Replace http urls with https ones.
PR-URL: https://github.com/nodejs/node/pull/33614
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.... | [
{
"path": ".eslintrc.js",
"patch": "@@ -59,7 +59,7 @@ module.exports = {\n ],\n rules: {\n // ESLint built-in rules\n- // http://eslint.org/docs/rules\n+ // https://eslint.org/docs/rules/\n 'accessor-pairs': 'error',\n 'array-callback-return': 'error',\n 'arrow-parens': ['error', '... | 2020-05-28T14:03:53 |
vercel/next.js | 43b076620cea3fa799c179e43a0a1666c940f158 | 7d8fab2f4d1eb6a530ad8754031eadadb5bb3775 | Fix ssgCacheKey in minimal mode (#59181)
This ensures we use the correct `srcPathname` in minimal mode so that we
can normalize the URL and generate the correct `ssgCacheKey` which is
used for request caching/de-duping.
We aren't able to add a reliable test case for this as it is a race
condition within a second... | [
{
"path": "packages/next/src/server/base-server.ts",
"patch": "@@ -1024,15 +1024,20 @@ export default abstract class Server<ServerOptions extends Options = Options> {\n matchedPath = denormalizePagePath(matchedPath)\n \n let srcPathname = matchedPath\n- const match = await this.... | 2023-12-02T01:23:50 |
electron/electron | d77c1319f46a186c727edef771a183702db6d0b7 | 27aad902b8d933f34904518315b8a40650a9d8a7 | Fixing lint error | [
{
"path": "spec/api-app-spec.js",
"patch": "@@ -532,15 +532,15 @@ describe('app module', function () {\n })\n })\n })\n+ })\n \n- describe('getAppMemoryInfo API', function () {\n- it('returns the process memory of all running electron processes', function () {\n- const appM... | 2017-04-27T15:38:17 |
rust-lang/rust | 5d01d90ad617349109db79cb9980267fd294d735 | 30017c36d6b5e3382ee7cf018d330a6a4a937d39 | std: thread: Return error if setting thread stack size fails
Currently, when setting the thread stack size fails, it would be rounded
up to the nearest multiple of the page size and the code asserts that
the next call to pthread_attr_setstacksize succeeds.
This may be true for glibc, but it isn't true for musl, which... | [
{
"path": "library/std/src/sys/pal/unix/thread.rs",
"patch": "@@ -77,7 +77,18 @@ impl Thread {\n let page_size = os::page_size();\n let stack_size =\n (stack_size + page_size - 1) & (-(page_size as isize - 1) as usize - 1);\n- ... | 2025-07-20T05:04:58 |
golang/go | deaec39323aced382a12ed0360fad03ad1dbb906 | eab78849fc24f890836d00c04b495e64d4fe4187 | cmd/go/internal/mmap: fix build for js/wasm
Even though there isn't much point in building cmd/go for js/wasm given
it relies on executing sub-processes, this change is trivial enough and
makes cmd/go build for js/wasm again.
Fixes #54219
Change-Id: I91e3adec0f31a4e261af89b4cc829711828ac2ed
Reviewed-on: https://go-r... | [
{
"path": "src/cmd/go/internal/mmap/mmap_other.go",
"patch": "@@ -2,6 +2,8 @@\n // Use of this source code is governed by a BSD-style\n // license that can be found in the LICENSE file.\n \n+//go:build (js && wasm) || plan9\n+\n package mmap\n \n import (",
"additions": 2,
"deletions": 0,
"langu... | 2022-09-25T18:15:12 |
nodejs/node | b0b268f5a247e2e6aabd63cab60cef291665201b | 2d071e767d95caddc9835e11cc2bd79c0548640d | test: fix flaky fs-construct test
Fixes: https://github.com/nodejs/node/issues/33607
PR-URL: https://github.com/nodejs/node/pull/33625
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anna Henningsen ... | [
{
"path": "test/parallel/test-fs-stream-construct.js",
"patch": "@@ -199,11 +199,14 @@ const examplePath = fixtures.path('x.txt');\n });\n });\n \n- const w = new WriteStream(`${tmpdir.path}/dummy2`,\n- { flags: 'wx+', emitClose: true })\n- .on('error', common.mustCall((... | 2020-05-28T19:03:49 |
vercel/next.js | 363c2e8eb7e0bfdb2c89d1129e3d440f8848ad8b | 840b60bc8bb1e760a85c5e19388072dcd0751b78 | fix server actions behavior on intercepted routes (#59175)
### What?
When using a server action on an intercepted route, when submitting that
action, you'd expect it to correspond with the page you're currently on.
However if you have route interception set up, and you load the page
rather than the intercepted pag... | [
{
"path": "packages/next/src/client/components/router-reducer/reducers/server-action-reducer.ts",
"patch": "@@ -39,6 +39,7 @@ import {\n import { handleMutable } from '../handle-mutable'\n import { fillLazyItemsTillLeafWithHead } from '../fill-lazy-items-till-leaf-with-head'\n import { createEmptyCacheNode ... | 2023-12-01T22:45:00 |
electron/electron | 27aad902b8d933f34904518315b8a40650a9d8a7 | bef7d5a520c5eedfae38bd1237e0d3526f2db56e | Adding docs, specs and fixing object returned | [
{
"path": "atom/browser/api/atom_api_app.cc",
"patch": "@@ -337,6 +337,17 @@ namespace api {\n \n namespace {\n \n+class AppIdProcessIterator : public base::ProcessIterator {\n+ public:\n+ AppIdProcessIterator() : base::ProcessIterator(nullptr) {}\n+\n+ protected:\n+ bool IncludeEntry() override {\n+ r... | 2017-04-27T04:04:53 |
golang/go | 5036ed26bd241cb8eadf4d0f00de6b9d3449bf87 | 1e91ffc897efb1ed298753c08f086fbc8f725025 | syscall: check if to is nil to prevent panic from Sendto
Fixes #55845
Change-Id: If30263b7d34829c40e6606846115ec520f351f2c
Reviewed-on: https://go-review.googlesource.com/c/go/+/433504
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@go... | [
{
"path": "src/syscall/syscall_unix.go",
"patch": "@@ -437,11 +437,17 @@ func sendtoInet6(fd int, p []byte, flags int, to *SockaddrInet6) (err error) {\n }\n \n func Sendto(fd int, p []byte, flags int, to Sockaddr) (err error) {\n-\tptr, n, err := to.sockaddr()\n-\tif err != nil {\n-\t\treturn err\n+\tvar (... | 2022-09-25T05:14:24 |
nodejs/node | 2d071e767d95caddc9835e11cc2bd79c0548640d | 56e44601d285483ffe3c6efa3b80743900d84856 | events: fix event-target enumerable keys
PR-URL: https://github.com/nodejs/node/pull/33616
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net> | [
{
"path": "lib/internal/event_target.js",
"patch": "@@ -51,6 +51,13 @@ class Event {\n this.#bubbles = !!bubbles;\n this.#composed = !!composed;\n this.#type = String(type);\n+ // isTrusted is special (LegacyUnforgeable)\n+ Object.defineProperty(this, 'isTrusted', {\n+ get() { return ... | 2020-05-28T15:08:31 |
vercel/next.js | 471d48ed18ba9f47ae5b72bbb5694fb0b7a17f96 | 0320f0935c40fa6f62be66b638fb130af0177901 | fix(ecmascript): dbg assert for the globals (vercel/turbo#6672) | [
{
"path": "crates/turbopack-ecmascript/src/analyzer/graph.rs",
"patch": "@@ -5,7 +5,7 @@ use std::{\n };\n \n use swc_core::{\n- common::{pass::AstNodePath, Mark, Span, Spanned, SyntaxContext},\n+ common::{pass::AstNodePath, Mark, Span, Spanned, SyntaxContext, GLOBALS},\n ecma::{\n ast::*,... | 2023-12-01T20:54:28 |
electron/electron | 301ed2d66cd4db04838292554b5b40a671e0906f | cbd3b054cb83f7dce16410c24d50bf471cdfb777 | Fix typo when updating code | [
{
"path": "atom/common/native_mate_converters/blink_converter.cc",
"patch": "@@ -280,7 +280,7 @@ bool Converter<blink::WebMouseWheelEvent>::FromV8(\n bool can_scroll = true;\n if (dict.Get(\"canScroll\", &can_scroll) && !can_scroll) {\n out->hasPreciseScrollingDeltas = false;\n- out->setModifiers... | 2017-04-24T23:51:47 |
golang/go | 1e91ffc897efb1ed298753c08f086fbc8f725025 | a0441c7ae3dea57a0553c9ea77e184c34b7da40f | cmd/go: avoid internal errors on "go test -testwork"
Fix up the package test harness to avoid errors of the form
go_test.go:NNN: internal testsuite error: path(".") with no tempdir
when the "-testwork" flag is passed when running "go test".
Fixes #55874.
Change-Id: I76cc39902f51a62cb4cd0da8794b97d620fb4873
Revie... | [
{
"path": "src/cmd/go/go_test.go",
"patch": "@@ -159,6 +159,8 @@ func TestMain(m *testing.M) {\n \t}\n \tif !*testWork {\n \t\tdefer removeAll(topTmpdir)\n+\t} else {\n+\t\tfmt.Fprintf(os.Stderr, \"TESTWORK: preserving top level tempdir %s\\n\", topTmpdir)\n \t}\n \tos.Setenv(tempEnvName(), topTmpdir)\n \n@... | 2022-09-26T13:17:23 |
nodejs/node | f7626866d5957fa39b8070b3dca2634773998137 | cd9bc20cb40e68668d239ab2903d4c322a61aa4b | doc: outline when origin is set to unhandledRejection
The `uncaughtException` listener's origin argument was ambiguous
about unhandled rejections. This should clarify when origin is set
to `'unhandledRejection'`.
Fixes: https://github.com/nodejs/node/issues/32907
Signed-off-by: Ruben Bridgewater <ruben@bridgewater.d... | [
{
"path": "doc/api/process.md",
"patch": "@@ -233,8 +233,9 @@ changes:\n \n * `err` {Error} The uncaught exception.\n * `origin` {string} Indicates if the exception originates from an unhandled\n- rejection or from synchronous errors. Can either be `'uncaughtException'` or\n- `'unhandledRejection'`.\n+ r... | 2020-05-23T22:24:59 |
vercel/next.js | 840b60bc8bb1e760a85c5e19388072dcd0751b78 | 574e7060b14931eda576824505ad1a8620dd21c5 | fix(next-core): do not panic when parsing segment config (#59170) | [
{
"path": "packages/next-swc/crates/next-core/src/app_segment_config.rs",
"patch": "@@ -4,7 +4,7 @@ use anyhow::{bail, Result};\n use serde::{Deserialize, Serialize};\n use serde_json::Value;\n use swc_core::{\n- common::{source_map::Pos, Span, Spanned},\n+ common::{source_map::Pos, Span, Spanned, GLO... | 2023-12-01T20:54:01 |
facebook/react | 6d0e2feb528a85b296171e3322995fd762957d7b | 303a719f925455fe9d8a11e4089d5fe0b3c5ef8e | Fix wording.
The Ballmer Peak XKCD suggests that it's a graph of ability, rather than bug frequency, which should be inversely correlated with ability. A simple change of the wording fixes this terrible mishandling of Ballmer Peak data. | [
{
"path": "examples/ballmer-peak/example.js",
"patch": "@@ -32,7 +32,7 @@ var BallmerPeakCalculator = React.createClass({\n <p>\n If your BAC is{' '}\n <input type=\"text\" onChange={this.handleChange} value={this.state.bac} />\n- {', '}then <b>{pct}</b> of your lines of... | 2014-06-12T14:15:13 |
rust-lang/rust | 58ec13d79389f3886e71d43a0fcf501b84c1a40f | e9ca08a56cceecf1b54d3cecc1b3078ad7d5ca62 | feat: hint at unterminated strings in unknown prefix errors
When encountering 'unknown literal prefix' errors, check for unbalanced
quotes in recent code and suggest checking for unterminated string literals. | [
{
"path": "src/tools/rust-analyzer/crates/parser/src/lexed_str.rs",
"patch": "@@ -149,6 +149,24 @@ impl<'a> Converter<'a> {\n }\n }\n \n+ /// Check for likely unterminated string by analyzing STRING token content\n+ fn has_likely_unterminated_string(&self) -> bool {\n+ let Some(last... | 2025-08-11T04:16:34 |
electron/electron | cbd3b054cb83f7dce16410c24d50bf471cdfb777 | 620a1ca1679c71bb3388f354c0e59fd001639608 | Fix release build | [
{
"path": "script/lib/config.py",
"patch": "@@ -9,7 +9,7 @@\n BASE_URL = os.getenv('LIBCHROMIUMCONTENT_MIRROR') or \\\n 'https://s3.amazonaws.com/github-janky-artifacts/libchromiumcontent'\n LIBCHROMIUMCONTENT_COMMIT = os.getenv('LIBCHROMIUMCONTENT_COMMIT') or \\\n- '72cfdcb1b916546cf198cf39c8fc53c31... | 2017-04-21T10:00:11 |
golang/go | a0441c7ae3dea57a0553c9ea77e184c34b7da40f | 336ce966e439a269fe5088cc7564181c5b866b61 | encoding/gob: use saferio.SliceCap when decoding a slice
This avoids allocating an overly large slice for corrupt input.
Change the saferio.SliceCap function to take a pointer to the element type,
so that we can handle slices of interface types. This revealed that a
couple of existing calls were actually incorrect, p... | [
{
"path": "src/debug/macho/fat.go",
"patch": "@@ -86,7 +86,7 @@ func NewFatFile(r io.ReaderAt) (*FatFile, error) {\n \n \t// Following the fat_header comes narch fat_arch structs that index\n \t// Mach-O images further in the file.\n-\tc := saferio.SliceCap(FatArch{}, uint64(narch))\n+\tc := saferio.SliceCa... | 2022-09-23T04:17:05 |
nodejs/node | 4bdab881b8cdfdc53e90267e549ff2c8b9ab310b | 87629d7e7c793fe4b452e6818c2b033d07ce1f44 | console: name console functions appropriately
The current name of most of the global console functions is
"bound consoleCall". This is changed to the actual functions name
e.g., "log" or "error".
Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: https://github.com/nodejs/node/pull/33524
Reviewed-By: Mi... | [
{
"path": "lib/internal/console/constructor.js",
"patch": "@@ -136,6 +136,9 @@ function Console(options /* or: stdout, stderr, ignoreErrors = true */) {\n // the prototype so that users extending the Console can override them\n // from the prototype chain of the subclass.\n this[key] = this[key]... | 2020-05-22T12:02:04 |
vercel/next.js | fad847e062f4846180b569406276af4369973e8f | 5f98e9bc6e7d8eb0e7fdd0b7c06b5211946fc8d6 | Turbopack only enable instrumentationHook with experimental flag (#59173)
Ensures that the experimental instrumentation hook file is not enabled
in Turbopack unless `experimenta.instrumentationHook: true`
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoot... | [
{
"path": "packages/next/src/server/lib/router-utils/setup-dev-bundler.ts",
"patch": "@@ -1126,7 +1126,10 @@ async function startWatcher(opts: SetupOpts) {\n event: HMR_ACTIONS_SENT_TO_BROWSER.MIDDLEWARE_CHANGES,\n })\n }\n- if (instrumentation) {\n+ if ... | 2023-12-01T20:49:33 |
rust-lang/rust | 51df1dad6c7465395a8ac3e6c31b04468ba347b4 | ec7c02612527d185c379900b613311bc1dcbf7dc | fixed diagnostic | [
{
"path": "compiler/rustc_mir_build/src/check_tail_calls.rs",
"patch": "@@ -3,6 +3,7 @@ use rustc_data_structures::stack::ensure_sufficient_stack;\n use rustc_errors::Applicability;\n use rustc_hir::LangItem;\n use rustc_hir::def::DefKind;\n+use rustc_hir::def_id::CRATE_DEF_ID;\n use rustc_middle::span_bug;... | 2025-08-06T16:49:07 |
electron/electron | 620a1ca1679c71bb3388f354c0e59fd001639608 | e6e985c6770b1a82209454b878d0b41b1f4495ff | Fix unresolved symbol to icu::DateInterval | [
{
"path": "atom/node/osfhandle.cc",
"patch": "@@ -7,6 +7,8 @@\n #include <io.h>\n \n #define U_I18N_IMPLEMENTATION\n+#define U_COMMON_IMPLEMENTATION\n+#define U_COMBINED_IMPLEMENTATION\n \n #include \"third_party/icu/source/common/unicode/ubidi.h\"\n #include \"third_party/icu/source/common/unicode/uchar.h\... | 2017-04-21T00:57:30 |
golang/go | 7c84234142149bd24a4096c6cab691d3593f3431 | 3dcf6e2c29f533865aad58488b60ae8d819a566e | net/http/httputil: avoid query parameter smuggling
Query parameter smuggling occurs when a proxy's interpretation
of query parameters differs from that of a downstream server.
Change ReverseProxy to avoid forwarding ignored query parameters.
Remove unparsable query parameters from the outbound request
* if req.Fo... | [
{
"path": "src/net/http/httputil/reverseproxy.go",
"patch": "@@ -113,6 +113,14 @@ type ReverseProxy struct {\n \t// outbound request before Rewrite is called. See also\n \t// the ProxyRequest.SetXForwarded method.\n \t//\n+\t// Unparsable query parameters are removed from the\n+\t// outbound request before ... | 2022-09-22T20:32:00 |
nodejs/node | 6cc94b2d7f69f1f541f7c5de3cb86e569fbd4aa3 | ce025d9233351bab786c46fd3e97c9e95b78ff2c | errors: fully inspect errors on exit
This makes sure errors are fully inspected during exit. That is
important to provide as many debugging information to the user as
possible.
Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: https://github.com/nodejs/node/pull/33523
Reviewed-By: Michaël Zasso <targos... | [
{
"path": "lib/internal/errors.js",
"patch": "@@ -16,6 +16,7 @@ const {\n JSONStringify,\n Map,\n MathAbs,\n+ MathMax,\n NumberIsInteger,\n ObjectDefineProperty,\n ObjectKeys,\n@@ -700,7 +701,11 @@ const fatalExceptionStackEnhancers = {\n require('internal/tty').hasColors()) ... | 2020-05-22T12:18:21 |
rust-lang/rust | 65d329d189651f5f4612e87132ca6c041cf61ab4 | 30017c36d6b5e3382ee7cf018d330a6a4a937d39 | Adjust error message grammar to be less awkward | [
{
"path": "compiler/rustc_borrowck/src/diagnostics/move_errors.rs",
"patch": "@@ -518,7 +518,7 @@ impl<'infcx, 'tcx> MirBorrowckCtxt<'_, 'infcx, 'tcx> {\n .with_span_help(\n self.get_closure_bound_clause_span(*def_id),\n \"`Fn` and `FnMut` ... | 2025-08-14T16:50:07 |
vercel/next.js | 5f98e9bc6e7d8eb0e7fdd0b7c06b5211946fc8d6 | d71d7767f3f6cdac2321626283da9edbcc67f9dc | fix behavior when revisiting an intercepted route (#59168)
### What?
When using rewrites, in the scenario where a user visits an intercepted
route, reloads the page, goes back, and then revisits the same route, we
serve the page rather than the intercepted route.
### Why?
#59094 fixed the case where `ACTION_RES... | [
{
"path": "packages/next/src/client/components/router-reducer/handle-mutable.ts",
"patch": "@@ -16,6 +16,21 @@ export function handleMutable(\n // shouldScroll is true by default, can override to false.\n const shouldScroll = mutable.shouldScroll ?? true\n \n+ let nextUrl = state.nextUrl\n+\n+ if (isN... | 2023-12-01T16:54:01 |
electron/electron | e6e985c6770b1a82209454b878d0b41b1f4495ff | 5563cf0dc5cf89a85a38f294f8a8861a36a9e140 | Fix linking error with icu symbols | [
{
"path": "atom/node/osfhandle.cc",
"patch": "@@ -15,6 +15,7 @@\n #include \"third_party/icu/source/common/unicode/unorm.h\"\n #include \"third_party/icu/source/common/unicode/urename.h\"\n #include \"third_party/icu/source/common/unicode/ustring.h\"\n+#include \"third_party/icu/source/i18n/unicode/dtitvfmt... | 2017-04-20T10:58:37 |
golang/go | c58bfeeb045895f080fff9c76fdbf3d9d8ab683b | 5d213a3dc764624e3f01d7e957fedc63bfdcfa0f | cmd/compile: use "init... cycle" instead of "init... loop" in error messages
For #55326.
Change-Id: Ia3c1124305986dcd49ac769e700055b263cfbd59
Reviewed-on: https://go-review.googlesource.com/c/go/+/432615
Reviewed-by: Robert Findley <rfindley@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
Run-TryBot: Rober... | [
{
"path": "src/cmd/compile/internal/types2/initorder.go",
"patch": "@@ -153,11 +153,7 @@ func findPath(objMap map[Object]*declInfo, from, to Object, seen map[Object]bool\n func (check *Checker) reportCycle(cycle []Object) {\n \tobj := cycle[0]\n \tvar err error_\n-\tif check.conf.CompilerErrorMessages {\n-\... | 2022-09-22T03:52:00 |
nodejs/node | ce025d9233351bab786c46fd3e97c9e95b78ff2c | 54e5c36e7334c734e324b8fa505c7a1bc5eda6ab | build: zlib build error on Windows on Arm
Zlib's SIMD optimizations are not supported in MSVC, so fall back to the
C versions for now.
PR-URL: https://github.com/nodejs/node/pull/33511
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Shelley Vohr <codebytere@gma... | [
{
"path": "tools/v8_gypfiles/v8.gyp",
"patch": "@@ -1642,7 +1642,13 @@\n 'toolsets': ['host', 'target'],\n }],\n ['OS==\"win\"', {\n- 'defines': ['X86_WINDOWS'],\n+ 'conditions': [\n+ ['\"<(target_arch)\"==\"arm64\" and _toolset==\"target\"', {\n+ ... | 2020-05-22T10:40:13 |
rust-lang/rust | 744d39ebe61ad8cc674797793c743493af078d74 | e7ef23e90e5b63e86bd77061ab92b86190a4eb3c | Allow attribute parsers to specify a list of allowed targets
Every acceptor gets an `ALLOWED_TARGETS` specification which can specify per target whether it is allowed, warned, or errored. | [
{
"path": "Cargo.lock",
"patch": "@@ -3480,6 +3480,7 @@ dependencies = [\n name = \"rustc_attr_parsing\"\n version = \"0.0.0\"\n dependencies = [\n+ \"itertools\",\n \"rustc_abi\",\n \"rustc_ast\",\n \"rustc_ast_pretty\",",
"additions": 1,
"deletions": 0,
"language": "Unknown"
},
{
"p... | 2025-08-09T18:37:32 |
vercel/next.js | 19cb32e6afa480f2a62972a3f7684cce8ff324ee | 87e0b4495a2710a7851a14430738519f27b2ebe4 | Don't catch ensureMiddleware errors (#59166)
## What?
While investigating a Turbopack bug we noticed that middleware would be
skipped in development if there was an error during compilation that
caused `ensurePage` to throw. This updates the logic to not catch that
throw and instead make it bubble up correctly.
... | [
{
"path": "packages/next/src/server/lib/router-utils/resolve-routes.ts",
"patch": "@@ -444,12 +444,12 @@ export function getResolveRoutes(\n const match = fsChecker.getMiddlewareMatchers()\n if (\n // @ts-expect-error BaseNextRequest stuff\n- match?.(parsedUrl.path... | 2023-12-01T16:16:03 |
electron/electron | 0fb746b350327f7e530c8a801e67d4f79c7e2589 | fb42a72ad82f1343718c381de4a96174626b4f98 | Fix crash when using secure schemes | [
{
"path": "atom/browser/api/atom_api_protocol.cc",
"patch": "@@ -50,20 +50,25 @@ void RegisterStandardSchemes(const std::vector<std::string>& schemes,\n mate::Arguments* args) {\n g_standard_schemes = schemes;\n \n+ mate::Dictionary opts;\n+ bool secure = false;\n+ args->Ge... | 2017-04-18T07:20:08 |
golang/go | 5d213a3dc764624e3f01d7e957fedc63bfdcfa0f | 2f3008386fbfbc62544e3799d14db40cbe703218 | cmd/compile: handle go.mod error msg reference in noder, not type checker
Currently, for version errors, types2 adds the helpful hint
(-lang was set to go1.xx; check go.mod)
where 1.xx is the respective language version, to the error message.
This requires that the type checker knows that it was invoked by the
compi... | [
{
"path": "src/cmd/compile/internal/noder/irgen.go",
"patch": "@@ -6,6 +6,7 @@ package noder\n \n import (\n \t\"fmt\"\n+\t\"regexp\"\n \t\"sort\"\n \n \t\"cmd/compile/internal/base\"\n@@ -18,6 +19,8 @@ import (\n \t\"cmd/internal/src\"\n )\n \n+var versionErrorRx = regexp.MustCompile(`requires go[0-9]+\\.[... | 2022-09-22T01:38:23 |
nodejs/node | 54e5c36e7334c734e324b8fa505c7a1bc5eda6ab | 99abaf9658861d21dfa20bf50b6076061e033973 | build: fix GetCurrentThreadStackLimits error on Windows on Arm
GetCurrentThreadStackLimits is a fairly new API, so it requires a
_WIN32_WINNT value of at least 0x0602 to compile successfully.
Change-Id: Ib3bc24513453aa37bee68f4a6999cefc26947cb1
PR-URL: https://github.com/nodejs/node/pull/33511
Reviewed-By: James M S... | [
{
"path": "tools/v8_gypfiles/v8.gyp",
"patch": "@@ -1073,8 +1073,10 @@\n '<(V8_ROOT)/src/base/platform/platform-win32.cc',\n '<(V8_ROOT)/src/base/win32-headers.h',\n ],\n-\n- 'defines': ['_CRT_RAND_S'], # for rand_s()\n+ 'conditions': [['target_arch == \"... | 2020-05-22T10:37:39 |
rust-lang/rust | 9dfee2ef35d8176bbcfb601bdf58059513049a16 | c439a59dbd275aef9bc24c7172e2111ccc3794c3 | fix alignment test | [
{
"path": "tests/ui/mir/alignment/packed.rs",
"patch": "@@ -12,7 +12,7 @@ fn main() {\n // Test that we can use addr_of! to get the address of a packed member which according to its\n // type is not aligned, but because it is a projection from a packed type is a valid place.\n let ptr0 = std::pt... | 2025-08-14T15:41:54 |
vercel/next.js | 87e0b4495a2710a7851a14430738519f27b2ebe4 | cc42e437ea54e3705eb6efd9f94b8908db77820c | Fix mixed module swc compilation for app router (#58967) | [
{
"path": "packages/next/src/build/handle-externals.ts",
"patch": "@@ -28,8 +28,9 @@ export function isResourceInPackages(\n resource: string,\n packageNames?: string[],\n packageDirMapping?: Map<string, string>\n-) {\n- return packageNames?.some((p: string) =>\n+): boolean {\n+ if (!packageNames) r... | 2023-12-01T14:23:43 |
facebook/react | eaa68b8e6b9c2628ecc1f841a162872cb8fcb18a | eebcf9f888b8a8fc3ed1f31c2789584a235aa089 | Fix select switching to multiple in IE
This one was an actual behavioral bug rather than a bug with the tests; our intention was that the first element from the `defaultValue` array would remain selected but IE seemed to be choosing the last one instead. Now we set the value for uncontrolled components in componentDid... | [
{
"path": "src/browser/ui/dom/components/ReactDOMSelect.js",
"patch": "@@ -141,9 +141,11 @@ var ReactDOMSelect = ReactCompositeComponent.createClass({\n updateOptions(this, LinkedValueUtils.getValue(this));\n },\n \n- componentDidUpdate: function() {\n+ componentDidUpdate: function(prevProps) {\n ... | 2014-06-08T02:13:11 |
golang/go | 2f3008386fbfbc62544e3799d14db40cbe703218 | 68fa3696b6131082243273e57957ee22fe60eaa3 | cmd: update vendored golang.org/x/tools for multiple error wrapping
Updates vet to permit errors with an Unwrap method returning []error
and multiple %w verbs in fmt.Errorf.
For #53435.
Change-Id: If097715f86c5a03ed606e6d4fb048e17b154b489
Reviewed-on: https://go-review.googlesource.com/c/go/+/433057
Run-TryBot: Dami... | [
{
"path": "src/cmd/go.mod",
"patch": "@@ -9,7 +9,7 @@ require (\n \tgolang.org/x/sync v0.0.0-20220722155255-886fb9371eb4\n \tgolang.org/x/sys v0.0.0-20220804214406-8e32c043e418\n \tgolang.org/x/term v0.0.0-20220722155259-a9ba230a4035\n-\tgolang.org/x/tools v0.1.13-0.20220804200503-81c7dc4e4efa\n+\tgolang.or... | 2022-09-22T23:39:11 |
electron/electron | fb42a72ad82f1343718c381de4a96174626b4f98 | 8c5fd76286bd62c452170cda062eff3decd59ec5 | Fix building on Windows | [
{
"path": "atom/common/common_message_generator.cc",
"patch": "@@ -31,4 +31,3 @@ namespace IPC {\n namespace IPC {\n #include \"atom/common/common_message_generator.h\"\n } // namespace IPC\n-",
"additions": 0,
"deletions": 1,
"language": "Unknown"
},
{
"path": "atom/common/common_messa... | 2017-04-17T10:42:12 |
facebook/react | 7cd5e9b399b32daf3f4b1c494cfb4587067360eb | eebcf9f888b8a8fc3ed1f31c2789584a235aa089 | Fix PropTypes test in IE10
Test Plan: Ran the test in jest, phantomjs, IE10, Chrome, and Firefox. | [
{
"path": "src/core/__tests__/ReactPropTypes-test.js",
"patch": "@@ -274,36 +274,39 @@ describe('Component Type', function() {\n describe('Instance Types', function() {\n it(\"should warn for invalid instances\", function() {\n function Person() {}\n+ var personName = Person.name || '<<anonymous>>'... | 2014-06-08T01:56:28 |
vercel/next.js | f47640375ad894cdc9cc5a9fef7d0efe5fbbe22c | b02a10e331dcc6e484cecd6954ec4e07dea96fda | fix: add `maxDuration` to `PageConfig` type (#55918) | [
{
"path": "packages/next/types/index.d.ts",
"patch": "@@ -140,6 +140,11 @@ export type PageConfig = {\n externalResolver?: true\n }\n env?: Array<string>\n+ /**\n+ * Configures the longest time in seconds a serverless function can process an HTTP\n+ * request before responding.\n+ */\n+ maxD... | 2023-12-01T09:58:02 |
golang/go | 65deb9c3cea2a57b2cba892bc3dc4344ff0783c8 | 2551324cd01b295915c10c6d3d06625676401610 | text/template/parse: fix confusion about markers near right delims
Fixes #52527.
Fixes #55336.
Change-Id: I8f5c521c693e74451a558788909e7e4ad1cc797a
Reviewed-on: https://go-review.googlesource.com/c/go/+/433036
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Rob Pike <... | [
{
"path": "src/text/template/parse/lex.go",
"patch": "@@ -369,7 +369,7 @@ func lexComment(l *lexer) stateFn {\n \n // lexRightDelim scans the right delimiter, which is known to be present, possibly with a trim marker.\n func lexRightDelim(l *lexer) stateFn {\n-\ttrimSpace := hasRightTrimMarker(l.input[l.pos... | 2022-09-23T00:56:38 |
electron/electron | 8c5fd76286bd62c452170cda062eff3decd59ec5 | b3d60bfb3a74d1378728ec6a9801ff7d91815f1d | Fix symbol conflicts in Xlib.h | [
{
"path": "atom/browser/ui/views/global_menu_bar_x11.cc",
"patch": "@@ -4,20 +4,20 @@\n \n #include \"atom/browser/ui/views/global_menu_bar_x11.h\"\n \n-// There are conflicts between Xlib.h and this header.\n-#include \"atom/browser/native_window_views.h\" // NOLINT\n-\n #include <X11/Xlib.h>\n \n // This... | 2017-04-17T08:21:13 |
facebook/react | 5790a756224b64ed07ff72fcc305ddc697e16b27 | eebcf9f888b8a8fc3ed1f31c2789584a235aa089 | Fix submit-button value test in IE10
Test Plan: Ran test in jest, phantomjs, IE10, Chrome, and Firefox. | [
{
"path": "src/browser/ui/dom/components/__tests__/ReactDOMInput-test.js",
"patch": "@@ -136,8 +136,12 @@ describe('ReactDOMInput', function() {\n var node = stub.getDOMNode();\n \n // The value shouldn't be '', or else the button will have no text; it\n- // should have the default \"Submit\" or ... | 2014-06-08T01:50:29 |
vercel/next.js | 89f6322cda88b4972a7e11651327e53144b0ea10 | fa9cd3efc4b310557aeb0ca2a008a4d5bda34046 | chore: fix typo in jsDoc (#58224) | [
{
"path": "packages/next/types/index.d.ts",
"patch": "@@ -87,7 +87,7 @@ export type Redirect =\n }\n \n /**\n- * `Page` type, use it as a guide to create `pages`.\n+ * `NextPage` type, use it as a guide to create `pages`.\n */\n export type NextPage<Props = {}, InitialProps = Props> = NextComponentType... | 2023-12-01T08:53:02 |
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.