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 |
|---|---|---|---|---|---|
huggingface/transformers | 1f468a8b5d55397e72135d90cf5e9e3b710ebc2a | 6b55285d93f7cd6227d90311c314cbab05b2cbfd | Raise informative error when loading video processors (#44125)
* fix
* move it to the last spot | [
{
"path": "src/transformers/models/auto/video_processing_auto.py",
"patch": "@@ -94,8 +94,8 @@\n \n \n def video_processor_class_from_name(class_name: str):\n- for module_name, extractors in VIDEO_PROCESSOR_MAPPING_NAMES.items():\n- if class_name in extractors:\n+ for module_name, extractor in ... | 2026-02-20T08:23:35 |
nodejs/node | bb7b48a86754a3e3facab214821ac59a0dc8c7c3 | 5fa55eea559a9ebb8c3787edfa1b5a49f30ec2e6 | doc: add legendecas to collaborators
PR-URL: https://github.com/nodejs/node/pull/30115
Fixes: https://github.com/nodejs/node/issues/30000
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <ric... | [
{
"path": "README.md",
"patch": "@@ -352,6 +352,8 @@ For information about the governance of the Node.js project, see\n **Kunal Pathak** <kunal.pathak@microsoft.com>\n * [lance](https://github.com/lance) -\n **Lance Ball** <lball@redhat.com> (he/him)\n+* [legendecas](https://github.com/legendeca... | 2019-10-25T14:39:28 |
golang/go | c75befeec2a8ef2fea3c41da589ca0ffddda506f | 58340240576a9ad254d90da4570e5e6afb913959 | cmd/go: don't compute Deps fields if they're not needed
If the user provides the -json flag to explicitly specify fields, but
doesn't specify the Deps or DepsErrors fields, skip computing the deps
fields.
For #29666
Change-Id: I15596c374aba1af13bdf5808d11d54abdc838667
Reviewed-on: https://go-review.googlesource.com/... | [
{
"path": "src/cmd/go/internal/list/list.go",
"patch": "@@ -568,6 +568,13 @@ func runList(ctx context.Context, cmd *base.Command, args []string) {\n \t\tIgnoreImports: *listFind,\n \t\tModResolveTests: *listTest,\n \t\tLoadVCS: true,\n+\t\t// SuppressDeps is set if the user opts to explicitly ask ... | 2022-03-14T17:00:03 |
vercel/next.js | 01c9d6db0be7b49274e886cdbcb52019b31150ba | d7b5f37b5a7b9797abcd5c90ee73b52a17058241 | Cleanup minify (vercel/turbo#5696)
### Description
* Pass MinifyType as value instead of Vc
* Avoid panic in parsing code
* add into_trait_ref_strongly_consistent_untracked method on trait vcs | [
{
"path": "crates/turbo-tasks/src/raw_vc.rs",
"patch": "@@ -102,6 +102,14 @@ impl RawVc {\n ReadRawVcFuture::new_untracked(self)\n }\n \n+ /// INVALIDATION: Be careful with this, it will not track dependencies, so\n+ /// using it could break cache invalidation.\n+ pub(crate) fn into_str... | 2023-08-09T16:55:16 |
huggingface/transformers | 6b55285d93f7cd6227d90311c314cbab05b2cbfd | 1618d44b9295361607ec74d7be860ba886aac039 | fix(flaky): Different approach to make sure loss exists (#43804)
The test now uses a deterministic approach and that fixes the reproducible (40%) flakiness | [
{
"path": "tests/models/ernie4_5_moe/test_modeling_ernie4_5_moe.py",
"patch": "@@ -19,6 +19,7 @@\n import pytest\n \n from transformers import BitsAndBytesConfig, is_torch_available\n+from transformers.models.ernie4_5_moe.modeling_ernie4_5_moe import load_balancing_loss_func\n from transformers.testing_util... | 2026-02-20T07:45:25 |
electron/electron | e6c8900a18261da517df08c9e0e1e76386ed629f | c717cd919224ef3554d1c2a7bf3b65779943186e | Fix linting | [
{
"path": "lib/common/api/is-typed-array.js",
"patch": "@@ -1,16 +1,16 @@\n 'use strict'\n \n-module.exports = function isTypedArray(val) {\n+module.exports = function isTypedArray (val) {\n return (\n val &&\n- (val instanceof Int8Array\n- || val instanceof Int16Array\n- || val instanceof In... | 2016-07-22T19:20:24 |
nodejs/node | 08448d9bef5e4919fb9f850ce2634b964d31f725 | 71bcd05232b4fc21db20e5acf019f97780050568 | deps: V8: cherry-pick c721203
Original commit message:
Add missing null condition in Proxy GetPrototypeof
Bug: v8:9781
Change-Id: I1f82a828f103cc2aa3f9553214f6b4867ffc3b17
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1829897
Commit-Queue: Z Nguyen-Huu <duongn@microsoft.com>
... | [
{
"path": "common.gypi",
"patch": "@@ -39,7 +39,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... | 2019-10-22T14:03:19 |
golang/go | 58340240576a9ad254d90da4570e5e6afb913959 | a2f7d9d95a84dedb6909bf1907d6857c2c4a2ef5 | cmd/link: fix StackCheckOutput on AIX
This test forces GOARCH to amd64, but currently uses the default GOOS.
This works on every OS that supports amd64, which is every OS we
support except AIX. Hence, on AIX this fails with an unsupported
GOOS/GOARCH combination.
Fix this by forcing GOOS to linux.
Fixes #52451.
Cha... | [
{
"path": "src/cmd/link/internal/ld/stackcheck.go",
"patch": "@@ -101,7 +101,7 @@ func (ctxt *Link) doStackCheck() {\n \t\t// the same function multiple times at different\n \t\t// depths, but lets us find all paths.\n \t\tfor _, root := range roots {\n-\t\t\tctxt.Errorf(root, \"nosplit stack overflow\")\n+... | 2022-04-20T16:24:09 |
vercel/next.js | 64d9475f37b3aac21b16eef022e0946615fb1276 | 4b4533787b577d8d138ef045ba18ab4285666723 | Fix typo in data fetching documentation (#53772)
Fix a typo in data fetching documentation. | [
{
"path": "docs/02-app/01-building-your-application/02-data-fetching/01-fetching-caching-and-revalidating.mdx",
"patch": "@@ -247,7 +247,7 @@ If an error is thrown while attempting to revalidate data, the last successfully\n - The `fetchCache` route segment option is configured to skip cache by default.\n -... | 2023-08-09T04:45:49 |
electron/electron | c717cd919224ef3554d1c2a7bf3b65779943186e | 99ec841a8e4fe21182e2dfa7a1f085d70b80d6cf | :bug: Add support for TypedArrays in IPC.
Fixes https://github.com/electron/electron/issues/2104. | [
{
"path": "lib/browser/rpc-server.js",
"patch": "@@ -2,7 +2,7 @@\n \n const electron = require('electron')\n const v8Util = process.atomBinding('v8_util')\n-const {ipcMain, isPromise, webContents} = electron\n+const {ipcMain, isPromise, isTypedArray, webContents} = electron\n \n const objectsRegistry = requ... | 2016-07-22T18:44:19 |
nodejs/node | d53dd8b0a00d3e00e97f46ae4ae67afa31c10526 | a228e22533260055495c0f592a4785d15282f2fb | deps: V8: cherry-pick ed40ab1
Original commit message:
[regexp] Fix the order of named captures on the groups object
Named capture properties on the groups object should be ordered by the
capture index (and not alpha-sorted). This was accidentally broken in
https://crrev.com/c/1687413.
Bug: v8:9... | [
{
"path": "common.gypi",
"patch": "@@ -39,7 +39,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... | 2019-10-22T13:59:07 |
golang/go | a2f7d9d95a84dedb6909bf1907d6857c2c4a2ef5 | 338a81741a9aecba1a80014eced5cb2d3852d8eb | net/http: deflake TestTransportConnectionCloseOnRequest
Fixes #52450 (hopefully)
Change-Id: Ib723f8efb4a13af1b98c25cd02935425172d01e6
Reviewed-on: https://go-review.googlesource.com/c/go/+/401314
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills... | [
{
"path": "src/net/http/export_test.go",
"patch": "@@ -306,3 +306,12 @@ func ExportCloseTransportConnsAbruptly(tr *Transport) {\n \t}\n \ttr.idleMu.Unlock()\n }\n+\n+// ResponseWriterConnForTesting returns w's underlying connection, if w\n+// is a regular *response ResponseWriter.\n+func ResponseWriterConnF... | 2022-04-20T15:58:42 |
huggingface/transformers | 1618d44b9295361607ec74d7be860ba886aac039 | 1e31876d0eef7d046ad5d2813f67a73026fcec9c | Add Higgs Audio V2 Model (#40294)
* add higgs audio v2
* make some changes
* update tokenizer test
* reformat
* fix
* fix
* update
* fix
* fix typo
* fix
* fix import
* remove audio attention and whisper
* add model
* fix
* fix
* fix
* change the place for delay pattern utilities
* update convert
* r... | [
{
"path": "docs/source/en/_toctree.yml",
"patch": "@@ -977,6 +977,10 @@\n title: GLM-ASR\n - local: model_doc/granite_speech\n title: GraniteSpeech\n+ - local: model_doc/higgs_audio_v2\n+ title: Higgs Audio V2\n+ - local: model_doc/higgs_audio_v2_tokenizer\n+ ti... | 2026-02-19T17:19:19 |
vercel/next.js | 2566d0781dcd174c69684457bf19ba437b6c233b | 5e716ec918014cd6d20fa01d9b16dc4a386059c3 | Fix a link in incrementalCacheHandlerPath.mdx (#53718)
fix the default cache handler link | [
{
"path": "docs/02-app/02-api-reference/05-next-config-js/incrementalCacheHandlerPath.mdx",
"patch": "@@ -3,7 +3,7 @@ title: incrementalCacheHandlerPath\n description: Configure the Next.js cache used for storing and revalidating data.\n ---\n \n-In Next.js, the [default cache handler](/docs/app/building-yo... | 2023-08-09T00:55:13 |
electron/electron | cf6f4708bcd86d5b8601dd391f10ef27475324c0 | 6850500a65256841fad8ecdd51743b6f3953725b | Fix building on Windows | [
{
"path": "atom/browser/native_window_views.cc",
"patch": "@@ -52,6 +52,7 @@\n #include \"skia/ext/skia_utils_win.h\"\n #include \"ui/base/win/shell.h\"\n #include \"ui/display/win/screen_win.h\"\n+#include \"ui/display/screen.h\"\n #include \"ui/views/widget/desktop_aura/desktop_native_widget_aura.h\"\n #e... | 2016-07-21T17:20:43 |
huggingface/transformers | 1e31876d0eef7d046ad5d2813f67a73026fcec9c | 3532437769f416c5cc7981c3c5f1a14f7d376360 | [voxtral] fix voxtral proc (#44132)
* fix voxtral proc
* add a comment | [
{
"path": "src/transformers/models/voxtral/processing_voxtral.py",
"patch": "@@ -147,23 +147,6 @@ def apply_chat_template(\n if kwargs.get(\"return_assistant_tokens_mask\", False):\n raise ValueError(\"continue_final_message is not compatible with return_assistant_tokens_mask.\")... | 2026-02-19T16:41:51 |
nodejs/node | 5a042a6b1a9763be010c4614436b114f0d514561 | d8aa38c539a73018f604767b40a4698af20b02db | 2019-10-23, Version 13.0.1 (Current)
Notable changes:
* deps:
* Fixed a bug in npm 6.12.0 where warnings are emitted on Node.js
13.x. https://github.com/nodejs/node/pull/30079
* esm:
* Changed file extension resolution order of
`--es-module-specifier-resolution=node`to match that of the CommonJS
loade... | [
{
"path": "CHANGELOG.md",
"patch": "@@ -30,7 +30,8 @@ release.\n </tr>\n <tr>\n <td valign=\"top\">\n-<b><a href=\"doc/changelogs/CHANGELOG_V13.md#13.0.0\">13.0.0</a></b><br/>\n+<b><a href=\"doc/changelogs/CHANGELOG_V13.md#13.0.1\">13.0.1</a></b><br/>\n+<a href=\"doc/changelogs/CHANGELOG_V13.md#13.0.0\"... | 2019-10-23T07:40:22 |
vercel/next.js | 5e716ec918014cd6d20fa01d9b16dc4a386059c3 | 79b7c1493b6c4d291d611f677e059355fd3e3fc8 | fix: Update outdated transform imports lucide-react (#53697)
### What?
Fixing outdated import mapping with the latest `lucide-react` changes. See [lucide-icons/lucide@v0.264.0](https://github.com/lucide-icons/lucide/releases/tag/v0.264.0)
Closes: lucide-icons/lucide#1482
### Why?
Import mapping was outdated
### H... | [
{
"path": "packages/next/src/server/config.ts",
"patch": "@@ -686,39 +686,39 @@ function assignDefaults(\n transform: {\n // Special aliases\n '(SortAsc|LucideSortAsc|SortAscIcon)':\n- 'modularize-import-loader?name={{ member }}&from=default&as=default&join=./icons/arrow-up-na... | 2023-08-09T00:48:48 |
golang/go | 338a81741a9aecba1a80014eced5cb2d3852d8eb | 17f8d98a4adf8386e63a0d2902ff42ca5e80996e | crypto/rand: apply the same max read size on Illumos as on Solaris
This case was missed in CL 370894, and masked by the lack of an
Illumos TryBot.
Fixes #52452.
Change-Id: I7cda193e33c11a9d04eb888fdb5ec9218e6ed1b5
Reviewed-on: https://go-review.googlesource.com/c/go/+/401294
Run-TryBot: Bryan Mills <bcmills@google.c... | [
{
"path": "src/crypto/rand/rand_getrandom.go",
"patch": "@@ -21,7 +21,7 @@ func init() {\n \t\t// is returned by a single call to getrandom() on systems where int\n \t\t// has a size of 32 bits.\n \t\tmaxGetRandomRead = (1 << 25) - 1\n-\tcase \"freebsd\", \"dragonfly\", \"solaris\":\n+\tcase \"freeb... | 2022-04-20T15:17:59 |
nodejs/node | 4187fcb2001581004280685e78ab0f249d8347e7 | afbbcb050e0c1db9c6fc17fb0140680ac00f37e8 | src: remove unnecessary std::endl usage
This commit removes a few std::endl that could be replaced by '\n' as it
does not look like the buffer needs to be flushed in these places.
This is only done in error handling, and once when the report has been
generated, so this is very minor but I thought I'd bring it up in c... | [
{
"path": "src/node_report.cc",
"patch": "@@ -110,8 +110,7 @@ std::string TriggerNodeReport(Isolate* isolate,\n }\n // Check for errors on the file open\n if (!outfile.is_open()) {\n- std::cerr << std::endl\n- << \"Failed to open Node.js report file: \" << filename;\n+ s... | 2019-10-17T07:23:32 |
vercel/next.js | d58fd68f0ac335b27dd6e0e79fe6664b0256e2b7 | 5cfb936edd154ebc107e0d3da47a9828b422b3e0 | fix parallel route tests & improve error for conflicting pages (#53752)
This fixes some tests that were disabled due to a missing `page` segment for the corresponding slots in `/parallel/nested`.
While fixing, I also noticed if you accidentally create two pages that resolve to the same URL segment (which is fairly e... | [
{
"path": "packages/next/src/build/webpack/loaders/next-app-loader.ts",
"patch": "@@ -462,6 +462,14 @@ const nextAppLoader: AppLoader = async function nextAppLoader() {\n continue\n }\n \n+ // avoid clobbering existing page segments\n+ // if it's a valid parallel segment, the... | 2023-08-08T22:56:39 |
golang/go | 17f8d98a4adf8386e63a0d2902ff42ca5e80996e | cbc9e589053e7339c1e3c4d6e88c6c015792efce | go/internal/srcimporter: add context to cgo errors
An error message like "could not import os/user (exit status 1)"
(observed in https://go.dev/issue/52407) is fairly inscrutable.
On the other hand, srcimporter doesn't report errors with quite enough
structure to dump the entire stderr output from 'go tool cgo' witho... | [
{
"path": "src/go/internal/srcimporter/srcimporter.go",
"patch": "@@ -136,7 +136,7 @@ func (p *Importer) ImportFrom(path, srcDir string, mode types.ImportMode) (*type\n \t\t\tsetUsesCgo(&conf)\n \t\t\tfile, err := p.cgo(bp)\n \t\t\tif err != nil {\n-\t\t\t\treturn nil, err\n+\t\t\t\treturn nil, fmt.Errorf(\... | 2022-04-18T17:12:43 |
electron/electron | 6e83f454d768375e24057946b0949dc174dfa4b5 | a0c5749ac1731afbbb7d042f1717597d6d68ea02 | documentation error pointed out in issue #6541 | [
{
"path": "docs/api/web-contents.md",
"patch": "@@ -367,7 +367,7 @@ Returns:\n was invoked on. Elements with source URLs are images, audio and video.\n * `mediaType` String - Type of the node the context menu was invoked on. Can\n be `none`, `image`, `audio`, `video`, `canvas`, `file` or `plugin`.... | 2016-07-21T14:46:46 |
nodejs/node | 1070153cf6da6eb95644799008240825432b07e3 | 94230d15bdbfe229901b221feb5814b60f8eeedb | stream: simplify uint8ArrayToBuffer helper
The fallback code is no longer used when exporting to readable-stream.
Refs: https://github.com/nodejs/node/pull/29514
PR-URL: https://github.com/nodejs/node/pull/30041
Fixes: https://github.com/nodejs/node/issues/30040
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Revi... | [
{
"path": "lib/stream.js",
"patch": "@@ -21,9 +21,9 @@\n \n 'use strict';\n \n-const { Buffer } = require('buffer');\n const pipeline = require('internal/streams/pipeline');\n const eos = require('internal/streams/end-of-stream');\n+const internalBuffer = require('internal/buffer');\n \n // Note: export Str... | 2019-10-20T11:36:49 |
rust-lang/rust | 0d6dc2f52de5bd7900f36c3e12234ee5d8fa7f91 | 7f2065a4bae1faed5bab928c670964eafbf43b55 | tidy: more clippy fixes | [
{
"path": "src/tools/tidy/src/features.rs",
"patch": "@@ -331,11 +331,9 @@ fn collect_lang_features_in(features: &mut Features, base: &Path, file: &str, ba\n continue;\n }\n \n- if in_feature_group {\n- if let Some(doc_comment) = line.strip_prefix(\"///\") {\n- ... | 2025-07-14T09:08:29 |
vercel/next.js | 5cfb936edd154ebc107e0d3da47a9828b422b3e0 | 195d1f1a2b6dc794ca9b84be318c90b47f44a85a | Fix example/with-material-ui broken links (#53707)
Fixed the example/with-material-ui broken links.
It seems the external websites got updated. | [
{
"path": "examples/with-material-ui/README.md",
"patch": "@@ -2,5 +2,5 @@\n \n **Note:** These examples are maintained outside of the Next.js repository:\n \n-1. Official [TypeScript example](https://github.com/mui/material-ui/tree/master/examples/material-next-ts)\n-2. Official [JavaScript example](https:... | 2023-08-08T22:37:41 |
golang/go | cbc9e589053e7339c1e3c4d6e88c6c015792efce | 0e08b02ac54c9232759704812f41a5836f920cff | cmd/go/internal/base: in AppendPWD, check that PWD is absolute
The POSIX standard requires the PWD variable to be an absolute path.
Fixes #46832
Change-Id: I1938592538633e1a0a0958276f1fefc3c4808399
Reviewed-on: https://go-review.googlesource.com/c/go/+/378396
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by:... | [
{
"path": "src/cmd/go/internal/base/env.go",
"patch": "@@ -4,12 +4,20 @@\n \n package base\n \n+import (\n+\t\"fmt\"\n+\t\"path/filepath\"\n+)\n+\n // AppendPWD returns the result of appending PWD=dir to the environment base.\n //\n // The resulting environment makes os.Getwd more efficient for a subprocess... | 2022-01-12T18:28:33 |
electron/electron | 6850500a65256841fad8ecdd51743b6f3953725b | 0fa4e58557d5240217c253dd0a8aed8cb11962d7 | Fix building on Linux | [
{
"path": "atom/browser/native_window_views.cc",
"patch": "@@ -23,7 +23,6 @@\n #include \"ui/aura/window_tree_host.h\"\n #include \"ui/base/hit_test.h\"\n #include \"ui/gfx/image/image.h\"\n-#include \"ui/gfx/screen.h\"\n #include \"ui/views/background.h\"\n #include \"ui/views/controls/webview/unhandled_ke... | 2016-07-21T13:09:01 |
nodejs/node | 94230d15bdbfe229901b221feb5814b60f8eeedb | 4201cdde89af76d80ec794e82ee0b1c47c107299 | stream: remove dead code
`String.prototype.split()` returns an array of strings so the branch is
never taken.
Fixes: https://github.com/nodejs/node/issues/30040
PR-URL: https://github.com/nodejs/node/pull/30041
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed... | [
{
"path": "lib/stream.js",
"patch": "@@ -43,23 +43,18 @@ Stream.Stream = Stream;\n \n Stream._isUint8Array = require('internal/util/types').isUint8Array;\n \n-const version = process.version.substr(1).split('.');\n-if (version[0] === 0 && version[1] < 12) {\n- Stream._uint8ArrayToBuffer = Buffer;\n-} else ... | 2019-10-20T05:21:50 |
huggingface/transformers | 3532437769f416c5cc7981c3c5f1a14f7d376360 | 4aa550b4c1ba163adb8274a85b232b5226ed33db | [docs] Fix typos in GenerationConfig docstring (#44143)
Fix "overriden" → "overridden", "field that are" → "fields that are",
and "Arg:" → "Args:" for consistency with the rest of the docstring.
Co-authored-by: nightcityblade <nightcityblade@gmail.com> | [
{
"path": "src/transformers/generation/configuration_utils.py",
"patch": "@@ -100,11 +100,11 @@ class GenerationConfig(PushToHubMixin):\n \n </Tip>\n \n- Note: the configuration field that are still `None` will be overriden by `GenerationConfig._get_default_generation_params()`\n+ Note: the config... | 2026-02-19T13:24:08 |
vercel/next.js | 195d1f1a2b6dc794ca9b84be318c90b47f44a85a | f0dab3a8dad3acae2d25e659c941cade33248c3d | fix(next/image): priority in App Router causes double fetch on mobile (#53700)
The root cause is `ReactDOM.preload()` inserts `<link rel="preload">` above the `<meta name="viewport">`.
This PR adds a test to prove that upgrading React fixes the issue (see commits).
- Depends on https://github.com/facebook/react/pul... | [
{
"path": "test/integration/next-image-new/app-dir/app/static-img/page.js",
"patch": "@@ -23,7 +23,7 @@ const Page = () => {\n return (\n <div>\n <h1 id=\"page-header\">Static Image</h1>\n- <Image id=\"basic-static\" src={testImg} placeholder=\"blur\" />\n+ <Image id=\"basic-static\" s... | 2023-08-08T21:02:54 |
golang/go | 104742fddae061b52c38e221697cf20ebd09bf10 | 302f5ed21dad2cb99f3f63fd99228dc3ab480772 | cmd/compile/internal/types2: use correct value of iota
Fixes #52438.
Change-Id: I5cbf8c448dba037e9e0c5fe8f209401d6bf7d43f
Reviewed-on: https://go-review.googlesource.com/c/go/+/401134
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Robert Griesemer <gri@google.com> | [
{
"path": "src/cmd/compile/internal/types2/decl.go",
"patch": "@@ -735,7 +735,7 @@ func (check *Checker) declStmt(list []syntax.Decl) {\n \t\t\ttop := len(check.delayed)\n \n \t\t\t// iota is the index of the current constDecl within the group\n-\t\t\tif first < 0 || list[index-1].(*syntax.ConstDecl).Group ... | 2022-04-19T20:46:15 |
electron/electron | f6f7b41f0ad80a6219fc92c1facd30a1e54dde8f | b57665330cc59e75e2ac78c954179c80936500ad | Fix compilation error after merge | [
{
"path": "atom/browser/api/atom_api_web_contents.cc",
"patch": "@@ -66,7 +66,7 @@\n #include \"net/url_request/url_request_context.h\"\n #include \"third_party/WebKit/public/web/WebInputEvent.h\"\n #include \"third_party/WebKit/public/web/WebFindOptions.h\"\n-#include \"ui/gfx/screen.h\"\n+#include \"ui/di... | 2016-07-21T12:03:38 |
nodejs/node | 42bf0c8df2094813e0d86af9eddf374fc9bdadc4 | 31217a8e88d7414579284267f8715112bf8a0fc6 | 2019-10-22, Version 13.0.0 (Current)
Notable changes:
* assert:
* If the validation function passed to `assert.throws()` or
`assert.rejects()` returns a value other than `true`, an assertion
error will be thrown instead of the original error to highlight the
programming mistake (Ruben Bridgewater).
... | [
{
"path": "CHANGELOG.md",
"patch": "@@ -2,6 +2,7 @@\n \n Select a Node.js version below to view the changelog history:\n \n+* [Node.js 13](doc/changelogs/CHANGELOG_V13.md) - **Current**\n * [Node.js 12](doc/changelogs/CHANGELOG_V12.md) - **Long Term Support**\n * [Node.js 11](doc/changelogs/CHANGELOG_V11.md... | 2019-09-09T12:32:18 |
huggingface/transformers | 4aa550b4c1ba163adb8274a85b232b5226ed33db | a6ef2a6f3549dd3267e8f5bafe4976a3217784bb | Fix gemma3n `get_audio_features` (#44040)
* fix
* re-enable tests
* fix tests I hope
* will need to fix the rest by ssh-ing to runner
* fixed?
* timm version issue, fixed
* remove | [
{
"path": "src/transformers/models/gemma3n/configuration_gemma3n.py",
"patch": "@@ -642,8 +642,6 @@ def __init__(\n tie_word_embeddings: bool | None = True,\n **kwargs,\n ):\n- super().__init__(**kwargs)\n-\n if isinstance(text_config, dict):\n text_config = Ge... | 2026-02-19T12:49:59 |
vercel/next.js | ee15b3be5d308021cab86a99022717405edbce2b | 9d1b3f43a18dd316fa27758a5d8baafd06a36529 | fix: error overlay hijacking application focus (safari) (#53693)
### What?
When Safari is in the background and HMR triggers a full page reload,
Safari hijacks application focus.
### Why?
Having a `role="dialog"` is correctly prompting Safari to autofocus the
first focusable element (the close button). However,... | [
{
"path": "packages/next-swc/crates/next-core/js/src/overlay/internal/components/Dialog/Dialog.tsx",
"patch": "@@ -19,6 +19,11 @@ export function Dialog({\n ...props\n }: DialogProps) {\n const [dialog, setDialog] = React.useState<HTMLDivElement | null>(null)\n+ const [role, setRole] = React.useState<s... | 2023-08-08T19:45:03 |
golang/go | 302f5ed21dad2cb99f3f63fd99228dc3ab480772 | 86fa2551fb12338405721089d6db1b9d78e4f05e | cmd/compile/internal/types2: don't crash in overflow check
Be careful before accessing an operand's expr field (which may
be nil in some rare cases).
While at it, factor out position information so that it's only
computed when there's an error, which is almost never.
In go/types, remove an unnecessary argument to Ch... | [
{
"path": "src/cmd/compile/internal/types2/expr.go",
"patch": "@@ -89,21 +89,11 @@ func (check *Checker) op(m opPredicates, x *operand, op syntax.Operator) bool {\n func (check *Checker) overflow(x *operand) {\n \tassert(x.mode == constant_)\n \n-\t// If the corresponding expression is an operation, use the... | 2022-04-19T01:43:22 |
rust-lang/rust | 38dd6f5206dea1388755c48afe55ad5af5a12577 | a14baf1e56cf9049992c25e0abb9ee4a7242e057 | Allow `Early` stage to emit errors | [
{
"path": "compiler/rustc_ast_lowering/src/lib.rs",
"patch": "@@ -42,7 +42,7 @@ use std::sync::Arc;\n \n use rustc_ast::node_id::NodeMap;\n use rustc_ast::{self as ast, *};\n-use rustc_attr_parsing::{AttributeParser, OmitDoc};\n+use rustc_attr_parsing::{AttributeParser, Late, OmitDoc};\n use rustc_data_stru... | 2025-07-07T07:06:44 |
electron/electron | b2546a2b34a7c99f0f43c76d1176bb1cab6eda9b | 4f3e9df05582488d14ecf0306dc4aced5cc5ea11 | Fix compilation error after merge | [
{
"path": "brightray/browser/inspectable_web_contents_impl.cc",
"patch": "@@ -90,7 +90,7 @@ bool IsPointInRect(const gfx::Point& point, const gfx::Rect& rect) {\n }\n \n bool IsPointInScreen(const gfx::Point& point) {\n- for (const auto& display : gfx::Screen::GetScreen()->GetAllDisplays()) {\n+ for (cons... | 2016-07-21T12:03:11 |
huggingface/transformers | a6ef2a6f3549dd3267e8f5bafe4976a3217784bb | b240061e78c6269deceb904f92c92b03bc487f76 | Fix UMT5EncoderModel embedding weights not being tied after loading (#43880)
* fix umt5 weight
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
* update config file
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
* pop tie weights for umt5
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
* update other t5... | [
{
"path": "src/transformers/models/mt5/configuration_mt5.py",
"patch": "@@ -93,7 +93,6 @@ def __init__(\n is_encoder_decoder=True,\n use_cache=True,\n tokenizer_class=\"T5Tokenizer\",\n- tie_word_embeddings=False,\n bos_token_id=None,\n pad_token_id=0,\n ... | 2026-02-19T12:42:23 |
nodejs/node | 31217a8e88d7414579284267f8715112bf8a0fc6 | 71b342f93725a9bba5fa1f83a9f0fa88a482d759 | cli: add --trace-uncaught flag
Add a flag that makes Node.js print the stack trace at the
time of *throwing* uncaught exceptions, rather than at the
creation of the `Error` object, if there is any.
This is disabled by default because it affects GC behavior.
PR-URL: https://github.com/nodejs/node/pull/30025
Reviewed-... | [
{
"path": "doc/api/cli.md",
"patch": "@@ -747,6 +747,18 @@ added: v12.2.0\n Prints TLS packet trace information to `stderr`. This can be used to debug TLS\n connection problems.\n \n+### `--trace-uncaught`\n+<!-- YAML\n+added: REPLACEME\n+-->\n+\n+Print stack traces for uncaught exceptions; usually, the sta... | 2019-10-18T15:05:35 |
rust-lang/rust | c20faa051284fa17ac2b67685129edf518d46ad8 | fdf37fc7e715e23f27ddb804082209b39a5061fa | fix `needless_for_each` suggests wrongly for macros | [
{
"path": "clippy_lints/src/needless_for_each.rs",
"patch": "@@ -6,7 +6,7 @@ use rustc_session::declare_lint_pass;\n use rustc_span::Span;\n \n use clippy_utils::diagnostics::span_lint_and_then;\n-use clippy_utils::source::snippet_with_applicability;\n+use clippy_utils::source::{snippet_with_applicability, ... | 2025-07-15T03:02:06 |
electron/electron | fbfae70803934c75e432876db014014a32c61507 | 39bd2bee8eabbff6c45bd8d4c6d791ff388c309c | spec: Fix exception when refreshing test window | [
{
"path": "spec/api-web-contents-spec.js",
"patch": "@@ -63,12 +63,12 @@ describe('webContents module', function () {\n const specWebContents = remote.getCurrentWebContents()\n assert.equal(specWebContents.getId(), webContents.getFocusedWebContents().getId())\n \n- specWebContents.on('devto... | 2016-07-21T08:08:43 |
golang/go | 86fa2551fb12338405721089d6db1b9d78e4f05e | 3ae414c31e59c9ee210fa3606f36cf0ea36b9906 | cmd/compile/internal/types2: permit parentheses around types in interfaces
Before Go 1.18, an embedded type name in an interface could not be
parenthesized. With generalized embedding of types in interfaces,
where one might write ~(chan<- int) for clarity (making clear that
the ~ applies to the entire channel type), i... | [
{
"path": "src/cmd/compile/internal/syntax/parser.go",
"patch": "@@ -1499,44 +1499,14 @@ func (p *parser) interfaceType() *InterfaceType {\n \tp.want(_Interface)\n \tp.want(_Lbrace)\n \tp.list(\"interface type\", _Semi, _Rbrace, func() bool {\n-\t\tswitch p.tok {\n-\t\tcase _Name:\n-\t\t\tf := p.methodDecl(... | 2022-04-19T00:19:47 |
vercel/next.js | 9d1b3f43a18dd316fa27758a5d8baafd06a36529 | d7405b0c288a0b8974b20ff7de8c291d02f22710 | Turbopack: add hmr test case and fix bugs (#53719)
### What?
test case for HMR
### Turbopack Changes
* https://github.com/vercel/turbo/pull/5686 <!-- Tobias Koppers - remove
error in update --> | [
{
"path": "Cargo.lock",
"patch": "@@ -412,7 +412,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-230807.2#f9cbcf26fe0416c1e1ee405dbc94906ad4846eaa\"\n+source = \"git+https://github.com/vercel/turbo.git?ta... | 2023-08-08T15:07:24 |
huggingface/transformers | b240061e78c6269deceb904f92c92b03bc487f76 | 196216c301dbf8f6199a46da9dabf8b82576824e | fix(testing): Update stale device override test in GraniteSpeech (#44113)
* fix: Return feature extractor outputs on CPU
* fix: Update stale device override test
* nit: Parameterize test
* nit: Fix ci/circleci: check_code_quality | [
{
"path": "tests/models/granite_speech/test_processing_granite_speech.py",
"patch": "@@ -25,7 +25,6 @@\n require_torch,\n require_torch_accelerator,\n require_torchaudio,\n- torch_device,\n )\n from transformers.utils import is_torchaudio_available\n \n@@ -196,11 +195,10 @@ def test_audio_tok... | 2026-02-19T11:06:22 |
rust-lang/rust | 02dc14b25c729b8167620d2c2381ebbab20a0a04 | a001497644bc229f1abcc5b2528733386591647f | Update mdbook to 0.4.52
Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0452
This primarily picks up a few fixes. | [
{
"path": "src/tools/rustbook/Cargo.lock",
"patch": "@@ -885,9 +885,9 @@ dependencies = [\n \n [[package]]\n name = \"mdbook\"\n-version = \"0.4.51\"\n+version = \"0.4.52\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"a87e65420ab45ca9c1b8cdf698f95b710cc826d373fa550f0f7... | 2025-07-14T23:28:32 |
electron/electron | 334f03fc42b79ab2ea26326e38c7ee8aefaf6e6c | 5fc0201ca1faf93de742c8c415b9df647f9bfd93 | Fix compilation errors on Windows | [
{
"path": "common.gypi",
"patch": "@@ -46,7 +46,7 @@\n # Settings to compile node under Windows.\n 'target_defaults': {\n 'target_conditions': [\n- ['_target_name in [\"libuv\", \"http_parser\", \"openssl\", \"cares\", \"node\", \"zlib\"]', {\n+ ['_target_name in [\"libuv\", \"http_parser\... | 2016-07-21T07:36:50 |
golang/go | 0670afa1b3aaed740816c5ffc9825d154c47d188 | e04280838f34669458d55d6aab812a8c304c40a0 | doc/go1.19: move the description of the runtime.GOROOT change from 'cmd/go' to 'runtime'
Even though the change in the behavior of 'runtime.GOROOT' was
not actually due to a change in the runtime package proper, I
suspect that users who notice it will look for the release note
in that section, not the 'cmd/go' section... | [
{
"path": "doc/go1.19.html",
"patch": "@@ -36,11 +36,6 @@ <h3 id=\"go-command\">Go command</h3>\n </p>\n \n <!-- https://go.dev/issue/51461 -->\n-<p>\n- Passing the <code>-trimpath</code> flag to <code>go</code> commands now\n- causes <code>runtime.GOROOT()</code> in the resulting binary to return the\n- ... | 2022-04-18T14:56:19 |
vercel/next.js | c5a8e0989ea13af8d04bf6dda8d741c79b964abb | fef6f82abafdad6c32a61ebbf4bff77f634bfc2d | Consolidate Server and Routing process into one process (#53523)
In the current version of Next.js there are 4 processes when running in
production:
- Server
- Routing
- Rendering Pages Router
- Rendering App Router
This setup was introduced in order to allow App Router and Pages Router
to use different ver... | [
{
"path": "packages/next/src/cli/next-dev.ts",
"patch": "@@ -1,6 +1,10 @@\n #!/usr/bin/env node\n import arg from 'next/dist/compiled/arg/index.js'\n-import { startServer, StartServerOptions } from '../server/lib/start-server'\n+import type { StartServerOptions } from '../server/lib/start-server'\n+import {... | 2023-08-08T14:06:32 |
huggingface/transformers | 556312cd45a5e619c41b0f8adf680eab0d334324 | 549835e55228ea9158ce39e7b53a740bd8461594 | docs: fix typo 'AuoQuant' → 'AutoQuant' and clarify FINEGRAINED_FP8 library column (#44131)
Two small fixes in docs/source/en/quantization/overview.md:
1. Typo: 'AuoQuant Notebook' → 'AutoQuant Notebook' in the User-Friendly
Quantization Tools section. The link text was missing the letter 't'.
2. The FINEGRAINED_... | [
{
"path": "docs/source/en/quantization/overview.md",
"patch": "@@ -40,7 +40,7 @@ Use the Space below to help you pick a quantization method depending on your har\n | [FBGEMM_FP8](./fbgemm_fp8) | 🟢 | 🔴 | 🟢 | 🔴 | 🔴 ... | 2026-02-18T20:32:16 |
nodejs/node | 7d433a936bce26707f7a10bb56b121fe0dfb0a66 | 0822bfaa9f52aea289abd0e15a90b0df2e12f7e1 | deps: upgrade to libuv 1.33.1
Notable changes:
- uv_random() has been added.
- More work to read those pesky Windows
environment variables.
- Several build fixes for Tier 3 platforms (Android,
NetBSD, OpenBSD, Haiku).
- Stop using fsevents to watch files (using kqueue again).
PR-URL: https://github.com/nodejs/no... | [
{
"path": "deps/uv/AUTHORS",
"patch": "@@ -403,3 +403,11 @@ Vladimir Karnushin <v.karnushin@mail.ru>\n MaYuming <maym@appexnetworks.com>\n Eneas U de Queiroz <cotequeiroz@gmail.com>\n Daniel Hahler <git@thequod.de>\n+Yang Yu <yang.yu@disigma.org>\n+David Carlier <devnexen@gmail.com>\n+Calvin Hill <calvin@ha... | 2019-10-19T21:46:32 |
rust-lang/rust | 9bdd3b0ee6a6fd5914fea0f56f3b754410733e53 | 25cf7d13c960a3ac47d1424ca354077efb6946ff | Don't always panic if WASI_SDK_PATH is not set when detecting compilers
They are not always needed when building std, as is the case when
packaging on Fedora. Panic if building from CI, but warn otherwise. | [
{
"path": "src/bootstrap/src/utils/cc_detect.rs",
"patch": "@@ -221,10 +221,15 @@ fn default_compiler(\n }\n \n t if t.contains(\"-wasi\") => {\n- let root = build\n- .wasi_sdk_path\n- .as_ref()\n- .expect(\"WASI_SDK_PATH mut be configu... | 2025-07-10T15:58:58 |
huggingface/transformers | 549835e55228ea9158ce39e7b53a740bd8461594 | 6976f75751ac484b51cf3c7ede5ca21109219dd7 | Update post proc (#44090)
* bos and eos behaviour should match when updating post processor
* add test
* fix | [
{
"path": "src/transformers/tokenization_utils_tokenizers.py",
"patch": "@@ -425,15 +425,12 @@ def update_post_processor(self):\n bos = self.bos_token\n bos_token_id = self.bos_token_id\n if bos is None and self.add_bos_token:\n- raise ValueError(\"add_bos_token = True but... | 2026-02-18T15:34:16 |
golang/go | e04280838f34669458d55d6aab812a8c304c40a0 | e25f46e59621caf02f8ac1acc8d1dbe028859e47 | io/ioutil: provide an equivalent for the deprecated ReadDir
All APIs in the now-deprecated io/ioutil package have a direct
replacement in either the io or os package with the same signature,
with the notable exception of ioutil.ReadDir, as os.ReadDir has a
slightly different signature with fs.DirEntry rather than fs.F... | [
{
"path": "src/io/ioutil/ioutil.go",
"patch": "@@ -55,6 +55,17 @@ func WriteFile(filename string, data []byte, perm fs.FileMode) error {\n // it returns a list of fs.DirEntry instead of fs.FileInfo,\n // and it returns partial results in the case of an error\n // midway through reading a directory.\n+//\n+/... | 2022-04-12T06:11:28 |
nodejs/node | b554214249b4d03ca68f98f2a2715511a7049397 | a4e075f66833d08fc426c9406eb3894ec56326c1 | build: default Windows build to Visual Studio 2019
Building and testing Node.js with Visual Studio 2019 is now working as
expected.
Fallback to VS 2017 if VS 2019 was not found.
Fixes: https://github.com/nodejs/node/issues/27214
PR-URL: https://github.com/nodejs/node/pull/30022
Reviewed-By: Jiawen Geng <technicalcut... | [
{
"path": "BUILDING.md",
"patch": "@@ -498,9 +498,9 @@ $ backtrace\n \n * [Python 2.7](https://www.python.org/downloads/)\n * The \"Desktop development with C++\" workload from\n- [Visual Studio 2017](https://www.visualstudio.com/downloads/) or the\n- \"Visual C++ build tools\" workload from the\n- [Buil... | 2019-10-18T09:04:35 |
vercel/next.js | fef6f82abafdad6c32a61ebbf4bff77f634bfc2d | b41497d7631d36e0ce5849a05b96cd93e7e27e70 | Add docs page for uncaught DynamicServerErrors (#53402)
When using imports from `next/headers` in a layout or page,
`StaticGenerationBailout` will throw an error to indicate Next.js should
fallback to dynamic rendering. However, when async context is lost, this
error is uncaught and leads to a confusing error messa... | [
{
"path": "errors/dynamic-server-error.mdx",
"patch": "@@ -0,0 +1,65 @@\n+---\n+title: DynamicServerError - Dynamic Server Usage\n+---\n+\n+#### Why This Message Occurred\n+\n+You attempted to use a Next.js function that depends on Async Context (such as `headers` or `cookies` from `next/headers`) but it wa... | 2023-08-08T10:49:53 |
huggingface/transformers | 6976f75751ac484b51cf3c7ede5ca21109219dd7 | 398780d3b659d648a74ce33ac1240708dc9c05cb | Fix: flaky `Kosmos2ModelTest` test (#44061)
* Fixes flakiness in `Kosmos2ModelTest::test_assisted_decoding_matches_greedy_search`
Reproduced locally with `pytest -q -m generate --random-order-bucket=none --flake-finder --flake-runs=200 tests/models/kosmos2/test_modeling_kosmos2.py -k
│ test_assisted_decoding_matche... | [
{
"path": "tests/models/kosmos2/test_modeling_kosmos2.py",
"patch": "@@ -44,6 +44,7 @@\n TEST_EAGER_MATCHES_SDPA_INFERENCE_PARAMETERIZATION,\n ModelTesterMixin,\n floats_tensor,\n+ global_rng,\n ids_tensor,\n random_attention_mask,\n )\n@@ -308,6 +309,7 @@ def setUp(self):\n s... | 2026-02-18T14:23:27 |
golang/go | e25f46e59621caf02f8ac1acc8d1dbe028859e47 | 7a062432059e0a7f6217424733d3a01030897741 | cmd/link: faster algorithm for nosplit stack checking, better errors
The linker performs a global analysis of all nosplit call chains to
check they fit in the stack space ensured by splittable functions.
That analysis has two problems right now:
1. It's inefficient. It performs a top-down analysis, starting with
ever... | [
{
"path": "src/cmd/link/internal/ld/lib.go",
"patch": "@@ -34,7 +34,6 @@ import (\n \t\"bytes\"\n \t\"cmd/internal/bio\"\n \t\"cmd/internal/goobj\"\n-\t\"cmd/internal/obj\"\n \t\"cmd/internal/objabi\"\n \t\"cmd/internal/sys\"\n \t\"cmd/link/internal/loadelf\"\n@@ -2343,223 +2342,6 @@ func addsection(ldr *lo... | 2022-04-01T19:51:12 |
nodejs/node | a4e075f66833d08fc426c9406eb3894ec56326c1 | 425357a11c40f3f6d39dba85feb8533ad038aa6e | test: fix test runner for Python 3 on Windows
Explicitly open files with utf8 encoding, otherwise the system could use
another encoding such as latin1 by default.
PR-URL: https://github.com/nodejs/node/pull/30023
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: ... | [
{
"path": "test/testpy/__init__.py",
"patch": "@@ -29,6 +29,7 @@\n import os\n import re\n from functools import reduce\n+from io import open\n \n \n FLAGS_PATTERN = re.compile(r\"//\\s+Flags:(.*)\")\n@@ -56,7 +57,7 @@ def GetName(self):\n \n def GetCommand(self):\n result = [self.config.context.GetVm... | 2019-10-18T09:56:21 |
vercel/next.js | d7b5f37b5a7b9797abcd5c90ee73b52a17058241 | dd21ce48f5d8c84e56941a2491273ce80a2fa159 | remove error in update (vercel/turbo#5686)
### Description
The default implementation will handle that without an error | [
{
"path": "crates/turbopack-dev/src/ecmascript/content.rs",
"patch": "@@ -10,9 +10,7 @@ use turbopack_core::{\n code_builder::{Code, CodeBuilder},\n output::OutputAsset,\n source_map::{GenerateSourceMap, OptionSourceMap},\n- version::{\n- MergeableVersionedContent, Update, Version, Ver... | 2023-08-08T10:32:36 |
huggingface/transformers | 39ddb88af05ed112819d7a636093991a584d0c65 | ddfe1c5fd050476a15dbef26a6ab82e68efdb3dc | `grouped_mm` fallback (#44043)
* more native than native grouped_mm
* all moes that set experts impl are compilable now (no need for custom! groupedmm kernel)
* more compatibility
* quick exit
* fix
* comment
* docs | [
{
"path": "docs/source/en/experts_interface.md",
"patch": "@@ -81,11 +81,12 @@ model = AutoModelForCausalLM.from_pretrained(\n \n All three backends (`\"eager\"`, `\"batched_mm\"`, `\"grouped_mm\"`) are compatible with `torch.compile` to certain extents. The following table summarizes compatibility:\n \n-| ... | 2026-02-18T10:08:15 |
golang/go | 120f445495a573f80b1f0c0acc326c281c01b13e | 5f625de4d09843ba1c996019abaddd1f85840f56 | test/nosplit: apply stack limit adjustment in the right place
The nosplit test was originally written when the stack limit was a
mere 128 bytes. Now it's much larger, but rather than rewriting all of
the tests, we apply a hack to just add the extra space into the stack
frames of the existing tests.
Unfortunately, we ... | [
{
"path": "test/nosplit.go",
"patch": "@@ -292,12 +292,13 @@ TestCases:\n \t\tfmt.Fprintf(&gobuf, \"func main() { main0() }\\n\")\n \t\tfmt.Fprintf(&buf, \"TEXT ·main0(SB),0,$0-0\\n\\tCALL ·start(SB)\\n\")\n \n+\t\tadjusted := false\n \t\tfor _, line := range strings.Split(lines, \"\\n\") {\n \t\t\tline = s... | 2022-04-04T18:51:39 |
nodejs/node | 8425183e0bb49d7342a59fed704576993e13fe47 | d594a9a79890b76e002fbc1c7aa2a3aaed82c160 | src: initialize openssl only once
For compatibility with OpenSSL 1.1.0 and 1.0.1 a series of
initialization wrappers were being called, many deprecated, and many
calling each other internally already. Compatibility is unnecessary in
12.x and later, which support only OpenSSL 1.1.1, and the multiple calls
cause the con... | [
{
"path": "src/node.cc",
"patch": "@@ -833,13 +833,6 @@ int InitializeNodeWithArgs(std::vector<std::string>* argv,\n &default_env_options->redirect_warnings);\n }\n \n-#if HAVE_OPENSSL\n- std::string* openssl_config = &per_process::cli_options->openssl_config;\n- if (openssl_... | 2019-10-16T22:37:40 |
electron/electron | d10323b05719c3d31537dc0e1cd5bfe326479017 | 08491e1ceb7fb53add87f704cae0929203dfcfd1 | error link
> `[security introduction](../tutorial/security.md)`.
it should be `[security introduction](tutorial/security.md)` | [
{
"path": "docs/faq.md",
"patch": "@@ -9,7 +9,7 @@ depends on the amount of work involved with upgrading.\n Only the stable channel of Chrome is used. If an important fix is in beta or dev\n channel, we will back-port it.\n \n-For more information, please see the [security introduction](../tutorial/security... | 2016-07-17T01:22:53 |
huggingface/transformers | a64996e33be9d2a32b199a5e944403ecbca9fb18 | 83eb94c1febf98b25338622b14522b7288f1f3fd | Fix loading logic issue (#44095)
* correct check
* doc
* fix
* remove
* fix
* fix
* finalize
* fix
* fix
* fix | [
{
"path": "src/transformers/modeling_utils.py",
"patch": "@@ -2322,17 +2322,24 @@ def _init_weights(self, module):\n init.copy_(module.inv_freq, buffer_value)\n init.copy_(module.original_inv_freq, buffer_value)\n \n- def _initialize_weights(self, module):\n+ def _initialize_we... | 2026-02-17T19:03:49 |
vercel/next.js | b41497d7631d36e0ce5849a05b96cd93e7e27e70 | c669c383a09c8e3fda09fa6c7feac409583c7978 | fix(next/image): don't call ReactDOM.preload if missing, such as jest (#53443)
### What?
`ReactDOM.preload` is available in `react-dom@experimental` builds. If it's not available, we should fall back to `Head`+`link`
### Why?
Since `ReactDOM.preload` is only available in `react-dom@experimental` builds, certain env... | [
{
"path": "packages/next/src/client/image-component.tsx",
"patch": "@@ -320,7 +320,7 @@ function ImagePreload({\n ...getDynamicProps(imgAttributes.fetchPriority),\n }\n \n- if (isAppRouter) {\n+ if (isAppRouter && preload) {\n // See https://github.com/facebook/react/pull/26940\n preload(\n ... | 2023-08-08T01:04:40 |
golang/go | 5f625de4d09843ba1c996019abaddd1f85840f56 | 8af7fac5a1d2b3881f8f435d77adfcef6a07bedc | cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch field
And delete now-unused FixedFrameSize methods.
Change-Id: Id257e1647dbeb4eb4ab866c53744010c4efeb953
Reviewed-on: https://go-review.googlesource.com/c/go/+/400819
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Cherry Mui <che... | [
{
"path": "src/cmd/compile/internal/abi/abiutils.go",
"patch": "@@ -258,7 +258,7 @@ type RegAmounts struct {\n // by the ABI rules for parameter passing and result returning.\n type ABIConfig struct {\n \t// Do we need anything more than this?\n-\toffsetForLocals int64 // e.g., obj.(*Link).FixedFrameSize()... | 2022-04-18T17:41:08 |
nodejs/node | fa2ba05bcd11b9485e39bcfee62589a640817317 | ce72cd779a13653163ffea06bd7f56d12903f4ce | test: remove common.skipIfInspectorEnabled()
common.skipIfInspectorEnabled() is only used once in all of the tests.
The test is more clear (in my opinion, at least) without the abstraction
so put the check directly in the test. Additionally, it honestly looks
like an error (which is how I noticed it in the first place... | [
{
"path": "test/common/index.js",
"patch": "@@ -651,12 +651,6 @@ function skipIfInspectorDisabled() {\n }\n }\n \n-function skipIfInspectorEnabled() {\n- if (process.features.inspector) {\n- skip('V8 inspector is enabled');\n- }\n-}\n-\n function skipIfReportDisabled() {\n if (!process.config.varia... | 2019-10-16T16:39:14 |
vercel/next.js | 9035f14ddab2e0965b8dc19627877a9f53c5f86a | 033732a3e50a4c6eb25b8d7bc4e268812df6d6e9 | Fix not-found rendering in production with edge (#53687)
Edge runtime doesn't have `/404` entry points as not-found, if server hits 404 it's hitting `/_not-found` entry point of edge bundles unlike nodejs server rendering.
In app-render it needs the information that when `pathname` (or can call `pagePath`) is `/404` ... | [
{
"path": "packages/next/src/server/base-server.ts",
"patch": "@@ -1411,7 +1411,10 @@ export default abstract class Server<ServerOptions extends Options = Options> {\n { req, res, pathname, renderOpts: opts }: RequestContext,\n { components, query }: FindComponentsResult\n ): Promise<ResponsePaylo... | 2023-08-07T20:05:22 |
rust-lang/rust | ae1b1b4f8a9a1cd012cd7db944bbfa2adae703cb | cccf075eba88363269e8589ebb8d40874cc542d8 | tests: Fix duplicated-path-in-error fail with musl
musl's dlopen returns a different error than glibc, which contains the
name of the file. This would cause the test to fail, since the filename
would appear twice in the output (once in the error from rustc, once in
the error message from musl). Split the expected test... | [
{
"path": "src/tools/compiletest/src/directives.rs",
"patch": "@@ -973,6 +973,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[\n \"only-mips64\",\n \"only-msp430\",\n \"only-msvc\",\n+ \"only-musl\",\n \"only-nightly\",\n \"only-nvptx64\",\n \"only-powerpc\",",
"additions": 1,
... | 2025-06-10T16:36:22 |
golang/go | 8af7fac5a1d2b3881f8f435d77adfcef6a07bedc | caa46312eeca1275ce22ecf8985ca31ef8de7883 | internal/sys: add LR and fixed frame size to sys.Arch
Storing this information in the Arch eliminates some code duplication
between the compiler and linker. This information is entirely
determined by the Arch, so the current approach of attaching it to an
entire Ctxt is a little silly. This will also make it easier to... | [
{
"path": "src/cmd/internal/obj/link.go",
"patch": "@@ -989,16 +989,7 @@ func (fi *FuncInfo) UnspillRegisterArgs(last *Prog, pa ProgAlloc) *Prog {\n // on the stack in the function prologue and so always have a pointer between\n // the hardware stack pointer and the local variable area.\n func (ctxt *Link) ... | 2022-04-18T17:39:52 |
nodejs/node | ce72cd779a13653163ffea06bd7f56d12903f4ce | 05c8977a6e8ec417be0c9856f050ab661249c11b | doc: make YAML matter consistent in crypto.md
This fixes YAML that gets incorrectly processed by our tooling.
Refs: https://github.com/nodejs/node/pull/29910#issuecomment-543237767
PR-URL: https://github.com/nodejs/node/pull/30016
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.c... | [
{
"path": "doc/api/crypto.md",
"patch": "@@ -1043,9 +1043,7 @@ console.log(hash.digest('hex'));\n \n ### hash.copy(\\[options\\])\n <!-- YAML\n-added:\n- - version: REPLACEME\n- pr-url: https://github.com/nodejs/node/pull/29910\n+added: REPLACEME\n -->\n \n * `options` {Object} [`stream.transform` optio... | 2019-10-18T02:38:12 |
huggingface/transformers | 0e5516d6c072dd1604281ddc185d5b6ca37f0129 | 4e0573b3d942139095a88e16ea94b8a2e6bee602 | [docs] refactor tokenizer docs (#43900)
* refactor tokenizer docs
* fix
* feedback
* link
* toctree | [
{
"path": "docs/source/en/_toctree.yml",
"patch": "@@ -35,6 +35,8 @@\n title: Tokenizers\n - local: custom_tokenizers\n title: Customizing tokenizers\n+ - local: tokenizer_summary\n+ title: Summary of the tokenizers\n - local: image_processors\n title: Image processors\n ... | 2026-02-17T17:49:56 |
electron/electron | e15d7a1fd3baca46aeadffceb7eaed490bfc9dff | 4d4618992821e01a00dcf062cdb940539ce514c3 | Upgrade brightray for undocked devtools focus fix | [
{
"path": "vendor/brightray",
"patch": "@@ -1 +1 @@\n-Subproject commit 91abdb01a1825c12522fd5fc2349a7ba9a091a48\n+Subproject commit 5946ef9e2303dd9d870410c412ae775da43f03ea",
"additions": 1,
"deletions": 1,
"language": "Unknown"
}
] | 2016-07-15T16:21:08 |
vercel/next.js | 4b783490489e4f617b1c72c6c96cbcfe506ab1ce | 654bd8c80339646beda5405511c62702f54c08df | fix azure test cases (#53692) | [
{
"path": "azure-pipelines.yml",
"patch": "@@ -108,6 +108,8 @@ stages:\n - script: node run-tests.js --type unit\n condition: eq(variables['isDocsOnly'], 'No')\n displayName: 'Run tests'\n+ env:\n+ NEXT_TEST_MODE: 'dev'\n \n # - job: test_e2e_d... | 2023-08-07T19:15:18 |
golang/go | caa46312eeca1275ce22ecf8985ca31ef8de7883 | e8d9fd707f4914bdd298f5dcdd14d3b6035e278b | cmd/link: use TOC-relative trampolines on PPC64 when needed
When linking a PIE binary with the internal linker, TOC relative
relocations need to be generated. Update trampolines to indirect
call using R12 to more closely match the AIX/ELFv2 regardless of
buildmode, and work with position-indepdent code.
Likewise, upd... | [
{
"path": "src/cmd/link/internal/ppc64/asm.go",
"patch": "@@ -766,7 +766,7 @@ func trampoline(ctxt *ld.Link, ldr *loader.Loader, ri int, rs, s loader.Sym) {\n \t// For external linking, the linker can insert a call stub to handle a long call, but depends on having the TOC address in\n \t// r2. For those bu... | 2021-05-03T16:00:54 |
nodejs/node | 05c8977a6e8ec417be0c9856f050ab661249c11b | d769ebc2b7be23d66033d8df71f70e0564436e72 | doc: fix tls version typo
PR-URL: https://github.com/nodejs/node/pull/29984
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: ... | [
{
"path": "doc/api/tls.md",
"patch": "@@ -1677,7 +1677,7 @@ added: v11.4.0\n [`tls.createSecureContext()`][]. It can be assigned any of the supported TLS\n protocol versions, `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`.\n **Default:** `'TLSv1.3'`, unless changed using CLI options. Using\n- `-... | 2019-10-15T15:04:56 |
huggingface/transformers | 4e0573b3d942139095a88e16ea94b8a2e6bee602 | b19817bc208ad59202b6afa84b440defc5296da9 | Fix percentage formatting in help messages for gradient checkpointing, Liger Kernel, and empty cache steps (#44100) | [
{
"path": "src/transformers/training_args.py",
"patch": "@@ -896,7 +896,7 @@ class TrainingArguments:\n gradient_checkpointing: bool = field(\n default=False,\n metadata={\n- \"help\": \"Enable gradient checkpointing to trade compute for memory. Reduces memory at the cost of ~... | 2026-02-17T17:27:14 |
electron/electron | 4d4618992821e01a00dcf062cdb940539ce514c3 | 43b5e655a45c01a9ed017c7f0e7565de0880c94e | Fix cpplint warnings | [
{
"path": "atom/browser/api/atom_api_session.cc",
"patch": "@@ -324,9 +324,8 @@ void AllowNTLMCredentialsForDomainsInIO(\n }\n \n void OnClearStorageDataDone(const base::Closure& callback) {\n- if(callback.is_null())\n- return;\n- callback.Run();\n+ if (!callback.is_null())\n+ callback.Run();\n }\n... | 2016-07-15T13:47:40 |
vercel/next.js | 7ec76eb7e402ee601fcc23d11a76b1b2339321e1 | de0ff6fd59b269de08e2bdb926e5af1a163c6be7 | fix(create-next-app): fix CI defaults (default to typescript) (#53686)
Since the default for `create-next-app` has been TypeScript for some time, we should make sure this is also the case for CI.
This PR also makes sure that CI will use the same value as if the question was asked. Therefore changing defaults in the f... | [
{
"path": "packages/create-next-app/index.ts",
"patch": "@@ -255,10 +255,9 @@ async function run(): Promise<void> {\n \n if (!program.typescript && !program.javascript) {\n if (ciInfo.isCI) {\n- // default to JavaScript in CI as we can't prompt to\n+ // default to TypeScript in CI as... | 2023-08-07T17:24:45 |
huggingface/transformers | cfef7f1401c3eadc5cb8b03cdac737ba2ca92b36 | 4355bc790e473e9a158f0b33001b192fd8b63a34 | Remove unused dependencies (#43904)
* Remove unused dependencies
Signed-off-by: Yuanyuan Chen <cyyever@outlook.com>
* Update min versions for two packages
Signed-off-by: Yuanyuan Chen <cyyever@outlook.com>
* Fix importlib_metadata
Signed-off-by: Yuanyuan Chen <cyyever@outlook.com>
---------
Signed-off-by: Yuany... | [
{
"path": "setup.py",
"patch": "@@ -78,7 +78,6 @@\n \"codecarbon>=2.8.1\",\n \"datasets>=2.15.0\", # We need either this pin or pyarrow<21.0.0\n \"deepspeed>=0.9.3\",\n- \"diffusers\",\n \"dill<0.3.5\",\n \"evaluate>=0.4.6\",\n \"faiss-cpu\",\n@@ -88,7 +87,6 @@\n \"GitPython<... | 2026-02-17T11:39:36 |
golang/go | a11a885cb567b3797e33733e883c2ba3bdc0e898 | c5edd5f616b4ee4bbaefdb1579c6078e7ed7e84e | crypto/x509: reject duplicate extensions
When parsing certificates and CSRs, reject duplicate extensions (and
additionally duplicate requested extensions in CSRs.)
Fixes #50988
Change-Id: I531e932cfcdde78f64c106e747a68270bd4f1d80
Reviewed-on: https://go-review.googlesource.com/c/go/+/383215
Reviewed-by: Damien Neil ... | [
{
"path": "src/crypto/x509/parser.go",
"patch": "@@ -930,6 +930,7 @@ func parseCertificate(der []byte) (*Certificate, error) {\n \t\t\t\treturn nil, errors.New(\"x509: malformed extensions\")\n \t\t\t}\n \t\t\tif present {\n+\t\t\t\tseenExts := make(map[string]bool)\n \t\t\t\tif !extensions.ReadASN1(&extens... | 2022-02-04T17:24:23 |
nodejs/node | d769ebc2b7be23d66033d8df71f70e0564436e72 | c8df5cf74a2b495ccbc8b25a29c1692391c505f3 | build: fix version checks in configure.py
Fixes: https://github.com/nodejs/node/issues/29927
Refs: https://github.com/nodejs/node/pull/29931
PR-URL: https://github.com/nodejs/node/pull/29965
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Luigi Pinca <luigipin... | [
{
"path": "configure.py",
"patch": "@@ -14,6 +14,7 @@\n import bz2\n \n from distutils.spawn import find_executable as which\n+from distutils.version import StrictVersion\n \n # If not run from node/, cd to node/.\n os.chdir(os.path.dirname(__file__) or '.')\n@@ -1231,10 +1232,10 @@ def without_ssl_error(op... | 2019-10-14T12:51:48 |
vercel/next.js | de0ff6fd59b269de08e2bdb926e5af1a163c6be7 | 3db5c16546211a564bd2adb29788ae651667486a | Fix doc grammatical errors (#53672)
### Improving Documentation
- Ran `pnpm prettier-fix` | [
{
"path": "docs/02-app/01-building-your-application/03-rendering/01-static-and-dynamic.mdx",
"patch": "@@ -26,8 +26,8 @@ During rendering, if a [dynamic function](#dynamic-functions) or uncached data r\n | -------------------- | ----------------- | ---------- |\n | Statically Rendered | No |... | 2023-08-07T16:24:42 |
huggingface/transformers | 4355bc790e473e9a158f0b33001b192fd8b63a34 | 48ad2d5b0f2860578dffac2455c2759216cb7c4a | Fix patchtsmixer call to post_init (#44082)
* always call it
* remove from tests as well | [
{
"path": "src/transformers/models/patchtsmixer/configuration_patchtsmixer.py",
"patch": "@@ -82,9 +82,6 @@ class PatchTSMixerConfig(PreTrainedConfig):\n error \"mse\".\n init_std (`float`, *optional*, defaults to 0.02):\n The standard deviation of the truncated normal weight... | 2026-02-17T11:05:37 |
golang/go | f49e802892a225c7fd14a3a8bb8c0e83875d888d | 3df9df8d6a1a140239e4cba0d0595bdab2ba9c60 | net/http: eliminate arbitrary timeouts in TestServerRequestContextCancel_ConnClose
These timeouts are empirically sometimes (but rarely) too short on
slower builders, and at any rate if this test fails “for real” we'll
want a goroutine dump in order to debug it anyway. A goroutine dump is
exactly what we get if we let... | [
{
"path": "src/net/http/serve_test.go",
"patch": "@@ -4877,11 +4877,7 @@ func TestServerRequestContextCancel_ConnClose(t *testing.T) {\n \thandlerDone := make(chan struct{})\n \tts := httptest.NewServer(HandlerFunc(func(w ResponseWriter, r *Request) {\n \t\tclose(inHandler)\n-\t\tselect {\n-\t\tcase <-r.Con... | 2022-04-18T16:55:30 |
nodejs/node | c8df5cf74a2b495ccbc8b25a29c1692391c505f3 | 1e5ed9a5db7494d2e415e7937ee0caa4f68e5505 | build: build benchmark addons like test addons
Build the addons for benchmarks in the same way that the addons for
tests are built.
PR-URL: https://github.com/nodejs/node/pull/29995
Fixes: https://github.com/nodejs/build/issues/1961
Refs: https://github.com/nodejs/node/commit/53ca0b9ae145c430842bf78e553e3b6cbd2823aa#... | [
{
"path": "Makefile",
"patch": "@@ -347,24 +347,6 @@ test-valgrind: all\n test-check-deopts: all\n \t$(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) --check-deopts parallel sequential\n \n-benchmark/napi/function_call/build/$(BUILDTYPE)/binding.node: \\\n-\t\tbenchmark/napi/function_call/... | 2019-10-16T17:47:02 |
huggingface/transformers | 48ad2d5b0f2860578dffac2455c2759216cb7c4a | 16a3bea3b88e0530f78d4d7a2fcc0f6387ac72b9 | Fix false positive right-padding warning for decoder-only models in pipeline (#44021)
* Fix false positive right-padding warning for decoder-only models
Two changes to fix the spurious 'right-padding was detected' warning
that fires for Qwen3 and other models during batched pipeline inference:
1. TextGenerationPipel... | [
{
"path": "src/transformers/generation/utils.py",
"patch": "@@ -2535,16 +2535,22 @@ def generate(\n if not self.config.is_encoder_decoder:\n # If `input_ids` was given, check if the last id in any sequence is `pad_token_id`\n # Note: If using, `inputs_embeds` this check does ... | 2026-02-17T10:41:32 |
electron/electron | d42e6b3c1f45599acd3dffde4593c6fbfa86602b | 84a8c393a87f53b23ffb1ce47752e14d753407c8 | Fix casing issue on the windows update JS file | [
{
"path": "lib/browser/api/auto-updater/auto-updater-win.js",
"patch": "@@ -19,7 +19,7 @@ AutoUpdater.prototype.quitAndInstall = function () {\n return app.quit()\n }\n \n-AutoUpdater.prototype.GetFeedURL = function () {\n+AutoUpdater.prototype.getFeedURL = function () {\n return this.updateURL\n }\n ",... | 2016-07-14T22:05:36 |
vercel/next.js | 3db5c16546211a564bd2adb29788ae651667486a | 589150184ed8a586b67ef57577632ef0b3596b54 | fix(node): pnpm 8.6 needs node 16.14 (#53677)
The `pnpm` version was recently updated to `8.6`, however the node version was left at `16.8`. `pnpm@8.6` requires at least `node@16.14` ([source](https://github.com/pnpm/pnpm/blob/main/pnpm/package.json#L145)).
This fixes the engines spec to avoid conflicting versions. | [
{
"path": "package.json",
"patch": "@@ -243,7 +243,7 @@\n \"@types/react-dom\": \"18.2.4\"\n },\n \"engines\": {\n- \"node\": \">=16.8.0\",\n+ \"node\": \">=16.14.0\",\n \"pnpm\": \"8.6.11\"\n },\n \"packageManager\": \"pnpm@8.6.11\"",
"additions": 1,
"deletions": 1,
"langu... | 2023-08-07T15:15:26 |
golang/go | 3df9df8d6a1a140239e4cba0d0595bdab2ba9c60 | 91b9915d3f6f8cd2e9e9fda63f67772803adfa03 | cmd/compile: fix missing source information in ssa view
Endlineno is lost when we call "genericSubst" to create the new
instantiation of the generic function. This will cause "readFuncLines"
to fail to read the target function.
To fix this issue, as @mdempsky pointed out, add the line in
cmd/compile/internal/noder/st... | [
{
"path": "src/cmd/compile/internal/noder/stencil.go",
"patch": "@@ -741,6 +741,7 @@ func (g *genInst) genericSubst(newsym *types.Sym, nameNode *ir.Name, tparams []*\n \t// Pos of the instantiated function is same as the generic function\n \tnewf := ir.NewFunc(gf.Pos())\n \tnewf.Pragma = gf.Pragma // copy o... | 2022-04-08T09:59:05 |
huggingface/transformers | 16a3bea3b88e0530f78d4d7a2fcc0f6387ac72b9 | b3fd59f2c162af8ddb15b9af4db89c17711e4dc1 | Fix unprotected torch import (#44055)
* fix import
* oupsi | [
{
"path": "src/transformers/models/vibevoice_acoustic_tokenizer/feature_extraction_vibevoice_acoustic_tokenizer.py",
"patch": "@@ -12,18 +12,20 @@\n # See the License for the specific language governing permissions and\n # limitations under the License.\n \n-\n-import torch\n-\n from ...audio_utils import A... | 2026-02-16T18:34:06 |
nodejs/node | 9f203f927c732a1f2f707ecce5e8656e3e4c2459 | e22efba812b2a6c2ee6d35f4e11af5b08afd881d | crypto: add Hash.prototype.copy() method
Make it possible to clone the internal state of a Hash object
into a new Hash object, i.e., to fork the state of the object.
Fixes: https://github.com/nodejs/node/issues/29903
PR-URL: https://github.com/nodejs/node/pull/29910
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Revie... | [
{
"path": "doc/api/crypto.md",
"patch": "@@ -1041,6 +1041,43 @@ console.log(hash.digest('hex'));\n // 6a2da20943931e9834fc12cfe5bb47bbd9ae43489a30726962b576f4e3993e50\n ```\n \n+### hash.copy(\\[options\\])\n+<!-- YAML\n+added:\n+ - version: REPLACEME\n+ pr-url: https://github.com/nodejs/node/pull/299... | 2019-10-09T22:33:15 |
electron/electron | 52a2ed920500a85559c62eccf3f9fb3b1791e056 | f857be431aa949dac2eacc2122e2dd5bc8d5642e | fix typo | [
{
"path": "docs/tutorial/devtools-extension.md",
"patch": "@@ -8,8 +8,7 @@ be used to extend the ability of devtools for debugging popular web frameworks.\n This document outlines the process for manually loading an extension.\n You may also try\n [electron-devtools-installer](https://github.com/GPMDP/elect... | 2016-07-14T21:16:02 |
huggingface/transformers | 42c2ccb537135819858afdc5fbe8874ffb03a7dc | a4a176171c47979125025041adc4f8d201aec310 | Fix peft conversion typo (#44053)
fix | [
{
"path": "src/transformers/integrations/peft.py",
"patch": "@@ -261,7 +261,7 @@ def _build_peft_weight_mapping(\n source_patterns=new_source_patterns,\n target_patterns=new_target_patterns,\n distributed_operation=orig_conversion.distributed_opera... | 2026-02-16T18:08:32 |
rust-lang/rust | 222ebd0535bcaeda021702bef63e25cfcaa47e5b | 1c64211aee1daca8b039ebc62bda1737c1ef3531 | fix: `search_is_some` suggests wrongly inside macro | [
{
"path": "clippy_utils/src/sugg.rs",
"patch": "@@ -6,9 +6,9 @@ use crate::ty::expr_sig;\n use crate::{get_parent_expr_for_hir, higher};\n use rustc_ast::ast;\n use rustc_ast::util::parser::AssocOp;\n+use rustc_data_structures::fx::FxHashSet;\n use rustc_errors::Applicability;\n-use rustc_hir as hir;\n-use ... | 2025-06-25T13:27:02 |
golang/go | 740a490f71d026bb7d2d13cb8fa2d6d6e0572b70 | e948c3394ee137bae45e85cfa7c8ec0bb0e16dc8 | net/http: correctly show error types in transfer test
actualReader and tc.expectedReader are reflect.Type instances,
not the actual objects.
Change-Id: I7c9cfa489e3297b94c603b62bad1ed84bd207057
GitHub-Last-Rev: d581402375aea0c911fef663ec7e89a24c4e5524
GitHub-Pull-Request: golang/go#52339
Reviewed-on: https://go-revie... | [
{
"path": "src/net/http/transfer_test.go",
"patch": "@@ -267,7 +267,7 @@ func TestTransferWriterWriteBodyReaderTypes(t *testing.T) {\n \t\t\t\t}\n \n \t\t\t\tif tc.expectedReader != actualReader {\n-\t\t\t\t\tt.Fatalf(\"got reader %T want %T\", actualReader, tc.expectedReader)\n+\t\t\t\t\tt.Fatalf(\"got rea... | 2022-04-15T17:42:17 |
nodejs/node | e22efba812b2a6c2ee6d35f4e11af5b08afd881d | 46648eb55d141ff050cbce8595402e5626f30b99 | test: add cb error test for fs.close()
Provides some missing test coverage.
PR-URL: https://github.com/nodejs/node/pull/29970
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "test/parallel/test-fs-close-errors.js",
"patch": "@@ -17,3 +17,19 @@ const fs = require('fs');\n assert.throws(() => fs.close(input), errObj);\n assert.throws(() => fs.closeSync(input), errObj);\n });\n+\n+{\n+ // Test error when cb is not a function\n+ const fd = fs.openSync(__filename, 'r... | 2019-10-14T15:39:39 |
electron/electron | 84a8c393a87f53b23ffb1ce47752e14d753407c8 | fa7526202b96f5b46bc79508d9824eeca1e87bef | Fix linting, removes additional semicolon | [
{
"path": "lib/browser/api/auto-updater/auto-updater-win.js",
"patch": "@@ -20,7 +20,7 @@ AutoUpdater.prototype.quitAndInstall = function () {\n }\n \n AutoUpdater.prototype.GetFeedURL = function () {\n- return this.updateURL;\n+ return this.updateURL\n }\n \n AutoUpdater.prototype.setFeedURL = function (... | 2016-07-14T12:29:53 |
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.