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 |
|---|---|---|---|---|---|
electron/electron | 1896deb10eda67d8e8cb5188fe0f747fa16fdfeb | e682dc7544899c576f9f279f12d868b083029745 | Fix console.* calls on Windows
- Calls for console.* on browser process are printed with no need for
--enable-logging
- The output is without the logging prefix
- The cursor in the terminal is always after the last output
- The first output starts on a new line and not at the prompt
- console.* from renderer are not p... | [
{
"path": "atom/app/atom_main_delegate.cc",
"patch": "@@ -5,6 +5,7 @@\n #include \"atom/app/atom_main_delegate.h\"\n \n #include <string>\n+#include <iostream>\n \n #include \"atom/app/atom_content_client.h\"\n #include \"atom/browser/atom_browser_client.h\"\n@@ -29,6 +30,9 @@ AtomMainDelegate::~AtomMainDel... | 2015-10-10T03:39:02 |
huggingface/transformers | d0af4269ec260b9c4aeeda24c346a469e44799e1 | 65f9ede3593c75cba104c421eb3d794a4196260a | Add Olmo3 model (#40778)
* transformers add-new-model-like for Olmo3
* Implement modular Olmo3
* Update Olmo3 tests
* Copy Olmo2 weight converter to Olmo3
* Implement Olmo3 weight converter
* Fix code quality errors
* Remove unused import
* Address rope-related PR comments
* Update Olmo3 model doc with minimal... | [
{
"path": "docs/source/en/_toctree.yml",
"patch": "@@ -625,6 +625,8 @@\n title: OLMo\n - local: model_doc/olmo2\n title: OLMo2\n+ - local: model_doc/olmo3\n+ title: Olmo3\n - local: model_doc/olmoe\n title: OLMoE\n - local: model_doc/open-llama",
"ad... | 2025-09-16T11:28:23 |
golang/go | f801da7855d3a82cc415279262e6b1ca7df39e5f | 599de4b2c348738a5d6d2f5d475c74ac835e091a | cmd/compile/internal/types2: fix indexing of generic types
Correctly track if the index expression is addressable.
Rewrote code slightly.
Fixes #49275.
Change-Id: Ic54edd0213a091173ff5403ab0e3e1f1fca0e361
Reviewed-on: https://go-review.googlesource.com/c/go/+/360603
Trust: Robert Griesemer <gri@golang.org>
Reviewed-... | [
{
"path": "src/cmd/compile/internal/types2/index.go",
"patch": "@@ -101,77 +101,80 @@ func (check *Checker) indexExpr(x *operand, e *syntax.IndexExpr) (isFuncInst boo\n \n \tcase *TypeParam:\n \t\t// TODO(gri) report detailed failure cause for better error messages\n-\t\tvar tkey, telem Type // tkey != nil ... | 2021-11-01T23:05:14 |
nodejs/node | dec3dadd322de8ab4c600c139629c0c900a52ff9 | 823c988b482e609978869820758b7182f32e9de5 | deps: backport ICU fix for ARM64 Windows
ICU 63 as ingested by Node.js does not quite support ARM64 Windows
because its OBJ file IMAGE_FILE_MACHINE_TYPE field logic defaults to
x86 instead of Unknown. This change backports the ICU 64.1 fix for
this.
ICU Issue: https://unicode-org.atlassian.net/browse/ICU-20382
ICU Co... | [
{
"path": "tools/icu/patches/63/source/tools/toolutil/pkg_genc.cpp",
"patch": "@@ -0,0 +1,1221 @@\n+// © 2016 and later: Unicode, Inc. and others.\n+// License & terms of use: http://www.unicode.org/copyright.html\n+/******************************************************************************\n+ * Copyr... | 2019-02-14T00:10:19 |
rust-lang/rust | 87b068ccb7d36e494a1cb4cfd104bf782eeac088 | bdb04d6c4fff0970bc2f1fad775bec807d9470ee | Fix missing newline trim in bootstrap | [
{
"path": "src/bootstrap/src/core/config/config.rs",
"patch": "@@ -1402,7 +1402,8 @@ impl Config {\n // If there is a tag named after the current branch, git will try to disambiguate by prepending `heads/` to the branch name.\n // This syntax isn't accepted by `branch.{branch... | 2025-06-11T16:38:29 |
vercel/next.js | d32ee25bfbe92719778a37529d1c3cb5df767e39 | 10dbcc6fe74d4d67829a1cf2d474576954be22c9 | Add dynamic parameter marker to router cache key (#47957)
### What?
Took a bit to investigate this one, eventually found that the case where
it broke is this one:
```
app
├── [slug] // This matches `/blog`
│ └── page.js
└── blog
└── [name] // This matches `/blog/a-post`
└── page.js
```
T... | [
{
"path": "packages/next/src/client/components/layout-router.tsx",
"patch": "@@ -5,6 +5,7 @@ import type {\n FlightRouterState,\n FlightSegmentPath,\n ChildProp,\n+ Segment,\n } from '../../server/app-render/types'\n import type { ErrorComponent } from './error-boundary'\n import { FocusAndScrollRef ... | 2023-04-05T13:40:28 |
electron/electron | 4392f1d77c98433c0460f14184d7575aba5dba7c | 288572f08e73628225838a06ce2cc22ae00ca7c3 | Some fixes | [
{
"path": "docs-translations/pt-BR/tutorial/desktop-environment-integration.md",
"patch": "@@ -1,17 +1,17 @@\n # Integração com o ambiente desktop\n \n-Diferentes sistemas operacionais proveem diferentes features para integrar\n+Diferentes sistemas operacionais possuem diferentes formas de integrar\n aplica... | 2015-10-10T01:47:07 |
huggingface/transformers | 65f9ede3593c75cba104c421eb3d794a4196260a | 0c1839d60919ca090543588f8a9aa6effb5d1b0d | Set seed for `Glm4vIntegrationTest` (#40905)
* fix
* fix
* fix
---------
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com> | [
{
"path": "tests/models/glm4v/test_modeling_glm4v.py",
"patch": "@@ -282,6 +282,8 @@ def test_inputs_embeds_matches_input_ids(self):\n @require_torch\n class Glm4vIntegrationTest(unittest.TestCase):\n def setUp(self):\n+ cleanup(torch_device, gc_collect=True)\n+\n self.processor = AutoPro... | 2025-09-16T11:01:51 |
rust-lang/rust | 7cb7e28c4de7d7fc8338039a6cdf8228e71a546d | 9e7782b809383d7c9293d71be9334d4790b0915e | Fix FP of `identity_op` when encountering `Default::default()` | [
{
"path": "clippy_lints/src/operators/identity_op.rs",
"patch": "@@ -3,10 +3,10 @@ use clippy_utils::diagnostics::span_lint_and_sugg;\n use clippy_utils::source::snippet_with_applicability;\n use clippy_utils::{clip, peel_hir_expr_refs, unsext};\n use rustc_errors::Applicability;\n-use rustc_hir::{BinOpKind... | 2025-06-10T17:04:11 |
golang/go | 599de4b2c348738a5d6d2f5d475c74ac835e091a | d39c8739662835b2f92894a8550bbcd59f83557f | cmd/compile/internal/types2: adjust printing of type parameter in error
For constraint type inference failures where the type parameter doesn't
match the constraint, print the type parameter rather than its type name
object. This provides more flexibility for improving the error message
down the road.
Change-Id: I188... | [
{
"path": "src/cmd/compile/internal/types2/infer.go",
"patch": "@@ -378,16 +378,17 @@ func (check *Checker) inferB(tparams []*TypeParam, targs []Type) (types []Type,\n \n \t// If a constraint has a structural type, unify the corresponding type parameter with it.\n \tfor _, tpar := range tparams {\n-\t\ttyp ... | 2021-11-01T20:41:32 |
nodejs/node | 823c988b482e609978869820758b7182f32e9de5 | 11a8a940d7bf03dc108082bdd456668210b949c1 | report: remove verbose setting
This commit removes the --diagnostic-report-verbose CLI option
and all associated logic. The flag is currently only used in one
place, and only reflects the settings at startup. Additionally,
Node tends to use the NODE_DEBUG mechanism for adding verbose
output.
PR-URL: https://github.co... | [
{
"path": "doc/api/cli.md",
"patch": "@@ -126,13 +126,6 @@ Enables report to be generated on un-caught exceptions, if\n `--experimental-report` is enabled. Useful when inspecting JavaScript stack in\n conjunction with native stack and other runtime environment data.\n \n-### `--diagnostic-report-verbose`\n-... | 2019-02-18T19:01:12 |
vercel/next.js | 544c2a889bc15c0abaad0bc53cfc6566efab0820 | dd60be1697a059c6502c065de4940b279dc99618 | ignore external chunks (vercel/turbo#4475)
### Description
these chunks need to be captured by e. g. with-client-chunks for include
them into the HTML. They can't be handled in dynamic import.
fixes WEB-858 | [
{
"path": "crates/turbopack-dev/src/ecmascript/manifest/chunk_item.rs",
"patch": "@@ -49,16 +49,12 @@ impl EcmascriptChunkItem for DevManifestChunkItem {\n // item is one of several that are contained in that chunk file.\n let chunk_path = &*chunk.ident().path().await?;\n ... | 2023-04-05T12:43:32 |
huggingface/transformers | 3688a977d08dd3d7fd4293e28e011f77efc4fb7a | 087775d10e0171f0cf7010fba70954aafd450d98 | Harmonize CacheLayer names (#40892)
* unify naming
* style
* doc as well
* post rebase fix
* style
* style
* revert | [
{
"path": "conftest.py",
"patch": "@@ -149,6 +149,5 @@ def check_output(self, want, got, optionflags):\n patch_torch_compile_force_graph()\n \n \n-\n if os.environ.get(\"PATCH_TESTING_METHODS_TO_COLLECT_OUTPUTS\", \"\").lower() in (\"yes\", \"true\", \"on\", \"y\", \"1\"):\n patch_testing_methods_to... | 2025-09-16T10:14:12 |
rust-lang/rust | c85760c66ad94d0c1d50c5b8c537e26e896e6816 | bdb04d6c4fff0970bc2f1fad775bec807d9470ee | Fix Debug for Location. | [
{
"path": "library/core/src/panic/location.rs",
"patch": "@@ -30,7 +30,7 @@ use crate::fmt;\n /// Files are compared as strings, not `Path`, which could be unexpected.\n /// See [`Location::file`]'s documentation for more discussion.\n #[lang = \"panic_location\"]\n-#[derive(Copy, Clone, Debug, Eq, Hash, Or... | 2025-06-11T16:28:05 |
golang/go | d39c8739662835b2f92894a8550bbcd59f83557f | c3cb1ecc36512a00492f27fa3ba19e5dad6194f1 | cmd/compile/internal/types2: fix conversions of constants to type parameter
When converting a constant to a type parameter, the result is never
constant (type parameters are not constant types), but we still need
to verfy that the constant is representable by each specific type in
the type set of the type parameter.
... | [
{
"path": "src/cmd/compile/internal/types2/conversions.go",
"patch": "@@ -16,26 +16,45 @@ import (\n func (check *Checker) conversion(x *operand, T Type) {\n \tconstArg := x.mode == constant_\n \n-\tvar ok bool\n-\tvar cause string\n-\tswitch {\n-\tcase constArg && isConstType(T):\n-\t\t// constant conversi... | 2021-11-01T19:14:25 |
nodejs/node | 11a8a940d7bf03dc108082bdd456668210b949c1 | 3d62d0c4804813ff36a051160a57fc4596804b8f | report: simplify OnFatalError() handling
PR-URL: https://github.com/nodejs/node/pull/26191
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> | [
{
"path": "src/node_errors.cc",
"patch": "@@ -316,15 +316,9 @@ void OnFatalError(const char* location, const char* message) {\n Isolate* isolate = Isolate::GetCurrent();\n HandleScope handle_scope(isolate);\n Environment* env = Environment::GetCurrent(isolate);\n- if (env != nullptr) {\n- std::sha... | 2019-02-18T18:19:57 |
huggingface/transformers | 1aff033ec952135a62d971dbf2171b895f0f525d | 65adc3aaa39dffc029a375ec82f33b4c77729567 | Fix flaky `Gemma3nAudioFeatureExtractionTest::test_dither` (#40902)
* fix
* fix
* fix
---------
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com> | [
{
"path": "tests/models/gemma3n/test_feature_extraction_gemma3n.py",
"patch": "@@ -277,10 +277,12 @@ def test_dither(self):\n diff = input_features_dither - input_features_no_dither\n \n # features are not identical\n- self.assertTrue(np.abs(diff).mean() > 1e-6)\n+ assert np.ab... | 2025-09-16T09:00:07 |
vercel/next.js | dd60be1697a059c6502c065de4940b279dc99618 | 9ef417d269467704c16445c67c66ee81784dfcc4 | avoid panic in EsmModuleItem (vercel/turbo#4474)
### Description
due to eventual consistency these errors might occur temporarily
This change improve how they are handled and avoids panics here | [
{
"path": "crates/turbopack-ecmascript/src/references/esm/module_item.rs",
"patch": "@@ -3,9 +3,12 @@ use std::mem::replace;\n use anyhow::Result;\n use swc_core::{\n common::DUMMY_SP,\n- ecma::ast::{\n- ClassDecl, Decl, DefaultDecl, ExportDecl, ExportDefaultDecl, ExportDefaultExpr, FnDecl,\n-... | 2023-04-05T12:42:57 |
golang/go | c3cb1ecc36512a00492f27fa3ba19e5dad6194f1 | da7173a2ed637c803b8ff59d0c948e7c7d056c50 | internal/fuzz: minimize bytes to be human readable
Try to replace every byte with one of the following printable
characters: "012789ABCXYZabcxyz !\"#$%&'()*+,.".
Fixes #48129
Change-Id: Ie58f6bbc3431d50d9f0a3f608ba63e854ac6ce79
Reviewed-on: https://go-review.googlesource.com/c/go/+/352614
Reviewed-by: Katie Hockman ... | [
{
"path": "src/internal/fuzz/minimize.go",
"patch": "@@ -79,6 +79,25 @@ func minimizeBytes(v []byte, try func(interface{}) bool, shouldStop func() bool)\n \t\t\tj = len(v)\n \t\t}\n \t}\n+\n+\t// Then, try to make it more simplified and human-readable by trying to replace each\n+\t// byte with a printable c... | 2021-09-27T20:54:39 |
nodejs/node | 3d62d0c4804813ff36a051160a57fc4596804b8f | e55764747094c8a8475a015ae4bee44f5de90858 | util: update set iterator entries inspection
The inspection output for Set#entries() was wrong so far as it did
not return an array as it should have. That was a bug in V8 that is
now fixed and the code in Node.js has to be updated accordingly.
PR-URL: https://github.com/nodejs/node/pull/25941
Fixes: https://github.c... | [
{
"path": "lib/internal/util/inspect.js",
"patch": "@@ -595,11 +595,11 @@ function formatRaw(ctx, value, recurseTimes, typedArray) {\n } else if (isMapIterator(value)) {\n keys = getKeys(value, ctx.showHidden);\n braces = [`[${tag}] {`, '}'];\n- formatter = formatMapIterator;\n+ fo... | 2019-02-05T03:17:52 |
huggingface/transformers | 65adc3aaa39dffc029a375ec82f33b4c77729567 | 8e1a12bbee691ee48729e43d7364e5df00a7de06 | Fix getter regression (#40824)
* test things
* style
* move tests to a sane place | [
{
"path": "src/transformers/modeling_utils.py",
"patch": "@@ -3004,11 +3004,14 @@ def get_decoder(self):\n \n if hasattr(self, \"model\"):\n inner = self.model\n- if hasattr(inner, \"get_decoder\"):\n+ # See: https://github.com/huggingface/transformers/issues/40815\... | 2025-09-16T08:57:13 |
vercel/next.js | 199aa3c8f512bb17e9fdb55bfa1becd11037728f | 34ceeb5d0851f8ecb64fd5009f00aed2a92e9da3 | Add strict next head handling (#47938)
This adds an `experimental.strictNextHead` flag to allow updating head
tags tracking for pages to resolve the issue with runtime scripts being
appended to the head element breaking the head tracking.
Fixes: https://github.com/vercel/next.js/issues/11012
Fixes: https://github.com... | [
{
"path": "packages/next-swc/crates/next-core/js/src/internal/page-server-handler.tsx",
"patch": "@@ -152,6 +152,7 @@ export default function startHandler({\n : Component;\n \n const renderOpts: RenderOpts = {\n+ strictNextHead: false,\n /* LoadComponentsReturnType */\n Componen... | 2023-04-05T08:29:36 |
rust-lang/rust | 341889647e7bb1a6b90cdd83c1bb136a71a85772 | 7c2d2a30501b2115d79c4400f3b55b88314ddb1a | Fixes to compile with latest Rust nightly | [
{
"path": "library/stdarch/crates/assert-instr-macro/src/lib.rs",
"patch": "@@ -124,8 +124,10 @@ pub fn assert_instr(\n let target = std::env::var(\"TARGET\").unwrap();\n if target.contains(\"x86_64\") {\n syn::LitStr::new(\"sysv64\", proc_macro2::Span::call_site())\n- } e... | 2025-06-11T13:25:59 |
golang/go | da7173a2ed637c803b8ff59d0c948e7c7d056c50 | 4d7bf41bebc7ad4f71150b8b57fca12aff6da144 | runtime: fix missing pprof labels
Use gp.m.curg instead of the gp when recording cpu profiler stack
traces. This ensures profiler labels are captured when systemstack or similar
is executing on behalf of the current goroutine.
After this there are still rare cases of samples containing the labelHog
function, so more ... | [
{
"path": "src/runtime/cpuprof.go",
"patch": "@@ -89,7 +89,7 @@ func SetCPUProfileRate(hz int) {\n // held at the time of the signal, nor can it use substantial amounts\n // of stack.\n //go:nowritebarrierrec\n-func (p *cpuProfile) add(gp *g, stk []uintptr) {\n+func (p *cpuProfile) add(tagPtr *unsafe.Pointe... | 2021-09-20T14:09:47 |
huggingface/transformers | 8e1a12bbee691ee48729e43d7364e5df00a7de06 | 21c8379fb04565fbd4107e274e1ca35b8e886c18 | Fixing the call to kernelize (#40628)
* fix
* style
* overload train and eval
* add getter and setter | [
{
"path": "src/transformers/modeling_utils.py",
"patch": "@@ -5203,14 +5203,7 @@ def _assign_original_dtype(module):\n \n # check if using kernels\n if use_kernels:\n- if not is_kernels_available():\n- raise ValueError(\n- \"Kernels are not availa... | 2025-09-16T08:50:54 |
nodejs/node | e55764747094c8a8475a015ae4bee44f5de90858 | 14c089b50e3163dc2fd13cec718d219183744709 | deps: V8: backport 74571c8
Original commit message:
Fix preview of set entries
Set entries return an array with the value as first and second entry.
As such these are considered key value pairs to align with maps
entries iterator.
So far the return value was identical to the values iterator and t... | [
{
"path": "common.gypi",
"patch": "@@ -37,7 +37,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.13',\n+ 'v8_embedder_string': '-node.14',\n \n ##### V8 defaults for Node.js #####\n... | 2019-02-04T20:13:20 |
electron/electron | 6bc59cf2d77d794c9533e11575e5ca1c03e3b5d8 | 957de56343b505d214f3276594503080a32f2f64 | Enable accessibility tree only when VoiceOver enabled, fixes atom/atom#3288. | [
{
"path": "atom/browser/mac/atom_application.mm",
"patch": "@@ -43,11 +43,20 @@ - (void)handleURLEvent:(NSAppleEventDescriptor*)event\n atom::Browser::Get()->OpenURL(base::SysNSStringToUTF8(url));\n }\n \n+- (bool)voiceOverEnabled {\n+ NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];\n+ ... | 2015-10-08T22:56:26 |
vercel/next.js | 34ceeb5d0851f8ecb64fd5009f00aed2a92e9da3 | 9df4e0614ea6b9b82711328320f462f0348d5da7 | Extend type for streamEntrypoints (#47874)
Realized I missed adding the extra callbackFn. In case of
`streamEntrypoints` the callback will be called whenever the directory
structure changes in a way that changes the LoaderTree.
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure you... | [
{
"path": "packages/next/src/build/swc/index.ts",
"patch": "@@ -298,13 +298,15 @@ async function loadWasm(importPath = '', isCustomTurbopack: boolean) {\n turboTasks: any,\n rootDir: string,\n applicationDir: string,\n- pageExtensions: string[]\n+ ... | 2023-04-05T08:57:44 |
golang/go | 4d7bf41bebc7ad4f71150b8b57fca12aff6da144 | 088bb4bf4ad851a7f9a0d409e2f64c483cb7121a | syscall: remove GOMAXPROCS change in TestExecHelper
TestExec and TestExecHelper check for a workaround of a particular OS
bug on darwin that's triggered more often via asynchronous preemption.
As part of this, the test sets up 100 CPU-bound goroutines, and sets
GOMAXPROCS to 50, sleeping for a little bit before calli... | [
{
"path": "src/syscall/exec_unix_test.go",
"patch": "@@ -13,7 +13,6 @@ import (\n \t\"os\"\n \t\"os/exec\"\n \t\"os/signal\"\n-\t\"runtime\"\n \t\"syscall\"\n \t\"testing\"\n \t\"time\"\n@@ -327,7 +326,6 @@ func TestExecHelper(t *testing.T) {\n \t// We don't have to worry about restoring these values.\n \t/... | 2021-11-01T19:39:18 |
huggingface/transformers | 21c8379fb04565fbd4107e274e1ca35b8e886c18 | 5af248b3e3bf854e884c53f05b17ed1e0ca2ed24 | Make debugging failing tests (check and update expect output values) easier 🔥 (#40727)
* fix
* fix
---------
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com> | [
{
"path": "conftest.py",
"patch": "@@ -16,6 +16,7 @@\n # by pytest before any tests are run\n \n import doctest\n+import os\n import sys\n import warnings\n from os.path import abspath, dirname, join\n@@ -27,6 +28,7 @@\n HfDoctestModule,\n HfDocTestParser,\n is_torch_available,\n+ patch_testi... | 2025-09-16T08:21:48 |
vercel/next.js | 0f19c98371c022e6e305b7fda4e48e14d286cc53 | 29ed52b01ca7892ecabad1c37072daf3a431ef6b | Compare modules' layer when tracking server CSS changes (#47927)
This PR fixes an issue reported by @feedthejim, that when we track CSS
module changes only the content hashes are compared. However the same
module can end up with totally different content in different layers,
hence this PR also adds the layer as part o... | [
{
"path": "packages/next/src/server/dev/hot-reloader.ts",
"patch": "@@ -946,13 +946,13 @@ export default class HotReloader {\n key.startsWith('app/') &&\n mod.resource?.endsWith('.css')\n ) {\n- const prevHash = pre... | 2023-04-05T03:53:13 |
electron/electron | 8b7d2b5ce3fe55e9c1661e12a83f5b5ddd5c046e | e1318ffb34a6fb8bd7fa1348775a5339221a3fc3 | Update brightray and crashpad for XCode 7 fixes | [
{
"path": "vendor/brightray",
"patch": "@@ -1 +1 @@\n-Subproject commit c25b9b27845a308e6a6a5966dad057d721b1f3d1\n+Subproject commit aec3ce10baaf21254f9d84b33111663fe7d609a6",
"additions": 1,
"deletions": 1,
"language": "Unknown"
},
{
"path": "vendor/crashpad",
"patch": "@@ -1 +1 @@\... | 2015-10-08T08:09:22 |
golang/go | 3ee426aefa519b0b2f814a834f5026481c187946 | c1ea3395a6fdb2b66e6f445358ca40b78882adce | cmd/dist: add asan tests in misc/cgo/testsanitizers package
Add asan tests to check the use of Go with -asan option.
Currenly, the address sanitizer in Go only checks for error
memory access to heap objects.
TODO: Enable check for error memory access to global objects.
Updates #44853.
Change-Id: I83579f229f117b568... | [
{
"path": "misc/cgo/testsanitizers/asan_test.go",
"patch": "@@ -0,0 +1,66 @@\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 sanitizers_test\n+\n+import (\n+\t\"strings\"\n+\t\"t... | 2021-01-05T09:52:43 |
huggingface/transformers | 20ee3a73f0f887b593191e99d2b5ac5e4f143b35 | 2141a5b7642f33df22548c5e0730b95efccdb96e | 🌐 [i18n-KO] Translated `imageprocessor.md` to Korean (#39557)
* feat: manual translation
* docs: fix ko/_toctree.yml
* Apply suggestions from code review
Co-authored-by: YONGSANG <71686691+4N3MONE@users.noreply.github.com>
Co-authored-by: Yijun Lee <119404328+yijun-lee@users.noreply.github.com>
* Update docs/sour... | [
{
"path": "docs/source/ko/_toctree.yml",
"patch": "@@ -29,8 +29,8 @@\n - sections:\n - local: fast_tokenizers\n title: 🤗 Tokenizers 라이브러리에서 토크나이저 사용하기\n- - local: in_translation\n- title: (번역중) Image processors\n+ - local: image_processors\n+ title: 이미지 프로세서\n - local: in_tr... | 2025-09-15T17:07:16 |
vercel/next.js | 3bfdb38cdc98beb5e6ee844653e914a3f17ef31f | 06fea4d663dc65cbaa810285f477f0c2fee44704 | Small refactoring to `build/index.ts` (#47935)
### What?
Trying to refactor `build/index.ts` to make it easier to read and debug.
### Why?
I'm debugging memory related issues in our compilation and static
generation process and this file is too large to make any change. So I'm
trying to split it into smalle... | [
{
"path": "packages/next/src/build/index.ts",
"patch": "@@ -4,15 +4,15 @@ import type { PagesManifest } from './webpack/plugins/pages-manifest-plugin'\n import type { ExportPathMap, NextConfigComplete } from '../server/config-shared'\n import type { MiddlewareManifest } from './webpack/plugins/middleware-pl... | 2023-04-05T02:58:56 |
golang/go | 4633b2db4bec605d7920295322d19f895ae89964 | a97c527ac491cc13f6778010a2a81c84642ea1ca | cmd/go, internal/cpu: use internal/godebug in tests
Change-Id: Ifdf67e778e88ee70780428aa5479d2e091752a3a
Reviewed-on: https://go-review.googlesource.com/c/go/+/360605
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Trust: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: I... | [
{
"path": "src/cmd/go/go_test.go",
"patch": "@@ -13,6 +13,7 @@ import (\n \t\"flag\"\n \t\"fmt\"\n \t\"go/format\"\n+\t\"internal/godebug\"\n \t\"internal/race\"\n \t\"internal/testenv\"\n \t\"io\"\n@@ -2281,7 +2282,7 @@ func TestUpxCompression(t *testing.T) {\n \n func TestCacheListStale(t *testing.T) {\n ... | 2021-11-02T03:25:48 |
electron/electron | d9cf9a7cbca32de59dbd6237d63b9aa20a203abd | 87faae1b13c9f7d22e86b76a426340e96266ccd7 | docs: Fix wrong level for API titles | [
{
"path": "docs/api/protocol.md",
"patch": "@@ -140,7 +140,7 @@ which sends a file as a response.\n Intercepts `scheme` protocol and uses `handler` as the protocol's new handler\n which sends a `String` as a response.\n \n-## `protocol.interceptBufferProtocol(scheme, handler[, completion])`\n+### `protocol.... | 2015-10-08T03:14:04 |
huggingface/transformers | 2141a5b7642f33df22548c5e0730b95efccdb96e | 2a83792165b5471aa283f19d3c85c7e558b962cc | 🌐 [i18n-KO] Translated smolvlm.md to Korean (#40414)
* fix: manual edits
* Apply suggestions from code review
* Update docs/source/ko/model_doc/smolvlm.md
* Update docs/source/ko/model_doc/smolvlm.md
* Update docs/source/ko/model_doc/smolvlm.md
* Update docs/source/ko/model_doc/smolvlm.md
* Update docs/source/k... | [
{
"path": "docs/source/ko/_toctree.yml",
"patch": "@@ -1161,8 +1161,8 @@\n title: SigLIP2\n - local: in_translation\n title: SmolLM3\n- - local: in_translation\n- title: SmolVLM\n+ - local: model_doc/smolvlm\n+ title: 소형 비전 언어 모델\n - local: in_translation\... | 2025-09-15T17:06:57 |
huggingface/transformers | 04d1c8f3d44543831fce2530c6dd66ac2685827d | ff26fe83023ed88b6473208c715cce5e079ac8e5 | Fix deta loading & dataclass (#40878)
* fix
* fix 2 | [
{
"path": "src/transformers/models/deprecated/deta/modeling_deta.py",
"patch": "@@ -326,7 +326,7 @@ class DetaObjectDetectionOutput(ModelOutput):\n encoder_last_hidden_state: Optional[torch.FloatTensor] = None\n encoder_hidden_states: Optional[tuple[torch.FloatTensor]] = None\n encoder_attention... | 2025-09-15T15:23:13 |
vercel/next.js | 77b0c7b72c68dcf088606b893c8b70652a1fa809 | a79d1efdd02b764511be1b15b7bfe31275e514f4 | turbopack: defer dev code evaluation until after page render IPC connects (#47888)
When the devs have a parse/module-eval error in their Page/App module, Turbopack's rendering process will fail to connect the IPC. This is because the entrypoint statically imports the dev module. If either fails, then we'll never reach... | [
{
"path": "packages/next-swc/crates/next-core/js/src/entry/server-data.tsx",
"patch": "@@ -1,17 +1,19 @@\n // IPC need to be the first import to allow it to catch errors happening during\n // the other imports\n-import startHandler from \"@vercel/turbopack-next/internal/page-server-handler\";\n+import start... | 2023-04-04T19:24:31 |
nodejs/node | 7b198935d63aec4acace1500d81ac2662c732d18 | d2c29bda50c4e5579537ab8cb9ac5d1f567da4a8 | src: only call .ReThrow() if not terminating
Otherwise, it looks like a `null` exception is being thrown.
PR-URL: https://github.com/nodejs/node/pull/26130
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> | [
{
"path": "src/module_wrap.cc",
"patch": "@@ -158,12 +158,13 @@ void ModuleWrap::New(const FunctionCallbackInfo<Value>& args) {\n Context::Scope context_scope(context);\n ScriptCompiler::Source source(source_text, origin);\n if (!ScriptCompiler::CompileModule(isolate, &source).ToLocal(&module)) ... | 2019-02-15T13:33:23 |
huggingface/transformers | ff26fe83023ed88b6473208c715cce5e079ac8e5 | 6254bb4a6811f2a6e87d973b27ed4e878b7ce6f4 | Add Fast PromptDepthAnything Processor (#40602)
* Test & import setup
* First version passing tests
* Ruff
* Dummy post processing
* Add numerical test
* Adjust
* Doc
* Ruff
* remove unused arg
* Refine interpolation method and push test script
* update bench
* Comments
* Update src/transformers/models/aut... | [
{
"path": "docs/source/en/model_doc/prompt_depth_anything.md",
"patch": "@@ -93,5 +93,11 @@ If you are interested in submitting a resource to be included here, please feel\n ## PromptDepthAnythingImageProcessor\n \n [[autodoc]] PromptDepthAnythingImageProcessor\n+ - preprocess\n+ - post_process_depth_... | 2025-09-15T15:03:43 |
electron/electron | 9dd714f056e5d70fcece801c4d7a0a4fecc0766d | fe4d86925bc76b4b094d805662026730a7af435d | Fix `postMessage` not working for windows opened by `window.open` | [
{
"path": "atom/browser/lib/guest-window-manager.coffee",
"patch": "@@ -67,7 +67,7 @@ ipc.on 'ATOM_SHELL_GUEST_WINDOW_MANAGER_WINDOW_METHOD', (event, guestId, method,\n ipc.on 'ATOM_SHELL_GUEST_WINDOW_MANAGER_WINDOW_POSTMESSAGE', (event, guestId, message, targetOrigin) ->\n guestContents = BrowserWindow.f... | 2015-10-08T02:27:55 |
vercel/next.js | a79d1efdd02b764511be1b15b7bfe31275e514f4 | dcc0ef8e473e77d8ac5f71e01aea86d836f5d366 | [Docs] Update react docs link (#47891)
- This PR fixed the Documentation link of new react.dev website. | [
{
"path": "docs/advanced-features/dynamic-import.md",
"patch": "@@ -13,7 +13,7 @@ description: Dynamically import JavaScript modules and React Components and spli\n \n Next.js supports lazy loading external libraries with `import()` and React components with `next/dynamic`. Deferred loading helps improve th... | 2023-04-04T18:56:03 |
nodejs/node | 5c9b37bb4838a501bbe4379f7d59ba7f82098d58 | a32c57453674617f454035fe206d8e93ec4aef33 | process: move test-process-uptime to parallel
In addition, do not make too many assumptions about the startup
time and timer latency in test-process-uptime. Instead only test
that the value is likely in the correct unit (seconds) and it should
be increasing in subsequent calls.
PR-URL: https://github.com/nodejs/node/... | [
{
"path": "test/parallel/test-process-uptime.js",
"patch": "@@ -24,14 +24,14 @@ require('../common');\n const assert = require('assert');\n \n console.error(process.uptime());\n-assert.ok(process.uptime() <= 2);\n+// Add some wiggle room for different platforms.\n+// Verify that the returned value is in sec... | 2019-02-19T17:43:23 |
rust-lang/rust | cd04717899c3266ca0f1a8af8829ff6187a2266c | 2b0274c71dba0e24370ebf65593da450e2e91868 | Fix enter_trace_span!() using wrong $crate paths | [
{
"path": "compiler/rustc_const_eval/src/interpret/util.rs",
"patch": "@@ -58,9 +58,9 @@ pub enum MaybeEnteredSpan {\n macro_rules! enter_trace_span {\n ($machine:ident, $($tt:tt)*) => {\n if $machine::TRACING_ENABLED {\n- $crate::interpret::tracing_utils::MaybeEnteredSpan::Some(traci... | 2025-06-11T10:22:20 |
huggingface/transformers | 0957999f7f8b69e1e1d4ef2f940586f9d3cbd4f5 | 5e9ec59d0c879ef29b71e7dc95534467d58da03a | 🔴 Move variable output controls to `_prepare_generation_config ` (#40715)
* move checks to validate steps where possible
* fix csm and other models that override _sample
* ops dia you again
* opsie
* joao review
* Move variable output controls to `prepare_inputs_for_generation`
* fix a bunch of models
* back t... | [
{
"path": "src/transformers/generation/utils.py",
"patch": "@@ -46,6 +46,7 @@\n from ..tokenization_utils import ExtensionsTrie\n from ..utils import (\n ModelOutput,\n+ TransformersKwargs,\n is_accelerate_available,\n is_hqq_available,\n is_optimum_quanto_available,\n@@ -559,8 +560,9 @@ ... | 2025-09-15T11:08:00 |
golang/go | a45457df82263c292e2c66c152a12b5df0f27f15 | a59e33224e42d60a97fa720a45e1b74eb6aaa3d0 | cmd/compile: fix panic when refer to method of imported instantiated type
In case of reference to method call of an imported fully-instantiated
type, nameNode.Func will be nil causes checkFetchBody panic. To fix
this, make sure checkFetchBody is only called when Func is not nil.
Fixes #49246
Change-Id: I32e9208385a8... | [
{
"path": "src/cmd/compile/internal/noder/stencil.go",
"patch": "@@ -624,7 +624,7 @@ func (g *genInst) getDictOrSubdict(declInfo *instInfo, n ir.Node, nameNode *ir.N\n // yet. If so, it imports the body.\n func checkFetchBody(nameNode *ir.Name) {\n \tif nameNode.Func.Body == nil && nameNode.Func.Inl != nil ... | 2021-10-31T19:04:13 |
vercel/next.js | dcc0ef8e473e77d8ac5f71e01aea86d836f5d366 | 53ddfc833e0cb5b5bd84665ffc0ed85fd77cc76e | Hide not ENOENT errors for not found in ipc server (#47854)
Not to log not found errors created from on demand handlers in ipc
server
Remove the not found error trace for dev
```
event - compiled client and server successfully in 57 ms (265 modules)
/Users/huozhi/workspace/next.js/packages/next/src/server/dev/o... | [
{
"path": "packages/next/src/server/dev/next-dev-server.ts",
"patch": "@@ -66,7 +66,7 @@ import {\n import * as Log from '../../build/output/log'\n import isError, { getProperError } from '../../lib/is-error'\n import { getRouteRegex } from '../../shared/lib/router/utils/route-regex'\n-import { getSortedRou... | 2023-04-04T18:46:49 |
nodejs/node | a32c57453674617f454035fe206d8e93ec4aef33 | 129516dfa2907739b07a0579eb4fd3665938c1a4 | process: fix calculation in process.uptime()
In https://github.com/nodejs/node/pull/26016 the result returned
by process.uptime() was mistakenly set to be based in the wrong
unit. This patch fixes the calculation and makes sure the returned
value is in seconds.
Refs: https://github.com/nodejs/node/pull/26016
PR-URL:... | [
{
"path": "src/node_process_methods.cc",
"patch": "@@ -57,10 +57,8 @@ Mutex umask_mutex;\n \n // Microseconds in a second, as a float, used in CPUUsage() below\n #define MICROS_PER_SEC 1e6\n-// used in Hrtime() below\n+// used in Hrtime() and Uptime() below\n #define NANOS_PER_SEC 1000000000\n-// Used in Up... | 2019-02-19T17:40:40 |
huggingface/transformers | 5e9ec59d0c879ef29b71e7dc95534467d58da03a | 3442b2f3008ebfd2d343ba5537928e969c73cff0 | Fix modular consistency (#40883)
* reapply modular
* add missing one | [
{
"path": "src/transformers/models/qwen3_vl/modeling_qwen3_vl.py",
"patch": "@@ -528,8 +528,7 @@ def forward(\n class Qwen3VLModelOutputWithPast(ModelOutput):\n r\"\"\"\n past_key_values (`Cache`, *optional*, returned when `use_cache=True` is passed or when `config.use_cache=True`):\n- Tuple ... | 2025-09-15T11:07:08 |
vercel/next.js | 53ddfc833e0cb5b5bd84665ffc0ed85fd77cc76e | 2eeb0c7f4968421b35ee5435417ede35673d815a | mark resolve issues inside a try block as warnings (#47763)
## Description
A require call inside a try block will only emit a warning instead of an error now.
I also added source information to the resolve issues where possible
### Example
```js
try {
require("missing-module");
} ...
```
previously this would sho... | [
{
"path": "packages/next-swc/Cargo.lock",
"patch": "@@ -386,7 +386,7 @@ dependencies = [\n [[package]]\n name = \"auto-hash-map\"\n version = \"0.1.0\"\n-source = \"git+https://github.com/vercel/turbo.git?tag=turbopack-230331.3#1414a695ace2fb52a204fdee374be4dd0a98c8f5\"\n+source = \"git+https://github.com/v... | 2023-04-04T17:49:43 |
huggingface/transformers | 3442b2f3008ebfd2d343ba5537928e969c73cff0 | c0dbe095b0fdceff933dbca7978ed76716d97fb2 | [`VaultGemma`] Update expectations in integration tests (#40855)
* fix tests
* style | [
{
"path": "tests/models/vaultgemma/test_modeling_vaultgemma.py",
"patch": "@@ -107,8 +107,8 @@ def tearDown(self):\n def test_model_bf16(self):\n model_id = \"google/vaultgemma-1b\"\n EXPECTED_TEXTS = [\n- \"<bos>Hello I am doing a project on the 1918 flu pandemic and I am try... | 2025-09-15T10:46:30 |
rust-lang/rust | ac4e3657764256fc2411ccbc0e23c451c4338107 | 3bae562b51452906e7f8046f984d8e861c0e8bc5 | fix: Hide dyn inlay hints for incomplete `impl`s | [
{
"path": "src/tools/rust-analyzer/crates/ide/src/inlay_hints/implied_dyn_trait.rs",
"patch": "@@ -22,9 +22,14 @@ pub(super) fn hints(\n let parent = paren.as_ref().and_then(|it| it.parent()).unwrap_or(parent);\n if ast::TypeBound::can_cast(parent.kind())\n || ast::Ty... | 2025-06-10T06:52:41 |
golang/go | a59e33224e42d60a97fa720a45e1b74eb6aaa3d0 | 81fea0b4fd3b134d4c1d121abad171e358037ce3 | net/netip: add new IP address package
Co-authored-by: Alex Willmer <alex@moreati.org.uk> (GitHub @moreati)
Co-authored-by: Alexander Yastrebov <yastrebov.alex@gmail.com>
Co-authored-by: David Anderson <dave@natulte.net> (Tailscale CLA)
Co-authored-by: David Crawshaw <crawshaw@tailscale.com> (Tailscale CLA)
Co-authored... | [
{
"path": "src/bytes/bytes.go",
"patch": "@@ -21,7 +21,7 @@ func Equal(a, b []byte) bool {\n }\n \n // Compare returns an integer comparing two byte slices lexicographically.\n-// The result will be 0 if a==b, -1 if a < b, and +1 if a > b.\n+// The result will be 0 if a == b, -1 if a < b, and +1 if a > b.\n... | 2021-08-02T21:55:51 |
nodejs/node | 5f8ccecaa2e44c4a04db95ccd278a7078c14dd77 | d345b0dc128d99afc8476f58ed5546b43d52d30a | module: revert module._compile to original state if module is patched
PR-URL: https://github.com/nodejs/node/pull/21573
Fixes: https://github.com/nodejs/node/issues/17396
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-... | [
{
"path": "lib/assert.js",
"patch": "@@ -39,7 +39,6 @@ let isDeepEqual;\n let isDeepStrictEqual;\n let parseExpressionAt;\n let findNodeAround;\n-let columnOffset = 0;\n let decoder;\n \n function lazyLoadComparison() {\n@@ -256,16 +255,6 @@ function getErrMessage(message, fn) {\n const line = call.getLin... | 2018-11-07T16:47:09 |
electron/electron | 73ab6d409b50440eb567ae67659b19cb3251e9c8 | 55715bec23f2834bc12f62a57e5d42fe25decb05 | Fix building with Xcode 6 | [
{
"path": "toolchain.gypi",
"patch": "@@ -9,6 +9,9 @@\n 'sysroot%': '',\n \n 'variables': {\n+ # The minimum OS X SDK version to use.\n+ 'mac_sdk_min%': '10.10',\n+\n # Set ARM architecture version.\n 'arm_version%': 7,\n \n@@ -17,6 +20,7 @@\n },\n \n # Copy conditional... | 2015-10-08T02:14:22 |
vercel/next.js | 2eeb0c7f4968421b35ee5435417ede35673d815a | a3acbf4f552bd6b8780d739dfae418e775d1b4de | Add missing `module.hot.accept` call to server CSS modules (#47913)
Since we compile global server CSS imports into a special module with a
checksum of the original content, it should always accept HMR updates.
This fixes `Fast Refresh had to perform a full reload` errors. | [
{
"path": "packages/next/src/build/webpack/loaders/next-flight-css-loader.ts",
"patch": "@@ -34,12 +34,20 @@ const NextServerCSSLoader = function (this: any, content: string) {\n .substring(0, 12)\n \n if (isCSSModule) {\n- return (\n- content + '\\nmodule.exports.__checksum = ' + JSON... | 2023-04-04T16:56:54 |
rust-lang/rust | fc96ca8bbad7fb4c7546fb98807e826723fc6c1d | 0d74252537b6fd3ae6287486dbeec437cf021efa | Use closure to allow passing custom tracing layers
The previous method, where a layer would be passed directly,
required to pass a "no-op" layer when no custom layer was needed.
This should have in theory worked, however having a no-op layer
seems to change the way the tracing lib applies filters internally,
leading t... | [
{
"path": "compiler/rustc_driver_impl/src/lib.rs",
"patch": "@@ -1507,13 +1507,15 @@ pub fn init_logger(early_dcx: &EarlyDiagCtxt, cfg: rustc_log::LoggerConfig) {\n }\n }\n \n-pub fn init_logger_with_additional_layer(\n+pub fn init_logger_with_additional_layer<F, T>(\n early_dcx: &EarlyDiagCtxt,\n ... | 2025-06-11T08:23:43 |
nodejs/node | d345b0dc128d99afc8476f58ed5546b43d52d30a | 8375c706ad51a399451e4f43b075f3795c440dad | module: use compileFunction over Module.wrap
Use vm.compileFunction (which is a binding for
v8::CompileFunctionInContext) instead of Module.wrap internally in
Module._compile for the cjs loader.
Fixes: https://github.com/nodejs/node/issues/17396
PR-URL: https://github.com/nodejs/node/pull/21573
Reviewed-By: James M ... | [
{
"path": "lib/internal/modules/cjs/loader.js",
"patch": "@@ -700,19 +700,13 @@ Module.prototype._compile = function(content, filename) {\n \n content = stripShebang(content);\n \n- // create wrapper function\n- var wrapper = Module.wrap(content);\n-\n- var compiledWrapper = vm.runInThisContext(wrapper... | 2018-06-28T06:45:15 |
golang/go | 81fea0b4fd3b134d4c1d121abad171e358037ce3 | 02e5913406b2ac354695471690b79d8d4242ad8d | net/url: consider ForceQuery in ResolveReference
Previously, when resolving references of form
(https://golang.org/?hello).ResolveReference(?)
we only used URL.RawQuery to determine whether or not a query part is
defined. Go 1.7 introduced URL.ForceQuery as a flag for the situation
where a query part is provided but... | [
{
"path": "src/net/url/url.go",
"patch": "@@ -1083,7 +1083,7 @@ func (u *URL) ResolveReference(ref *URL) *URL {\n \t\turl.Path = \"\"\n \t\treturn &url\n \t}\n-\tif ref.Path == \"\" && ref.RawQuery == \"\" {\n+\tif ref.Path == \"\" && !ref.ForceQuery && ref.RawQuery == \"\" {\n \t\turl.RawQuery = u.RawQuery... | 2021-05-07T08:03:59 |
electron/electron | 115526424a88a39fc2863c59fab421517dc85e8f | 5bdc077b486885e5769230b40c4ae7f54b29aea9 | Move native modules to optionalDependencies
Fixes #3016. | [
{
"path": "package.json",
"patch": "@@ -4,7 +4,9 @@\n \"asar\": \"^0.8.0\",\n \"coffee-script\": \"^1.9.2\",\n \"coffeelint\": \"^1.9.4\",\n- \"request\": \"*\",\n+ \"request\": \"*\"\n+ },\n+ \"optionalDependencies\": {\n \"runas\": \"^3.0.0\"\n },\n \"private\": true,",
"ad... | 2015-10-08T01:25:31 |
huggingface/transformers | c0dbe095b0fdceff933dbca7978ed76716d97fb2 | fc5f9105da6b3de2cd6f6d8f9d0ba71342b857e8 | Adding Support for Qwen3-VL Series (#40795)
* add qwen3vl series
* make fixup
* fix import
* re-protect import
* fix it finally (need to merge main into the branch)
* skip processor test (need the checkpoint)
* oups typo
* simplify modular
* remove unecesary attr
* fix layer
* remove unused rope_deltas args
... | [
{
"path": "docs/source/en/_toctree.yml",
"patch": "@@ -1127,6 +1127,10 @@\n title: Qwen2Audio\n - local: model_doc/qwen2_vl\n title: Qwen2VL\n+ - local: model_doc/qwen3_vl\n+ title: Qwen3VL\n+ - local: model_doc/qwen3_vl_moe\n+ title: Qwen3VLMoe\n - local:... | 2025-09-15T10:46:18 |
electron/electron | 3966441d21bf16f4735bdd93bdeabf72f154d0b1 | 579f253340e83ef11f580d28b25f85388e3da743 | Fix small typos | [
{
"path": "docs-translations/ko-KR/api/auto-updater.md",
"patch": "@@ -21,7 +21,7 @@ Squirrel은 사용자에게 어플리케이션의 업데이트를 알릴 필요\n 서버에선 이러한 요청을 분류 처리하여 적당한 업데이트를 제공할 수 있습니다.\n \n Squirrel JSON 업데이트 요청시 처리는 반드시 어떤 업데이트가 필요한지 요청의 기준에 맞춰 동적으로 생성되어야 합니다.\n-Squirrel은 사용해야 하는 업데이트 선택하는 과정을 서버에 의존합니다. [서버 지원](#server-supp... | 2015-10-07T11:20:34 |
golang/go | 02e5913406b2ac354695471690b79d8d4242ad8d | 5f1bcd1bc29615b4366f6da8df958bd048ef89a8 | go/types, types2: remove confusing debugging output in inference error message
When type inference cannot infer type arguments it prints the list of
inferred type arguments (often empty) at the end of the error message.
This was meant as debugging support only. Removed for now.
Eventually we should provide a better e... | [
{
"path": "src/cmd/compile/internal/types2/infer.go",
"patch": "@@ -218,7 +218,7 @@ func (check *Checker) infer(pos syntax.Pos, tparams []*TypeParam, targs []Type,\n \t// At least one type argument couldn't be inferred.\n \tassert(targs != nil && index >= 0 && targs[index] == nil)\n \ttpar := tparams[index]... | 2021-11-01T22:00:16 |
huggingface/transformers | 96d3795cfcfadd3a123678c4dbc7ce88f1a330c6 | f5e16418575eee9b08ae2fea8a92c83ae33a3371 | Update model tags and integration references in bug report (#40881) | [
{
"path": ".github/ISSUE_TEMPLATE/bug-report.yml",
"patch": "@@ -36,26 +36,31 @@ body:\n \n Models:\n \n- - text models: @ArthurZucker\n- - vision models: @amyeroberts, @qubvel\n- - speech models: @eustlb\n+ - text models: @ArthurZucker @Cyrilvallez\n+ - ... | 2025-09-15T10:08:29 |
nodejs/node | b200a46befd936cbf1b5356045d88ba9e8156e87 | a99316065d7e3dcb452d6f50da42c8f804600c9b | src: remove `process.binding('config').debugOptions`
`process.binding('config').debugOptions`, which contains the initial
values of parsed debugger-related CLI options, has been used for
internal testing. This patch removes them and uses `internal/options`
to query the values in the tests instead.
PR-URL: https://git... | [
{
"path": "src/node_config.cc",
"patch": "@@ -6,9 +6,7 @@\n \n namespace node {\n \n-using v8::Boolean;\n using v8::Context;\n-using v8::Integer;\n using v8::Isolate;\n using v8::Local;\n using v8::Number;\n@@ -72,19 +70,6 @@ static void Initialize(Local<Object> target,\n READONLY_PROPERTY(target,\n ... | 2019-02-07T23:37:04 |
rust-lang/rust | 208f2e461c19ca62bc43e8797728bbc7308b05ba | c6a955468b025dbe3d1de3e8f3e30496d1fb7f40 | Remove useless and wrong std crates special casing when un-remap sysroot | [
{
"path": "compiler/rustc_metadata/src/rmeta/decoder.rs",
"patch": "@@ -1649,34 +1649,7 @@ impl<'a> CrateMetadataRef<'a> {\n old_name\n && let Ok(rest) = virtual_name.strip_prefix(virtual_dir)\n {\n- // The std library crates are... | 2025-06-10T21:35:49 |
vercel/next.js | 9ef417d269467704c16445c67c66ee81784dfcc4 | 5aa083920ecf91cf8460a9e05cd9b493883b1296 | ChunkingContext refactor pt. 1 (vercel/turbo#4397)
Next.js side: https://github.com/vercel/next.js/pull/47693
### Description
This is part one of a larger ChunkingContext refactor.
In this episode, we:
1. Move the runtime and evaluation code off of the entry JS chunk and
into a dedicated chunk. This means t... | [
{
"path": "crates/turbopack-core/src/chunk/chunk_in_group.rs",
"patch": "@@ -1,149 +0,0 @@\n-use anyhow::Result;\n-use turbo_tasks::{primitives::StringVc, ValueToString};\n-\n-use super::{Chunk, ChunkVc, ParallelChunkReferenceVc};\n-use crate::{\n- asset::{Asset, AssetContentVc, AssetVc},\n- chunk::{C... | 2023-04-04T14:56:57 |
huggingface/transformers | f5e16418575eee9b08ae2fea8a92c83ae33a3371 | ada64ce4526b8b6d7d1fd8edacbde3cbb27d8a10 | fix: XIELU act parameters not being casted to correct dtype (#40812) | [
{
"path": "src/transformers/activations.py",
"patch": "@@ -262,8 +262,8 @@ def _xielu_cuda(self, x: Tensor) -> Tensor:\n )\n result = self._xielu_cuda_obj.forward(\n x,\n- self.alpha_p,\n- self.alpha_n,\n+ self.alpha_p.to(x.dtype),\n+ ... | 2025-09-15T09:05:55 |
electron/electron | 579f253340e83ef11f580d28b25f85388e3da743 | c6d5a92d349bb376c4c6f78ed618b970d343258b | Fix small typo | [
{
"path": "docs-translations/ko-KR/api/auto-updater.md",
"patch": "@@ -30,7 +30,7 @@ Squirrel의 인스톨러는 오류에 관대하게 설계되었습니다. 그리\n Squirrel은 업데이트 확인을 위해 클라이언트 어플리케이션의 요청은 무시합니다.\n Squirrel은 응답을 분석해야 할 책임이 있기 때문에 `Accept: application/json`이 요청 헤더에 추가됩니다.\n \n-업데이트 응답과 본문 포맷에 대한 요구 사항은 [Server Support](#server-suppo... | 2015-10-07T11:19:37 |
golang/go | b5a5b7bfb1ba25abf8cad8b9ad9451fb6e79d941 | 2bcf1c0373195724161a9dc287e1dbc26404e4fa | runtime: disable pacer lock held assertions in tests
Fixes #49234.
Change-Id: I64c1eab0dce2bbe990343b43a32858a6c9f3dcda
Reviewed-on: https://go-review.googlesource.com/c/go/+/359878
Trust: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
... | [
{
"path": "src/runtime/export_test.go",
"patch": "@@ -1246,6 +1246,7 @@ func NewGCController(gcPercent int) *GCController {\n \t// on a 32-bit architecture, it may get allocated unaligned\n \t// space.\n \tg := escape(new(GCController)).(*GCController)\n+\tg.gcControllerState.test = true // Mark it as a tes... | 2021-10-29T22:42:50 |
nodejs/node | a99316065d7e3dcb452d6f50da42c8f804600c9b | 17820ec23f9be696cc5d0880c36aa4c644c67bf0 | doc: fix code lang in repl.md
PR-URL: https://github.com/nodejs/node/pull/26075
Reviewed-By: Lance Ball <lball@redhat.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> | [
{
"path": "doc/api/repl.md",
"patch": "@@ -42,8 +42,7 @@ The following special commands are supported by all REPL instances:\n `> .load ./file/to/load.js`\n * `.editor` - Enter editor mode (`<ctrl>-D` to finish, `<ctrl>-C` to cancel).\n \n-<!-- eslint-skip -->\n-```js\n+```console\n > .editor\n // Enterin... | 2019-02-13T14:11:15 |
rust-lang/rust | 32cb8f1537a3c0948e01cb90c850d9f60e3139ed | c6a955468b025dbe3d1de3e8f3e30496d1fb7f40 | Add trim_prefix and trim_suffix for slice and str.
Implements `trim_prefix` and `trim_suffix` methods for both `slice` and
`str` types which remove at most one occurrence of a prefix/suffix while
always returning a string/slice (rather than Option), enabling easy
method chaining. | [
{
"path": "library/core/src/slice/mod.rs",
"patch": "@@ -2763,6 +2763,89 @@ impl<T> [T] {\n None\n }\n \n+ /// Returns a subslice with the optional prefix removed.\n+ ///\n+ /// If the slice starts with `prefix`, returns the subslice after the prefix. If `prefix`\n+ /// is empty or ... | 2025-06-11T03:50:48 |
vercel/next.js | a3acbf4f552bd6b8780d739dfae418e775d1b4de | 43ff6cfd995bfe3db8f0f320cba5597bd84582bb | Add documentation on OTEL support (#47194)
Added docs that mention:
- important code-snippets from example
- links to official OTEL docs
- document NEXT_VERBOSE_OTEL
- explain what we provide out of the box
- what we don’t
- explain how you can add tracing yourself
- explain how instrumentation.js works
- it can be us... | [
{
"path": "docs/advanced-features/instrumentation.md",
"patch": "@@ -0,0 +1,52 @@\n+---\n+description: Learn how to instrument your Next.js app.\n+---\n+\n+> **Note**: This feature is experimental. To use it, you must explicitly opt in by defining `experimental.instrumentationHook = true;` in your `next.con... | 2023-04-04T14:24:46 |
huggingface/transformers | ada64ce4526b8b6d7d1fd8edacbde3cbb27d8a10 | 93f810e6fa38fd4c1c976f6d82051a3f82358aa7 | fix florence kwargs (#40826) | [
{
"path": "src/transformers/models/florence2/modeling_florence2.py",
"patch": "@@ -25,7 +25,6 @@\n from ...activations import ACT2FN\n from ...cache_utils import Cache\n from ...generation import GenerationMixin\n-from ...modeling_flash_attention_utils import FlashAttentionKwargs\n from ...modeling_outputs ... | 2025-09-15T09:05:47 |
golang/go | 2bcf1c0373195724161a9dc287e1dbc26404e4fa | 80bedb848092c993182f79a946d54776dc251549 | internal/fuzz: don't add duplicate corpus entries
If a identical input is already present in the corpus, don't re-add it.
This may happen when the same input produces a different coverage map,
causing the coordinator to think it has found a new input.
This fixes a race between reading/writing cached inputs.
Fixes #4... | [
{
"path": "src/internal/fuzz/fuzz.go",
"patch": "@@ -316,6 +316,23 @@ func CoordinateFuzzing(ctx context.Context, opts CoordinateFuzzingOpts) (err err\n \t\t\t\t\t\t// Update the coordinator's coverage mask and save the value.\n \t\t\t\t\t\tinputSize := len(result.entry.Data)\n \t\t\t\t\t\tif opts.CacheDir ... | 2021-10-29T18:21:45 |
electron/electron | 821005e6b4d38062fe9c2cd4a6a1eb54d4c3efa2 | a0638fe801fc0c502f2bd6c42923e098c02b5ee1 | Fix a wrong usage of switch commandline.
We should not always save switch path as ascii string, which will not be
handled well on Windows. | [
{
"path": "atom/app/atom_content_client.cc",
"patch": "@@ -99,7 +99,7 @@ void AtomContentClient::AddAdditionalSchemes(\n void AtomContentClient::AddPepperPlugins(\n std::vector<content::PepperPluginInfo>* plugins) {\n auto command_line = base::CommandLine::ForCurrentProcess();\n- auto flash_path = co... | 2015-10-07T04:15:48 |
rust-lang/rust | 334670e0868c66219263c4f418717941db111988 | 1443bbac932296a1a5b336a56c31acbf2b238fcd | fix: skip removing `self` in imports if they are stacked like `use self::self;` (#6573)
This prevents an idempotence issue where each run of rustfmt removed another `self` from the import path.
For example, `use self::self::self;` -> `use self::self;` -> `use self;` -> `{import removed}`.
Now `use self::self;`, `use ... | [
{
"path": "src/imports.rs",
"patch": "@@ -566,8 +566,13 @@ impl UseTree {\n \n // Normalise foo::self -> foo.\n if let UseSegmentKind::Slf(None) = last.kind {\n- if !self.path.is_empty() {\n- return self;\n+ if let Some(second_last) = self.path.pop() {\n+... | 2025-06-11T03:53:15 |
nodejs/node | 17820ec23f9be696cc5d0880c36aa4c644c67bf0 | 0ebff65b65155b9a21a54dbc8fecdb9303f33024 | lib: converted element to lowercase in tty.js
Converted the first element "Eterm" in TERM_ENVS array to "eterm"
PR-URL: https://github.com/nodejs/node/pull/26121
Fixes: https://github.com/nodejs/node/issues/26077
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: An... | [
{
"path": "lib/internal/tty.js",
"patch": "@@ -37,7 +37,7 @@ const COLORS_16m = 24;\n // distribution of this file, with or without modification, are permitted\n // provided the copyright notice and this notice are preserved.\n const TERM_ENVS = [\n- 'Eterm',\n+ 'eterm',\n 'cons25',\n 'console',\n '... | 2019-02-14T18:53:13 |
vercel/next.js | 5aa083920ecf91cf8460a9e05cd9b493883b1296 | 73f77241777541ad844af70a794d4ad5108446d7 | mark resolve issues inside a try block as warnings (vercel/turbo#4414)
### Description
I also added source information to the resolve issues where possible
fix WEB-633 | [
{
"path": "crates/turbopack-core/src/issue/mod.rs",
"patch": "@@ -123,7 +123,7 @@ pub trait Issue {\n /// should point at the offending character. Displayed to the user alongside\n /// the title/description.\n fn source(&self) -> OptionIssueSourceVc {\n- OptionIssueSourceVc::cell(None)\n+... | 2023-04-04T14:02:44 |
golang/go | 80bedb848092c993182f79a946d54776dc251549 | 0ae4c7ff4a6d24ab33a0deebba74609159291b8c | go/types: fix TypeName.IsAlias for type parameter names
Fixes #49213
Change-Id: I2bfc151b74b0d14efbd00e5d28584f4180126c5d
Reviewed-on: https://go-review.googlesource.com/c/go/+/359656
Trust: Robert Griesemer <gri@golang.org>
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Griesemer <gri@golang.org>
Rev... | [
{
"path": "src/go/types/object.go",
"patch": "@@ -269,6 +269,8 @@ func (obj *TypeName) IsAlias() bool {\n \t\treturn obj.pkg != nil || t.name != obj.name || t == universeByte || t == universeRune\n \tcase *Named:\n \t\treturn obj != t.obj\n+\tcase *TypeParam:\n+\t\treturn obj != t.obj\n \tdefault:\n \t\tret... | 2021-10-29T07:24:28 |
electron/electron | cab466f999f507b6f535ce5db298868a3cf3ae5b | 4cb3e2ecb51cf5d4bee37a0c0cab65f1f22963f2 | ++crashpad | [
{
"path": "vendor/crashpad",
"patch": "@@ -1 +1 @@\n-Subproject commit e6a0d433b0ee399eecce2bef671794771052ffdb\n+Subproject commit cdc8d01d7df15d7139729747bff23b96baa28017",
"additions": 1,
"deletions": 1,
"language": "Unknown"
}
] | 2015-10-06T20:14:44 |
nodejs/node | 584dc4893c8c5be0a3c39c0179809e60b774cb95 | 85b95cc6a3d017c58a0e15efa2c4406b34bd4611 | test: simplify test-worker-syntax-error
Remove extraneous code from test-worker-syntax-error. Because the worker
is called with `eval: true`, there is no need to set an environment
variable indicating whether the worker has started and so on. The test
file is only ever executed by the main thread.
PR-URL: https://git... | [
{
"path": "test/parallel/test-worker-syntax-error.js",
"patch": "@@ -3,15 +3,9 @@ const common = require('../common');\n const assert = require('assert');\n const { Worker } = require('worker_threads');\n \n-// Do not use isMainThread so that this test itself can be run inside a Worker.\n-if (!process.env.H... | 2019-02-16T06:07:58 |
vercel/next.js | f6218305079a99405920e6062b907755bc0496e0 | eba1626b459504c8ef87a78b7dc8afaa7c6c591b | Fix issue where NextServer.prepare wouldn't be called when deployed (#47899) | [
{
"path": "packages/next/src/server/base-server.ts",
"patch": "@@ -534,6 +534,7 @@ export default abstract class Server<ServerOptions extends Options = Options> {\n res: BaseNextResponse,\n parsedUrl?: NextUrlWithParsedQuery\n ): Promise<void> {\n+ await this.prepare()\n const method = req.... | 2023-04-04T12:43:55 |
huggingface/transformers | 93f810e6fa38fd4c1c976f6d82051a3f82358aa7 | c65fea0b92ff43d9911b2bdf442910daeaa513e1 | [docstrings / type hints] Update outdated annotations for `past_key_values` (#40803)
* some fixes
* nits
* indentation
* indentation
* a bunch of type hints
* bulk changes | [
{
"path": "src/transformers/generation/utils.py",
"patch": "@@ -166,7 +166,7 @@ class GenerateDecoderOnlyOutput(ModelOutput):\n hidden_states (`tuple(tuple(torch.FloatTensor))`, *optional*, returned when `output_hidden_states=True`):\n Tuple (one element for each generated token) of tupl... | 2025-09-15T08:52:32 |
golang/go | 0ae4c7ff4a6d24ab33a0deebba74609159291b8c | e2e910ef30f5b54018131cd24b198ced6e8215f8 | cmd/compile/internal/types2: fix TypeName.IsAlias for type parameter names
This is a port of CL 359656 from go/types to types2.
For #49213.
Change-Id: Ib98f9a344c1397af92e061cafd519ea374fd60bc
Reviewed-on: https://go-review.googlesource.com/c/go/+/360294
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert F... | [
{
"path": "src/cmd/compile/internal/types2/object.go",
"patch": "@@ -315,6 +315,8 @@ func (obj *TypeName) IsAlias() bool {\n \t\treturn obj.pkg != nil || t.name != obj.name || t == universeByte || t == universeRune\n \tcase *Named:\n \t\treturn obj != t.obj\n+\tcase *TypeParam:\n+\t\treturn obj != t.obj\n \... | 2021-11-01T00:27:12 |
nodejs/node | 85b95cc6a3d017c58a0e15efa2c4406b34bd4611 | 35e6070f143375ec61b8f0f14cb214e87a077171 | worker: ignore --abort-on-uncaught-exception for terminate()
When running Worker threads with `--abort-on-uncaught-exception`,
do not abort the process when `worker.terminate()` is called.
PR-URL: https://github.com/nodejs/node/pull/26111
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Joyee Cheung <joyee... | [
{
"path": "src/api/environment.cc",
"patch": "@@ -32,7 +32,9 @@ static bool AllowWasmCodeGenerationCallback(Local<Context> context,\n static bool ShouldAbortOnUncaughtException(Isolate* isolate) {\n HandleScope scope(isolate);\n Environment* env = Environment::GetCurrent(isolate);\n- return env != null... | 2019-02-14T22:30:37 |
huggingface/transformers | c65fea0b92ff43d9911b2bdf442910daeaa513e1 | 9c804f7ec42c94289ce52eaa84eed32f770311d7 | [Bug fix #40813] Fix base_model_tp_plan of Starcoder2 model. (#40814)
Signed-off-by: greg-kwasniewski1 <213329731+greg-kwasniewski1@users.noreply.github.com> | [
{
"path": "src/transformers/models/starcoder2/configuration_starcoder2.py",
"patch": "@@ -141,7 +141,7 @@ class Starcoder2Config(PretrainedConfig):\n \"layers.*.self_attn.v_proj\": \"colwise\",\n \"layers.*.self_attn.o_proj\": \"rowwise\",\n \"layers.*.mlp.c_fc\": \"colwise\",\n- ... | 2025-09-15T08:46:32 |
vercel/next.js | eba1626b459504c8ef87a78b7dc8afaa7c6c591b | 9d5a3e8c6bf18c919b1f3fe0f9eecbf9958ffcab | router: implement route interceptions (#47565)
This PR implements the route intercepting feature from [the layouts
RFC](https://nextjs.org/blog/layouts-rfc#intercepting-routes).
You can use route interception by adding these special markers,
`(..),(...) or (..)(..)` to your segment definition, i.e. by creating a
... | [
{
"path": "packages/next/src/client/components/app-router.tsx",
"patch": "@@ -19,6 +19,7 @@ import type {\n import type { ErrorComponent } from './error-boundary'\n import { reducer } from './router-reducer/router-reducer'\n import {\n+ ACTION_FAST_REFRESH,\n ACTION_NAVIGATE,\n ACTION_PREFETCH,\n ACT... | 2023-04-04T12:06:24 |
electron/electron | 927c3f34c3759e29948a1ffaa76a4985d38a1d69 | c916baa93968c6d874a94696a0f44868bbc18f11 | Guard against undefined, fix #2995
In theory this should never happen, seems like some object is garbage
collected after the JavaScript context has been destroyed. | [
{
"path": "atom/browser/lib/objects-registry.coffee",
"patch": "@@ -34,6 +34,7 @@ class ObjectsRegistry extends EventEmitter\n @dereference id, 1\n # Also reduce the count in owner.\n pointer = @owners[webContentsId]\n+ return unless pointer?\n --pointer[id]\n delete pointer[id] if po... | 2015-10-06T14:25:55 |
golang/go | e2e910ef30f5b54018131cd24b198ced6e8215f8 | d2b512160e4fc9dd69947ad9566c2dab1a135694 | cmd/compile/internal/types2: remove subscripts from type parameter names
This is a port of CL 357814 from go/types to types2 with minor
adjustments due to small differences in error handling code.
Change-Id: I72ecc4532e8349f569cabb38006f3d8ff517bf30
Reviewed-on: https://go-review.googlesource.com/c/go/+/360276
Trust:... | [
{
"path": "src/cmd/compile/internal/types2/api_test.go",
"patch": "@@ -326,25 +326,25 @@ func TestTypesInfo(t *testing.T) {\n \t\t{brokenPkg + `x5; func _() { var x map[string][...]int; x = map[string][...]int{\"\": {1,2,3}} }`, `x`, `map[string]invalid type`},\n \n \t\t// parameterized functions\n-\t\t{gen... | 2021-10-31T19:08:32 |
nodejs/node | 35e6070f143375ec61b8f0f14cb214e87a077171 | 45b7c98f09bca9716c20f855f38b8dd6aba66ef0 | src: remove invalid casts in options parser
Fixes: https://github.com/nodejs/node/issues/26131
PR-URL: https://github.com/nodejs/node/pull/26139
Reviewed-By: Yang Guo <yangguo@chromium.org>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> | [
{
"path": "src/node_options-inl.h",
"patch": "@@ -148,7 +148,7 @@ void OptionsParser<Options>::Implies(const std::string& from,\n CHECK_NE(it, options_.end());\n CHECK_EQ(it->second.type, kBoolean);\n implications_.emplace(from, Implication {\n- std::static_pointer_cast<OptionField<bool>>(it->secon... | 2019-02-15T18:42:03 |
huggingface/transformers | 02ea2b34336bdf2146b60d868e6f767fc2a2dbae | d42e96a2a731c4a772e396baa0d915524c873ff0 | Fix TrainingArguments.parallelism_config NameError with accelerate<1.10.1 (#40818)
Fix ParallelismConfig type for accelerate < 1.10.1
Co-authored-by: Marc Sun <57196510+SunMarc@users.noreply.github.com> | [
{
"path": "src/transformers/training_args.py",
"patch": "@@ -77,8 +77,10 @@\n \n from .trainer_pt_utils import AcceleratorConfig\n \n- if is_accelerate_available(\"1.10.1\"):\n- from accelerate.parallelism_config import ParallelismConfig\n+if is_accelerate_available(\"1.10.1\"):\n+ from acc... | 2025-09-14T15:35:42 |
vercel/next.js | 73f77241777541ad844af70a794d4ad5108446d7 | c59be53b6921526283fd7f29168df42a34bde5fc | fix HMR for streaming responses (vercel/turbo#4446)
### Description
this adds HMR support for streaming responses
---------
Co-authored-by: Alex Kirszenberg <alex.kirszenberg@vercel.com> | [
{
"path": "crates/turbopack-core/src/chunk/list/update.rs",
"patch": "@@ -1,10 +1,9 @@\n+use std::sync::Arc;\n+\n use anyhow::Result;\n use indexmap::IndexMap;\n use serde::Serialize;\n-use turbo_tasks::{\n- primitives::{JsonValueReadRef, JsonValueVc},\n- TraitRef,\n-};\n+use turbo_tasks::{IntoTraitRe... | 2023-04-04T11:55:47 |
electron/electron | c916baa93968c6d874a94696a0f44868bbc18f11 | 3a97439fe9615eb28f4de0fd0589bec1f0bec78b | Update brightray, fix #2315 | [
{
"path": "vendor/brightray",
"patch": "@@ -1 +1 @@\n-Subproject commit c44f99278bc4f6823f81b6f3a8d75881d697fd01\n+Subproject commit 9e97c2b5bf5aa455f863bb29f99a219bdda4d29d",
"additions": 1,
"deletions": 1,
"language": "Unknown"
}
] | 2015-10-06T13:40:08 |
golang/go | d2b512160e4fc9dd69947ad9566c2dab1a135694 | 82f902ae8e2b7f7eff0cdb087e47e939cc296a62 | cmd/compile/internal/types2: differently named types are not assignable
When checking assignability, a value of a named type (incl. a type parameter)
can never be assigned to a variable of a differently named type. Specifically,
if the types are two differently named type parameters, then values of one are
never assig... | [
{
"path": "src/cmd/compile/internal/types2/operand.go",
"patch": "@@ -317,19 +317,11 @@ func (x *operand) assignableTo(check *Checker, T Type, reason *string) (bool, er\n \t\t}\n \t}\n \n-\t// common case: if we don't have type parameters, we're done\n+\t// optimization: if we don't have type parameters, we... | 2021-10-31T17:37:15 |
rust-lang/rust | 3c10e1a5f04917fa52ddc19697a49a1fffadfeb7 | 27472476beda040ba25ad78d2dcac6e9e7a7aa14 | Fix proc macro server handling of strings with minuses
It used to decompose them thinking they were numbers. | [
{
"path": "src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/imp/src/lib.rs",
"patch": "@@ -31,6 +31,7 @@ pub fn fn_like_mk_literals(_args: TokenStream) -> TokenStream {\n TokenTree::from(Literal::byte_string(b\"byte_string\")),\n TokenTree::from(Literal::character('c')),\n ... | 2025-06-10T22:03:35 |
nodejs/node | 45b7c98f09bca9716c20f855f38b8dd6aba66ef0 | 04c839bd8c83eb497340bcd5a15f84a1e6fe473a | src: use PauseOnNextJavascriptStatement to implement --inspect-brk-node
Instead of using the `debugger;` statement which is visible in the
JS source code and makes primordials.js environment-dependent.
PR-URL: https://github.com/nodejs/node/pull/26034
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Coli... | [
{
"path": "lib/internal/bootstrap/primordials.js",
"patch": "@@ -1,6 +1,6 @@\n 'use strict';\n \n-/* global breakAtBootstrap, primordials */\n+/* global primordials */\n \n // This file subclasses and stores the JS builtins that come from the VM\n // so that Node.js's builtin modules do not need to later lo... | 2019-02-10T11:57:21 |
huggingface/transformers | 6eb32558424c6a461252769f7aca3b3de834912b | e682f90f60ad854d68ab903b720d266c0578f781 | [generate] Always use decoder config to init cache (#40772)
* mega derp
* fix
* always use the decoder | [
{
"path": "src/transformers/cache_utils.py",
"patch": "@@ -1010,7 +1010,7 @@ def __init__(\n layers = []\n # If a config is passed, use it to infer the layer types and initialize accordingly\n if config is not None:\n- config = config.get_text_config()\n+ config... | 2025-09-12T16:24:22 |
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.