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 | 78bdaf0b39c29737b9ca48a274ef4a34bdafd4d1 | e895107784ea68cd80e101acda5eb53aa07b9392 | Add cohere asr (#45023)
* cohere-asr model
* repo udpates
* tmp weight mapping
* add fast tests
* fix compile
* add integration tests
* update integration tests
* fixes
* clearer API
* test update
* fix
* cosmetics
* fix on parakeet encoder
* modular update
* Update src/transformers/models/cohere_asr/con... | [
{
"path": "docs/source/en/_toctree.yml",
"patch": "@@ -1002,6 +1002,8 @@\n title: Bark\n - local: model_doc/clap\n title: CLAP\n+ - local: model_doc/cohere_asr\n+ title: Cohere ASR\n - local: model_doc/csm\n title: CSM\n - local: model_doc/dac",
"add... | 2026-03-26T22:48:11 |
electron/electron | 3408c8038ebeaf7fa88b098d0b1c05a21835f4d2 | 5a4cdcfde1f788495cc611b9ac76e5367f1c5367 | Fix indentation | [
{
"path": "lib/browser/guest-window-manager.js",
"patch": "@@ -141,13 +141,13 @@ const getGuestWindow = function (guestId) {\n ipcMain.on('ELECTRON_GUEST_WINDOW_MANAGER_WINDOW_OPEN', function (event, url, frameName, disposition, options, additionalFeatures) {\n options = mergeBrowserWindowOptions(event.se... | 2016-09-29T12:41:35 |
golang/go | a1ceacedd8efb49c66ef9d0ec60ca2c9ee726f07 | 29057b707d468bd690e6eadfebe89c4ff737867c | net/netip: fix receiver name in Addr.{has,without}Zone comments
Change-Id: I851900cb52abfe75224a9dd9b9760eafd2cfc85f
Reviewed-on: https://go-review.googlesource.com/c/go/+/407175
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gm... | [
{
"path": "src/net/netip/netip.go",
"patch": "@@ -498,7 +498,7 @@ func (ip Addr) WithZone(zone string) Addr {\n \treturn ip\n }\n \n-// withoutZone unconditionally strips the zone from IP.\n+// withoutZone unconditionally strips the zone from ip.\n // It's similar to WithZone, but small enough to be inlinab... | 2022-05-19T08:00:18 |
nodejs/node | 57f75376cc5b55b434b0c4c294307494c667dee2 | 75ab328b681ef0194361fe2ef7b3d8a8c7c1b5ef | doc,errors: use code markup/markdown in headers
PR-URL: https://github.com/nodejs/node/pull/31086
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> | [
{
"path": "doc/api/errors.md",
"patch": "@@ -177,7 +177,7 @@ Throwing an error inside the callback **can crash the Node.js process** in most\n cases. If [domains][] are enabled, or a handler has been registered with\n `process.on('uncaughtException')`, such errors can be intercepted.\n \n-## Class: Error\n+... | 2019-12-24T01:38:09 |
huggingface/transformers | 67100ccaad9b406d05a1214d95293cb0623b7890 | 69f9d552e9f7977291e707f1ae260c64193ea6ab | [CB] Persistent manager (#44435)
* Stacked commits cb-persistent
* Rebase fixes
* style
* ty compliance
* Fix
* nit | [
{
"path": "src/transformers/generation/configuration_utils.py",
"patch": "@@ -1585,7 +1585,7 @@ class ContinuousBatchingConfig:\n The decode path handles batches has no dynamic KV length, so static shapes are a better fit.\n use_default_compile_configs (`bool`, *optional*, defaults to `F... | 2026-03-26T21:47:57 |
electron/electron | 0727102c5ec62c2f86a3c1041794d38c8fed6425 | 4c2590ed927847fb2d236bad0c76bebbf1f6cd38 | :memo: Fix the link source-code-directory-structure.md on pt-br [ci skip] | [
{
"path": "docs-translations/pt-BR/README.md",
"patch": "@@ -80,7 +80,7 @@ Existem muitas perguntas comuns que são feitas, verifique antes de criar uma is\n ## Desenvolvimento\n \n * [Estilo de Código](development/coding-style.md)\n-* [Estrutura de Diretórios de Código Fonte](../../docs/development/source-c... | 2016-10-04T17:43:11 |
golang/go | 29057b707d468bd690e6eadfebe89c4ff737867c | 97ce98ac203e76fc1a1e902226277dc00456b41b | database/sql: fix close rows error ignored in Next
Change-Id: I19f0d764e2a6122307f3f26a6dd3be7b1155c73b
GitHub-Last-Rev: 9f1f883c452201679a2d2af2cc29de0f09a43f28
GitHub-Pull-Request: golang/go#52756
Reviewed-on: https://go-review.googlesource.com/c/go/+/404794
Reviewed-by: Daniel Theophanes <kardianos@gmail.com>
Revie... | [
{
"path": "src/database/sql/fakedb_test.go",
"patch": "@@ -1089,6 +1089,9 @@ type rowsCursor struct {\n \t// This is separate from the fakeConn.line to allow for drivers that\n \t// can start multiple queries on the same transaction at the same time.\n \tline int64\n+\n+\t// closeErr is returned when rowsCu... | 2022-05-19T02:44:00 |
vercel/next.js | 7d93808c435d6d74f93e045711b1639dc1fc05b3 | e486d74464078888426f9ad976f90996a0e0708a | Remove render workers in favor of esm loader (#54813)
Currently we create separate workers to isolate `pages` and `app`
routers due to differing react versions being used between the two. This
adds overhead and complexity in the rendering process which we can avoid
by leveraging an `esm-loader` similar to our `requ... | [
{
"path": "packages/next/src/bin/next.ts",
"patch": "@@ -1,18 +1,18 @@\n #!/usr/bin/env node\n+import '../server/require-hook'\n import * as log from '../build/output/log'\n import arg from 'next/dist/compiled/arg/index.js'\n import { NON_STANDARD_NODE_ENV } from '../lib/constants'\n import { commands } fro... | 2023-09-11T20:17:52 |
nodejs/node | fdec6bd7449c8ec975e94543133523af19f18162 | ce0fb0faaa26aa0095393cb7f7a5a0506cd4cbd6 | doc: allow <code> in header elements
Allow use of <code> in header elements without styling side effects. We
can add styling later if desired. The goal here is to allow code to be
set off in markdown without needing to escape characters and do lint
exceptions for terms. This is probably a win in terms of accessibility... | [
{
"path": "doc/api_assets/style.css",
"patch": "@@ -20,23 +20,28 @@ body {\n background-color: #fff;\n }\n \n-h1 { font-size: 2.5rem; }\n-h2 { font-size: 2rem; }\n-h3 { font-size: 1.75rem; }\n-h4 { font-size: 1.5rem; }\n-h5 { font-size: 1.25rem; }\n-h6 { font-size: 1rem; }\n-\n-h1,\n-h2,\n-h3,\n-h4,\n-h5,... | 2019-12-23T20:05:47 |
rust-lang/rust | 288a5654514938b973a75e0e1de64ee702170661 | 5a30e4307f0506bed87eeecd171f8366fdbda1dc | Upgrade semicolon_in_expressions_from_macros from warn to deny
This is already warn-by-default, and a future compatibility warning
(FCW) that warns in dependencies. Upgrade it to deny-by-default, as the
next step towards hard error. | [
{
"path": "compiler/rustc_lint_defs/src/builtin.rs",
"patch": "@@ -2838,7 +2838,7 @@ declare_lint! {\n /// [issue #79813]: https://github.com/rust-lang/rust/issues/79813\n /// [future-incompatible]: ../index.md#future-incompatible-lints\n pub SEMICOLON_IN_EXPRESSIONS_FROM_MACROS,\n- Warn,\n+ ... | 2025-07-23T16:14:12 |
huggingface/transformers | 882ffdbbd6b8ad50feaa860d702e70950cfc95d0 | d81ad48109331f910fd81f699869855cbd50f681 | [`fix`] Use the correct _tied_weights_keys for CamembertForCausalLM (#45031)
Use the correct _tied_weights_keys for CamembertForCausalLM | [
{
"path": "src/transformers/models/camembert/modeling_camembert.py",
"patch": "@@ -1154,7 +1154,7 @@ def forward(\n )\n class CamembertForCausalLM(CamembertPreTrainedModel, GenerationMixin):\n _tied_weights_keys = {\n- \"lm_head.decoder.weight\": \"camembert.embeddings.word_embeddings.weight\",\n... | 2026-03-26T18:50:02 |
golang/go | 97ce98ac203e76fc1a1e902226277dc00456b41b | 6b6813fdb79d426c3693eef2cc423263185cb3a2 | cmd/go: do not ignore flags option with bad quoting
Fixes #43177
Change-Id: I7d8ef8dee0dcade3cc88fc6423e23f41d1f8ffb2
Reviewed-on: https://go-review.googlesource.com/c/go/+/339289
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>... | [
{
"path": "src/cmd/go/internal/load/flag.go",
"patch": "@@ -59,6 +59,9 @@ func (f *PerPackageFlag) set(v, cwd string) error {\n \t\tif i == 0 {\n \t\t\treturn fmt.Errorf(\"missing <pattern> in <pattern>=<value>\")\n \t\t}\n+\t\tif v[0] == '\\'' || v[0] == '\"' {\n+\t\t\treturn fmt.Errorf(\"parameter may not... | 2021-08-02T21:25:49 |
vercel/next.js | e486d74464078888426f9ad976f90996a0e0708a | 360142d4097dd525c57a1ad0f2c8879ba06c3816 | Fix typo (#55245)
This PR fixes a single character typo. | [
{
"path": "docs/02-app/01-building-your-application/03-rendering/01-server-components.mdx",
"patch": "@@ -80,7 +80,7 @@ Dynamic rendering is useful when a route has data that is personalized to the us\n >\n > In most websites, routes are not fully static or fully dynamic - it's a spectrum. For example, you ... | 2023-09-11T19:09:06 |
nodejs/node | 341c4daeca5054b687d8186e58e38d995191c1e1 | 0e89b64d6606d9c7948259e9090a46d185c5281f | src: enable stack trace printing for V8 check failures
Example output:
$ ./node --expose-gc test/addons/buffer-free-callback/test.js
#
# Fatal error in , line 0
# Check failed: result.second.
#
#
#
#FailureMessage Object: 0x7ffebd956860
1: 0x56290a45b105 [./node]
2: 0x56290... | [
{
"path": "src/node_platform.cc",
"patch": "@@ -513,6 +513,14 @@ TracingController* NodePlatform::GetTracingController() {\n return tracing_controller_;\n }\n \n+Platform::StackTracePrinter NodePlatform::GetStackTracePrinter() {\n+ return []() {\n+ fprintf(stderr, \"\\n\");\n+ DumpBacktrace(stderr)... | 2019-12-24T13:24:01 |
huggingface/transformers | ec196140eb9b43653bc62877d7b746869a527c28 | da37a4d95758f90a0b37253b33618b382c7ca722 | Ensure final evaluation runs with step-based evaluation strategy (#44146)
* rebase
* merge conflict
* merge conflict1
* merge conflict trainer
* blank space qulity run
* lint error
* modify test to address our change
* rebase
* rebase
* rebase
* rebase
* test updated with delay check
* checkpoint tests upd... | [
{
"path": "src/transformers/trainer_callback.py",
"patch": "@@ -591,6 +591,14 @@ def on_step_end(self, args: TrainingArguments, state: TrainerState, control: Tra\n # End training\n if state.global_step >= state.max_steps:\n control.should_training_stop = True\n+ # Eval... | 2026-03-26T16:17:22 |
huggingface/transformers | da37a4d95758f90a0b37253b33618b382c7ca722 | 61efa3229a0cdd77cec9359a68e416a456c020c3 | Add `base_model_tp_plan` to `OlmoeConfig` (#44668)
* Rebase: Add base_model_tp_plan to OlmoeConfig (dataclass style)
Rebased onto main after configs were migrated to dataclasses.
Adds base_model_tp_plan as a class attribute and TensorParallelTesterMixin
to the OLMoE test suite.
Co-Authored-By: Claude Opus 4.6 <norep... | [
{
"path": "src/transformers/models/olmoe/configuration_olmoe.py",
"patch": "@@ -44,6 +44,17 @@ class OlmoeConfig(PreTrainedConfig):\n keys_to_ignore_at_inference = [\"past_key_values\"]\n attribute_map = {\"num_local_experts\": \"num_experts\"}\n \n+ # Default tensor parallel plan for base model ... | 2026-03-26T13:40:42 |
electron/electron | 3af686daffdddf33c99675773fa7097a60c4a601 | c811188e22d9b56bc8c792cae5334305dda8d7c2 | Documented JavasScript API changes related to the fix for additional features processing | [
{
"path": "docs/api/web-contents.md",
"patch": "@@ -147,6 +147,7 @@ Returns:\n `new-window`, `save-to-disk` and `other`.\n * `options` Object - The options which will be used for creating the new\n `BrowserWindow`.\n+* `additional_features` Array - The non-standard features (features not handled by Chro... | 2016-09-23T07:08:32 |
golang/go | 6b6813fdb79d426c3693eef2cc423263185cb3a2 | 9b89c380208ea2e85985ee6bf2b1d684274dfa1d | runtime: test alignment of fields targeted by 64-bit atomics
Make sure that all the targets of 64-bit atomic operations
are actually aligned to 8 bytes. This has been a source of
bugs on 32-bit systems. (e.g. CL 399754)
The strategy is to have a simple test that just checks the
alignment of some explicitly listed fie... | [
{
"path": "src/runtime/align_runtime_test.go",
"patch": "@@ -0,0 +1,71 @@\n+// Copyright 2022 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+// This file lives in the runtime package\n+// so we can get acc... | 2022-05-17T22:52:20 |
nodejs/node | 0e89b64d6606d9c7948259e9090a46d185c5281f | 18de9ba872c8062c47fa5ba85bf47a63e256c040 | zlib: allow writes after readable 'end' to finish
Call the callback for writes that occur after the stream is closed.
This also requires changes to the code to not call `.destroy()`
on the stream in `.on('end')`, and to ignore chunks written
afterwards.
Previously, these writes would just queue up silently, as their
... | [
{
"path": "lib/zlib.js",
"patch": "@@ -275,7 +275,7 @@ function ZlibBase(opts, mode, handle, { flush, finishFlush, fullFlush }) {\n this._defaultFlushFlag = flush;\n this._finishFlushFlag = finishFlush;\n this._defaultFullFlushFlag = fullFlush;\n- this.once('end', this.close);\n+ this.once('end', _c... | 2019-12-24T15:22:39 |
rust-lang/rust | b4724b4b6147dc8968fc072b4b3815c1e4f662f4 | 654a8034588e9025c26fcd69b7b2233943da9d32 | Fix Cargo.lock
The dependency of `xtask` on `time` was mistakenly removed. | [
{
"path": "src/tools/rust-analyzer/Cargo.lock",
"patch": "@@ -3103,6 +3103,7 @@ dependencies = [\n \"proc-macro2\",\n \"quote\",\n \"stdx\",\n+ \"time\",\n \"ungrammar\",\n \"write-json\",\n \"xflags\",",
"additions": 1,
"deletions": 0,
"language": "Unknown"
}
] | 2025-07-23T14:35:08 |
vercel/next.js | 360142d4097dd525c57a1ad0f2c8879ba06c3816 | 40da1aeb9253402cf24ddfd7ca680de0e0a5c96b | tests(next-dev): migrate basic tailwind tests for turbopack (#55118)
Closes WEB-1518
### What?
This PR refactors test cases from next-dev, tests basic tailwind rendering with turbopack. It still runs against plain next.js too. While checking, noticed there's a stub fixture (css-fixture/with-tailwindcss) but those... | [
{
"path": "packages/next-swc/crates/next-dev-tests/tests/integration/next/tailwind/basic/input/next.config.js",
"patch": "@@ -1,4 +0,0 @@\n-/** @type {import('next').NextConfig} */\n-module.exports = {\n- reactStrictMode: true,\n-}",
"additions": 0,
"deletions": 4,
"language": "JavaScript"
},... | 2023-09-11T15:44:39 |
huggingface/transformers | 09832b2ae515cfbd020327f5d3ba2dafe6edf83c | b1ba6d7d2af770b9c7ab0bac38da2f242e40a6d3 | Dynamic weight conversion is recursive (#44300)
* split out from timm PR
* all other VLMs
* timm backbone is not here
* oops, extra key is breaking eveerything
* .
* this test
* maybe
* fix missing keys when loading from hub
* now fix fast tests
* merge gone wrong
* fix repo
* refine the regex again!
* clo... | [
{
"path": "docs/source/en/model_doc/maskformer.md",
"patch": "@@ -64,6 +64,10 @@ This model was contributed by [francesco](https://huggingface.co/francesco). The\n \n [[autodoc]] models.maskformer.modeling_maskformer.MaskFormerForInstanceSegmentationOutput\n \n+## MaskFormerDetrConfig\n+\n+[[autodoc]] MaskF... | 2026-03-26T11:45:57 |
golang/go | 9b89c380208ea2e85985ee6bf2b1d684274dfa1d | 81a9a7f4c293794855ed640cdc53835f566b6414 | cmd/gofmt: use SkipObjectResolution with -s as well
The "simplify" feature used go/ast's object tracking in only one place -
to replace s[a:len(s)] with s[a:].
Using go/ast.Object did allow us to not simplify code like:
len := func(s []int) int { ... }
s = s[a:len(s)]
The existing code already noted the limitation... | [
{
"path": "src/cmd/gofmt/gofmt.go",
"patch": "@@ -76,9 +76,9 @@ func initParserMode() {\n \tif *allErrors {\n \t\tparserMode |= parser.AllErrors\n \t}\n-\t// Both -r and -s make use of go/ast's object resolution.\n-\t// If neither is being used, avoid that unnecessary work.\n-\tif *rewriteRule == \"\" && !*... | 2022-04-22T22:57:06 |
nodejs/node | 18de9ba872c8062c47fa5ba85bf47a63e256c040 | 5289f80eadafcc508b24d5817f0ec416eccf8404 | build: fixes build for some os versions
For format macros, the __STDC_FORMAT_MACROS flag needs to be
passed, also passing the librt linker flag. | [
{
"path": "common.gypi",
"patch": "@@ -333,6 +333,7 @@\n [ 'OS in \"linux freebsd openbsd solaris android aix cloudabi\"', {\n 'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', ],\n 'cflags_cc': [ '-fno-rtti', '-fno-exceptions', '-std=gnu++1y' ],\n+ 'defines': [ '__STDC_F... | 2019-10-27T06:17:54 |
vercel/next.js | 40da1aeb9253402cf24ddfd7ca680de0e0a5c96b | e1bc270830f2fc2df3542d4ef4c61b916c802df3 | test(nexttestsetup): teardown nextinstance gracefully (#55144)
### What?
https://vercel.slack.com/archives/C04KC8A53T7/p1694190462958199
I realized we throws an error attempt to destory against undefined instance when `beforeAll` fails in any reason. This is quite redundant error since if next instance doesn't exi... | [
{
"path": "test/lib/e2e-utils.ts",
"patch": "@@ -233,7 +233,12 @@ export function nextTestSetup(\n next = await createNext(options)\n })\n afterAll(async () => {\n- await next.destroy()\n+ // Gracefully destroy the instance if `createNext` success.\n+ // If next instnace is not ... | 2023-09-11T15:29:49 |
huggingface/transformers | b1ba6d7d2af770b9c7ab0bac38da2f242e40a6d3 | c9faacd7d57459157656bdffe049dabb6293f011 | Don't run `tests_hub` if no tests found (#45014)
* fix
* fix
* fix
---------
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com> | [
{
"path": "utils/tests_fetcher.py",
"patch": "@@ -1106,16 +1106,29 @@ def parse_commit_message(commit_message: str) -> dict[str, bool]:\n def create_test_list_from_filter(full_test_list, out_path):\n os.makedirs(out_path, exist_ok=True)\n all_test_files = \"\\n\".join(full_test_list)\n+\n+ # Coll... | 2026-03-26T09:32:37 |
golang/go | a6c75aa5c3009e6c4179ef9429b3efbd708499bf | 8542bd8938efc8bb1bc681f4a0603c9f392e70b0 | runtime: use correct heap goal in GC traces
Currently gctrace and gcpacertrace recompute the heap goal for
end-of-cycle information but this is incorrect.
Because both of these traces are printing stats from the previous cycle
in this case, they should print the heap goal at the end of the previous
cycle.
Change-Id:... | [
{
"path": "src/runtime/mgc.go",
"patch": "@@ -1118,7 +1118,7 @@ func gcMarkTermination() {\n \t\t}\n \t\tprint(\" ms cpu, \",\n \t\t\twork.heap0>>20, \"->\", work.heap1>>20, \"->\", work.heap2>>20, \" MB, \",\n-\t\t\tgcController.heapGoal()>>20, \" MB goal, \",\n+\t\t\tgcController.lastHeapGoal>>20, \" MB g... | 2022-05-18T22:07:46 |
rust-lang/rust | 23fda6084b5e9a618b74a9c417f5353783b72ae9 | 20aa182235d6b27ecee519f1d18ee30f0d1c4a61 | RustWrapper: Suppress getNextNonDebugInfoInstruction
Link: https://github.com/llvm/llvm-project/pull/144383 | [
{
"path": "compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp",
"patch": "@@ -1610,7 +1610,7 @@ extern \"C\" void LLVMRustPositionBefore(LLVMBuilderRef B, LLVMValueRef Instr) {\n \n extern \"C\" void LLVMRustPositionAfter(LLVMBuilderRef B, LLVMValueRef Instr) {\n if (auto I = dyn_cast<Instruction>(unwrap<Va... | 2025-07-23T09:29:59 |
vercel/next.js | 80654c1e30725c6b3c9385893cc662a11bf29c14 | 9d529e525fa4beffa4152fccdd8f5dae20b9135e | chore(examples): upgrade `@keystone-next/keystone` (#55210)
…ilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-PROMPTS-1729737
- https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506
- https://snyk.io/vuln/SNYK-JS-TAR-1579147
- https://snyk.io/vuln/SNYK-JS-TAR-1579152
- https:/... | [
{
"path": "examples/cms-keystonejs-embedded/package.json",
"patch": "@@ -8,7 +8,7 @@\n },\n \"dependencies\": {\n \"@keystone-next/fields\": \"^15.0.0\",\n- \"@keystone-next/keystone\": \"^18.0.0\",\n+ \"@keystone-next/keystone\": \"^25.0.0\",\n \"next\": \"10.2.2\",\n \"react\": \"18.... | 2023-09-11T14:02:20 |
nodejs/node | 208453ef42074e3d0df66c390c1fd699003f1249 | 6e20674c6f03ebe272e69cc3afb84db277163a7c | wasi: throw on failed uvwasi_init()
Prior to this commit, if uvwasi_init() failed in any way, Node
would abort due to a failed CHECK_EQ(). This commit changes
that behavior to a thrown exception.
PR-URL: https://github.com/nodejs/node/pull/31076
Fixes: https://github.com/nodejs/node/issues/30878
Reviewed-By: Jiawen G... | [
{
"path": "src/node_wasi.cc",
"patch": "@@ -74,22 +74,64 @@ using v8::ArrayBuffer;\n using v8::BackingStore;\n using v8::BigInt;\n using v8::Context;\n+using v8::Exception;\n using v8::FunctionCallbackInfo;\n using v8::FunctionTemplate;\n+using v8::Integer;\n+using v8::Isolate;\n using v8::Local;\n+using v8... | 2019-12-22T17:05:39 |
huggingface/transformers | c9faacd7d57459157656bdffe049dabb6293f011 | 35b005bba4de1d4b3c3789451adb5cf7469b1522 | Fix type hint for `attention_chunk_size` in `Llama4TextConfig` (#45002)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> | [
{
"path": "src/transformers/models/llama4/configuration_llama4.py",
"patch": "@@ -165,7 +165,7 @@ class Llama4TextConfig(PreTrainedConfig):\n rope_parameters: RopeParameters | dict | None = None\n no_rope_layers: list[int] | None = None\n no_rope_layer_interval: int = 4\n- attention_chunk_siz... | 2026-03-25T20:34:42 |
golang/go | 946b4baaf6521d521928500b2b57429c149854e7 | e23cc0844d542688c0956900206fca7c602593c5 | all: gofmt main repo
Excluding vendor and testdata.
CL 384268 already reformatted most, but these slipped past.
The struct in the doc comment in debug/dwarf/type.go
was fixed up by hand to indent the first and last lines as well.
For #51082.
Change-Id: Iad020f83aafd671ff58238fe491907e85923d0c7
Reviewed-on: https://... | [
{
"path": "src/archive/zip/reader.go",
"patch": "@@ -57,7 +57,7 @@ type File struct {\n \tzip *Reader\n \tzipr io.ReaderAt\n \theaderOffset int64 // includes overall ZIP archive baseOffset\n-\tzip64 bool // zip64 extended information extra field presence\n+\tzip64 bool // zip... | 2022-05-18T20:46:20 |
huggingface/transformers | 35b005bba4de1d4b3c3789451adb5cf7469b1522 | c17877c2ad39f8f736d5ea8a34f98e562843fc83 | Fix AutoProcessor.from_pretrained silently dropping hub kwargs (#44710)
* Fix AutoProcessor.from_pretrained silently dropping hub kwargs
The previous code used inspect.signature(cached_file).parameters to
filter kwargs before passing them to cached_file(). However, since
cached_file() is defined with **kwargs in its ... | [
{
"path": "src/transformers/models/auto/processing_auto.py",
"patch": "@@ -14,7 +14,6 @@\n \"\"\"AutoProcessor class.\"\"\"\n \n import importlib\n-import inspect\n import json\n from collections import OrderedDict\n from typing import TYPE_CHECKING\n@@ -299,7 +298,18 @@ def from_pretrained(cls, pretrained_... | 2026-03-25T18:04:21 |
nodejs/node | 6e20674c6f03ebe272e69cc3afb84db277163a7c | a512bf28cf669f25545d90b6bbe2e5068460a8a5 | deps: uvwasi: cherry-pick 75b389c
Original commit message:
This commit changes the memory management in
uvwasi_fd_table_init() such that ENOMEM errors can be
handled better in uvwasi_fd_table_free().
PR-URL: https://github.com/nodejs/node/pull/31076
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Revi... | [
{
"path": "deps/uvwasi/src/fd_table.c",
"patch": "@@ -291,19 +291,25 @@ uvwasi_errno_t uvwasi_fd_table_init(uvwasi_t* uvwasi,\n return UVWASI_EINVAL;\n \n table->fds = NULL;\n- r = uv_rwlock_init(&table->rwlock);\n- if (r != 0)\n- return uvwasi__translate_uv_error(r);\n-\n table->used = 0;\n ... | 2019-12-24T15:30:46 |
vercel/next.js | 31f28287bf1cb420878786f90fab915b9348d75f | df76f6633fe192e04b88ace62a00ccc9bb833d86 | fix: upgrade recoil from 0.7.6 to 0.7.7 (#55222)
upgrade recoil from 0.7.6 to 0.7.7
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Steven <steven@ceriously.com> | [
{
"path": "examples/with-recoil/package.json",
"patch": "@@ -9,6 +9,6 @@\n \"next\": \"latest\",\n \"react\": \"^18.2.0\",\n \"react-dom\": \"^18.2.0\",\n- \"recoil\": \"0.7.6\"\n+ \"recoil\": \"0.7.7\"\n }\n }",
"additions": 1,
"deletions": 1,
"language": "JSON"
}
] | 2023-09-11T13:56:43 |
huggingface/transformers | c17877c2ad39f8f736d5ea8a34f98e562843fc83 | 2a54236620f75fdafb6be69492e6995e7869c14f | Fix `maybe_autocast` crashing on meta device tensors (#44984)
`torch.is_autocast_enabled("meta")` raises a RuntimeError because
torch does not support autocast for the meta device. This breaks any
code that runs a forward pass on meta tensors (e.g. nnsight's `.scan()`
for tracing without materializing weights).
Since... | [
{
"path": "src/transformers/utils/generic.py",
"patch": "@@ -196,6 +196,8 @@ def maybe_autocast(\n Which makes graph splitting in `torch.compile` more flexible as it removes the\n requirement that partition IDs be monotonically increasing.\n \"\"\"\n+ if device_type == \"meta\":\n+ ret... | 2026-03-25T17:42:52 |
golang/go | e23cc0844d542688c0956900206fca7c602593c5 | 0aa8a87b5d8f9425ed4c1b66b85e453bef8b7f29 | misc/cgo/testplugin: set the package name in TestIssue19534
The fix for #19534 (in CL 40994) adjusted escaping in the
dynamically-linked name lookup logic for the plugin package. However,
the regression test added for it incorrectly included quotes within
the -ldflags flag, causing the flag to inadvertently be ignored... | [
{
"path": "misc/cgo/testplugin/plugin_test.go",
"patch": "@@ -218,7 +218,7 @@ func TestIssue18676(t *testing.T) {\n \n func TestIssue19534(t *testing.T) {\n \t// Test that we can load a plugin built in a path with non-alpha characters.\n-\tgoCmd(t, \"build\", \"-buildmode=plugin\", \"-ldflags='-pluginpath=i... | 2022-05-19T14:41:32 |
nodejs/node | a512bf28cf669f25545d90b6bbe2e5068460a8a5 | 3d500015feb4c8cc9a2ee9d18a6883acf0a3f5f2 | deps: uvwasi: cherry-pick 64e59d5
Original commit message:
This commit ensures that multiple calls to uvwasi_destroy()
are possible. Prior to this commit, subsequent calls to
destroy() would abort because the file table's rwlock was
incorrectly being destroyed multiple times.
PR-URL: https://github.c... | [
{
"path": "deps/uvwasi/src/fd_table.c",
"patch": "@@ -357,11 +357,20 @@ void uvwasi_fd_table_free(uvwasi_t* uvwasi, struct uvwasi_fd_table_t* table) {\n uvwasi__free(uvwasi, entry);\n }\n \n- uvwasi__free(uvwasi, table->fds);\n- table->fds = NULL;\n- table->size = 0;\n- table->used = 0;\n- uv_rwl... | 2019-12-24T02:59:30 |
vercel/next.js | df76f6633fe192e04b88ace62a00ccc9bb833d86 | 9de2fd53e816db77efbf08d10e8f0734875ec05d | server: remove turbopack-specific code when compiling with webpack (#55226)
This PR tweaks the webpack config so that when we compile user code with webpack, we remove all branches of code that are guarded with `process.env.TURBOPACK`. I noticed that the bundle runtime was not tree-shaken correctly, this fixes that. | [
{
"path": "packages/next/src/build/webpack-config.ts",
"patch": "@@ -371,6 +371,7 @@ export function getDefineEnv({\n 'global.GENTLY': JSON.stringify(false),\n }\n : undefined),\n+ 'process.env.TURBOPACK': JSON.stringify(false),\n }\n }\n ",
"additions": 1,
"deletions": ... | 2023-09-11T12:23:02 |
golang/go | 9bc544a1580a67166060aabc5af91227092f6a39 | b93ceefa7b47167f7bc9ec471905c136b234d34f | misc/cgo: invoke "go" from $GOROOT/bin instead of $PATH
If PATH doesn't contain GOROOT/bin as the first element, this could
otherwise end up running entirely the wrong command (and from the
wrong GOROOT, even).
I pre-tested this change on release-branch.go1.17 using a gomote.
I believe that it will fix the test failu... | [
{
"path": "misc/cgo/testplugin/plugin_test.go",
"patch": "@@ -19,6 +19,7 @@ import (\n )\n \n var gcflags string = os.Getenv(\"GO_GCFLAGS\")\n+var goroot string\n \n func TestMain(m *testing.M) {\n \tflag.Parse()\n@@ -43,6 +44,12 @@ func prettyPrintf(format string, args ...interface{}) {\n }\n \n func testM... | 2022-05-19T14:26:53 |
nodejs/node | 0e21c1e637bf6d844473d09dca3508f2bf547b89 | bbc032d395f221e8b88dc7ebde653e11d8411dde | deps: V8: cherry-pick 687d865fe251
Original commit message:
[heap] Perform GCs on v8::BackingStore allocation
This adds heuristics to perform young and full GCs on allocation
of external ArrayBuffer backing stores.
Young GCs are performed proactively based on the external backing
store bytes for... | [
{
"path": "deps/v8/src/heap/heap.cc",
"patch": "@@ -2761,6 +2761,14 @@ HeapObject Heap::AlignWithFiller(HeapObject object, int object_size,\n \n void* Heap::AllocateExternalBackingStore(\n const std::function<void*(size_t)>& allocate, size_t byte_length) {\n+ size_t new_space_backing_store_bytes =\n+ ... | 2019-12-17T18:46:18 |
huggingface/transformers | 2a54236620f75fdafb6be69492e6995e7869c14f | 2f6249179233e880770c1dbc47ea834ada29fe59 | Add VidEoMT (#44285)
* First draft
* [Videomt] Extend query-stage parity checks to 3-frame inputs
* [Videomt] Add full-model parity check against EoMT reference
* [Videomt] Compare conversion against official GitHub reference
* [Videomt] Simplify conversion to checkpoint-based HF mapping
* [Videomt] Add --verify ... | [
{
"path": "docs/source/en/_toctree.yml",
"patch": "@@ -974,6 +974,8 @@\n title: UperNet\n - local: model_doc/uvdoc\n title: UVDoc\n+ - local: model_doc/videomt\n+ title: VidEoMT\n - local: model_doc/vit\n title: Vision Transformer (ViT)\n - local: model_... | 2026-03-25T17:05:21 |
electron/electron | 4d8c1c61a583f3c3154ac3dbbfe8d6e03ddd6e3f | bee3abe33427b552bca5b23479129f46cdbe6bfc | Revert "Fix for issues seen on frameless window (Windows) when at 200% resolution" | [
{
"path": "atom/browser/native_window_views.cc",
"patch": "@@ -1155,6 +1155,9 @@ void NativeWindowViews::OnWidgetMove() {\n \n gfx::Rect NativeWindowViews::ContentBoundsToWindowBounds(\n const gfx::Rect& bounds) {\n+ if (!has_frame())\n+ return bounds;\n+\n gfx::Rect window_bounds(bounds);\n #if d... | 2016-10-03T11:41:52 |
golang/go | c087121dafc1e0250d43b545e85d67e7e6762f74 | fe4de36198794c447fbd9d7cc2d7199a506c76a5 | runtime: relax the threshold for TestPingPongHog
The test checks that the scheduling of the goroutines are within
a small factor, to ensure the scheduler handing off the P
correctly. There have been flaky failures on the builder (probably
due to OS scheduling delays). Increase the threshold to make it
less flaky. The ... | [
{
"path": "src/runtime/proc_test.go",
"patch": "@@ -477,11 +477,12 @@ func TestPingPongHog(t *testing.T) {\n \t<-lightChan\n \n \t// Check that hogCount and lightCount are within a factor of\n-\t// 5, which indicates that both pairs of goroutines handed off\n+\t// 20, which indicates that both pairs of goro... | 2022-05-18T19:15:33 |
huggingface/transformers | 2f6249179233e880770c1dbc47ea834ada29fe59 | 0e1978c9eb69ec64b55245212dbf63deab19d25b | fix: remove Copied from comments between @torch.jit.script and def for Python 3.13 compat (#44986)
fix: remove `# Copied from` comments between @torch.jit.script and def for Python 3.13 compat
On Python 3.13, placing a comment between @torch.jit.script and the
function definition causes an IndentationError when torch... | [
{
"path": "src/transformers/models/deberta_v2/modeling_deberta_v2.py",
"patch": "@@ -102,19 +102,16 @@ def build_relative_position(query_layer, key_layer, bucket_size: int = -1, max_p\n \n \n @torch.jit.script\n-# Copied from transformers.models.deberta.modeling_deberta.c2p_dynamic_expand\n def c2p_dynamic_... | 2026-03-25T13:31:30 |
nodejs/node | bbc032d395f221e8b88dc7ebde653e11d8411dde | 262c66a8517c150354b4babce890ccae4b08bf94 | deps: V8: cherry-pick d406bfd64653
Original commit message:
[base] Fix the return of ClockNow on IBMi
The API thread_cputime() is only defined but not yet implemented on IBMi.
Change-Id: I8ea7ff724e749f537b54e75a00d718500807ca8a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1957831... | [
{
"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.24',\n+ 'v8_embedder_string': '-node.25',\n \n ##### V8 defaults for Node.js #####\n... | 2019-12-09T17:45:30 |
rust-lang/rust | 2b640216aea9527c67c82cfc781d979247ac6028 | d05542af7a07de7e58dc9a695125a3b50146ea82 | Fix gcc_icmp with non-native integers | [
{
"path": "src/int.rs",
"patch": "@@ -494,11 +494,27 @@ impl<'a, 'gcc, 'tcx> Builder<'a, 'gcc, 'tcx> {\n let lhs_low = self.context.new_cast(self.location, self.low(lhs), unsigned_type);\n let rhs_low = self.context.new_cast(self.location, self.low(rhs), unsigned_type);\n \n+ ... | 2025-07-23T13:56:54 |
golang/go | fe4de36198794c447fbd9d7cc2d7199a506c76a5 | 1c77137d4fdfbb3e7e8d9efaab3bab5ee736a19d | crypto/tls: randomly generate ticket_age_add
As required by RFC 8446, section 4.6.1, ticket_age_add now holds a
random 32-bit value. Before this change, this value was always set
to 0.
This change also documents the reasoning for always setting
ticket_nonce to 0. The value ticket_nonce must be unique per
connection, ... | [
{
"path": "src/crypto/tls/handshake_server_tls13.go",
"patch": "@@ -10,6 +10,7 @@ import (\n \t\"crypto\"\n \t\"crypto/hmac\"\n \t\"crypto/rsa\"\n+\t\"encoding/binary\"\n \t\"errors\"\n \t\"hash\"\n \t\"io\"\n@@ -745,6 +746,19 @@ func (hs *serverHandshakeStateTLS13) sendSessionTickets() error {\n \t}\n \tm.... | 2022-05-12T18:58:29 |
huggingface/transformers | 0e1978c9eb69ec64b55245212dbf63deab19d25b | 2620c4ddd41afcc8d3b1d1134803bd418ffa45a7 | More small vllm fixes (#44990)
* BC
* update
* revert
* update
* style | [
{
"path": "src/transformers/utils/generic.py",
"patch": "@@ -940,6 +940,14 @@ def wrapper(self, *args, **kwargs):\n return wrapper\n \n \n+# bc for check_model_inputs:\n+\n+\n+def check_model_inputs(func):\n+ logger.warning_once(\"The `check_model_inputs` decorator is deprecated in favor of `merge_wi... | 2026-03-25T13:05:41 |
nodejs/node | 359f590b8da55e54b78f65857df6bb1bcef2d352 | 403c84a1cf964a24608a79c2952230270b6d1ca8 | doc: fix anchors and subtitle in BUILDING.md
PR-URL: https://github.com/nodejs/node/pull/30296
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigip... | [
{
"path": "BUILDING.md",
"patch": "@@ -23,15 +23,15 @@ file a new issue.\n * [Unix and macOS](#unix-and-macos)\n * [Unix prerequisites](#unix-prerequisites)\n * [macOS prerequisites](#macos-prerequisites)\n- * [Building Node.js](#building-nodejs)\n+ * [Building Node.js](#building-nodejs-1)\n... | 2019-11-06T11:49:27 |
vercel/next.js | df76f6633fe192e04b88ace62a00ccc9bb833d86 | 9de2fd53e816db77efbf08d10e8f0734875ec05d | server: remove turbopack-specific code when compiling with webpack (#55226)
This PR tweaks the webpack config so that when we compile user code with webpack, we remove all branches of code that are guarded with `process.env.TURBOPACK`. I noticed that the bundle runtime was not tree-shaken correctly, this fixes that. | [
{
"path": "packages/next/src/build/webpack-config.ts",
"patch": "@@ -371,6 +371,7 @@ export function getDefineEnv({\n 'global.GENTLY': JSON.stringify(false),\n }\n : undefined),\n+ 'process.env.TURBOPACK': JSON.stringify(false),\n }\n }\n ",
"additions": 1,
"deletions": ... | 2023-09-11T12:23:02 |
huggingface/transformers | 2620c4ddd41afcc8d3b1d1134803bd418ffa45a7 | c532659b8734b88d2bbaac2542c2a5a8b525f3f7 | fix(models): Fix Perceiver interpolate_pos_encoding interpolating to the source size (#44899)
* fix: Correct interpolation target size
* test: Add fast test coverage | [
{
"path": "src/transformers/models/perceiver/modeling_perceiver.py",
"patch": "@@ -2567,7 +2567,7 @@ def interpolate_pos_encoding(self, position_embeddings: torch.Tensor, height: in\n \n position_embeddings = nn.functional.interpolate(\n position_embeddings,\n- size=(new_heigh... | 2026-03-25T11:41:05 |
golang/go | 1c77137d4fdfbb3e7e8d9efaab3bab5ee736a19d | 4ba114ec05c6090708b51db5f7a196e95bce64e0 | cmd/compile: do not use special literal assignment if LHS is address-taken
A composite literal assignment
x = T{field: v}
may be compiled to
x = T{}
x.field = v
We already do not use this form is RHS uses LHS. If LHS is
address-taken, RHS may uses LHS implicitly, e.g.
v = &x.field
x = T{field: *v}
The lowering a... | [
{
"path": "src/cmd/compile/internal/walk/complit.go",
"patch": "@@ -618,6 +618,12 @@ func oaslit(n *ir.AssignStmt, init *ir.Nodes) bool {\n \t\t// not a special composite literal assignment\n \t\treturn false\n \t}\n+\tif x.Addrtaken() {\n+\t\t// If x is address-taken, the RHS may (implicitly) uses LHS.\n+\... | 2022-05-18T15:58:53 |
electron/electron | 5d1c626a53bbb83ce92d1dab567c32de1a844332 | ff6a8fac2a370059aaf54dc027203bfedc08c630 | Fix webContents.findInPage links in docs | [
{
"path": "docs-translations/ko-KR/api/web-contents.md",
"patch": "@@ -309,7 +309,7 @@ Returns:\n * `matches` Integer (optional) - 일치하는 개수.\n * `selectionArea` Object (optional) - 첫 일치 부위의 좌표.\n \n-[`webContents.findInPage`](web-contents.md#webcontentsfindinpage) 요청의 결과를\n+[`webContents.findInPage`] 요청의... | 2016-10-03T05:54:07 |
rust-lang/rust | f6288ba7b72b9441d92e3ef4912675ea179231aa | 8bab91ce35ba457353e261c52fd4968d75060bdb | Remove `ExpressionStoreDiagnostics::MacroError`, instead recreate it from the `MacroCallId`
This simplifies the code and also makes us report parse error in macros too. | [
{
"path": "src/tools/rust-analyzer/crates/hir-def/src/expr_store.rs",
"patch": "@@ -16,7 +16,7 @@ use std::{\n \n use cfg::{CfgExpr, CfgOptions};\n use either::Either;\n-use hir_expand::{ExpandError, InFile, MacroCallId, mod_path::ModPath, name::Name};\n+use hir_expand::{InFile, MacroCallId, mod_path::ModPa... | 2025-07-23T13:27:07 |
huggingface/transformers | c532659b8734b88d2bbaac2542c2a5a8b525f3f7 | c3b41c6c57be42e5dc2834af25c0c15be98a6678 | Allow `mm_token_type` be non-padded lists (#44563)
* squash commit
* several forks mixed up, revert
* oops
* glms
* commit lost when rebasing, revert
* typing hints
* more failures
* fix repo
* comments and revert unrelated
* fix style
* fix repo | [
{
"path": "src/transformers/models/aria/modular_aria.py",
"patch": "@@ -11,7 +11,6 @@\n # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n # See the License for the specific language governing permissions and\n # limitations under the License.\n-import numpy as np\n import torch\n ... | 2026-03-25T11:20:06 |
nodejs/node | 403c84a1cf964a24608a79c2952230270b6d1ca8 | 486ffa2abcee3be1210044a1654df2fb50eaa42f | src: port --bash-completion to C++
So that it gets handle earlier and faster during the bootstrap
process.
Drive-by fixes:
- Remove `[has_eval_string]` and `[ssl_openssl_cert_store]` from
the completion output
- Set `kProfProcess` execution mode for `--prof-process` instead
of `kPrintBashProcess` which is remove... | [
{
"path": "lib/internal/main/print_bash_completion.js",
"patch": "@@ -1,29 +0,0 @@\n-'use strict';\n-const { options, aliases } = require('internal/options');\n-\n-const {\n- prepareMainThreadExecution\n-} = require('internal/bootstrap/pre_execution');\n-\n-function print(stream) {\n- const all_opts = [..... | 2019-02-03T03:47:26 |
vercel/next.js | 1097ab279ae5e34fd9fc1766bd68bfd199b52b19 | 606c73a5487533868a37f9c01ea2f79ab8ffb97a | examples: update KeystoneJS version (#55201)
…ilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-APOLLOSERVERCORE-2928764
- https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3042992
- https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105
- https://snyk.io/vuln/SNYK-JS-LOADERUTILS-310594... | [
{
"path": "examples/cms-keystonejs-embedded/package.json",
"patch": "@@ -7,7 +7,7 @@\n \"start\": \"next start\"\n },\n \"dependencies\": {\n- \"@keystone-next/fields\": \"^9.0.0\",\n+ \"@keystone-next/fields\": \"^15.0.0\",\n \"@keystone-next/keystone\": \"^18.0.0\",\n \"next\": \"10.... | 2023-09-10T19:41:51 |
golang/go | 4ba114ec05c6090708b51db5f7a196e95bce64e0 | 2c3cb19a983cacd47c2b6134597d10de69010c42 | net/http/cookiejar: allow cookies with an IP address in the domain attribute
A set domain attribute in a cookie in a Set-Cookie header is intended to
create a domain cookie, i.e. a cookie that is not only sent back to the
domain the Set-Cookie was received from, but to all subdomains thereof
too. Sometimes people set ... | [
{
"path": "src/net/http/cookiejar/jar.go",
"patch": "@@ -121,7 +121,9 @@ func (e *entry) shouldSend(https bool, host, path string) bool {\n \treturn e.domainMatch(host) && e.pathMatch(path) && (https || !e.Secure)\n }\n \n-// domainMatch implements \"domain-match\" of RFC 6265 section 5.1.3.\n+// domainMatc... | 2021-06-10T09:54:58 |
rust-lang/rust | 910ee2d15a505070cbc80dcceaf74ba2b8a5b15a | de93fb13feeb6263bef61d4035e78ab8651c5714 | Fix `compiletest` bad handling of `ignore-backends` | [
{
"path": "src/tools/compiletest/src/directives/cfg.rs",
"patch": "@@ -285,6 +285,11 @@ fn parse_cfg_name_directive<'a>(\n if name == \"gdb-version\" {\n outcome = MatchOutcome::External;\n }\n+\n+ // Don't error out for ignore-backends,as it is handled elsewhere.\n+ ... | 2025-07-23T11:46:35 |
electron/electron | 5bfa898a02aee9aabda1268c19cd4a2085fcb257 | b14870d9a139dd7e5966c8e24f218dd347f4ac79 | Always drop SEM_NOGPFAULTERRORBOX flag from error mode (enables WER if crashReporter is not started) | [
{
"path": "atom/common/node_bindings.cc",
"patch": "@@ -144,7 +144,7 @@ void NodeBindings::Initialize() {\n // uv_init overrides error mode to suppress the default crash dialog, bring\n // it back if user wants to show it.\n std::unique_ptr<base::Environment> env(base::Environment::Create());\n- if (... | 2016-09-29T20:57:41 |
huggingface/transformers | c3b41c6c57be42e5dc2834af25c0c15be98a6678 | b3d7942fbaedda791668d7fe42eaaa323ed7a089 | Fix CPU 16 bytes alignment issue using equivalent fallback (#44970)
* fix 16 bytes alignement issue
* add issue for reference
* test fix for non-aligned inputs as well
* avoid dims non divisible by 8 for grouped_mm testing
* test
* style
* final fix that works for cpu builds as well
* move coment | [
{
"path": "docs/source/en/weightconverter.md",
"patch": "@@ -168,7 +168,6 @@ Operations are fully reversible. Saving reverses the conversions and returns the\n | [`MergeModulelist(dim)`] | [`SplitModulelist(dim)`] |\n | [`SplitModulelist(dim)`] | [`MergeModulelist(dim)`] |\n | [`Transpose(d0, d1)`] | [`Tran... | 2026-03-25T08:45:47 |
nodejs/node | c852f7e2ac3a071245a4080f0e2d7fdc18aec6b4 | 2c5d35ee1ee86c4099f036c004f2b60033c7b8bc | stream: pipeline should use req.abort() to destroy response
destroy(err) on http response will propagate the error to the
request causing 'error' to be unexpectedly emitted. Furthermore,
response.destroy() unlike request.abort() does not _dump buffered
data.
Fixes a breaking change introduced in https://github.com/no... | [
{
"path": "lib/internal/streams/pipeline.js",
"patch": "@@ -17,7 +17,7 @@ const {\n } = require('internal/errors').codes;\n \n function isRequest(stream) {\n- return stream.setHeader && typeof stream.abort === 'function';\n+ return stream && stream.setHeader && typeof stream.abort === 'function';\n }\n \n... | 2019-12-21T11:08:36 |
vercel/next.js | 9b98e1ccc6c06f0fc556a07f4c178fc2f92a0f2b | 0f212096f62a2a048ae8a50725cd4ac2659a9fc0 | docs: fix nested list (#55178)
Seems to be rendering fine here (https://nextjs.org/docs/messages/react-hydration-error) with actual numbering | [
{
"path": "docs/02-app/01-building-your-application/08-upgrading/03-from-vite.mdx",
"patch": "@@ -16,33 +16,33 @@ There are several reasons why you might want to switch from Vite to Next.js:\n happens due to a couple of reasons:\n 1. The browser needs to wait for the React code and your entire applica... | 2023-09-10T13:08:29 |
rust-lang/rust | 2e49c52855c6a726d4f42705fe42d3c237f14b32 | a7a1618e6c835f1f00940ad72203d05808209a0d | Fix tests/codegen-llvm/const-vector.rs test failure on riscv64 | [
{
"path": "tests/codegen-llvm/const-vector.rs",
"patch": "@@ -15,6 +15,7 @@\n #![feature(arm_target_feature)]\n #![feature(mips_target_feature)]\n #![allow(non_camel_case_types)]\n+#![feature(riscv_target_feature)]\n \n #[path = \"../auxiliary/minisimd.rs\"]\n mod minisimd;\n@@ -42,6 +43,7 @@ extern \"unadj... | 2025-07-23T11:23:36 |
golang/go | 2c3cb19a983cacd47c2b6134597d10de69010c42 | 1f9f7db2bf7087e82102d5984a8eca9208d1caf3 | cmd/compile/internal/test: make TestIntendedInlining faster
There is no need to build with -a. The go command should do the
right thing to pass the flags. Also, we only care packages
mentioned on the command line, so no need to add -gcflags=all=....
May fix #52081.
Change-Id: Idabcfe285c90ed5d25ea6d42abd7617078d3283... | [
{
"path": "src/cmd/compile/internal/test/inl_test.go",
"patch": "@@ -275,7 +275,7 @@ func TestIntendedInlining(t *testing.T) {\n \t\t}\n \t}\n \n-\targs := append([]string{\"build\", \"-a\", \"-gcflags=all=-m -m\", \"-tags=math_big_pure_go\"}, pkgs...)\n+\targs := append([]string{\"build\", \"-gcflags=-m -m... | 2022-05-18T16:50:49 |
electron/electron | 52340b43f5f54c38be2be986b75bdd387b7f04a1 | b3b9994ce84fa914182098350d2941506cf34447 | Possible fix for issues seen on frameless window (Windows) when at 200% | [
{
"path": "atom/browser/native_window_views.cc",
"patch": "@@ -1155,9 +1155,6 @@ void NativeWindowViews::OnWidgetMove() {\n \n gfx::Rect NativeWindowViews::ContentBoundsToWindowBounds(\n const gfx::Rect& bounds) {\n- if (!has_frame())\n- return bounds;\n-\n gfx::Rect window_bounds(bounds);\n #if d... | 2016-09-29T06:04:03 |
huggingface/transformers | b3d7942fbaedda791668d7fe42eaaa323ed7a089 | 28af8184fb00a0e9bc778c3defdec39bbe7e8839 | refactor: unify QA calls (#44879)
* unify calls
* give me make!
* added tomli to quality extra
* keep teh exact same behavior
* remove circleCI from agent file
* unified UI
* better UX
* fix typing target
* dev-ci
* dev-ci
* hardcoded :dev
* removed dev blocks and python version marker
* make fix-repo | [
{
"path": ".ai/AGENTS.md",
"patch": "@@ -2,10 +2,10 @@\n - `make style`: runs formatters and linters (ruff), necessary to pass code style checks\n - `make typing`: runs the ty type checker and model structure rules\n - `make fix-repo`: auto-fixes copies, modular conversions, doc TOCs, docstrings in addition... | 2026-03-25T08:39:39 |
nodejs/node | 2c5d35ee1ee86c4099f036c004f2b60033c7b8bc | 1fab8a92974ce555adca39baada1d199b4952fd7 | doc: add unrepresented flags docs for configure
Added documentation to support usage of advanced features of
`configure` on Windows.
PR-URL: https://github.com/nodejs/node/pull/28069
Fixes: https://github.com/nodejs/node/issues/17331
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@... | [
{
"path": "doc/guides/maintaining-the-build-files.md",
"patch": "@@ -34,6 +34,14 @@ update the build and testing process on Windows.\n \n ## configure\n \n+The `configure` script recognizes many CLI flags for special build formulas.\n+Many are not represented by `vcbuild` shortcuts, and need to be passed\n+... | 2019-06-05T09:39:12 |
rust-lang/rust | 3d186ea611c9dd1360d1fee15f08d718b601384f | a7a1618e6c835f1f00940ad72203d05808209a0d | Fix tests/assembly-llvm/dwarf-mixed-versions-lto.rs test failure on riscv64 | [
{
"path": "tests/assembly-llvm/dwarf-mixed-versions-lto.rs",
"patch": "@@ -1,6 +1,7 @@\n // This test ensures that if LTO occurs between crates with different DWARF versions, we\n // will choose the highest DWARF version for the final binary. This matches Clang's behavior.\n // Note: `.2byte` directive is u... | 2025-07-23T11:14:07 |
vercel/next.js | 0f212096f62a2a048ae8a50725cd4ac2659a9fc0 | a4094e28a19b14153fab087aa8602e97d32d0aed | Fix/security (#55189)
Update to fix vulnerability in @builder.io/react@1.1.52
Co-authored-by: Snyk bot <19733683+snyk-bot@users.noreply.github.com> | [
{
"path": "examples/cms-builder-io/package.json",
"patch": "@@ -6,7 +6,7 @@\n \"start\": \"next start\"\n },\n \"dependencies\": {\n- \"@builder.io/react\": \"^1.1.47\",\n+ \"@builder.io/react\": \"^2.0.0\",\n \"@builder.io/widgets\": \"^1.2.21\",\n \"classnames\": \"2.3.1\",\n \"d... | 2023-09-10T13:01:27 |
golang/go | 12e48f3bbf7a28a6340aee5d9a5eacf3a98e869c | bc2e961cf4cda945dc6d607a5076b4e376553e9f | os: look up hostname from PATH in test
When running TestHostname, the location of the hostname binary
is hardcoded as /bin/hostname. However, on some systems the actual
location is /usr/bin/hostname.
Change this behaviour to perform a lookup for hostname in PATH,
and skip the test when it cannot be found there.
Fixe... | [
{
"path": "src/os/os_test.go",
"patch": "@@ -1699,16 +1699,21 @@ func runBinHostname(t *testing.T) string {\n \t\tt.Fatal(err)\n \t}\n \tdefer r.Close()\n-\tconst path = \"/bin/hostname\"\n+\n+\tpath, err := osexec.LookPath(\"hostname\")\n+\tif err != nil {\n+\t\tif errors.Is(err, osexec.ErrNotFound) {\n+\t... | 2022-04-20T15:02:35 |
huggingface/transformers | 28af8184fb00a0e9bc778c3defdec39bbe7e8839 | 28e1cc59ecf479ea674f2cc4b443a2969aae3a69 | Fix tie_word_embedding issues with `Qwen2VL` (#44976)
* Fix tie_word_embedding issues with `Qwen2VL`
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
* remove colqwen hack
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
---------
Signed-off-by: Harry Mellor <19981378... | [
{
"path": "src/transformers/models/colmodernvbert/configuration_colmodernvbert.py",
"patch": "@@ -72,9 +72,6 @@ def __post_init__(self, **kwargs):\n if not hasattr(self.vlm_config, \"vocab_size\"):\n self.vlm_config.vocab_size = self.vlm_config.get_text_config().vocab_size\n \n- #... | 2026-03-24T20:48:14 |
rust-lang/rust | efcae7d31d30ba8d8c806fbb8dea634e78d7b969 | a7a1618e6c835f1f00940ad72203d05808209a0d | properly use caller-side panic location for some GenericArgs methods | [
{
"path": "compiler/rustc_middle/src/ty/generic_args.rs",
"patch": "@@ -536,21 +536,28 @@ impl<'tcx> GenericArgs<'tcx> {\n #[inline]\n #[track_caller]\n pub fn type_at(&self, i: usize) -> Ty<'tcx> {\n- self[i].as_type().unwrap_or_else(|| bug!(\"expected type for param #{} in {:?}\", i, se... | 2025-07-19T20:38:57 |
nodejs/node | 1fab8a92974ce555adca39baada1d199b4952fd7 | 0b89761d6dcaa1aa6b49b5b9d85b36065f681351 | timers: fix refresh for expired timers
Expired timers were not being refresh correctly and
would always act as unrefed if refresh was called.
PR-URL: https://github.com/nodejs/node/pull/27345
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Rich... | [
{
"path": "lib/internal/timers.js",
"patch": "@@ -209,21 +209,23 @@ Timeout.prototype.refresh = function() {\n Timeout.prototype.unref = function() {\n if (this[kRefed]) {\n this[kRefed] = false;\n- decRefCount();\n+ if (!this._destroyed)\n+ decRefCount();\n }\n return this;\n };\n \n T... | 2019-04-22T20:52:17 |
vercel/next.js | 6e3ef5b01c95f0ffa8fa7a7fe51a9d8f864fc46a | d61c6ba4aa4ad005b81cd20c441841e6c02fc581 | feat: support expanding urls in nexturbo (and fix static files) (#55147)
Closes WEB-1525 | [
{
"path": "packages/next-swc/crates/napi/src/next_api/project.rs",
"patch": "@@ -69,6 +69,9 @@ pub struct NapiProjectOptions {\n \n /// A map of environment variables to use when compiling code.\n pub env: Vec<NapiEnvVar>,\n+\n+ /// The address of the dev server.\n+ pub server_addr: String,\n ... | 2023-09-08T21:35:33 |
golang/go | 20db15ce12fd7349fb160fc0bf556efb24eaac84 | 1c6706c71b6b3f783a4f1ce78433a10aa302a9c8 | all: fix spelling
Change-Id: I63eb42f3ce5ca452279120a5b33518f4ce16be45
GitHub-Last-Rev: a88f2f72bef402344582ae997a4907457002b5df
GitHub-Pull-Request: golang/go#52951
Reviewed-on: https://go-review.googlesource.com/c/go/+/406843
Run-TryBot: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org... | [
{
"path": "src/cmd/compile/internal/ssa/loopbce.go",
"patch": "@@ -161,7 +161,7 @@ func findIndVar(f *Func) []indVar {\n \n \t\t// Up to now we extracted the induction variable (ind),\n \t\t// the increment delta (inc), the temporary sum (nxt),\n-\t\t// the mininum value (min) and the maximum value (max).\n... | 2022-05-17T23:37:44 |
electron/electron | df0bda058fd3d367fd8968ead27b928391aac500 | 15b844941137f3c00da1074eb96cbb83f6024ec0 | Update korean docs, according to most recent changes and other missing. (#7400)
* Apply changes
* Apply changes
* Apply changes
* Apply changes
* Fix all JS standard syntax errors
* Apply of recent changes, #7374 | [
{
"path": "docs-translations/ko-KR/api/app.md",
"patch": "@@ -5,10 +5,10 @@\n 밑의 예시는 마지막 윈도우가 종료되었을 때, 애플리케이션을 종료시키는 예시입니다:\n \n ```javascript\n-const {app} = require('electron');\n+const {app} = require('electron')\n app.on('window-all-closed', () => {\n- app.quit();\n-});\n+ app.quit()\n+})\n ```\n \n #... | 2016-09-29T15:52:40 |
rust-lang/rust | 1023edc49cef9fee8bd8f6d40de67f76feb367c6 | 8bab91ce35ba457353e261c52fd4968d75060bdb | Change rename self to parameter use `Self` type
And add `&self` lifetime support
Example
===
Rename to `this`
```rust
struct Foo<T>(T);
impl Foo<i32> {
fn foo(&'static self$0) {}
}
```
Old:
```rust
struct Foo<T>(T);
impl Foo<i32> {
fn foo(this: &Foo) {}
}
```
Fixes:
```rust
struct Foo<T>(T);
impl Foo<i3... | [
{
"path": "src/tools/rust-analyzer/crates/ide/src/rename.rs",
"patch": "@@ -12,6 +12,7 @@ use ide_db::{\n source_change::SourceChangeBuilder,\n };\n use itertools::Itertools;\n+use std::fmt::Write;\n use stdx::{always, never};\n use syntax::{AstNode, SyntaxKind, SyntaxNode, TextRange, TextSize, ast};\n ... | 2025-07-23T05:40:38 |
nodejs/node | 3d47c8592d179991d3bfa4902f12c4fce07ac2d3 | cd6b00df3376d23643467b4c53e2e93bd9c28ce6 | stream: reset flowing state if no 'readable' or 'data' listeners
If we don't have any 'readable' or 'data' listeners and we are
not about to resume. Then reset flowing state to initial null state.
PR-URL: https://github.com/nodejs/node/pull/31036
Fixes: https://github.com/nodejs/node/issues/24474
Reviewed-By: Luigi P... | [
{
"path": "lib/_stream_readable.js",
"patch": "@@ -28,6 +28,7 @@ const {\n ObjectDefineProperty,\n ObjectSetPrototypeOf,\n SymbolAsyncIterator,\n+ Symbol\n } = primordials;\n \n module.exports = Readable;\n@@ -51,6 +52,8 @@ const {\n ERR_STREAM_UNSHIFT_AFTER_END_EVENT\n } = require('internal/errors... | 2019-12-20T14:49:24 |
vercel/next.js | 6e5b935fd7a61497f6854a81aec7df3a5dbf61ac | b5d752667aabab59478d6f82cc6c1a27d37a8b44 | server: require hook hotfix (#55146)
This PR fixes a bug in the require hook implementation where the variable used might not exist depending on the environment. In order to fix that, we can use the variable used to define the version of React used instead as it is already present and a proxy of the same information.... | [
{
"path": "packages/next/src/build/index.ts",
"patch": "@@ -1248,15 +1248,14 @@ export default async function build(\n forkOptions: {\n env: {\n ...process.env,\n- __NEXT_PRIVATE_RENDER_RUNTIME: type,\n __NEXT_INCREMENTAL_CACHE_IPC_PORT: ipcPort... | 2023-09-08T19:02:17 |
golang/go | 1c6706c71b6b3f783a4f1ce78433a10aa302a9c8 | c6965ad63fc66e02f37c9dcfc381c898983cec16 | test: add test that caused a gofrontend crash
For #51291
Change-Id: If47e4cbf899853ade5050852c3870b9500da4c63
Reviewed-on: https://go-review.googlesource.com/c/go/+/406916
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Review... | [
{
"path": "test/fixedbugs/issue51291.dir/a.go",
"patch": "@@ -0,0 +1,9 @@\n+// Copyright 2022 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 a\n+\n+type TypeA string\n+\n+const StrA TypeA = \"s\"",... | 2022-05-17T22:41:59 |
huggingface/transformers | 28e1cc59ecf479ea674f2cc4b443a2969aae3a69 | 692d187dc7b1091717bfe941785d272f7d575563 | Support Modular (!!) + Configs in `check_auto_docstrings` (#44803)
* Support config in check_auto_docstrings, fix all configs docstrings
* Add checking and fixing in modular
* fix style
* fix document ownly own attributes in configs, not inherited ones
* Add back removed examples, look through mro until PreTrained... | [
{
"path": "docs/source/en/auto_docstring.md",
"patch": "@@ -31,7 +31,7 @@ from ...utils import auto_docstring\n Select whether you'd like to apply `@auto_docstring` to a class or function below to see how to use it.\n \n <hfoptions id=\"type\">\n-<hfoption id=\"classes\">\n+<hfoption id=\"model classes\">\n... | 2026-03-24T17:46:05 |
nodejs/node | 5661466921d18e04bcac766b9aea0c0f158c952e | 90f7a5c010f7f22eb73807f6401e3924fa36c700 | doc: improve doc net:server.listen
Remove line "Common parameter of server.listen() functions."
from net:server.listen callback functions because there is no
need of this line.
PR-URL: https://github.com/nodejs/node/pull/31064
Fixes: https://github.com/nodejs/node/issues/31019
Reviewed-By: Gireesh Punathil <gpunathi@... | [
{
"path": "doc/api/net.md",
"patch": "@@ -241,7 +241,7 @@ added: v0.5.10\n \n * `handle` {Object}\n * `backlog` {number} Common parameter of [`server.listen()`][] functions\n-* `callback` {Function} Common parameter of [`server.listen()`][] functions\n+* `callback` {Function}\n * Returns: {net.Server}\n \n ... | 2019-12-23T06:57:21 |
golang/go | c6965ad63fc66e02f37c9dcfc381c898983cec16 | 3483ce0a28ebfe287416889e87a51dd3636223aa | runtime: deflake TestCgoPprofThread
In TestCgoPprofThread, the (fake) cgo traceback function pretends
all C CPU samples are in cpuHogThread. But if a profiling signal
lands in C code but outside of that thread, e.g. before/when the
thread is created, we will get a sample which looks like Go calls
into cpuHogThread. Th... | [
{
"path": "src/runtime/testdata/testprogcgo/threadpprof.go",
"patch": "@@ -17,6 +17,8 @@ package main\n int threadSalt1;\n int threadSalt2;\n \n+static pthread_t tid;\n+\n void cpuHogThread() {\n \tint foo = threadSalt1;\n \tint i;\n@@ -42,12 +44,16 @@ struct cgoTracebackArg {\n };\n \n // pprofCgoThreadTra... | 2022-05-17T21:52:43 |
huggingface/transformers | 692d187dc7b1091717bfe941785d272f7d575563 | 18f88de7f575410f3ad8a64418abf2572fecb259 | [ `vllm x v5`] nit (#44971)
* remove class
* remove more
* fix repo
* up up | [
{
"path": "src/transformers/configuration_utils.py",
"patch": "@@ -32,7 +32,6 @@\n from .generation.configuration_utils import GenerationConfig\n from .modeling_gguf_pytorch_utils import load_gguf_checkpoint\n from .modeling_rope_utils import RotaryEmbeddingConfigMixin\n-from .tokenization_utils_base import... | 2026-03-24T17:40:02 |
vercel/next.js | 5217e7eb0698947a95a2d6410f4a36c482be406a | 5b85a40142b14b9b16903d5172f82d35f40303ec | server: re-land bundled runtimes (#55139)
see https://github.com/vercel/next.js/pull/52997
also added a fix by @jridgewell to fix turbopack
Co-authored-by: Justin Ridgewell <112982+jridgewell@users.noreply.github.com> | [
{
"path": ".eslintrc.json",
"patch": "@@ -162,7 +162,10 @@\n },\n {\n \"files\": [\"packages/**\"],\n- \"excludedFiles\": [\"packages/next/taskfile.js\"],\n+ \"excludedFiles\": [\n+ \"packages/next/taskfile*.js\",\n+ \"packages/next/webpack.config.js\"\n+ ],\n ... | 2023-09-08T16:05:29 |
nodejs/node | 1bc7a50fdd203de2e1c3842f98525d7cd97a3cdd | 489e77c119dbef43b035338bc7eb3d4a2d1ae0c8 | tools: fix Raspbian armv7 build
PR-URL: https://github.com/nodejs/node/pull/31041
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com> | [
{
"path": "tools/v8_gypfiles/v8.gyp",
"patch": "@@ -805,7 +805,7 @@\n }],\n # Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library\n # to implement atomic memory access\n- ['v8_current_cpu in [\"mips\", \"mipsel\", \"mips64\", \"mips64el\", \"pp... | 2019-12-20T19:12:45 |
huggingface/transformers | 18f88de7f575410f3ad8a64418abf2572fecb259 | b94fee049373eb2e140d4866847559c4c42b3d7e | LwDetrImageLoss: Fix dtype casting to prevent crash when using amp on cuda device (#44886)
* LwDetrImageLoss: Fix dtype casting to prevent crash when using amp on cuda device
* fix PR review comments
* add comments and apply similar fix rt_detr
---------
Co-authored-by: Matthias <matthias.meier@autonomous-teaming.... | [
{
"path": "src/transformers/loss/loss_lw_detr.py",
"patch": "@@ -112,6 +112,7 @@ def loss_labels(self, outputs, targets, indices, num_boxes):\n if \"logits\" not in outputs:\n raise KeyError(\"No logits were found in the outputs\")\n source_logits = outputs[\"logits\"]\n+ ... | 2026-03-24T16:47:07 |
golang/go | 3483ce0a28ebfe287416889e87a51dd3636223aa | 6382c39e15ce68996a3848ad6f0ca15570e35ff5 | net/netip: fix type name in z0, z4, z6noz comment
This was copied from the respective comment in package inet.af/netaddr
where the type is named IP. In net/netip the type is named Addr. Adjust
the comment accordingly.
Change-Id: Ib2d1667e6b8f474b3589dea0b37d5e05e58f2e05
Reviewed-on: https://go-review.googlesource.com... | [
{
"path": "src/net/netip/netip.go",
"patch": "@@ -63,8 +63,8 @@ type Addr struct {\n \tz *intern.Value\n }\n \n-// z0, z4, and z6noz are sentinel IP.z values.\n-// See the IP type's field docs.\n+// z0, z4, and z6noz are sentinel Addr.z values.\n+// See the Addr type's field docs.\n var (\n \tz0 = (*inte... | 2022-05-17T22:08:49 |
rust-lang/rust | 95de0aaed3a01d6c3f09931ba9d2a5b1ac492a19 | 35487a2e7c80012129c38f55c970109a1538c91f | rustc_resolve: get rid of unused rustdoc::span_of_fragments_with_expansion
This function can cause false negatives if used incorrectly
(usually "do any of the doc fragments come from a macro" is
the wrong question to ask), and thus it is unused. | [
{
"path": "compiler/rustc_resolve/src/rustdoc.rs",
"patch": "@@ -509,9 +509,8 @@ fn collect_link_data<'input, F: BrokenLinkCallback<'input>>(\n display_text.map(String::into_boxed_str)\n }\n \n-/// Returns a tuple containing a span encompassing all the document fragments and a boolean that is\n-/// `tru... | 2025-07-22T23:36:09 |
huggingface/transformers | b94fee049373eb2e140d4866847559c4c42b3d7e | 15b3b8924b393afa37bdc36a3206eb5032bc6a66 | [AMD CI] Gemma3/Gemma3n Expectations (#44972)
* expectaitons gemma3
* gemma3n expectations
* fix
* Update assertion in test_speculative_generation
* style
* fix | [
{
"path": "tests/models/gemma3/test_modeling_gemma3.py",
"patch": "@@ -453,7 +453,7 @@ def test_model_4b_bf16(self):\n (\"xpu\", 3): ['user\\nYou are a helpful assistant.\\n\\n\\n\\n\\n\\nWhat is shown in this image?\\nmodel\\nCertainly! \\n\\nThe image shows a brown cow standing on a sandy ... | 2026-03-24T16:20:55 |
vercel/next.js | 5b85a40142b14b9b16903d5172f82d35f40303ec | 12252c271140657164f34290a35a07f0a2d8d279 | Set test headers via page.router API (#55087)
This change enables the test code to use `setExtraHTTPHeaders` without affecting the testmode functions.
Fixes: #54706. | [
{
"path": "packages/next/src/experimental/testmode/playwright/index.ts",
"patch": "@@ -40,16 +40,11 @@ export const test = base.test.extend<\n ],\n \n next: [\n- async (\n- { nextOptions, _nextWorker, page, extraHTTPHeaders },\n- use,\n- testInfo\n- ) => {\n+ async ({ nextOptions... | 2023-09-08T15:50:44 |
nodejs/node | b45eeee01741013c4a37887817c71b779d9edb12 | b768e84794604b2a7d7e004e6fe838145b80098c | readline: set null as callback return in case there's no error
The cursor move functions accept a callback. It was possible that
`undefined` was returned in case there was no error instead of null.
PR-URL: https://github.com/nodejs/node/pull/31006
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: An... | [
{
"path": "lib/readline.js",
"patch": "@@ -1200,7 +1200,7 @@ function cursorTo(stream, x, y, callback) {\n \n if (stream == null || (typeof x !== 'number' && typeof y !== 'number')) {\n if (typeof callback === 'function')\n- process.nextTick(callback);\n+ process.nextTick(callback, null);\n ... | 2019-12-18T18:58:49 |
electron/electron | 3cff64001de3d68402ba8d7a89ae86507c272437 | c51982a2319202ba86f2db820ee1b89cd8abe826 | Upgrade brightray for CT crash fix | [
{
"path": "vendor/brightray",
"patch": "@@ -1 +1 @@\n-Subproject commit 0383c1322954fd16ef8d4ee9b2a73248a1994aea\n+Subproject commit bac6039049b1463e0ce2ecc7f7ced90e96bedc25",
"additions": 1,
"deletions": 1,
"language": "Unknown"
}
] | 2016-09-28T18:20:28 |
rust-lang/rust | 94700f8f3fd4fc3f3a0e563aa94d4a399691d88f | 4762694e4a4d04295c578a344d217e34067c608c | fix regression test | [
{
"path": "tests/rustdoc/reexport/auxiliary/wrap-unnamable-type.rs",
"patch": "@@ -4,7 +4,7 @@ pub trait Assoc {\n \n pub struct Foo(<Foo as crate::Assoc>::Ty);\n \n-const _: () = {\n+const _X: () = {\n impl crate::Assoc for Foo {\n type Ty = Bar;\n }",
"additions": 1,
"deletions": 1... | 2025-07-14T17:31:58 |
golang/go | d63865b5d19ec3ca57aa30b45b2e0b57b3d54087 | b2116f748a7acd32facdbbdaf40117ed40564083 | crypto/internal/nistec: re-enable s390x asm for P-256
- formatting and optimized init functionality for precomputed table
- updated formatting for comments
- further optimized init functionality
Fixes #52709
Change-Id: Ie96a8ee52f09821d5ac53115185cbc1ad8f954d2
Reviewed-on: https://go-review.googlesource.com/c/go/+/40... | [
{
"path": "src/crypto/internal/nistec/p256.go",
"patch": "@@ -4,7 +4,7 @@\n \n // Code generated by generate.go. DO NOT EDIT.\n \n-//go:build !amd64 && !arm64 && !ppc64le\n+//go:build !amd64 && !arm64 && !ppc64le && !s390x\n \n package nistec\n ",
"additions": 1,
"deletions": 1,
"language": "Go"... | 2022-05-16T04:07:27 |
huggingface/transformers | 15b3b8924b393afa37bdc36a3206eb5032bc6a66 | e22f3088dd4d53c0a218151e124d45aaee64a63c | Officially launch parse_response (#44674)
* Restore chat parsing
* Restore chat parsing
* Better edge case handling, drop x-mapping and x-mapping-regex
* Some doc fixes
* make fix-repo
* 2025 -> 2026
* Add licence to chat parsing utils
* Update doc example | [
{
"path": "docs/source/en/_toctree.yml",
"patch": "@@ -124,6 +124,8 @@\n title: Tool use\n - local: chat_templating_writing\n title: Writing a chat template\n+ - local: chat_response_parsing\n+ title: Response parsing\n title: Chat with models\n - isExpanded: false\n sectio... | 2026-03-24T15:36:25 |
nodejs/node | ca9f12bf83bb2beff831c12b674a94122b7519fe | a03458396b35c455f01a7429456fd8f0b5d7a4f4 | repl: fix preview of lines that exceed the terminal columns
This adds support for very long input lines to still display the
input preview correct.
PR-URL: https://github.com/nodejs/node/pull/31006
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed... | [
{
"path": "lib/internal/repl/utils.js",
"patch": "@@ -132,11 +132,19 @@ function setupPreview(repl, contextSymbol, bufferSymbol, active) {\n let previewCompletionCounter = 0;\n let completionPreview = null;\n \n+ function getPreviewPos() {\n+ const displayPos = repl._getDisplayPos(`${repl._prompt}${... | 2019-12-17T17:00:13 |
golang/go | b2116f748a7acd32facdbbdaf40117ed40564083 | 1170771074c0792f36fdfe94e50de1dcc8144946 | all: fix spelling
Change-Id: Iee18987c495d1d4bde9da888d454eea8079d3ebc
GitHub-Last-Rev: ff5e01599ddf7deb3ab6ce190ba92eb02ae2cb15
GitHub-Pull-Request: golang/go#52949
Reviewed-on: https://go-review.googlesource.com/c/go/+/406915
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.c... | [
{
"path": "doc/go1.19.html",
"patch": "@@ -144,7 +144,7 @@ <h3 id=\"minor_library_changes\">Minor changes to the library</h3>\n returns an \"operation was canceled\" error, the error will now\n satisfy <code>errors.Is(err, context.Canceled)</code>.\n These changes are intended to make it e... | 2022-05-17T21:25:43 |
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.