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
0e1c2817455602d182bd8ebf5fba212e14fb187e
7ef592c96cbf616492ac4181a390d465189abec6
[Tests] Update model_id in AIMv2 Tests (#39281) * Update model_id in tests * fix --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
[ { "path": "tests/models/aimv2/test_modeling_aimv2.py", "patch": "@@ -598,7 +598,7 @@ def test_eager_matches_sdpa_inference(\n class Aimv2ModelIntegrationTest(unittest.TestCase):\n @slow\n def test_inference(self):\n- model_name = \"yaswanthgali/aimv2-large-patch14-224-lit-HF\"\n+ model...
2025-07-08T19:46:32
nodejs/node
a03165a5fd5ab0325eec506e346f6ec5db46780d
67d74e400b55f2a4b03c70bf0f92f7d248d7fd3e
test: fix test-fs-watch-system-limit On some systems the default inotify limits might be too high for the test to actually fail. Detect and skip the test in such environments. PR-URL: https://github.com/nodejs/node/pull/23986 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
[ { "path": "test/sequential/test-fs-watch-system-limit.js", "patch": "@@ -2,13 +2,28 @@\n const common = require('../common');\n const assert = require('assert');\n const child_process = require('child_process');\n+const fs = require('fs');\n const stream = require('stream');\n \n if (!common.isLinux)\n co...
2018-10-30T23:59:53
vercel/next.js
ee0cbeceb7a8dc59f7a74782fc31be27d27e1119
1668a6a7a6bda5f3d45afbfeddb86a56b1d5e22d
Fix metadata manifest field rendering (#46004) x-ref: https://github.com/vercel/next.js/pull/45945#issuecomment-1433278890 ## Bug - [x] Related issues linked using `fixes #number` - [x] Integration tests added - [ ] Errors have a helpful link attached, see [`contributing.md`](https://github.com/vercel/next.j...
[ { "path": "packages/next/src/lib/metadata/generate/basic.tsx", "patch": "@@ -12,14 +12,17 @@ export function BasicMetadata({ metadata }: { metadata: ResolvedMetadata }) {\n ) : null}\n <Meta name=\"description\" content={metadata.description} />\n <Meta name=\"application-name\" content={m...
2023-02-16T23:29:28
golang/go
fa34678c67275a765a9b78443806c8144d88fe3d
0a7f00ae239570d664488085f9c395919bc69066
internal/buildcfg: change GOEXPERIMENT to always return non-empty string Rather than returning "", we now return "," (which is a no-op). This ensures that the returned string always overrides DefaultGOEXPERIMENT. This fixes a bootstrapping issue where GOROOT_BOOTSTRAP was built with "GOEXPERIMENT=fieldtrack ./make.ba...
[ { "path": "src/internal/buildcfg/exp.go", "patch": "@@ -158,7 +158,11 @@ func expList(exp, base *goexperiment.Flags, all bool) []string {\n // GOEXPERIMENT is exactly what a user would set on the command line\n // to get the set of enabled experiments.\n func GOEXPERIMENT() string {\n-\treturn strings.Join(...
2021-08-23T18:40:56
electron/electron
ae9d90eaa6c3e43a88a2eaa3a25467a81e2a6bf5
dcae08c128fcab874134a2f84f1d005e34b49d14
Upgrade libchromiumcontent for win32 fix
[ { "path": "script/lib/config.py", "patch": "@@ -4,7 +4,7 @@\n import sys\n \n BASE_URL = 'http://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent'\n-LIBCHROMIUMCONTENT_COMMIT = '26fdb337d01f56d3ec24254887eb5c20db1096c7'\n+LIBCHROMIUMCONTENT_COMMIT = '60350899df1f7058c9026a239820d0519edb19cc'\n \n AR...
2015-04-09T08:00:29
huggingface/transformers
7ef592c96cbf616492ac4181a390d465189abec6
1ecd52e50a31e7c344c32564e0484d7e9a0f2256
Update T5gemma (#39210) * bug fix: add vocab_size to t5gemmaconfig for pipeline. * Update checkpoint placeholder * minor change * minor change * minor change: update example. * fix: add vocab_size as an explict arg. * buf fix: remove vocab_size verification; instead, re-set encoder/decoder vocab size. Note, in...
[ { "path": "docs/source/en/model_doc/t5gemma.md", "patch": "@@ -14,7 +14,13 @@ specific language governing permissions and limitations under the License.\n rendered properly in your Markdown viewer.\n \n -->\n-\n+<div style=\"float: right;\">\n+ <div class=\"flex flex-wrap space-x-1\">\n+ <img alt=...
2025-07-08T17:08:48
rust-lang/rust
dc794f18a425a20563943ea4201b34ebea2aa017
59372f2c81ba74554d9a71b12a4ed7f29adb33a2
When AsyncDrop impl is empty, sync drop generated in elaborator (Fixes #140974)
[ { "path": "compiler/rustc_mir_transform/src/elaborate_drop.rs", "patch": "@@ -251,7 +251,29 @@ where\n span_bug!(span, \"invalid `AsyncDrop` impl_source: {:?}\", impl_source);\n }\n };\n- let drop_fn_def_id = tcx.associated_item_def_ids(drop_trait)[...
2025-05-21T08:21:01
nodejs/node
d32b5bd567544f5b73d186803885592bce51c870
e35f671aa796c8f755c96ea9c0b87d6565a7fe08
src: fix fully-static & large-pages combination Fixes: https://github.com/nodejs/node/issues/23906 Refs: https://github.com/nodejs/node/pull/22079 This change to ld.implicit.script moves libc static code to .lpstub area and avoids the issue detailed in 23906 Quick performance comparision on web-tooling shows 3% impr...
[ { "path": "src/large_pages/ld.implicit.script", "patch": "@@ -1,8 +1,10 @@\n SECTIONS {\n- .lpstub : { *(.lpstub) }\n+ .lpstub : {\n+ *libc.a:*(.text .text.*)\n+ *(.lpstub)\n+ }\n }\n PROVIDE (__nodetext = .);\n PROVIDE (_nodetext = .);\n PROVIDE (nodetext...
2018-10-29T23:47:27
vercel/next.js
1668a6a7a6bda5f3d45afbfeddb86a56b1d5e22d
c55345267e44b20a7a85926501308a1afe94cc9a
Skip collecting modules from page dir in the client reference plugin (#46020) This is a bug fix as we are currently traversing all modules in the client compiler to collect the reference info. However, this is only relevant to modules in the `appClient` layer. It fixes some bug where a module is imported by both ap...
[ { "path": "packages/next/src/build/webpack/plugins/flight-manifest-plugin.ts", "patch": "@@ -20,6 +20,7 @@ import {\n \n import { traverseModules } from '../utils'\n import { nonNullable } from '../../../lib/non-nullable'\n+import { WEBPACK_LAYERS } from '../../../lib/constants'\n \n // This is the module t...
2023-02-16T23:17:21
golang/go
0a7f00ae239570d664488085f9c395919bc69066
6b9e3f883e6820a1e94448ca81eba62341cd4836
cmd/compile: do not mark arrays used for map initialization noalg Arrays marked noalg are created by the compiler to hold keys and values to initialize map literals. The ssa backend creates a pointer type for the array type when creating an OpAddr while processing the loop that initializes the map from the arrays. The...
[ { "path": "src/cmd/compile/internal/walk/complit.go", "patch": "@@ -440,8 +440,8 @@ func maplit(n *ir.CompLitExpr, m ir.Node, init *ir.Nodes) {\n \t\ttk := types.NewArray(n.Type().Key(), int64(len(entries)))\n \t\tte := types.NewArray(n.Type().Elem(), int64(len(entries)))\n \n-\t\ttk.SetNoalg(true)\n-\t\tte...
2021-07-06T19:45:02
electron/electron
0bc5d6438e06212b37aa6504664c0aa6bfa5e758
42dafd47fd0744b62bdad97d126697a044f0cb8e
Fix generating distribution for chromedriver
[ { "path": "script/lib/util.py", "patch": "@@ -160,7 +160,7 @@ def get_atom_shell_version():\n \n def get_chromedriver_version():\n SOURCE_ROOT = os.path.abspath(os.path.join(__file__, '..', '..', '..'))\n- chromedriver = os.path.join(SOURCE_ROOT, 'out', 'R', 'chromedriver')\n+ chromedriver = os.path.joi...
2015-04-08T14:22:40
nodejs/node
e35f671aa796c8f755c96ea9c0b87d6565a7fe08
c515e5c604492b2e7171e8d859c77cba33063d40
test: fixed error message in test-buffer-read PR-URL: https://github.com/nodejs/node/pull/23957 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
[ { "path": "test/parallel/test-buffer-read.js", "patch": "@@ -51,34 +51,46 @@ read(buf, 'readUInt32LE', [1], 0xcfea48fd);\n read(buf, 'readUIntBE', [2, 2], 0x48ea);\n read(buf, 'readUIntLE', [2, 2], 0xea48);\n \n+// Error name and message\n+const OOR_ERROR =\n+{\n+ name: 'RangeError [ERR_OUT_OF_RANGE]'\n+};...
2018-10-29T15:46:32
vercel/next.js
282c1a06372c79b173bb5fbccde7c8bb3f87aa92
f3b231ccf1fb632640858de47a568892204bcb5c
[edge] support edge-light exports when bundling edge functions (#45188) This PR implements `edge-light` as a main field for bundling edge functions as defined in https://runtime-keys.proposal.wintercg.org Resolves EC-614 ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature r...
[ { "path": "packages/next/src/build/webpack-config.ts", "patch": "@@ -903,13 +903,13 @@ export default async function getBaseWebpackConfig(\n const mainFieldsPerCompiler: Record<typeof compilerType, string[]> = {\n [COMPILER_NAMES.server]: ['main', 'module'],\n [COMPILER_NAMES.client]: ['browser', ...
2023-02-16T21:30:34
huggingface/transformers
1ecd52e50a31e7c344c32564e0484d7e9a0f2256
1255480fd226129075e10c20842efd444f5b0e36
Add torchcodec in docstrings/tests for `datasets` 4.0 (#39156) * fix dataset run_object_detection * bump version * keep same dataset actually * torchcodec in docstrings and testing utils * torchcodec in dockerfiles and requirements * remove duplicate * add torchocodec to all the remaining docker files * fix tes...
[ { "path": "docker/examples-torch.dockerfile", "patch": "@@ -2,10 +2,10 @@ FROM python:3.9-slim\n ENV PYTHONDONTWRITEBYTECODE=1\n ARG REF=main\n USER root\n-RUN apt-get update && apt-get install -y --no-install-recommends libsndfile1-dev espeak-ng time git g++ cmake pkg-config openssh-client git\n+RUN apt-g...
2025-07-08T15:06:12
golang/go
3081f817da8c194982596ddddf5d3ec321c859af
8486ced8b09f4425bfd85e09b021dc78f93aea08
cmd/compile: always remove receiver type from instantiated method values If a type T has a method foo, then var t T var i interface{} = t.foo The type of foo is a method type, but the type of t.foo should be a standard function type. Make sure we always do that conversion. Fixes #47775 Change-Id: I464ec792196b050a...
[ { "path": "src/cmd/compile/internal/noder/transform.go", "patch": "@@ -578,11 +578,7 @@ func transformDot(n *ir.SelectorExpr, isCall bool) ir.Node {\n \n \tif (n.Op() == ir.ODOTINTER || n.Op() == ir.ODOTMETH) && !isCall {\n \t\tn.SetOp(ir.OMETHVALUE)\n-\t\tif len(n.X.Type().RParams()) > 0 || n.X.Type().IsPt...
2021-08-20T23:15:53
electron/electron
4bb0ac271b3cb6bb2661dbc4cd50f6eae8ddde4f
565065ed6bb4287008463dc1a3e4185272f191a3
mac: Fix linking error when running chromedriver
[ { "path": "script/create-dist.py", "patch": "@@ -124,6 +124,12 @@ def copy_chromedriver():\n # Fix the linking with boringssl.\n if TARGET_PLATFORM == 'linux':\n execute(['chrpath', '-r', '$ORIGIN', dest])\n+ elif TARGET_PLATFORM == 'darwin':\n+ shutil.copy2(os.path.join(CHROMIUM_DIR, 'libboring...
2015-04-08T14:05:33
huggingface/transformers
1255480fd226129075e10c20842efd444f5b0e36
838a0268b88b6e56783b401f9cacae9cb0cbb120
[lightglue] add support for remote code DISK keypoint detector (#39253) * feat: add trust_remote_code in LightGlueConfig * fix: made sure trust_remote_code is provided only when necessary * fix: make style * docs: added missing trust_remote_code docstring * refactor: refactored LightGlue config init * fix: remove...
[ { "path": "src/transformers/models/lightglue/configuration_lightglue.py", "patch": "@@ -65,6 +65,8 @@ class LightGlueConfig(PretrainedConfig):\n The dropout ratio for the attention probabilities.\n attention_bias (`bool`, *optional*, defaults to `True`):\n Whether to use a bi...
2025-07-08T15:03:04
vercel/next.js
f3b231ccf1fb632640858de47a568892204bcb5c
ade72643c1c51ccbce44b4743f3cdc847f461485
Fix folders included in trace (#46011) We should not include directories themselves in the trace files so this ensures they are excluded and adds a test case for this. x-ref: [slack thread](https://vercel.slack.com/archives/C03S8ED1DKM/p1676568891229219?thread_ts=1676543026.736539&cid=C03S8ED1DKM) ## Bug - ...
[ { "path": "packages/next/src/build/index.ts", "patch": "@@ -1717,12 +1717,16 @@ export default async function build(\n require('next/dist/compiled/glob') as typeof import('next/dist/compiled/glob')\n const glob = (pattern: string): Promise<string[]> => {\n return new Promis...
2023-02-16T20:45:08
nodejs/node
c515e5c604492b2e7171e8d859c77cba33063d40
df7f629544bb39e9e07b1f812d1089f0579e4a1f
build: add -Werror=undefined-inline to clang builds PR-URL: https://github.com/nodejs/node/pull/23961 Refs: https://github.com/nodejs/node/pull/23954 Refs: https://github.com/nodejs/node/pull/23910 Refs: https://github.com/nodejs/node/pull/23880 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihr...
[ { "path": "node.gypi", "patch": "@@ -32,9 +32,13 @@\n '-Wendif-labels',\n '-W',\n '-Wno-unused-parameter',\n+ '-Werror=undefined-inline',\n ],\n },\n 'conditions': [\n+ ['clang==1', {\n+ 'cflags': [ '-Werror=undefined-inline', ]\n+ }],\n [ 'node_shared==\"false\...
2018-10-29T18:40:38
golang/go
8486ced8b09f4425bfd85e09b021dc78f93aea08
aeec6dbfe009f371021bddba13e2eb18e5d1a469
cmd/compile: copy captured dictionary var to local var When starting a closure that needs a dictionary, copy the closure variable to a local variable. This lets child closures capture that dictionary variable correctly. This is a better fix for #47684, which does not cause problems like #47723. Fixes #47723 Update #...
[ { "path": "src/cmd/compile/internal/ir/name.go", "patch": "@@ -404,9 +404,7 @@ func CaptureName(pos src.XPos, fn *Func, n *Name) *Name {\n \tif n.Op() != ONAME || n.Curfn == nil {\n \t\treturn n // okay to use directly\n \t}\n-\tif n.IsClosureVar() && n.Sym().Name != \".dict\" {\n-\t\t// Note: capturing dic...
2021-08-20T17:19:28
electron/electron
f5e6c62418deef6539393019a0eb207d5e986ecd
c3f8ef06b6ebb9b5bf5cea070c82e8c4aaf607e1
linux: Fix create distribution for chromedriver
[ { "path": "script/create-dist.py", "patch": "@@ -5,6 +5,7 @@\n import shutil\n import subprocess\n import sys\n+import stat\n \n from lib.config import LIBCHROMIUMCONTENT_COMMIT, BASE_URL, TARGET_PLATFORM, \\\n DIST_ARCH\n@@ -17,6 +18,8 @@\n SOURCE_ROOT = os.path.abspath(os.path.dirna...
2015-04-08T12:08:27
huggingface/transformers
838a0268b88b6e56783b401f9cacae9cb0cbb120
29d0030e237485a97ea568120d79a7988535ea63
fix flaky `test_generate_compile_model_forward` (#39276) fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
[ { "path": "tests/generation/test_utils.py", "patch": "@@ -2088,14 +2088,17 @@ def test_generate_compile_model_forward(self):\n \n ⚠️ Runs two sequential generations to ensure the cache doesn't get stuck after the first compiled run! ⚠️\n \"\"\"\n+ set_model_tester_for_less_flaky_test(...
2025-07-08T13:36:05
vercel/next.js
ade72643c1c51ccbce44b4743f3cdc847f461485
903e74be115f75f5535258b28b129f010ef31900
Improve RSC related bundling error messages (#45971) Closes #45485. Currently we always output the first error message from the compiler to avoid making the CLI noisy. However for RSC the first error can potentially be the consequence of another error which is the real cause. In #45485, the first error was `At...
[ { "path": "packages/next/src/build/webpack-config.ts", "patch": "@@ -2,6 +2,7 @@ import React from 'react'\n import ReactRefreshWebpackPlugin from 'next/dist/compiled/@next/react-refresh-utils/dist/ReactRefreshWebpackPlugin'\n import chalk from 'next/dist/compiled/chalk'\n import crypto from 'crypto'\n+impo...
2023-02-16T18:16:25
golang/go
aeec6dbfe009f371021bddba13e2eb18e5d1a469
f457ecc7f096c7e6b225003b583b989384ef0fcb
spec: add example for method value in case of embedded method So it's clear to the reader that if "M" is a promoted method from embedded field "T", then "x.M" will be expanded to "x.T.M" during the evaluation of the method value. Fixes #47863 Change-Id: Id3b82127a2054584b6842c487f6e15c3102dc9fe Reviewed-on: https://...
[ { "path": "doc/go_spec.html", "patch": "@@ -1,6 +1,6 @@\n <!--{\n \t\"Title\": \"The Go Programming Language Specification\",\n-\t\"Subtitle\": \"Version of Jul 26, 2021\",\n+\t\"Subtitle\": \"Version of Aug 23, 2021\",\n \t\"Path\": \"/ref/spec\"\n }-->\n \n@@ -3000,6 +3000,18 @@ <h3 id=\"Method_values\">M...
2021-08-22T05:07:14
electron/electron
555e06573a1d54faae372cbd6c8c20d891d92a01
1b3b2cd40272771e2d02d0b18194d2f612fd208a
Fix pylint warnings
[ { "path": "script/create-dist.py", "patch": "@@ -1,6 +1,5 @@\n #!/usr/bin/env python\n \n-import argparse\n import os\n import re\n import shutil\n@@ -79,8 +78,6 @@ def main():\n rm_rf(DIST_DIR)\n os.makedirs(DIST_DIR)\n \n- args = parse_args()\n-\n force_build()\n create_symbols()\n copy_binarie...
2015-04-08T11:19:40
huggingface/transformers
29d0030e237485a97ea568120d79a7988535ea63
1580f6465347df4e8d7c12cd4d3dc603b8a689ad
Refactor `PretrainedConfig.__init__` method to make it more explicit (#39158) * cleanup * fix no `__init__` test * fix missing inits
[ { "path": "src/transformers/configuration_utils.py", "patch": "@@ -18,7 +18,7 @@\n import json\n import os\n import warnings\n-from typing import Any, Optional, TypeVar, Union\n+from typing import TYPE_CHECKING, Any, Optional, TypeVar, Union\n \n from packaging import version\n \n@@ -39,6 +39,10 @@\n from ....
2025-07-08T13:24:39
vercel/next.js
903e74be115f75f5535258b28b129f010ef31900
9d94c43fa4b66a150ae2de8169456364ec6f1110
Exclude system entrypoints from client manifest's chunk list (#46010) System entrypoints such as like `amp` can be included in the same chunk group of a module we are trying to load, but they are guaranteed to be existing and there's no need to list them in the manifest's chunks. ## Bug - [ ] Related issues linked u...
[ { "path": "packages/next/src/build/webpack/plugins/app-build-manifest-plugin.ts", "patch": "@@ -1,10 +1,8 @@\n import { webpack, sources } from 'next/dist/compiled/webpack/webpack'\n import {\n APP_BUILD_MANIFEST,\n- CLIENT_STATIC_FILES_RUNTIME_AMP,\n- CLIENT_STATIC_FILES_RUNTIME_MAIN,\n CLIENT_STATIC...
2023-02-16T18:07:49
golang/go
f457ecc7f096c7e6b225003b583b989384ef0fcb
f1d8ea1da3ef814ea57b545fc967865640a868ab
cmd/compile: fixing 15.go for -G=3 Required two changes: - avoid creating a closure in the case where the actual receiver of an embedded method is not generic even though the base operand of the selector is generic. This is similar to the test suggested by wayne zuo - I thought it was clear in buildClosure,...
[ { "path": "src/cmd/compile/internal/noder/decl.go", "patch": "@@ -104,6 +104,12 @@ func (g *irgen) funcDecl(out *ir.Nodes, decl *syntax.FuncDecl) {\n \t\t// the Fields to represent the receiver's method set.\n \t\tif recv := fn.Type().Recv(); recv != nil {\n \t\t\ttyp := types.ReceiverBaseType(recv.Type)\n+...
2021-08-22T20:34:22
electron/electron
f9b5156c2c520b0d47669411f273ea7b00140e5e
546747617336eef9f54a9da30001ade0cd4503b6
linux: Fix static linking
[ { "path": "script/lib/config.py", "patch": "@@ -4,7 +4,7 @@\n import sys\n \n BASE_URL = 'http://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent'\n-LIBCHROMIUMCONTENT_COMMIT = '610f2f670249d4097c32c8e9719a26f0dc6dc4e4'\n+LIBCHROMIUMCONTENT_COMMIT = '26fdb337d01f56d3ec24254887eb5c20db1096c7'\n \n AR...
2015-04-08T08:46:05
huggingface/transformers
db05e4ff33cbb6b08ad882cfe47d50d4071a1daa
6f1a43896ce970d316aa1dff79ca33281fee244b
[pagged-attention] fix off-by-1 error in pagged attention generation (#39258) * fix off-by-1 error in pagged attention generation * formatting * use update_with_token
[ { "path": "src/transformers/generation/continuous_batching.py", "patch": "@@ -126,6 +126,11 @@ def update_with_token(self, token_id: int) -> bool:\n is_eos = token_id == self.eos_token_id and self.eos_token_id != -1\n is_max_len = self.generated_len() >= self.max_new_tokens\n \n+ # On...
2025-07-08T10:34:22
vercel/next.js
9d94c43fa4b66a150ae2de8169456364ec6f1110
2f96ae5430fe5e2f5b95f6eea645c19cf9dada69
Change github issues labeler to upstream repo - our changes were merged (#45986) - reverted to github version because that works now <!-- 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...
[ { "path": ".github/workflows/issue_labeler.yml", "patch": "@@ -13,7 +13,7 @@ jobs:\n name: Triage\n runs-on: ubuntu-latest\n steps:\n- - uses: balazsorban44/issue-labeler@sync-labels-config\n+ - uses: github/issue-labeler@v3.0\n with:\n repo-token: '${{ secrets.GITHUB...
2023-02-16T16:21:28
rust-lang/rust
44a2af306825dcfa9fc28547e6ccea1cb5076c68
87b454156998b945cf161c951f0fbc20ac292cf6
Do not eagerly fold consts in normalize_param_env_or_error if new solver
[ { "path": "compiler/rustc_trait_selection/src/traits/mod.rs", "patch": "@@ -340,7 +340,7 @@ pub fn normalize_param_env_or_error<'tcx>(\n let mut predicates: Vec<_> = util::elaborate(\n tcx,\n unnormalized_env.caller_bounds().into_iter().map(|predicate| {\n- if tcx.features().g...
2025-05-21T09:17:47
nodejs/node
df7f629544bb39e9e07b1f812d1089f0579e4a1f
e9dc1ebb13d0f62817820fe8a288ed8eb4dad7ff
deps,v8: fix gypfile bug PR-URL: https://github.com/nodejs/node/pull/23704 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
[ { "path": "common.gypi", "patch": "@@ -30,7 +30,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.7',\n+ 'v8_embedder_string': '-node.8',\n \n # Enable disassembler for `--print-code...
2018-10-15T22:32:11
golang/go
f1d8ea1da3ef814ea57b545fc967865640a868ab
4fbb5c8666eef0267704dd074763442efb2f7c4a
reflect: fix memmove for big endian cases with new ABI Some memmoves in reflect/value.go for copying arguments related to the new ABI were using the address of the target or source instead of using IntArgRegAddr or FloatArgRegAddr to adjust the address for big endian. This was found when testing patches for ppc64 and...
[ { "path": "src/reflect/value.go", "patch": "@@ -508,7 +508,7 @@ func (v Value) call(op string, in []Value) []Value {\n \t\t\t\t// Copy values to \"integer registers.\"\n \t\t\t\tif v.flag&flagIndir != 0 {\n \t\t\t\t\toffset := add(v.ptr, st.offset, \"precomputed value offset\")\n-\t\t\t\t\tmemmove(unsafe.Po...
2021-08-20T12:01:50
huggingface/transformers
6f1a43896ce970d316aa1dff79ca33281fee244b
fbdaa7b099e4253be4175e0201cd477e9de05363
[CI] fix docs (#39273) * fix docs * add ko gloassary file to toctree
[ { "path": "docs/source/ko/_toctree.yml", "patch": "@@ -225,7 +225,7 @@\n - sections:\n - local: philosophy\n title: 이념과 목표\n- - local: in_translation\n+ - local: glossary\n title: (번역중) Glossary\n - local: task_summary\n title: 🤗 Transformers로 할 수 있는 작업", "additions": 1, "deletion...
2025-07-08T10:31:03
rust-lang/rust
1cc0e38fdc4d2ec8c9c130d7ffc9c30d100885a2
59372f2c81ba74554d9a71b12a4ed7f29adb33a2
Avoid creating an empty identifer in `Symbol::to_ident_string`. Because that causes an assertion failure in debug builds. Fixes #140884.
[ { "path": "compiler/rustc_span/src/symbol.rs", "patch": "@@ -2592,7 +2592,8 @@ impl Symbol {\n /// (`token_to_string`, `Ident::to_string`), except that symbols don't keep the rawness flag\n /// or edition, so we have to guess the rawness using the global edition.\n pub fn to_ident_string(self) -...
2025-05-21T03:28:08
vercel/next.js
2f96ae5430fe5e2f5b95f6eea645c19cf9dada69
5599c47ed66c55d41b29b63a0461a5ef6bc66edc
Fix windows paths for invalid import errors (#45999) Check for windows paths for the `server-only` and `client-only` build errors. ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have a helpful link attached, see [`contributing.md`](https://github.com/vercel/next.j...
[ { "path": "packages/next/src/build/webpack-config.ts", "patch": "@@ -1996,7 +1996,7 @@ export default async function getBaseWebpackConfig(\n ]\n : []),\n {\n- test: /node_modules\\/client-only\\/error.js/,\n+ test: /node_modules[/\\\\]client-only[/\\\\]error.j...
2023-02-16T15:57:42
nodejs/node
e9dc1ebb13d0f62817820fe8a288ed8eb4dad7ff
56881b0d952312320ee6a27e40bd553152e11688
build: configure default v8_optimized_debug Under the assumption that debugging is more often focused on node core source. This setting compiles V8 with only partial optimizations, DCHECKS, and debug symbols, so it is still very much debuggable, but it is much faster. It does disable SLOW_DCHECKS, but at the advice o...
[ { "path": "common.gypi", "patch": "@@ -28,9 +28,6 @@\n \n 'openssl_fips%': '',\n \n- # Default to -O0 for debug builds.\n- 'v8_optimized_debug%': 0,\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_s...
2018-10-16T22:25:44
golang/go
7a6d64fed6e4122743aa204edd42a02e40ce9728
2438660602677b1edf5e83a1ba4fdc5dfe9e9dcc
go/types: use a TypeList type to hold type arguments This resolves an asymmetry between the TParams and TArgs APIs, and reduces the size of the Named struct at the cost of some additional nil checks. While at it, move TParamList and TypeList to a new file:typelists.go, and change TParamList to access the tparams slic...
[ { "path": "src/go/types/infer.go", "patch": "@@ -330,7 +330,7 @@ func (w *tpWalker) isParameterized(typ Type) (res bool) {\n \t\treturn w.isParameterized(t.elem)\n \n \tcase *Named:\n-\t\treturn w.isParameterizedTypeList(t.targs)\n+\t\treturn w.isParameterizedTypeList(t.targs.list())\n \n \tcase *TypeParam:...
2021-08-19T18:06:08
electron/electron
891856f3af8abea5efbe42b3c83481ca20c899ee
c5f8e4360c84d3d1d361c070f1a0a286900760cd
linux: Fix linking with system libraries
[ { "path": "brightray/brightray.gyp", "patch": "@@ -92,10 +92,23 @@\n 'common/main_delegate.h',\n 'common/main_delegate_mac.mm',\n ],\n- 'link_settings': {\n- 'libraries': [ '<@(libchromiumcontent_libraries)' ]\n- },\n 'conditions': [\n+ ['OS==\"linux\" and...
2015-04-08T08:22:55
huggingface/transformers
fbdaa7b099e4253be4175e0201cd477e9de05363
d8590b4b0c84094277c1a7ffc2e8a9f3baa7f3a1
Add Aimv2 model (#36625) * Model skelton * changes * temp push * changes * Added support for aimv2-native * More changes * More changes * Stupid mistake correction * Added config and refactor * Added vison model * update * Refactor for lit variant * Added Text Model * Minor fixes * nits * update * Prel...
[ { "path": "docs/source/en/_toctree.yml", "patch": "@@ -691,6 +691,8 @@\n title: Zamba2\n title: Text models\n - sections:\n+ - local: model_doc/aimv2\n+ title: Aimv2\n - local: model_doc/beit\n title: BEiT\n - local: model_doc/bit", "additions": 2, "...
2025-07-08T09:53:21
rust-lang/rust
2041de7083c114025646220068d3943be517af4a
b725cf6af8c5a709828d649c86185b30872219ac
Update codegen and pretty tests UI tests are pending, will depend on error messages change.
[ { "path": "tests/codegen/autodiff/batched.rs", "patch": "@@ -11,11 +11,11 @@\n \n #![feature(autodiff)]\n \n-use std::autodiff::autodiff;\n+use std::autodiff::autodiff_forward;\n \n-#[autodiff(d_square3, Forward, Dual, DualOnly)]\n-#[autodiff(d_square2, Forward, 4, Dual, DualOnly)]\n-#[autodiff(d_square1, F...
2025-05-10T00:37:15
vercel/next.js
5599c47ed66c55d41b29b63a0461a5ef6bc66edc
ffee09b6ff5a6a0c2c5dbef91cf7b8276d776bdd
Add edge support for route handlers (#45990) - Add test for edge route - Add edge route loader - Ensure edge route does not trigger static generation - Remove unused import - Use new loader during compilation - Add names for routeKind to help debugging - Ensure route is considered a appDir page - Return respons...
[ { "path": "packages/next/src/build/entries.ts", "patch": "@@ -1,6 +1,7 @@\n import type { ClientPagesLoaderOptions } from './webpack/loaders/next-client-pages-loader'\n import type { MiddlewareLoaderOptions } from './webpack/loaders/next-middleware-loader'\n import type { EdgeSSRLoaderQuery } from './webpac...
2023-02-16T15:32:37
nodejs/node
8c244ddd98aab609cc60ee3f8f452278baa4ab94
d690a87b8c71208a021cbcc21b09d27007c0f9dd
doc: moved test instructions to BUILDING.md Fixes: https://github.com/nodejs/node/issues/23491 Duplicate test instructions were present in pull-requests.md Merged the instructions in BUILDING.md and provided a link from pull-requests.md PR-URL: https://github.com/nodejs/node/pull/23949 Reviewed-By: Daniel Bevenius <...
[ { "path": "BUILDING.md", "patch": "@@ -24,6 +24,7 @@ file a new issue.\n * [Prerequisites](#prerequisites)\n * [Building Node.js](#building-nodejs-1)\n * [Running Tests](#running-tests)\n+ * [Running Coverage](#running-coverage)\n * [Building the documentation](#building-the-documentation...
2018-10-29T05:59:56
electron/electron
d8fbfe68852a7b77142201419f8606c02e753373
4ce3b407ab9744ba04675aa4ddae045ef9a28864
Fix typo
[ { "path": "docs/api/web-view-tag.md", "patch": "@@ -315,7 +315,7 @@ Fired when a redirect was received while requesting a resource.\n * `title` String\n * `explicitSet` Boolean\n \n-Fired when page ttile is set during navigation. `explicitSet` is false when title is synthesised from file\n+Fired when page t...
2015-04-08T02:05:06
golang/go
c7e354d9d1975a3e55c8eb9e79c22106c4b770c4
c1a14781eca85e9c705c782aa2071a5f9c23c09e
go/types: return an error from Instantiate This is a port of CL 342152 to go/types. Additionally, a panic was removed from interface substitution, which is a fix from CL 333155 that was previously missed. A check for a nil Checker was also removed from types2.instantiate, since check must not be nil in that method. ...
[ { "path": "src/cmd/compile/internal/types2/instantiate.go", "patch": "@@ -53,7 +53,8 @@ func Instantiate(check *Checker, typ Type, targs []Type, validate bool) (Type, e\n // later in the type checking pass. For Named types the resulting instance will\n // be unexpanded.\n func (check *Checker) instantiate(p...
2021-08-16T20:40:57
huggingface/transformers
d8590b4b0c84094277c1a7ffc2e8a9f3baa7f3a1
d370bc64c63563ba610c08763828be71f4dc561c
Add Doge model (#35891) * Add Doge Model * Fix code quality * Rollback an error commit * Fix config for open-source weights * Revert "Fix config for open-source weights" This reverts commit 229cdcac10a6a4274d1dd13b729bc14c98eb0c76. * Add modular_doge * Update Doge inherits from Llama * Fix import bug * [docs]...
[ { "path": "docs/source/en/_toctree.yml", "patch": "@@ -429,6 +429,8 @@\n title: DiffLlama\n - local: model_doc/distilbert\n title: DistilBERT\n+ - local: model_doc/doge\n+ title: Doge\n - local: model_doc/dots1\n title: dots1\n - local: model_doc/dpr", ...
2025-07-08T09:44:29
vercel/next.js
ffee09b6ff5a6a0c2c5dbef91cf7b8276d776bdd
75b0987f9c17f1d8b6e4a9fc1b16497b90c46cf4
Move initial head (#45695)Co-authored-by: Jiachi Liu <inbox@huozhi.im> Move initial into the cache, so the top level boundaries will wrap the head contents. Then we can use navigation API like `notFound` in the `generateMetadata`, the notFound errors could be still captured in that case Closes NEXT-292 Added ...
[ { "path": "packages/next/src/client/components/app-router.tsx", "patch": "@@ -39,9 +39,12 @@ import { fetchServerResponse } from './router-reducer/fetch-server-response'\n import { isBot } from '../../shared/lib/router/utils/is-bot'\n import { addBasePath } from '../add-base-path'\n \n+const isServer = type...
2023-02-16T15:26:48
nodejs/node
d690a87b8c71208a021cbcc21b09d27007c0f9dd
6f4721b7335f7f849c04af8c1158067eaf4ddae3
os: fix memory leak in `userInfo()` This previously leaked memory in the ‘success’ case. PR-URL: https://github.com/nodejs/node/pull/23893 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gm...
[ { "path": "src/node_os.cc", "patch": "@@ -368,6 +368,8 @@ static void GetUserInfo(const FunctionCallbackInfo<Value>& args) {\n return args.GetReturnValue().SetUndefined();\n }\n \n+ OnScopeLeave free_passwd([&]() { uv_os_free_passwd(&pwd); });\n+\n Local<Value> error;\n \n Local<Value> uid = Numb...
2018-10-26T07:08:56
golang/go
457418b47556520d73148a9a5672ee380bd0b5a4
86ee89225aea2326fd50dbeb233cfc622413a4cf
cmd/go: fix long test builders CL 343732 enabled -G=3 by default. The types2 typechecker uses slighly different error message format for language feature constraint. The old typechecker format: vendor/example.net/need117/need117.go:5:16: cannot convert s (type []byte) to type *[4]byte: conversion of slices to arr...
[ { "path": "src/cmd/go/testdata/script/mod_vendor_goversion.txt", "patch": "@@ -26,7 +26,7 @@ go mod vendor\n \n ! grep 1.17 vendor/modules.txt\n ! go build example.net/need117\n-stderr '^vendor[/\\\\]example\\.net[/\\\\]need117[/\\\\]need117.go:5:18: .*\\n\\tconversion of slices to array pointers only suppo...
2021-08-23T02:31:54
huggingface/transformers
d370bc64c63563ba610c08763828be71f4dc561c
5fb8bb3e1a897bb46a709e51fb393412e9a15ea8
Fix errors when use verl to train GLM4.1v model (#39199) * Fix errors when use verl to train GLM4.1v model * Support glm4v load from AutoModelForVision2Seq * Set glm4v model _checkpoint_conversion_mapping attr from None to {} * Update modeling_auto.py
[ { "path": "src/transformers/models/glm4v/modeling_glm4v.py", "patch": "@@ -949,7 +949,7 @@ def forward(\n @auto_docstring\n class Glm4vModel(Glm4vPreTrainedModel):\n base_model_prefix = \"\"\n- _checkpoint_conversion_mapping = None\n+ _checkpoint_conversion_mapping = {}\n config_class = Glm4vC...
2025-07-08T09:39:31
rust-lang/rust
ed01a205144f53741534611a74d40487f611cdea
444a62712a29e14d3b6147b51fd24e623496bf58
typeck: catch `continue`s pointing to blocks This taints the typeck results with errors if a `continue` is found not pointing to a loop, which fixes an ICE. A few things were going wrong here. First, since this wasn't caught in typeck, we'd end up building the THIR and then running liveness lints on ill-formed HIR. S...
[ { "path": "compiler/rustc_hir_typeck/src/expr.rs", "patch": "@@ -532,14 +532,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {\n ExprKind::Break(destination, ref expr_opt) => {\n self.check_expr_break(destination, expr_opt.as_deref(), expr)\n }\n- ExprKind::Continue(d...
2025-05-21T00:27:38
vercel/next.js
f1f0e784286b35979c6e7b785b0a9dca2aa5a34f
435eca3fc5b5dd23cad6cff43632bdcc777727d9
Add next/font imports codemod (#45740) Add `built-in-next-font` codemod that transforms `@next/font` imports to `next/font` and then uninstalls the `@next/font` package. Tested locally with npm, yarn and pnpm. Fixes NEXT-453 ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests...
[ { "path": "packages/next-codemod/bin/cli.ts", "patch": "@@ -15,6 +15,7 @@ import path from 'path'\n import execa from 'execa'\n import chalk from 'chalk'\n import isGitClean from 'is-git-clean'\n+import { uninstallPackage } from '../lib/uninstall-package'\n \n export const jscodeshiftExecutable = require.re...
2023-02-16T14:39:19
nodejs/node
6f4721b7335f7f849c04af8c1158067eaf4ddae3
669c6111c1d7ae32ee94e7045067fe2891dd8308
doc: fix typographical issues PR-URL: https://github.com/nodejs/node/pull/23970 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
[ { "path": "doc/api/synopsis.md", "patch": "@@ -14,7 +14,7 @@ An example of a [web server][] written with Node.js which responds with\n \n Commands displayed in this document are shown starting with `$` or `>`\n to replicate how they would appear in a user's terminal.\n-Do not include the `$` and `>` charact...
2018-10-30T07:49:18
electron/electron
8bd711ea66560300626573e4e4f8bce2ce985592
fb00c280264ab9beac7032ff3a2b7ae14b00536c
Add 'error' event to auto-updater documentation
[ { "path": "docs/api/auto-updater.md", "patch": "@@ -98,6 +98,13 @@ appropriate format.\n \n `pub_date` if present must be formatted according to ISO 8601.\n \n+## Event: error\n+\n+* `event` Event\n+* `message` String\n+\n+Emitted when there is an error updating.\n+\n ## Event: checking-for-update\n \n Emit...
2015-04-07T16:21:29
huggingface/transformers
5fb8bb3e1a897bb46a709e51fb393412e9a15ea8
356fd681098f4b33a6f95660a5a0252eae313348
fix recompiles due to instance key, and deepcopy issues (#39270) * fix recompiles due to instance key, and deepcopy issues * dict
[ { "path": "src/transformers/modeling_utils.py", "patch": "@@ -2100,7 +2100,7 @@ def __init__(self, config: PretrainedConfig, *inputs, **kwargs):\n self._keep_in_fp32_modules_strict = copy.copy(self.__class__._keep_in_fp32_modules_strict)\n \n self._no_split_modules = self._no_split_modules o...
2025-07-08T09:38:11
golang/go
5d0c2840dae019c722fec7f5a64f371a780e24fd
19585826fa52d0580724be91f610db54727c74f0
cmd/compile/internal/types2: report argument type for unsafe.OffsetOf Before parameterized types, unsafe.OffsetOf was always evaluating to a constant. With parameterized types, the result may be a run-time value, and unsafe.OffsetOf(x.f) is a call that is recorded. Also record the argument x.f. Fixes #47895. Change-...
[ { "path": "src/cmd/compile/internal/types2/api_test.go", "patch": "@@ -346,6 +346,9 @@ func TestTypesInfo(t *testing.T) {\n \n \t\t// issue 45096\n \t\t{genericPkg + `issue45096; func _[T interface{ ~int8 | ~int16 | ~int32 }](x T) { _ = x < 0 }`, `0`, `generic_issue45096.T₁`},\n+\n+\t\t// issue 47895\n+\t\t...
2021-08-22T21:09:46
electron/electron
d1fb13b260f24ced8201787e29885cec56ae122c
b9ddf0eb316bf8233b8c8b2f52ac11eaa0ffeda4
Fix path to boringssl.dll
[ { "path": "brightray/brightray.gyp", "patch": "@@ -165,7 +165,7 @@\n ['OS==\"win\" and libchromiumcontent_component==0', {\n 'link_settings': {\n 'libraries': [\n- '<(libchromiumcontent_dir)/boringssl.lib',\n+ '<(libchromiumcontent_dir)/boringssl.dll',...
2015-04-07T12:18:09
huggingface/transformers
356fd681098f4b33a6f95660a5a0252eae313348
0b0ede8b2bc30d8f0125ab9a57eb60b94950fb3a
fix(generation): stop beam search per-instance when heuristic satisfied (#38778) * fix(decoding): stop beam search per-instance when heuristic satisfied Previously, when early_stopping is set to `False`, the early-stopping heuristic only halted generation when **all** batch instances reached the criterion. This cause...
[ { "path": "src/transformers/generation/utils.py", "patch": "@@ -3764,46 +3764,64 @@ def _gather_beams(tensor: torch.Tensor, beam_indices: torch.Tensor) -> torch.Ten\n return gathered_tensor\n \n @staticmethod\n- def _beam_search_has_unfinished_sequences(\n+ def _check_early_stop_heuristic(...
2025-07-08T08:59:37
vercel/next.js
435eca3fc5b5dd23cad6cff43632bdcc777727d9
0484dc409764cdfd2cb66fe86184aa33df509b13
Add next/font import (#45891) Enables using `next/font` by adding `@next/font` as a dependency and reexporting its loaders. Always generates the `font-loader-manifest` as we can't know beforehand if the user intends to use `next/font` or not. Also adds telemetry for `next/font` usage. The tests are updated ...
[ { "path": "errors/babel-font-loader-conflict.md", "patch": "@@ -1,8 +1,8 @@\n-# Babel and `@next/font` conflict\n+# Babel and `next/font` conflict\n \n #### Why This Error Occurred\n \n-You have tried to use `@next/font` with a custom babel config. When your application has a custom babel config you opt-out...
2023-02-16T14:33:39
golang/go
19585826fa52d0580724be91f610db54727c74f0
6416bde023d897dcedc6d53bf0bf58821962f435
math/big: clarified doc string for SetMantExp Fixes #47879. Change-Id: I35efb5fc65c4f1eb1b45918f95bbe1ff4039950e Reviewed-on: https://go-review.googlesource.com/c/go/+/344249 Trust: Robert Griesemer <gri@golang.org> Run-TryBot: Robert Griesemer <gri@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ro...
[ { "path": "src/math/big/float.go", "patch": "@@ -304,7 +304,9 @@ func (z *Float) setExpAndRound(exp int64, sbit uint) {\n // SetMantExp sets z to mant × 2**exp and returns z.\n // The result z has the same precision and rounding mode\n // as mant. SetMantExp is an inverse of MantExp but does\n-// not requir...
2021-08-22T19:11:02
nodejs/node
669c6111c1d7ae32ee94e7045067fe2891dd8308
ad670fa1c757911da8060fd99486aaf4c721cf39
doc: sort markdown refs in errors PR-URL: https://github.com/nodejs/node/pull/23972 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
[ { "path": "doc/api/errors.md", "patch": "@@ -2101,23 +2101,24 @@ This `Error` is thrown when a read is attempted on a TTY `WriteStream`,\n such as `process.stdout.on('data')`.\n \n \n-[`--force-fips`]: cli.html#cli_force_fips\n [`'uncaughtException'`]: process.html#process_event_uncaughtexception\n+[`--forc...
2018-10-29T23:53:10
huggingface/transformers
0b0ede8b2bc30d8f0125ab9a57eb60b94950fb3a
a21557fa3e7f5b0723dd871909dc3917a0c35871
remove broken block (#39255) * remove broken block * fixup
[ { "path": "utils/modular_model_converter.py", "patch": "@@ -365,21 +365,6 @@ def leave_FunctionDef(self, original_node: cst.FunctionDef, updated_node: cst.Fu\n return updated_node.with_changes(body=new_body, params=updated_node.params)\n return updated_node\n \n- def leave_Return(self...
2025-07-08T08:41:44
electron/electron
0890ea716fcd7e3a38e62a69dd9b651d17b447e8
2351c11da4a2ccf1f1ef19f759bf577db3bddc9d
win: Fix a compiler warning in Node
[ { "path": "common.gypi", "patch": "@@ -53,6 +53,7 @@\n 4152, # function/data pointer conversion in expression\n 4206, # translation unit is empty\n 4204, # non-constant aggregate initializer\n+ 4210, # nonstandard extension used : function given file scope\n ...
2015-04-07T06:03:16
vercel/next.js
0484dc409764cdfd2cb66fe86184aa33df509b13
8d84dca5a99de9e97178b8e2adbba36a6a9593b7
Use metadata API in automatically created root layout (#45938) Use the Metadata API instead of creating a `head.js` when automatically creating a root layout. The generated layout is the same as the one in https://github.com/vercel/next.js/pull/45819, but with a different title and description. Automatic root la...
[ { "path": "packages/next/src/lib/verifyRootLayout.ts", "patch": "@@ -18,45 +18,40 @@ const glob = (cwd: string, pattern: string): Promise<string[]> => {\n \n function getRootLayout(isTs: boolean) {\n if (isTs) {\n- return `export default function RootLayout({\n+ return `export const metadata = {\n+ ...
2023-02-16T14:17:58
golang/go
96d816c5740f7576ed0f6346f70958ce9ef1e3b4
6e50991d2a38058d0824f8b086677fbe9774c9f9
runtime: fix buckHashSize duplication We have a constant for 179999, don't duplicate it. Change-Id: Iefb9c4746f6dda2e08b42e3c978963198469ee8c Reviewed-on: https://go-review.googlesource.com/c/go/+/277375 Reviewed-by: Keith Randall <khr@golang.org> Run-TryBot: Keith Randall <khr@golang.org> Run-TryBot: Michael Pratt <...
[ { "path": "src/runtime/mprof.go", "patch": "@@ -142,7 +142,7 @@ var (\n \tmbuckets *bucket // memory profile buckets\n \tbbuckets *bucket // blocking profile buckets\n \txbuckets *bucket // mutex profile buckets\n-\tbuckhash *[179999]*bucket\n+\tbuckhash *[buckHashSize]*bucket\n \tbucketmem uintptr\n \...
2020-12-12T15:46:01
nodejs/node
0a4a08f5521c71710fd1e940600bf82dd2fd7230
2cab511d956145579049a5183b5c05fd50fee412
doc: document HPE_HEADER_OVERFLOW error PR-URL: https://github.com/nodejs/node/pull/23963 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By:...
[ { "path": "doc/api/errors.md", "patch": "@@ -1843,6 +1843,14 @@ unknown file extension.\n \n Creation of a [`zlib`][] object failed due to incorrect configuration.\n \n+<a id=\"HPE_HEADER_OVERFLOW\"></a>\n+### HPE_HEADER_OVERFLOW\n+\n+Too much HTTP header data was received. In order to protect against malic...
2018-10-29T22:59:51
electron/electron
0f97bf03fa515a0c19b37ebfaf5468760767b9d1
2f5090d667e1a759e04a9e52477bf75453c47046
win: Fix Debug build
[ { "path": "atom.gyp", "patch": "@@ -247,7 +247,6 @@\n # include its dependencies here.\n 'vendor/node/deps/cares/cares.gyp:cares',\n 'vendor/node/deps/http_parser/http_parser.gyp:http_parser',\n- 'vendor/node/deps/openssl/openssl.gyp:openssl',\n 've...
2015-04-07T05:50:58
huggingface/transformers
ea3c2c027769980c0501dc615ef7e755d206af62
b2816da8021b4e7568cb1e840a5d9aa1357c26a7
Fix license text, duplicate assignment, and typo in constant names (#39250) - Complete Apache License text in Italian documentation - Remove duplicate variable assignment in Perceiver converter - Fix typo in MODEL_FOR_VISION_2_SEQ_MAPPING_NAMES constant
[ { "path": "docs/source/it/perf_train_special.md", "patch": "@@ -7,6 +7,7 @@ http://www.apache.org/licenses/LICENSE-2.0\n \n Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on\n an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, ...
2025-07-08T08:20:52
vercel/next.js
8d84dca5a99de9e97178b8e2adbba36a6a9593b7
d2c7930992dd3cb94eedc738eb322cb7173577f3
chore(examples): more practical jotai example (#45973) <!-- Thanks for opening a PR! Your contribution is much appreciated. To make sure your PR is handled as smoothly as possible we request that you follow the checklist sections below. Choose the right checklist for the change(s) that you're making: --> The p...
[ { "path": "examples/with-jotai/README.md", "patch": "@@ -4,7 +4,6 @@ This example shows how to integrate [Jotai](https://github.com/pmndrs/jotai) in\n \n - Jotai is a primitive and flexible state management library for React.\n - Jotai is TypeScript oriented and aims to expose a minimalistic API for dealing...
2023-02-16T12:33:30
golang/go
6e50991d2a38058d0824f8b086677fbe9774c9f9
8fff20ffebadfea2c5c3dd58f7007246f3408495
strconv: reject surrogate halves in Unquote Unquote implements unescaping a "single-quoted, doubled-quoted, or backquoted Go string literal". Therefore, it should reject anything that the Go specification explicitly forbids. The section on "Rune literals" explicitly rejects rune values "above 0x10FFFF and surrogate h...
[ { "path": "src/strconv/quote.go", "patch": "@@ -103,7 +103,7 @@ func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bo\n \t\t\tbuf = append(buf, `\\x`...)\n \t\t\tbuf = append(buf, lowerhex[byte(r)>>4])\n \t\t\tbuf = append(buf, lowerhex[byte(r)&0xF])\n-\t\tcase r > utf8.MaxRune:\n...
2021-08-20T19:50:02
nodejs/node
bd8c1078941a7a6de93892fe529868adee357917
f24b070cb7fb04df6249fab5264df2146e2b6cac
doc: add documentation for http.IncomingMessage$complete Fixes: https://github.com/nodejs/node/issues/8102 PR-URL: https://github.com/nodejs/node/pull/23914 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
[ { "path": "doc/api/http.md", "patch": "@@ -1500,6 +1500,34 @@ added: v10.1.0\n The `message.aborted` property will be `true` if the request has\n been aborted.\n \n+### message.complete\n+<!-- YAML\n+added: v0.3.0\n+-->\n+\n+* {boolean}\n+\n+The `message.complete` property will be `true` if a complete HTTP ...
2018-10-26T22:09:16
electron/electron
2f5090d667e1a759e04a9e52477bf75453c47046
f169772031f84447461380e734512a566376d66f
Fix minor typo
[ { "path": "script/bootstrap.py", "patch": "@@ -26,7 +26,7 @@ def main():\n enable_verbose_mode()\n if sys.platform == 'cygwin':\n update_win32_python()\n- # update_submodules()\n+ update_submodules()\n update_node_modules('.')\n bootstrap_brightray(args.url)\n ", "additions": 1, "del...
2015-04-07T04:36:16
rust-lang/rust
fd260d530b880c44874340eaf2e31666a138a874
9febbf827088cc8e94b2799e6c5976997bb88c65
Add From<TryLockError> for io::Error This makes error propagation from try_lock() and try_lock_shared() more convenient
[ { "path": "library/std/src/fs.rs", "patch": "@@ -392,6 +392,16 @@ impl fmt::Display for TryLockError {\n }\n }\n \n+#[unstable(feature = \"file_lock\", issue = \"130994\")]\n+impl From<TryLockError> for io::Error {\n+ fn from(err: TryLockError) -> io::Error {\n+ match err {\n+ TryLo...
2025-05-20T21:04:38
huggingface/transformers
b2816da8021b4e7568cb1e840a5d9aa1357c26a7
17b3c96c00cd8421bff85282aec32422bdfebd31
fix xpu failures on PT 2.7 and 2.8 w/o IPEX and enable hqq cases on XPU (#39187) * chameleon xpu bnb groundtruth update on bnb triton backend since we are deprecating ipex backend Signed-off-by: YAO Matrix <matrix.yao@intel.com> * enable hqq uts on XPU, all passed Signed-off-by: YAO Matrix <matrix.yao@intel.com> *...
[ { "path": "src/transformers/quantizers/quantizer_hqq.py", "patch": "@@ -15,7 +15,7 @@\n from typing import TYPE_CHECKING, Any\n \n from ..integrations import prepare_for_hqq_linear\n-from ..utils import is_accelerate_available, is_hqq_available, is_torch_available, logging\n+from ..utils import is_accelerat...
2025-07-08T08:18:26
vercel/next.js
81542ff7593e08a1657e90e20a2f74110c66e99e
22939fe98d7dc1e740c4522d463582697615f66d
Fix routing cases (vercel/turbo#3832) This fixes 2 bugs that I've found: 1. If the `middleware.ts` file doesn't exist, then we get an unhelpful `unable to resolve relative "."` error during `next-edge` transition processing - This is fixed by not processing the `VirtualAssetVc` with the edge transition 2. If you're...
[ { "path": "packages/next-swc/crates/next-core/js/src/entry/router.ts", "patch": "@@ -156,18 +156,19 @@ async function handleClientResponse(\n const data = JSON.parse(buffer) as RouteResult;\n \n switch (data.type) {\n+ case \"none\":\n+ return {\n+ type: \"none\",\n+ };\n...
2023-02-16T08:55:14
golang/go
e17439e0877d6ddb6881d9eb59758c27cc62f930
c9912780ab3ecea3c685bfc8bec229c0d2b09317
go/types: don't override x.mode before using it Changing the mode of x before using the old value is clearly wrong. And x is not needed anymore afterward so besides being misplaced, the assignment is not needed in the first place. Tested manually as it's a bit complicated to set up a test. Needs to be back-ported to...
[ { "path": "src/go/types/call.go", "patch": "@@ -223,7 +223,6 @@ func (check *Checker) exprList(elist []ast.Expr, allowCommaOk bool) (xlist []*op\n \t\t// exactly one (possibly invalid or comma-ok) value\n \t\txlist = []*operand{&x}\n \t\tif allowCommaOk && (x.mode == mapindex || x.mode == commaok || x.mode ...
2021-08-20T04:35:57
nodejs/node
cd1193d9ed83c37a431a19ae33bbf5e25ec15d65
93335cb772f439e475ea9ea3bd7391f216e75c84
2018-10-30 Version 10.13.0 'Dubnium' (LTS) This release marks the transition of Node.js 10.x into Long Term Support (LTS) with the codename 'Dubnium'. The 10.x release line now moves in to "Active LTS" and will remain so until April 2020. After that time it will move in to "Maintenance" until end of life in April 2021...
[ { "path": "CHANGELOG.md", "patch": "@@ -9,9 +9,9 @@ release lines.\n Select a Node.js version below to view the changelog history:\n \n * [Node.js 11](doc/changelogs/CHANGELOG_V11.md) - **Current**\n-* [Node.js 10](doc/changelogs/CHANGELOG_V10.md) — Current\n+* [Node.js 10](doc/changelogs/CHANGELOG_V10.md) ...
2018-10-23T14:16:47
huggingface/transformers
17b3c96c00cd8421bff85282aec32422bdfebd31
bbca9782ca1b8b358cc832a1b821aa1b450850da
Glm 4 doc (#39247) * update the glm4 model readme * update test * update GLM-4.1V model * update as format * update * fix some tests * fix the rest * fix on a10, not t4 * nit: dummy import --------- Co-authored-by: raushan <raushan@huggingface.co>
[ { "path": "docs/source/en/model_doc/glm4.md", "patch": "@@ -18,7 +18,37 @@ rendered properly in your Markdown viewer.\n \n ## Overview\n \n-To be released with the official model launch.\n+The GLM family welcomes new members [GLM-4-0414](https://arxiv.org/pdf/2406.12793) series models.\n+\n+The **GLM-4-32B-...
2025-07-08T06:22:04
rust-lang/rust
9febbf827088cc8e94b2799e6c5976997bb88c65
1a95cc6f9d950992ba27746e45caf40118581cb1
Remove unnecessary handling of ERROR_IO_PENDING try_lock() and try_lock_shared() do not need to handle these per the discussion in https://github.com/rust-lang/rust/pull/140718#discussion_r2076678485
[ { "path": "library/std/src/fs/tests.rs", "patch": "@@ -366,6 +366,28 @@ fn file_lock_blocking_async() {\n t.join().unwrap();\n }\n \n+#[test]\n+#[cfg(windows)]\n+fn file_try_lock_async() {\n+ const FILE_FLAG_OVERLAPPED: u32 = 0x40000000;\n+\n+ let tmpdir = tmpdir();\n+ let filename = &tmpdir.jo...
2025-05-07T03:18:06
electron/electron
938182a3ebea2a01741119cab9b81676a94c8499
512deae254aa481f5d08be9adfc5806227312084
mac: Fix linking with boringssl
[ { "path": "brightray/brightray.gyp", "patch": "@@ -116,9 +116,6 @@\n 'link_settings': {\n 'libraries': [\n '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',\n- # This library is built as shared library to avoid symbols\n- # conflict with N...
2015-04-07T03:28:56
vercel/next.js
e59fcb52cb0a206b18df014809c9976823af0334
c442065b3f39cf3fb2011ed95f683062c546eb22
Fix routing cases (vercel/turbo#3832) This fixes 2 bugs that I've found: 1. If the `middleware.ts` file doesn't exist, then we get an unhelpful `unable to resolve relative "."` error during `next-edge` transition processing - This is fixed by not processing the `VirtualAssetVc` with the edge transition 2. If you're...
[ { "path": "crates/next-core/js/src/entry/router.ts", "patch": "@@ -156,18 +156,19 @@ async function handleClientResponse(\n const data = JSON.parse(buffer) as RouteResult;\n \n switch (data.type) {\n+ case \"none\":\n+ return {\n+ type: \"none\",\n+ };\n case \"rewr...
2023-02-16T08:55:14
golang/go
97d17dc02398730822abba75a3d3ae26c0f3c0fd
835ff47c1680de81b93480f5184ac4034c45e417
test/typeparam: add a test case for issue46591 Fixes #46591 Change-Id: I4875092ecd7760b0cd487e793576ef7a9a569a0e Reviewed-on: https://go-review.googlesource.com/c/go/+/343970 Reviewed-by: Matthew Dempsky <mdempsky@google.com> Reviewed-by: Robert Griesemer <gri@golang.org> Trust: Matthew Dempsky <mdempsky@google.com> ...
[ { "path": "test/typeparam/issue46591.go", "patch": "@@ -0,0 +1,22 @@\n+// run -gcflags=-G=3\n+\n+// Copyright 2021 The Go Authors. All rights reserved.\n+// Use of this source code is governed by a BSD-style\n+// license that can be found in the LICENSE file.\n+\n+package main\n+\n+type T[_ any] struct{}\n+...
2021-08-20T18:51:51
huggingface/transformers
41e865bb8dd373451a4db1874cf25252bdb0a1c6
93747d89eab1441af877064d0313bac536d60109
fix some flaky tests in `tests/generation/test_utils.py` (#39254) fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
[ { "path": "tests/generation/test_utils.py", "patch": "@@ -1694,6 +1694,7 @@ def test_generate_from_inputs_embeds(self, _, num_beams):\n \"\"\"Tests that we can generate from `inputs_embeds` instead of `input_ids` in LLMs, VLMs, etc\"\"\"\n # When supported, tests that the decoder model can g...
2025-07-07T17:49:41
nodejs/node
93335cb772f439e475ea9ea3bd7391f216e75c84
010a3f8c23cdab04f32d2d4218361af9c7821ee5
src: fix compiler warning The warning is: ../src/util.h:65:11: warning: inline function 'node::Calloc<unsigned char>' is not defined [-Wundefined-inline] inline T* Calloc(size_t n); ^ ../src/aliased_buffer.h:41:15: note: used here buffer_ = Calloc<NativeT>(count); PR-URL: https://github.com/nodejs/node...
[ { "path": "src/aliased_buffer.h", "patch": "@@ -4,7 +4,7 @@\n #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS\n \n #include \"v8.h\"\n-#include \"util.h\"\n+#include \"util-inl.h\"\n \n namespace node {\n ", "additions": 1, "deletions": 1, "language": "C/C++ Header" } ]
2018-10-29T12:47:25
electron/electron
512deae254aa481f5d08be9adfc5806227312084
99349859748a7de5e43f41d2f5867af5ba11184a
Fix generating configs on OS X and Linux
[ { "path": "brightray/brightray.gypi", "patch": "@@ -185,6 +185,15 @@\n },\n }, # Release_Base\n 'conditions': [\n+ ['libchromiumcontent_component', {\n+ 'D': {\n+ 'inherit_from': ['Common_Base', 'Debug_Base'],\n+ }, # D (Debug)\n+ }, {\n+ ...
2015-04-06T13:41:36
golang/go
835ff47c1680de81b93480f5184ac4034c45e417
f67e31d643b1d23abc1f24ebfa50ef51519d1348
cmd/internal/buildid: reject empty id The loop that makes progress assumes that after matching an id you should advance len(id) bytes in the file. If id is the empty string, then it will match and advance 0 bytes repeatedly. 0-byte ids are not really build IDs, so just reject it outright. Fixes #47852. Change-Id: I...
[ { "path": "src/cmd/internal/buildid/buildid_test.go", "patch": "@@ -177,3 +177,11 @@ func TestExcludedReader(t *testing.T) {\n \t\t}\n \t}\n }\n+\n+func TestEmptyID(t *testing.T) {\n+\tr := strings.NewReader(\"aha!\")\n+\tmatches, hash, err := FindAndHash(r, \"\", 1000)\n+\tif matches != nil || hash != ([32...
2021-08-20T19:20:10
vercel/next.js
2872010c2761081e600d91c893e588eca145bdf1
8de5b4e0d0a56174bac67d2646bd26bc1fa4df20
Next Router Middleware Support (vercel/turbo#3690) This updates our Next.js router, passing the `edgeInfo` manifest generated from the `middleware.js` file (or any other configured page extension). Fixes WEB-277 Fixes WEB-370
[ { "path": "packages/next-swc/crates/next-core/js/src/entry/router.ts", "patch": "@@ -1,13 +1,16 @@\n import type { Ipc } from \"@vercel/turbopack-next/ipc/index\";\n import type { IncomingMessage, ServerResponse } from \"node:http\";\n import { Buffer } from \"node:buffer\";\n+import { join } from \"node:pa...
2023-02-16T03:44:55
huggingface/transformers
93747d89eab1441af877064d0313bac536d60109
3993ee1e988482d46384408c097aac28babad794
Simplify Mixtral and its modular children (#39252) * simplify mixtral a lot * fix * other moes * mixtral * qwen3 * back * Update modular_qwen3_moe.py
[ { "path": "src/transformers/models/minimax/modeling_minimax.py", "patch": "@@ -47,6 +47,7 @@\n from ...modeling_utils import ALL_ATTENTION_FUNCTIONS, PreTrainedModel\n from ...processing_utils import Unpack\n from ...utils import TransformersKwargs, auto_docstring, can_return_tuple, logging\n+from ...utils....
2025-07-07T17:40:41
nodejs/node
9c0c3f1443bc02eb46071028b2135a62661f0478
b255cd48b105b02fb1ee26a8012b764e83a6a419
lib: fix code cache generation e7f710c1 broke the code cache generation since internalBinding is now passed in through the wrapper and cannot be redeclared. This patch fixes that. Refs: https://github.com/nodejs/node/issues/21563 PR-URL: https://github.com/nodejs/node/pull/23855 Reviewed-By: Michaël Zasso <targos@pro...
[ { "path": "lib/internal/bootstrap/cache.js", "patch": "@@ -6,8 +6,9 @@\n // cannot be tampered with even with --expose-internals\n \n const {\n- NativeModule, internalBinding\n+ NativeModule\n } = require('internal/bootstrap/loaders');\n+const { hasTracing } = process.binding('config');\n \n function getC...
2018-10-24T13:15:22
electron/electron
3b5edb461ae83f289ffc6bc88998f7e3cc009e2c
4c36b747e0fb5626fc01354f31412388c78d7a7b
win: Fix linking with libyuv
[ { "path": "brightray/brightray.gyp", "patch": "@@ -165,6 +165,7 @@\n 'link_settings': {\n 'libraries': [\n '<(libchromiumcontent_dir)/ffmpegsumo.lib',\n+ '<(libchromiumcontent_dir)/libyuv.lib',\n ],\n 'msvs_settings': {\n ...
2015-04-06T07:04:07
vercel/next.js
34ad8bdd2bfa1c086a08a45e371de50b4f5ad65b
35895f42f64e71e413b9482c4f90b9876d1427f0
Next Router Middleware Support (vercel/turbo#3690) This updates our Next.js router, passing the `edgeInfo` manifest generated from the `middleware.js` file (or any other configured page extension). Fixes WEB-277 Fixes WEB-370
[ { "path": "crates/next-core/js/src/entry/router.ts", "patch": "@@ -1,13 +1,16 @@\n import type { Ipc } from \"@vercel/turbopack-next/ipc/index\";\n import type { IncomingMessage, ServerResponse } from \"node:http\";\n import { Buffer } from \"node:buffer\";\n+import { join } from \"node:path\";\n import { c...
2023-02-16T03:44:55
huggingface/transformers
3993ee1e988482d46384408c097aac28babad794
b96f213fcfdaf8ccd18ad8864f70b39553cea331
Add `segmentation_maps` support to MobileNetV2ImageProcessor (#37312) * Add `segmentation_maps` support to mobilenet_v2 image processor and `reduce_labels` to mobilevit * Changed mobilenetv2 tests to support fastimageprocessor * added `segmentation_maps` support to fast image processor * reverted to upstream/main ...
[ { "path": "docs/source/en/model_doc/mobilenet_v2.md", "patch": "@@ -114,6 +114,7 @@ print(f\"The predicted class label is: {predicted_class_label}\")\n \n [[autodoc]] MobileNetV2ImageProcessor\n - preprocess\n+ - post_process_semantic_segmentation\n \n ## MobileNetV2ImageProcessorFast\n ", "addit...
2025-07-07T17:34:59
nodejs/node
247b513059592cbfe9ec3012aa9bc461b9899c7f
f90cf19fdd729cff6147b12be191effa6113712e
src,win: informative stack traces Refresh `Win32SymbolDebuggingContext::LookupSymbol` to use more APIs PR-URL: https://github.com/nodejs/node/pull/23822 Refs: https://docs.microsoft.com/en-us/windows/desktop/Debug/retrieving-symbol-information-by-address Refs: https://docs.microsoft.com/en-us/windows/desktop/Debug/re...
[ { "path": "src/debug_utils.cc", "patch": "@@ -100,35 +100,104 @@ class Win32SymbolDebuggingContext final : public NativeSymbolDebuggingContext {\n USE(SymInitialize(current_process_, nullptr, true));\n }\n \n- ~Win32SymbolDebuggingContext() {\n+ ~Win32SymbolDebuggingContext() override {\n USE(Sy...
2018-10-22T19:07:00
electron/electron
4c36b747e0fb5626fc01354f31412388c78d7a7b
7b7a94140d898253427a83ea72f0ca513a371a31
win: Fix linking with ffmepg
[ { "path": "brightray/brightray.gyp", "patch": "@@ -161,6 +161,19 @@\n '<(libchromiumcontent_dir)/sandbox.lib',\n ],\n },\n+ }, {\n+ 'link_settings': {\n+ 'libraries': [\n+ '<(libchromiumcontent_dir)/ffmpegsumo.lib',\n+ ],...
2015-04-06T07:03:53
vercel/next.js
e882b06de67d337cacc5ac9691bc1010fbc363bb
4961188ab0ed761c2d20552bfb81835d727a621e
Skip auto static entries in turbotrace (#45856) <!-- Thanks for opening a PR! Your contribution is much appreciated. To make sure your PR is handled as smoothly as possible we request that you follow the checklist sections below. Choose the right checklist for the change(s) that you're making: --> ## Bug - ...
[ { "path": "packages/next/src/build/index.ts", "patch": "@@ -955,7 +955,10 @@ export default async function build(\n \n let turboTasks: unknown\n \n- if (turbotraceContext) {\n+ async function runTurbotrace(staticPages: Set<string>) {\n+ if (!turbotraceContext) {\n+ return\n+ ...
2023-02-15T23:00:45
rust-lang/rust
b8732aaa4d5af1c5a287e2baac38dc1e4d41c56e
6cab15c1aef39456d86ce51be6096088cb2ef1da
Fix pagetoc inactive color in rustc book
[ { "path": "src/doc/rustc/theme/pagetoc.css", "patch": "@@ -49,7 +49,7 @@\n }\n #pagetoc a {\n border-left: 1px solid var(--sidebar-bg);\n- color: var(--sidebar-fg) !important;\n+ color: var(--fg);\n display: block;\n padding-bottom: 5px;\n padding-top: 5...
2025-05-20T18:03:17
golang/go
5045477be8961af1a5855d89e60483f4ccb624ac
0f252511272d340c3fa9d25acfcc9ff9d809cd7d
net/http: fix typo in header.go Change-Id: Ia6df881badf9a704c7f56967404d37e230b88a09 Reviewed-on: https://go-review.googlesource.com/c/go/+/343969 Reviewed-by: Damien Neil <dneil@google.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Damien Neil <dneil@google.com>
[ { "path": "src/net/http/header.go", "patch": "@@ -196,7 +196,7 @@ func (h Header) writeSubset(w io.Writer, exclude map[string]bool, trace *httptra\n \tfor _, kv := range kvs {\n \t\tif !httpguts.ValidHeaderFieldName(kv.key) {\n \t\t\t// This could be an error. In the common case of\n-\t\t\t// writing repons...
2021-08-20T16:26:26
huggingface/transformers
c4e39ee59c7ccc552e67889c1b81a574d5badf2e
14cba7ad33279d18e42857251e56c944560dbe18
adjust input and output texts for test_modeling_recurrent_gemma.py (#39190) * adjust input and output texts for test_modeling_recurrent_gemma.py Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com> * fix bug Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com> * adjust Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel...
[ { "path": "tests/models/recurrent_gemma/test_modeling_recurrent_gemma.py", "patch": "@@ -20,6 +20,7 @@\n \n from transformers import AutoModelForCausalLM, AutoTokenizer, RecurrentGemmaConfig, is_torch_available, set_seed\n from transformers.testing_utils import (\n+ Expectations,\n require_bitsandbyt...
2025-07-07T13:13:25
electron/electron
938069a389ea5f5cdb7ffc12418fc27b10d4a611
e64101e31fadaf54f8c1d7a6acb9b302060efefc
win: Fix linking
[ { "path": "atom.gyp", "patch": "@@ -124,7 +124,6 @@\n {\n 'destination': '<(PRODUCT_DIR)',\n 'files': [\n- '<(libchromiumcontent_dir)/chromiumcontent.dll',\n '<(libchromiumcontent_dir)/ffmpegsumo.dll',\n '<(libchromiumcon...
2015-04-06T06:21:21