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 |
|---|---|---|---|---|---|
golang/go | 895bcf178d86449f6d96a0bd19dc4e4b0a3d3c59 | 2620cc1caae099c5947bfd5ff2c10bd4a3b628fd | crypto/tls: reject empty TLS 1.3 session ticket
While not clearly motivated by normative language in RFC 8446 it seems
clear that an empty opaque ticket value is non-operable, and so we
should reject it with an appropriate alert/error.
This allows removing the SendEmptySessionTicket-TLS13 BoGo test from the
bogo excl... | [
{
"path": "src/crypto/tls/bogo_config.json",
"patch": "@@ -38,8 +38,6 @@\n \"PostQuantumNotEnabledByDefaultInClients\": \"We do enable it by default!\",\n \"*-Kyber-TLS13\": \"We don't support Kyber, only ML-KEM (BoGo bug ignoring AllCurves?)\",\n \n- \"SendEmptySessionTicket-TLS13\":... | 2025-02-17T16:45:23 |
huggingface/transformers | 12b6b57cac0397db0afda56f3ab0101729bc5f0f | d65c2b138a3d27a3321f7bbced0efc9bfb5a9688 | Fix when RoPE params are in kwargs (#45049)
* fix
* convert only if non-empty key | [
{
"path": "src/transformers/configuration_utils.py",
"patch": "@@ -263,6 +263,12 @@ def __post_init__(self, **kwargs):\n # BC for rotary embeddings. We will pop out legacy keys from kwargs and rename to new format\n if hasattr(self, \"rope_parameters\"):\n kwargs = self.convert_r... | 2026-03-27T16:15:27 |
facebook/react | 2c8a139a593e0294c3a6953d74b451bd05fdcfca | 2983249dd2bb1a295f27939e36ab0de9e4bfab76 | Generate sourcemaps for production build artifacts (#26446)
<!--
Thanks for submitting a pull request!
We appreciate you spending the time to work on these changes. Please
provide enough information so that others can review your pull request.
The three fields below are mandatory.
Before submitting a pull req... | [
{
"path": "scripts/rollup/build.js",
"patch": "@@ -11,6 +11,7 @@ const stripBanner = require('rollup-plugin-strip-banner');\n const chalk = require('chalk');\n const resolve = require('@rollup/plugin-node-resolve').nodeResolve;\n const fs = require('fs');\n+const path = require('path');\n const argv = requi... | 2023-11-07T18:59:27 |
electron/electron | 0d05273024459e911097948fcaaca834f15c9f04 | 90af7d7fe2fc70984404474feec4ac2c827794fe | docs: fix link in breaking-changes.md (#36793) | [
{
"path": "docs/breaking-changes.md",
"patch": "@@ -260,7 +260,7 @@ requires unsafe mode), so Electron is unable to support this feature on Linux.\n \n The handler invoked when `session.setDevicePermissionHandler(handler)` is used\n has a change to its arguments. This handler no longer is passed a frame\n-... | 2023-01-09T07:37:57 |
ollama/ollama | 288077c3a3b69d717e7bf1af576d28885657826a | 4425c54eda899cfb3f17932165c6a43bab922fee | build: smarter docker parallelism (#14653)
Our Dockerfile leverages parallel stages for more efficient builds. However,
our old parallel settings were naive and lead to under/over utilization
depending on the capabilities of your build system.
This change switches to using Ninja for all our docker cmake builds to le... | [
{
"path": "Dockerfile",
"patch": "@@ -1,28 +1,18 @@\n # vim: filetype=dockerfile\n \n ARG FLAVOR=${TARGETARCH}\n-ARG PARALLEL=8\n \n ARG ROCMVERSION=6.3.3\n ARG JETPACK5VERSION=r35.4.1\n ARG JETPACK6VERSION=r36.4.0\n ARG CMAKEVERSION=3.31.2\n+ARG NINJAVERSION=1.12.1\n ARG VULKANVERSION=1.4.321.1\n \n FROM -... | 2026-03-07T00:36:22 |
vercel/next.js | e25792b54997020cd389cd6f38d73ffd9ad47c3c | 2ffdaafbe962fe1a6e5b5011dd5fea6be48cd497 | fix(turbopack): Fix static immutability analysis (#80646)
### What?
Do not mark functions with `(&self)` receiver as imuutable.
### Why?
`&self` is `self: Vc<Self>` with `self.await?`
---------
Co-authored-by: Luke Sandberg <lukesandberg@users.noreply.github.com> | [
{
"path": "turbopack/crates/turbo-tasks-macros/src/function_macro.rs",
"patch": "@@ -67,7 +67,7 @@ pub fn function(args: TokenStream, input: TokenStream) -> TokenStream {\n filter_trait_call_args: None, // not a trait method\n local,\n invalidator,\n- immutable: sig.asyncness.... | 2025-06-19T05:17:15 |
golang/go | e256e640604bff7916ef09451da7f4a6423152a6 | c3e7d5f5cee29669d5d824f697e3b16a08815df0 | debug/dwarf: fix problem with DWARF 5 and Seek method
When clients use debug/dwarf to examine DWARF 5 binaries, we can run
into problems when the Seek() method is used to skip ahead from a DIE
in one compilation unit to a DIE in another unit. The problem here is
that it is common for DWARF 5 comp units to have attribu... | [
{
"path": "src/debug/dwarf/entry.go",
"patch": "@@ -426,16 +426,6 @@ func (b *buf) entry(cu *Entry, u *unit) *Entry {\n \t\tField: make([]Field, len(a.field)),\n \t}\n \n-\t// If we are currently parsing the compilation unit,\n-\t// we can't evaluate Addrx or Strx until we've seen the\n-\t// relevant bas... | 2025-03-07T19:16:28 |
huggingface/transformers | d65c2b138a3d27a3321f7bbced0efc9bfb5a9688 | ca6acc78492f93bdd588f178fdcc22cfe678497e | chore: update update_metdata.yml (#45054)
fix(security): remediate workflow vulnerability in .github/workflows/update_metdata.yml
Co-authored-by: hf-security-analysis[bot] <265538906+hf-security-analysis[bot]@users.noreply.github.com> | [
{
"path": ".github/workflows/update_metdata.yml",
"patch": "@@ -23,5 +23,7 @@ jobs:\n pip install .[torch]\n \n - name: Update metadata\n+ env:\n+ HF_TOKEN: ${{ secrets.LYSANDRE_HF_TOKEN }}\n run: |\n- python utils/update_metadata.py --token ${{ secrets.LYSAN... | 2026-03-27T15:51:05 |
facebook/react | c897260cffb6a237d5ad707a6043f68ddf9ab014 | ce2bc58a9f6f3b0bfc8c738a0d8e2a5f3a332ff5 | refactor[react-devtools-shared]: minor parsing improvements and modifications (#27661)
Had these stashed for some time, it includes:
- Some refactoring to remove unnecessary `FlowFixMe`s and type castings
via `any`.
- Optimized version of parsing component names. We encode string names
to utf8 and then pass it ser... | [
{
"path": "packages/react-devtools-shared/src/backend/renderer.js",
"patch": "@@ -439,7 +439,6 @@ export function getInternalReactConstants(version: string): {\n return 'Cache';\n case ClassComponent:\n case IncompleteClassComponent:\n- return getDisplayName(resolvedType);\n ... | 2023-11-07T16:39:34 |
vercel/next.js | 6e1372ecc6eb535af28ff37888ab62c02df08cb5 | b2f9fa455b0683571e06dad49424f3052d626125 | fix: Add Chrome-ligthouse to htmlLimitedBots (#80656)
Co-authored-by: Jiachi Liu <inbox@huozhi.im> | [
{
"path": "packages/next/src/shared/lib/router/utils/html-bots.ts",
"patch": "@@ -1,4 +1,4 @@\n // This regex contains the bots that we need to do a blocking render for and can't safely stream the response\n // due to how they parse the DOM. For example, they might explicitly check for metadata in the `head... | 2025-06-18T17:03:47 |
golang/go | c3e7d5f5cee29669d5d824f697e3b16a08815df0 | c40a3731f45047c3b903cafae287ea8e5762e062 | debug/dwarf: refactor entry DIE reading helper
Simplify the signature of the "entry()" buf method to accept a unit as
opposed to a collection of unit components (version, atable, etc). No
change in functionality, this is a pure refactoring that will be
needed in subsequent patch.
Change-Id: I688def34e39d36b6a62733bc7... | [
{
"path": "src/debug/dwarf/entry.go",
"patch": "@@ -407,7 +407,8 @@ type Offset uint32\n \n // Entry reads a single entry from buf, decoding\n // according to the given abbreviation table.\n-func (b *buf) entry(cu *Entry, atab abbrevTable, ubase Offset, vers int) *Entry {\n+func (b *buf) entry(cu *Entry, u ... | 2025-03-07T18:34:55 |
ollama/ollama | 4425c54eda899cfb3f17932165c6a43bab922fee | 778899a5d215776bb1d8805ae19a77f47e6069aa | create: fix localhost handling (#14681) | [
{
"path": "cmd/cmd.go",
"patch": "@@ -132,6 +132,17 @@ func getModelfileName(cmd *cobra.Command) (string, error) {\n \treturn absName, nil\n }\n \n+// isLocalhost returns true if the configured Ollama host is a loopback or unspecified address.\n+func isLocalhost() bool {\n+\thost := envconfig.Host()\n+\th, ... | 2026-03-07T00:35:58 |
huggingface/transformers | ca6acc78492f93bdd588f178fdcc22cfe678497e | b0bba2d832f3cfd94b339a407f2b3e5b90ce3499 | [`FA`] Fix BC support for a few versions + add deprecation cycle (#45061)
* fix
* style
* move to init as well | [
{
"path": "src/transformers/utils/__init__.py",
"patch": "@@ -134,6 +134,7 @@\n is_flash_attn_3_available,\n is_flash_attn_4_available,\n is_flash_attn_greater_or_equal,\n+ is_flash_attn_greater_or_equal_2_10,\n is_flute_available,\n is_fouroversix_available,\n is_fp_quant_availab... | 2026-03-27T15:30:33 |
facebook/react | 956c1ee7e22dfd401f3e9dfa3d38989c6c74d670 | ab0f6985852219ec5e708b694f5da44e96c3c4c7 | Repro for bug with incorrectly using context variables when name overlaps | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/error.repro-uninitialized-value-kind-with-function-expression-params.expect.md",
"patch": "@@ -0,0 +1,24 @@\n+\n+## Input\n+\n+```javascript\n+function Component(props) {\n+ // This `x` uses a context variable:\n+ const... | 2023-11-02T00:42:14 |
golang/go | c40a3731f45047c3b903cafae287ea8e5762e062 | c3950f84303ad05d0ae1ff734ced85ab803e658b | internal/godebugs: add decoratemappings as an opaque godebug setting
This adds a new godebug to control whether the runtime applies the
anonymous memory mapping annotations added in https://go.dev/cl/646095.
It is enabled by default.
This has several effects:
* The feature is only enabled by default when the main go... | [
{
"path": "doc/godebug.md",
"patch": "@@ -153,6 +153,17 @@ for example,\n see the [runtime documentation](/pkg/runtime#hdr-Environment_Variables)\n and the [go command documentation](/cmd/go#hdr-Build_and_test_caching).\n \n+### Go 1.25\n+\n+Go 1.25 added a new `decoratemappings` setting that controls wheth... | 2025-03-07T18:53:34 |
vercel/next.js | b2f9fa455b0683571e06dad49424f3052d626125 | f3d6af95255239b903826c10a587b4e747500571 | Fix: Rules of Hooks violation in AppRouter (#80623)
There's some sketchy logic in AppRouter that (intentionally) violates
the rules of hooks by reading an externally mutable condition. The
rationalization is that it's OK to do this if the result is to
infinitely suspend the component.
However, the mechanism used to i... | [
{
"path": "packages/next/src/client/components/app-router.tsx",
"patch": "@@ -1,7 +1,6 @@\n 'use client'\n \n import React, {\n- use,\n useEffect,\n useMemo,\n startTransition,\n@@ -329,7 +328,10 @@ function Router({\n // TODO-APP: Should we listen to navigateerror here to catch failed\n // n... | 2025-06-18T17:00:57 |
electron/electron | 90af7d7fe2fc70984404474feec4ac2c827794fe | ba962c94cc20a08560c2143d3f5295c5fe22a2e8 | chore: bump chromium to 111.0.5518.0 (main) (#36575)
* chore: bump chromium in DEPS to 110.0.5461.0
* chore: update patches
* 3903024: hid: Add connection count tracking methods for HidDelegate
https://chromium-review.googlesource.com/c/chromium/src/+/3903024
* 4076211: Turn FrameTreeNode::frame_tree into ... | [
{
"path": ".circleci/config/base.yml",
"patch": "@@ -218,6 +218,7 @@ step-maybe-cleanup-arm64-mac: &step-maybe-cleanup-arm64-mac\n security delete-generic-password -l \"Chromium Safe Storage\" || echo \"✓ Keychain does not contain password from tests\"\n security delete-generic-password -l \... | 2023-01-06T02:35:34 |
ollama/ollama | 4eab60c1e2e25aed9df102de40e9c6f0b1200bdb | 1af850e6e3668ece1c953bb27e38e8827393adff | Reapply "don't require pulling stubs for cloud models" again (#14608)
* Revert "Revert "Reapply "don't require pulling stubs for cloud models"" (#14606)"
This reverts commit 39982a954e056b73fb071212715913a1f0cd4dcc.
* fix test + do cloud lookup only when seeing cloud models
---------
Co-authored-by: ParthSareen <p... | [
{
"path": "cmd/cmd.go",
"patch": "@@ -41,6 +41,7 @@ import (\n \t\"github.com/ollama/ollama/cmd/tui\"\n \t\"github.com/ollama/ollama/envconfig\"\n \t\"github.com/ollama/ollama/format\"\n+\t\"github.com/ollama/ollama/internal/modelref\"\n \t\"github.com/ollama/ollama/parser\"\n \t\"github.com/ollama/ollama/p... | 2026-03-06T22:27:47 |
huggingface/transformers | b0bba2d832f3cfd94b339a407f2b3e5b90ce3499 | 44686173b26bb174f3c7eb6e59f08a338d1adf54 | fix(testing): Fix Parakeet, Evolla, Pi0, and Phi-3 test failures on main CI (#45004)
* fix: Guard sdpa flash test and fix phi3/pi0 tests
* fix: Narrow scope by adding it to the skip list
* fix
---------
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com> | [
{
"path": "tests/models/phi3/test_modeling_phi3.py",
"patch": "@@ -139,11 +139,11 @@ def test_phi3_mini_4k_instruct_generation(self):\n ]\n inputs = tokenizer.apply_chat_template(messages, add_generation_prompt=True, return_tensors=\"pt\")\n \n- outputs = model.generate(inputs, max_ne... | 2026-03-27T15:06:08 |
facebook/react | 127b5df7ca491bafe42f370374b7a4b1a7a688a6 | 6f2fe1e7e97a18992c9aefe86d9f2242535f65cb | [be] Group fbt fixtures in directory | [
{
"path": "compiler/packages/sprout/src/SproutTodoFilter.ts",
"patch": "@@ -82,7 +82,7 @@ const skipFilter = new Set([\n \"escape-analysis-not-switch-test\",\n \"expression-with-assignment-dynamic\",\n \"extend-scopes-if\",\n- \"fbt-params\",\n+ \"fbt/fbt-params\",\n \"for-empty-update-with-contin... | 2023-11-10T19:21:07 |
golang/go | c3950f84303ad05d0ae1ff734ced85ab803e658b | 22d5d09f1e39bf0ef77bfcf80388c676e7e91574 | crypto/pbkdf2: fix code example for Key
The type for password is not `[]byte` (as it was in golang.org/x/crypto/pbkdf2), it is `string`.
Change-Id: I914a81a500a6d93f994b587814f26285aef7b96d
GitHub-Last-Rev: 5ec752e0def59c1058c649b4543f296467691813
GitHub-Pull-Request: golang/go#72746
Reviewed-on: https://go-review.go... | [
{
"path": "src/crypto/pbkdf2/pbkdf2.go",
"patch": "@@ -27,7 +27,7 @@ import (\n // can get a derived key for e.g. AES-256 (which needs a 32-byte key) by\n // doing:\n //\n-//\tdk := pbkdf2.Key(sha1.New, []byte(\"some password\"), salt, 4096, 32)\n+//\tdk := pbkdf2.Key(sha1.New, \"some password\", salt, 4096... | 2025-03-08T17:30:06 |
vercel/next.js | 693619fddb64f684ba4167736d92087c3037e63a | bc6dd8f1fc43a95c9f2f843d023c48ce79bbc382 | Docs: Update code snippets in linking and navigating guide (#80652)
This PR updates code snippets in linking and navigating guide in docs.
It also replaces wrong file name in one of the snippets. | [
{
"path": "docs/01-app/01-getting-started/04-linking-and-navigating.mdx",
"patch": "@@ -60,7 +60,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {\n }\n ```\n \n-```jsx filename=\"app/blog/page.js\" switcher\n+```jsx filename=\"app/layout.js\" switcher\n import Link from 'ne... | 2025-06-18T11:42:42 |
huggingface/transformers | ce4a791c5277840c4c1d74eed03431b674869da5 | cc4ef19bb88ce7c49607a98fc8214b5c8bdb5342 | Fix llama4 bnb mode (#44588)
* check float before using normal op
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
* fix llama4 weight
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
* add bnb quant skip module for llama4
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
* revert bnb integration
Signed-of... | [
{
"path": "src/transformers/integrations/bitsandbytes.py",
"patch": "@@ -181,7 +181,7 @@ def replace_with_bnb_linear(\n continue\n new_module = None\n with torch.device(\"meta\"):\n- if isinstance(module, (nn.Linear, Conv1D)):\n+ if isinstance(module, Conv1D... | 2026-03-27T14:05:40 |
ollama/ollama | 1af850e6e3668ece1c953bb27e38e8827393adff | 9b0c7cc7b90562b370ce6a30efdc667326799223 | parsers: repair unclosed arg_value tags in GLM tool calls (#14656)
GLM models sometimes omits </arg_value> closing tags in tool call XML, causing xml.Unmarshal to fail with "element <arg_value> closed by </tool_call>".
This is a known issue across the GLM family.
Sanitize the input to fix closing arg_key values so e... | [
{
"path": "model/parsers/glm46.go",
"patch": "@@ -345,6 +345,47 @@ func escapeGLM46Content(s string) string {\n \treturn result.String()\n }\n \n+// repairUnclosedArgValues inserts missing </arg_value> closing tags.\n+// GLM models sometimes omit the closing tag, producing XML like:\n+//\n+//\t<arg_value>va... | 2026-03-06T22:08:34 |
vercel/next.js | bc6dd8f1fc43a95c9f2f843d023c48ce79bbc382 | 77c9bd8d16c4995b12568d9e7ffc5a528aa0b485 | Respond with `404` for unknown server actions (#80613)
When a server action is sent from an older deployment and skew
protection is not enabled or implemented, we intended to return a `404`
response.
However, this behavior was never properly tested and was accidentally
broken in #48626 when `actionAsyncStorage` was a... | [
{
"path": "packages/next/src/server/app-render/action-handler.ts",
"patch": "@@ -50,7 +50,6 @@ import { RedirectStatusCode } from '../../client/components/redirect-status-code\n import { synchronizeMutableCookies } from '../async-storage/request-store'\n import type { TemporaryReferenceSet } from 'react-ser... | 2025-06-18T09:23:02 |
facebook/react | 6f2fe1e7e97a18992c9aefe86d9f2242535f65cb | 82ed13b8b421faf0c5b24c73442f3d5ed6a9e458 | Fix FBT whitespace handling (again (again))
Nice find, @mofeiZ! I really tried to thoroughly test all the examples I could
think of for FBT whitespace but i missed the newline case. Initially Mofei found
[this code potentially related to whitespace
handling](https://github.com/facebook/fbt/blob/main/packages/babel... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/HIR/BuildHIR.ts",
"patch": "@@ -1902,10 +1902,6 @@ function lowerExpression(\n const expr = exprPath as NodePath<t.JSXElement>;\n const opening = expr.get(\"openingElement\");\n const tag = lowerJsxElementName(builder, opening.get(... | 2023-11-10T18:21:10 |
huggingface/transformers | cc4ef19bb88ce7c49607a98fc8214b5c8bdb5342 | 9cd278715c5154597a44110d6e0c114a7e90d6f5 | Fix failing `SmolLM3IntegrationTest` (#45048)
Fix failing SmolLM3IntegrationTest | [
{
"path": "tests/models/smollm3/test_modeling_smollm3.py",
"patch": "@@ -100,14 +100,14 @@ def test_model_3b_logits(self):\n \n @slow\n def test_model_3b_generation(self):\n- EXPECTED_TEXT_COMPLETION = \"\"\"Gravity is the force that pulls objects toward the center of the Earth. It is a force... | 2026-03-27T14:03:26 |
golang/go | 22d5d09f1e39bf0ef77bfcf80388c676e7e91574 | bc5f4a555e933e6861d12edba4c2d87ef6caf8e6 | net/http/httputil: close hijacked connections when CloseWrite not available
CL 637939 changed ReverseProxy's handling of hijacked connections:
After copying all data in one direction, it half-closes the outbound
connection rather than fully closing both.
Revert to the old behavior when the outbound connection does no... | [
{
"path": "src/net/http/httputil/reverseproxy.go",
"patch": "@@ -794,16 +794,19 @@ func (p *ReverseProxy) handleUpgradeResponse(rw http.ResponseWriter, req *http.R\n \tgo spc.copyToBackend(errc)\n \tgo spc.copyFromBackend(errc)\n \n-\t// wait until both copy functions have sent on the error channel\n+\t// W... | 2025-03-06T21:24:58 |
facebook/react | e35df45eaf0ffb79cb9b1c738bafc972f3aaeb9d | cdf39e79563d65b5376b846532fe455d347a779e | Test component name access in gated setup
Jesse flagged this as a potential bug internally but this looks correct to me.
Adding a test case so that we don't regress in the future. | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/gating-access-function-name-in-component.expect.md",
"patch": "@@ -0,0 +1,47 @@\n+\n+## Input\n+\n+```javascript\n+// @gating\n+function Component() {\n+ const name = Component.name;\n+ return <div>{name}</div>;\n+}\n+\... | 2023-11-09T10:30:54 |
vercel/next.js | 77c9bd8d16c4995b12568d9e7ffc5a528aa0b485 | 36c4dd475d1a6857e379151915b5bba0f1def208 | Avoid timeout error when transformed params are passed to `"use cache"` (#80463)
With #79743, we're now providing a filled Resume Data Cache (RDC) when
prerendering optional fallback shells for routes that have some params
defined in `generateStaticParams`.
This allows us to treat a cache miss in the RDC as an indica... | [
{
"path": "packages/next/src/server/app-render/app-render.tsx",
"patch": "@@ -194,7 +194,6 @@ import {\n trackPendingImport,\n trackPendingModules,\n } from './module-loading/track-module-loading.external'\n-import { isUseCacheTimeoutError } from '../use-cache/use-cache-errors'\n \n export type GetDynam... | 2025-06-18T08:34:24 |
huggingface/transformers | 9cd278715c5154597a44110d6e0c114a7e90d6f5 | 689f52ce6bb1dc83c19e24422dd90ec04636c8b5 | fix tests/quantization/fp_quant_integration/test_fp_quant.py::FPQuant… (#44644)
* fix tests/quantization/fp_quant_integration/test_fp_quant.py::FPQuantMXFP4PseudoquantTest::test_quantized_model fail in xpu
Signed-off-by: Wang, Yi <yi.a.wang@intel.com>
* updated
Signed-off-by: Wang, Yi <yi.a.wang@intel.com>
-------... | [
{
"path": "src/transformers/integrations/fp_quant.py",
"patch": "@@ -50,7 +50,8 @@ def convert(\n \n # Let pre-forward handle the quantization and set None where necessary\n # This operation will quantize the weights internally\n- with torch.cuda.device(value.device):\n+ torch_... | 2026-03-27T13:56:47 |
golang/go | 705fa920c13e87a580f0fc5bec4e186e1b6f663b | d7e5cd5851f9fea4512c20cf275d979516828521 | crypto/internal/fips140: make Version return latest when not frozen
Fixes #71820
Change-Id: I6a6a46563da281a7b20efc61eefdcbb2e146db33
Reviewed-on: https://go-review.googlesource.com/c/go/+/655795
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Daniel McCarney <da... | [
{
"path": "src/cmd/go/internal/fips140/mkzip.go",
"patch": "@@ -95,13 +95,40 @@ func main() {\n \n \tvar zbuf2 bytes.Buffer\n \tzw := zip.NewWriter(&zbuf2)\n+\tfoundVersion := false\n \tfor _, f := range zr.File {\n \t\t// golang.org/fips140@v1.2.3/dir/file.go ->\n \t\t// golang.org/fips140@v1.2.3/fips140/v... | 2025-03-06T16:08:02 |
ollama/ollama | 9896e3627f7bdc135fd888cdd48e61d0108a1244 | 15732f0ea77320bb20851a84a296a645fabd56b5 | cmd/config: fix cloud model limit lookups in integrations (#14650) | [
{
"path": "cmd/config/droid_test.go",
"patch": "@@ -1277,7 +1277,8 @@ func TestDroidEdit_LocalModelDefaultMaxOutput(t *testing.T) {\n func TestDroidEdit_CloudModelLimitsUsed(t *testing.T) {\n \t// Verify that every cloud model in cloudModelLimits has a valid output\n \t// value that would be used for maxOut... | 2026-03-05T21:57:28 |
facebook/react | 6c327b0f3ed7be5c39f36730b9b1e885ced4561c | 59ddf537ed2b4672ce3ca3f330c360d05e5c9e9e | [repro] Repro for fbt preserve whitespace bug
Current sprout output (if you remove the line in `SproutTodoFilter`):
```
Failures:
FAIL: bug-fbt-preserve-whitespace
Difference in forget and non-forget results.
Expected result: {
"kind": "ok",
"value": "Before text hello world",
"logs": []
}
Found: ... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/bug-fbt-preserve-whitespace.expect.md",
"patch": "@@ -0,0 +1,65 @@\n+\n+## Input\n+\n+```javascript\n+import fbt from \"fbt\";\n+/**\n+ * TODO: remove this from SproutTodoFilter when fixed.\n+ */\n+\n+function Component({... | 2023-11-09T23:55:06 |
electron/electron | 9b8b8f5880c29b9ae0b112433e7a51c51b501c2b | 32288ac9c588fe8c3b814338aaf5df7fddbce276 | fix: move report_raw_headers to TrustedParams (#36725)
* fix: move report_raw_headers to TrustedParams
* Update electron_api_url_loader.cc
* missed a copy constructor | [
{
"path": "patches/chromium/feat_expose_raw_response_headers_from_urlloader.patch",
"patch": "@@ -17,69 +17,78 @@ headers, moving forward we should find a way in upstream to provide\n access to these headers for loader clients created on the browser process.\n \n diff --git a/services/network/public/cpp/res... | 2023-01-05T09:36:14 |
vercel/next.js | e663cf5db4e5c9e3d73ab1925efe922b91ecd51c | 0c454dbfff0b41d8be92e09929453fd9a4581061 | Add test cases without `generateStaticParams` to `fallback-shells` suite (#80462)
Copy&pasting some of the existing test cases for
`with-cached-io/with-static-params/with-suspense` to
`with-cached-io/without-static-params`. We expect the same results.
We do not copy `with-cached-io/with-static-params/without-suspense... | [
{
"path": "test/e2e/app-dir/fallback-shells/app/with-cached-io/with-static-params/layout.jsx",
"patch": "@@ -9,6 +9,7 @@ export default async function Layout({ children }) {\n <div id=\"root-layout\">\n Root Layout: {new Date().toISOString()} ({getSentinelValue()})\n </div>\n+ ... | 2025-06-18T06:38:24 |
huggingface/transformers | 0efcf1b069a87d7093783edcc4caf874f4edb5a6 | 0573124fc15c8969b19054c297ab094b096fdff1 | Avoid `Image.open` failure (#44645)
* fix Image.open failure in case "tests/models/prompt_depth_anything/test_modeling_prompt_depth_anything.py::PromptDepthAnythingModelIntegrationTest::test_inference"
Signed-off-by: Wang, Yi <yi.a.wang@intel.com>
* updated
Signed-off-by: Wang, Yi <yi.a.wang@intel.com>
---------
... | [
{
"path": "tests/models/llava_next/test_modeling_llava_next.py",
"patch": "@@ -130,7 +130,7 @@ def test_flash_attention_2_padding_matches_padding_free_with_position_ids(self):\n class LlavaNextForConditionalGenerationIntegrationTest(unittest.TestCase):\n def setUp(self):\n self.processor = AutoP... | 2026-03-27T11:11:05 |
ollama/ollama | 15732f0ea77320bb20851a84a296a645fabd56b5 | 562c76d7cc15520e20f985105305227de0b6bb47 | cmd: use native Ollama API endpoint for OpenClaw (#14649)
Remove the /v1 suffix from the OpenClaw provider baseUrl so it uses
the native Ollama API instead of the OpenAI-compatible endpoint. The
/v1 endpoint my break tool calling in OpenClaw. | [
{
"path": "cmd/config/openclaw.go",
"patch": "@@ -502,7 +502,7 @@ func (c *Openclaw) Edit(models []string) error {\n \t\tollama = make(map[string]any)\n \t}\n \n-\tollama[\"baseUrl\"] = envconfig.Host().String() + \"/v1\"\n+\tollama[\"baseUrl\"] = envconfig.Host().String()\n \t// needed to register provider... | 2026-03-05T21:29:17 |
golang/go | d7e5cd5851f9fea4512c20cf275d979516828521 | b4a333fea588b0df6f441f0e9838cff9338c71c4 | compress/flate,compress/lzw: fix incorrect godoc links
Fix incorrect godoc links related to the use of the name "Reader" for
different things in the various compress/* packages:
- in compress/flate Reader is the interface describing the underlying reader,
not the decompressor as in other packages, so "returned reade... | [
{
"path": "src/compress/flate/deflate.go",
"patch": "@@ -671,8 +671,8 @@ func NewWriter(w io.Writer, level int) (*Writer, error) {\n // [Writer] with a preset dictionary. The returned [Writer] behaves\n // as if the dictionary had been written to it without producing\n // any compressed output. The compress... | 2025-03-06T08:23:15 |
electron/electron | 32288ac9c588fe8c3b814338aaf5df7fddbce276 | 42cda4a893e5c502ffe4bd1eb0f086709b586bd3 | fix: focus rings with multiple buttons in `showMessageBox` (#36772)
fix: focus rings with multiple buttons in messageBox | [
{
"path": "shell/browser/ui/message_box_mac.mm",
"patch": "@@ -71,9 +71,6 @@\n int button_count = static_cast<int>([ns_buttons count]);\n \n if (settings.default_id >= 0 && settings.default_id < button_count) {\n- // Highlight the button at default_id\n- [[ns_buttons objectAtIndex:settings.default... | 2023-01-05T08:56:38 |
facebook/react | 59ddf537ed2b4672ce3ca3f330c360d05e5c9e9e | 372696c541015163c77a131f02f77a4591e023a4 | [tests][fixtures] Enable sprout on basic existing fbt tests
---
Output:
```
$ yarn sprout:build && yarn sprout --verbose
...
PASS fbt-call-complex-param-value
ok <div>Hello, Sathya!</div>
PASS fbt-call
ok <div>2 items</div>
PASS fbt-template-string-same-scope
ok <div>{"children":"for 3 experien... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/fbt-call-complex-param-value.expect.md",
"patch": "@@ -3,30 +3,37 @@\n \n ```javascript\n import fbt from \"fbt\";\n+import { identity } from \"shared-runtime\";\n \n function Component(props) {\n const text = fbt(\n- ... | 2023-11-09T23:55:05 |
huggingface/transformers | 0573124fc15c8969b19054c297ab094b096fdff1 | 4ee7f51e468b7408513dc294dad20e4edb13594f | chore: Fix mlinter cache location (#45052)
chor: Fix mlinter cache location | [
{
"path": ".gitignore",
"patch": "@@ -171,7 +171,7 @@ tags\n .ruff_cache\n \n # modeling structure lint cache\n-utils/.check_modeling_structure_cache.json\n+utils/mlinter/.mlinter_cache.json\n \n # modular conversion\n *.modular_backup",
"additions": 1,
"deletions": 1,
"language": "Unknown"
}
... | 2026-03-27T10:17:02 |
vercel/next.js | 0c454dbfff0b41d8be92e09929453fd9a4581061 | e1b9236983fd3e80cc6a43de3d30a7db67dc4b91 | feat: rspack use swc to warn for edge runtime (#80485)
Rspack's decision to avoid parser hooks, I propose discussing
alternative approaches to implement code analysis in middleware plugins.
A alternative code analysis approach. During the `finishModules` phase,
implement a custom warnForEdgeRuntime method via N-API t... | [
{
"path": "crates/napi/src/rspack.rs",
"patch": "@@ -1,4 +1,4 @@\n-use std::{fs, path::PathBuf, sync::Arc};\n+use std::{cell::RefCell, fs, path::PathBuf, sync::Arc};\n \n use napi::bindgen_prelude::*;\n use swc_core::{\n@@ -7,18 +7,20 @@ use swc_core::{\n try_with_handler,\n },\n common::{\n... | 2025-06-18T00:19:07 |
ollama/ollama | 82848a7806c0c54faef21a11b8fe4b488e24dfab | 39982a954e056b73fb071212715913a1f0cd4dcc | model: fix renderer and parser for qwen3.5 (#14605) | [
{
"path": "model/parsers/parsers.go",
"patch": "@@ -50,7 +50,7 @@ func ParserForName(name string) Parser {\n \tcase \"qwen3-thinking\":\n \t\tp = &Qwen3Parser{hasThinkingSupport: true, defaultThinking: true}\n \tcase \"qwen3.5\":\n-\t\tp = &Qwen3Parser{hasThinkingSupport: true, defaultThinking: true}\n+\t\t... | 2026-03-04T04:58:29 |
golang/go | b4a333fea588b0df6f441f0e9838cff9338c71c4 | e0b110b926c47227aa0669b630f5292152945bba | crypto/internal/fips140/bigmod: explicitly clear expanded limbs on reset
Russ Cox noticed that reset was clearing limbs up to the *previous* Nat
size, not up to the new size, because clear(x.limbs) was happening
before the x.limbs[:n] reslice.
That's potentially a severe issue, because it may leave garbage in
x.limbs... | [
{
"path": "src/crypto/internal/fips140/bigmod/nat.go",
"patch": "@@ -96,7 +96,8 @@ func (x *Nat) reset(n int) *Nat {\n \t\tx.limbs = make([]uint, n)\n \t\treturn x\n \t}\n-\tclear(x.limbs)\n+\t// Clear both the returned limbs and the previously used ones.\n+\tclear(x.limbs[:max(n, len(x.limbs))])\n \tx.limb... | 2025-03-05T11:08:35 |
electron/electron | 42cda4a893e5c502ffe4bd1eb0f086709b586bd3 | 700f43c90c714fbf0b91458288b88bc18eed7cb0 | fix: rename WebSwapCGLLayer to WebSwapCGLLayerChromium (#35961)
* fix: rename WebSwapCGLLayer to WebSwapCGLLayerChromium
* undo changes to patches/config.json
Co-authored-by: Jeremy Rose <jeremya@chromium.org> | [
{
"path": "patches/angle/.patches",
"patch": "@@ -0,0 +1 @@\n+fix_rename_webswapcgllayer_to_webswapcgllayerchromium.patch",
"additions": 1,
"deletions": 0,
"language": "Unknown"
},
{
"path": "patches/angle/fix_rename_webswapcgllayer_to_webswapcgllayerchromium.patch",
"patch": "@@ -0,... | 2023-01-05T06:49:08 |
huggingface/transformers | 4ee7f51e468b7408513dc294dad20e4edb13594f | 05514c4bb641ba1537d17048fd93f50f45d5f19d | Embedding VLMs don't need a head (#45000)
* squash
* fix copies
* skip, we dont need to load base model for it
* oops, one more regex since now we have no prefix | [
{
"path": "src/transformers/conversion_mapping.py",
"patch": "@@ -88,9 +88,6 @@ def _build_checkpoint_conversion_mapping():\n WeightRenaming(source_patterns=r\"language_model.model\", target_patterns=\"language_model\"),\n WeightRenaming(source_patterns=r\"language_model.lm_head\", t... | 2026-03-27T09:43:28 |
facebook/react | 372696c541015163c77a131f02f77a4591e023a4 | b25c14feb133ffad247cf5cb8358ecaebd75d962 | [sprout] Add support for fbt
Fbt + typescript [seems](https://github.com/facebook/fbt/issues/49) [to
be](https://github.com/facebook/sfbt/issues/72) a non-blessed workflow. We do
want to allow for both flow and typescript tests, so I followed some
instructions [from a
guide](https://dev.to/retyui/how-to-add-suppo... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/tsconfig.json",
"patch": "@@ -16,7 +16,10 @@\n \"paths\": {\n // Editor integration for sprout shared runtime files\n \"shared-runtime\": [\"../../../../sprout/src/shared-runtime.ts\"]\n- }\n+ },\n+ \"verb... | 2023-11-09T23:55:05 |
ollama/ollama | e8fcb295864f08edb041dbb8adc63e9c595bcfc9 | 97d2f05a6d74e843eb8c49ec537394b12bb80be9 | model/renderers: fix glm-ocr image tags in renderer prompts (#14584) | [
{
"path": "model/renderers/glmocr.go",
"patch": "@@ -8,7 +8,21 @@ import (\n \t\"github.com/ollama/ollama/api\"\n )\n \n-type GlmOcrRenderer struct{}\n+type GlmOcrRenderer struct {\n+\tuseImgTags bool\n+}\n+\n+func (r *GlmOcrRenderer) renderContent(message api.Message, imageOffset int) (string, int) {\n+\tv... | 2026-03-03T20:51:34 |
vercel/next.js | 22ac035b3524b760d20c26660c622e0a9b7edb33 | b82ada30b265ac29ce8f00834d38ea6f0b9747d5 | Normalize filepaths when parsing patterns from js values (#80511)
## Normalize Windows file paths in pattern construction
When interpreting js_values as `Pattern` objects for interpretation, normalize windows file endings away.
Also enable debug_assertions in unit tests.
### Why?
Enabling debug assertions on CI wil... | [
{
"path": "Cargo.toml",
"patch": "@@ -241,6 +241,12 @@ opt-level = 3\n [profile.release.package.serde]\n opt-level = 3\n \n+# Use a custom profile for CI where many tests are performance sensitive but we still want the additional validation of debug-assertions\n+[profile.release-with-assertions]\n+inherits ... | 2025-06-17T23:00:08 |
golang/go | fe9b292b11355af6b5f6e1d9247b88fa134657ed | d43c0f80d80ff274d30e46fa3737deb8863d7094 | go/types,types2: allocate the used* maps in initFiles
As described in the associated comment, we need to reallocate usedVars
and usedPkgNames in initFiles, as they are nilled out at the end of
Checker.Files, which may be called multiple times.
Fixes #72122
Change-Id: I9f6eb86e072d9d43a8720f6a5e86d827de6006a9
Reviewe... | [
{
"path": "src/cmd/compile/internal/types2/check.go",
"patch": "@@ -315,6 +315,13 @@ func (check *Checker) initFiles(files []*syntax.File) {\n \tcheck.objPath = nil\n \tcheck.cleaners = nil\n \n+\t// We must initialize usedVars and usedPkgNames both here and in NewChecker,\n+\t// because initFiles is not ca... | 2025-03-07T18:13:51 |
huggingface/transformers | 05514c4bb641ba1537d17048fd93f50f45d5f19d | 7b00e3ba398d355d5f277a4896743b16f21049eb | Fix GraniteConfig type hints to accept int for multiplier fields (#45019)
* Fix GraniteConfig type hints to accept int for multiplier fields
Fixes #44877
* Also update granitemoe and granitemoeshared multiplier type hints | [
{
"path": "src/transformers/models/granite/configuration_granite.py",
"patch": "@@ -80,10 +80,10 @@ class GraniteConfig(PreTrainedConfig):\n attention_bias: bool = False\n attention_dropout: float | int = 0.0\n mlp_bias: bool = False\n- embedding_multiplier: float = 1.0\n- logits_scaling: ... | 2026-03-27T09:20:14 |
electron/electron | 6cb5f5a1eb68c3013a2d62392b4289c70b2ce668 | 20cff642821cf9dc57b55fef4414fa0b010d329f | docs: update incorrect grammar (#36780)
#### Description of Change
The first sentence within the documentation "[Important: signing your code](https://www.electronjs.org/docs/latest/tutorial/tutorial-packaging#important-signing-your-code)" is grammatically incorrect.
> In order to distribute desktop applications... | [
{
"path": "docs/tutorial/tutorial-5-packaging.md",
"patch": "@@ -127,8 +127,7 @@ documentation.\n \n ## Important: signing your code\n \n-In order to distribute desktop applications to end users, we _highly recommended_ for you\n-to **code sign** your Electron app. Code signing is an important part of shipp... | 2023-01-04T13:52:29 |
vercel/next.js | 3e27abf43350cfcb10ba6839e7749dd80a628139 | 55261c9f968ede7fbeb49dece7dce1884d8df4f3 | [devtools] fork next-logo (#80457)
Following up on https://github.com/vercel/next.js/pull/80456, fork the
next-logo as well as it is coupled with the indicator.
Looking at the current
[next-logo.tsx](https://github.com/vercel/next.js/blob/1d2c31d5907fb5d9c4ed0bfbf73b2430f27c48a7/packages/next/src/next-devtools/dev-ov... | [
{
"path": "packages/next/src/next-devtools/dev-overlay/components/devtools-indicator/devtools-indicator.tsx",
"patch": "@@ -2,9 +2,9 @@ import type { CSSProperties } from 'react'\n import type { OverlayState, OverlayDispatch } from '../../shared'\n import type { DevToolsScale } from '../errors/dev-tools-ind... | 2025-06-17T16:35:04 |
ollama/ollama | 8207e55ec7eb3a2cf4cb20917518514d981a6a01 | ad16bffc7d5332c74f59c6afcf43efe60ca885cd | don't require pulling stubs for cloud models (#14574)
* don't require pulling stubs for cloud models
This is a first in a series of PRs that will better integrate Ollama's
cloud into the API and CLI. Previously we used to have a layer of
indirection where you'd first have to pull a "stub" model that contains
a refere... | [
{
"path": "cmd/cmd.go",
"patch": "@@ -41,6 +41,7 @@ import (\n \t\"github.com/ollama/ollama/cmd/tui\"\n \t\"github.com/ollama/ollama/envconfig\"\n \t\"github.com/ollama/ollama/format\"\n+\t\"github.com/ollama/ollama/internal/modelref\"\n \t\"github.com/ollama/ollama/parser\"\n \t\"github.com/ollama/ollama/p... | 2026-03-03T18:46:33 |
huggingface/transformers | 7b00e3ba398d355d5f277a4896743b16f21049eb | 23773e7140dc4037f658d263b95aef76bb6ef00d | fix: preserve rotary_pct across save/load cycle in GPTNeoX configs (#44985)
* fix: preserve rotary_pct across save/load cycle in GPTNeoX configs
Use setdefault instead of unconditional assignment for
partial_rotary_factor in GPTNeoXConfig and GPTNeoXJapaneseConfig,
so the value saved in rope_parameters is not overwri... | [
{
"path": "src/transformers/models/gpt_neox/configuration_gpt_neox.py",
"patch": "@@ -95,7 +95,7 @@ def convert_rope_params_to_dict(self, **kwargs):\n # Standardize and validate the correctness of rotary position embeddings parameters\n # Model uses non-standard naming for rope params, overw... | 2026-03-27T09:05:08 |
golang/go | d43c0f80d80ff274d30e46fa3737deb8863d7094 | 8a7742e78c8f32fcfe4d7cbcfa2f423c8ac08f29 | net: add comment about blocking to Conn.Close
Fixes #18187
Change-Id: I3d0119838ddbfb99a067ba563e5d247f574ef841
Reviewed-on: https://go-review.googlesource.com/c/go/+/655517
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-b... | [
{
"path": "src/net/net.go",
"patch": "@@ -134,6 +134,8 @@ type Conn interface {\n \n \t// Close closes the connection.\n \t// Any blocked Read or Write operations will be unblocked and return errors.\n+\t// Close may or may not block until any buffered data is sent;\n+\t// for TCP connections see [*TCPConn.... | 2025-03-06T22:52:02 |
electron/electron | 28cfaccb1d1a84c4d278ed82d5d80bfb2ad6c06c | c4a93390dda6bed5f52f901fb1d4ff1eb0662d8f | docs: update code highlights in tutorial (#36691)
docs: fix code highlighting in preload tutorial
The highlighted lines in the code snippets were unaligned,
which could cause a newcomer unneeded confusion on what
lines need to be changed. | [
{
"path": "docs/tutorial/tutorial-3-preload.md",
"patch": "@@ -81,7 +81,7 @@ contextBridge.exposeInMainWorld('versions', {\n To attach this script to your renderer process, pass its path to the\n `webPreferences.preload` option in the BrowserWindow constructor:\n \n-```js {8-10} title=\"main.js\"\n+```js {2... | 2023-01-02T10:14:34 |
vercel/next.js | 55261c9f968ede7fbeb49dece7dce1884d8df4f3 | ecd1abeb8dbdbed9798d27eea195e7a5f5ea1c34 | [devtools] fork devtools-indicator (#80456)
Unlike the menu popover (legacy), the panel UI can be decoupled from the
indicator and communicate with the dispatcher. We don't need those refs,
animation, etc. anymore, so removed them as well.
Also, it feels good to move out of the `errors/` directory as it's no
longer c... | [
{
"path": "packages/next/src/next-devtools/dev-overlay/components/devtools-indicator/devtools-indicator.stories.tsx",
"patch": "@@ -0,0 +1,69 @@\n+import type { Meta, StoryObj } from '@storybook/react'\n+import type { OverlayState } from '../../shared'\n+\n+import { DevToolsIndicator } from './devtools-indi... | 2025-06-17T16:32:41 |
ollama/ollama | c1e3ef4bccb6beacf401acab18e6b4b1e0c1d4f9 | a3093cd5e58a27f08a97e0122a57c83b50540f71 | mlxrunner: Refcount pinned tensors
Otherwise, it is error prone to manage multiple components working
with the same tensor. | [
{
"path": "x/mlxrunner/mlx/array.go",
"patch": "@@ -20,7 +20,7 @@ import (\n type Array struct {\n \tctx C.mlx_array\n \tname string\n-\tpinned bool\n+\tpinned int\n }\n \n var arrays []*Array\n@@ -129,7 +129,7 @@ func (t *Array) Clone() *Array {\n func Pin(s ...*Array) {\n \tfor _, t := range s {\n \t... | 2026-03-02T20:48:02 |
huggingface/transformers | 16d437e43adffaef9cd60070563f2afe6a5703a4 | 97b7727e1129bcaebe42ce57ce37fa1a48847a89 | fix: protect torch imports in processing files and fix import guards
- Guard import torch in processing_cohere_asr.py with is_torch_available()
- Add @requires(backends=("torch",)) to CohereAsrProcessor
- Fix is_vision_available() to use actual import test instead of find_spec
- Fix is_torchvision_available() and is_t... | [
{
"path": "src/transformers/models/cohere_asr/processing_cohere_asr.py",
"patch": "@@ -12,12 +12,14 @@\n # See the License for the specific language governing permissions and\n # limitations under the License.\n \n-import torch\n-\n from ...audio_utils import AudioInput, make_list_of_audio\n from ...process... | 2026-03-27T00:14:51 |
facebook/react | b25c14feb133ffad247cf5cb8358ecaebd75d962 | 2726484823e9690e207c435a7523f058f640c651 | [tests][be] Clean up fixture selection logic
---
Refactor selection logic to be easier to read; add support for .jsx test files
(feels a bit weird adding a `.jsx` fixture and not seeing it get run) | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/tsconfig.json",
"patch": "@@ -20,6 +20,7 @@\n },\n \"include\": [\n \"./compiler/**/*.js\",\n+ \"./compiler/**/*.jsx\",\n \"./compiler/**/*.ts\",\n \"./compiler/**/*.tsx\"\n ]",
"additions": 1,
"deleti... | 2023-11-09T21:50:00 |
golang/go | 232dfd226bb09b03d2218055d5c8c2c6b2c67ac2 | 5af3658eaa4b6bb9e66fcb4ac426207359628477 | go/types, types2: rename errorCause to typeError
Change-Id: Ib8a63cdaa12dacb5223318a7166fe3dfdac71a45
Reviewed-on: https://go-review.googlesource.com/c/go/+/654655
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accou... | [
{
"path": "src/cmd/compile/internal/types2/call.go",
"patch": "@@ -244,9 +244,9 @@ func (check *Checker) callExpr(x *operand, call *syntax.CallExpr) exprKind {\n \n \t// If the operand type is a type parameter, all types in its type set\n \t// must have a common underlying type, which must be a signature.\n... | 2025-03-04T17:51:41 |
ollama/ollama | 3490e9590bbaba174f89c03207b42727150460e0 | 8da09b1e7e7394a818bc0f36d4244a927a91c126 | model/qwen3next: avoid crash in in DeltaNet when offloading (#14541)
Co-authored-by: Yossi Ovadia <jabadia@gmail.com> | [
{
"path": "model/models/qwen3next/deltanet.go",
"patch": "@@ -454,6 +454,10 @@ func (gdn *GatedDeltaNet) deltaNetChunked(\n \tvT := v.Permute(ctx, 1, 0, 2, 3).Contiguous(ctx, chunkSize, headVDim, nChunks, numVHeads*nSeqs)\n \tstateT := state.Permute(ctx, 1, 0, 2, 3).Contiguous(ctx, headVDim, headVDim, 1, nu... | 2026-03-02T02:44:04 |
facebook/react | bb92520ba5639fcf81dbf3189a68703b34459a9d | 973ec414bd78fc458f995ef865ec3ab1d7c2a37d | Some existing InvalidConfig errors should be invariants
Now that we have validation of the compiler config, these old errors weren't
categorized correctly. Readjusted them to be invariants instead. | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Imports.ts",
"patch": "@@ -23,22 +23,21 @@ export function addImportsToProgram(\n * Codegen currently does not rename import specifiers, so we do additional\n * validation here\n */\n- if (identifiers.has(importSpecifier... | 2023-11-08T19:10:18 |
huggingface/transformers | 97b7727e1129bcaebe42ce57ce37fa1a48847a89 | 78bdaf0b39c29737b9ca48a274ef4a34bdafd4d1 | Fix release full (#45029)
* first part of the fix
* fix torch imports
* revert
* fix: make from transformers import * work without torch
- `is_torchvision_available`, `is_timm_available`, `is_torchaudio_available`,
`is_torchao_available`, `is_accelerate_available` now return False when
torch is not installed, ... | [
{
"path": ".circleci/config.yml",
"patch": "@@ -175,6 +175,28 @@ jobs:\n - store_artifacts:\n path: ~/transformers/installed.txt\n - run: make check-repository-consistency\n+ - run:\n+ name: \"Test import with all backends (torch + PIL + to... | 2026-03-27T00:11:22 |
golang/go | 5af3658eaa4b6bb9e66fcb4ac426207359628477 | 584e631023e1edd49862c20a952608a5518a810e | go/types, types2: use errorCause instead of reportf in comparableType
If the error cause is not further specified (empty string),
avoid allocating a new errorCause. This makes using errorCauses
as boolean signals efficient.
While at it, fix an error message for incomparable arrays:
report the array type rather than i... | [
{
"path": "src/cmd/compile/internal/types2/expr.go",
"patch": "@@ -621,11 +621,7 @@ func (check *Checker) incomparableCause(typ Type) string {\n \t\treturn compositeKind(typ) + \" can only be compared to nil\"\n \t}\n \t// see if we can extract a more specific error\n-\tvar cause string\n-\tcomparableType(t... | 2025-03-04T16:47:25 |
electron/electron | 8f23b1527b1d1055d675d04e7b3ee669947ccbd4 | 8c837fda4f2d68d8568889cd68da801f833c862c | fix: use chrome headers in net.request for everything except cookie (#36666) | [
{
"path": "lib/browser/api/net.ts",
"patch": "@@ -56,31 +56,14 @@ class IncomingMessage extends Readable {\n \n get headers () {\n const filteredHeaders: Record<string, string | string[]> = {};\n- const { rawHeaders } = this._responseHead;\n- rawHeaders.forEach(header => {\n- const keyLower... | 2022-12-21T22:53:29 |
facebook/react | 7aca04a0d677f2a4adcaff18c951992016f4605b | 4e7d4378804d982105bd35cf43dc8c6dcb779521 | [babel] Refactor handleError to pass the error first
Pass the most important and required argument as the first parameter. | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Program.ts",
"patch": "@@ -66,9 +66,9 @@ type CompileResult = {\n };\n \n function handleError(\n+ err: CompilerError,\n pass: CompilerPass,\n- fnLoc: t.SourceLocation | null,\n- err: CompilerError\n+ fnLoc: t.SourceLocation | null\... | 2023-11-08T16:09:19 |
ollama/ollama | a60b9adcce8fb40b1ad3678d992de5969692a9ea | a16f96658b92921dfe2bba68a4c6314eb0665a47 | mlxrunner: Fix prompt eval timing and count metrics
Only the last token's processing time is included in prompt processing,
giving an artificially high rate. In addition, the number of tokens
only included the tokens that miss the cache, instead of our historic
total tokens. | [
{
"path": "x/mlxrunner/pipeline.go",
"patch": "@@ -74,6 +74,7 @@ func (r *Runner) TextGenerationPipeline(request Request) error {\n \tcaches := session.caches\n \ttokens := session.remaining\n \n+\tnow := time.Now()\n \ttotal, processed := len(tokens), 0\n \tfor total-processed > 1 {\n \t\tif err := request... | 2026-02-26T22:45:14 |
golang/go | 584e631023e1edd49862c20a952608a5518a810e | 8b7e376e71cbd23a0644ff50cc4e75ce47cd9723 | go/types, types2: better error messages for invalid calls
Rather than reporting "non-function" for an invalid type parameter,
report which type in the type parameter's type set is not a function.
Change-Id: I8beec25cc337bae8e03d23e62d97aa82db46bab4
Reviewed-on: https://go-review.googlesource.com/c/go/+/654475
Reviewe... | [
{
"path": "src/cmd/compile/internal/types2/call.go",
"patch": "@@ -244,19 +244,19 @@ func (check *Checker) callExpr(x *operand, call *syntax.CallExpr) exprKind {\n \n \t// If the operand type is a type parameter, all types in its type set\n \t// must have a common underlying type, which must be a signature.... | 2025-03-04T02:06:48 |
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 | 8c837fda4f2d68d8568889cd68da801f833c862c | 5fd7a43970c2bdfa1017a4b23098aec3dafbf513 | docs: Fix incorrect highlight in an example snippet (#36700)
Fix incorrect highlight in an example snippet
At the moment, the "Communicating between processes" `main.js` snippet highlights the line containing `})` when the relevant line is `ipcMain.handle('ping', () => 'pong')`. | [
{
"path": "docs/tutorial/tutorial-3-preload.md",
"patch": "@@ -202,7 +202,7 @@ Then, set up your `handle` listener in the main process. We do this _before_\n loading the HTML file so that the handler is guaranteed to be ready before\n you send out the `invoke` call from the renderer.\n \n-```js {1,11} title... | 2022-12-20T18:06:25 |
facebook/react | 4e7d4378804d982105bd35cf43dc8c6dcb779521 | 0beeb1e7ad283a718fbf7a8ff67d8dff3be90dfd | [babel] Remove unused PipelineError
Most of the use cases are already handled with ErrorSeverity.InvalidConfig | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Options.ts",
"patch": "@@ -138,11 +138,6 @@ export type LoggerEvent =\n fnLoc: t.SourceLocation | null;\n fnName: string | null;\n memoSlots: number;\n- }\n- | {\n- kind: \"PipelineError\";\n- fnLoc: t.Sour... | 2023-11-08T16:09:18 |
ollama/ollama | a16f96658b92921dfe2bba68a4c6314eb0665a47 | 18ab09b431c5c63322504648c8851a4ce8f75394 | mlxrunner: Enforce model context limit
Currently, context length is unbounded - the cache will keep
growing forever independent of the model's trained context
length. This caps it and enforces semantics similar to most
cloud services:
- Long prompts will result in an error, not truncation.
- Generation that exceeds ... | [
{
"path": "server/images.go",
"patch": "@@ -71,6 +71,10 @@ type Model struct {\n \tTemplate *template.Template\n }\n \n+func (m *Model) IsMLX() bool {\n+\treturn m.Config.ModelFormat == \"safetensors\"\n+}\n+\n // Capabilities returns the capabilities that the model supports\n func (m *Model) Capabilities()... | 2026-02-25T23:07:09 |
golang/go | 8b7e376e71cbd23a0644ff50cc4e75ce47cd9723 | f55bb135d28bc95131a8c987d50350e5c6d7f633 | go/types, types2: factor out single commonUnder function
Combine commonUnder and commonUnderOrChan:
- Provide an optional cond(ition) function argument to commonUnder
to establish additional type set conditions.
- Instead of a *Checker and *string argument for error reporting,
return an error cause that is only al... | [
{
"path": "src/cmd/compile/internal/types2/builtins.go",
"patch": "@@ -377,7 +377,8 @@ func (check *Checker) builtin(x *operand, call *syntax.CallExpr, id builtinId) (\n \n \tcase _Copy:\n \t\t// copy(x, y []T) int\n-\t\tdst, _ := commonUnder(check, x.typ, nil).(*Slice)\n+\t\tu, _ := commonUnder(x.typ, nil)... | 2025-03-03T23:11:47 |
vercel/next.js | 45263d66e47c66bdddf38f6ff379aef75233fd99 | d2d2bf94695c65a12b31bd81c7c1a7f948782969 | [fix] clone the config module to avoid mutation (#80573) | [
{
"path": "packages/next/src/server/config.ts",
"patch": "@@ -1267,10 +1267,12 @@ export default async function loadConfig(\n throw err\n }\n \n- const userConfig = (await normalizeConfig(\n+ // Clone a new userConfig each time to avoid mutating the original\n+ const loadedConfig = (await... | 2025-06-17T15:22:59 |
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 | 9e7fbc7021d8d716c43782249a552e55289c35db | f72e6551f093e7f9f02531c6a69f390521463bf8 | fix: blend node and blink code generation policy when both are loaded (#36567) | [
{
"path": "patches/chromium/.patches",
"patch": "@@ -123,4 +123,5 @@ build_only_use_the_mas_build_config_in_the_required_components.patch\n fix_tray_icon_gone_on_lock_screen.patch\n chore_introduce_blocking_api_for_electron.patch\n chore_patch_out_partition_attribute_dcheck_for_webviews.patch\n+expose_v8ini... | 2022-12-14T18:05:34 |
ollama/ollama | 18ab09b431c5c63322504648c8851a4ce8f75394 | 638faeac547bb9968e8f365791dc5f46887a4625 | mlxrunner: Propagate pipeline errors to client via api.StatusError
Errors that occur during pipeline processing are currently only
logged but not sent back to the client. Rather than using HTTP
status codes as we have historically done, this serializes errors
as messages to allow sending them at any time during the st... | [
{
"path": "x/mlxrunner/client.go",
"patch": "@@ -22,6 +22,7 @@ import (\n \t\"sync/atomic\"\n \t\"time\"\n \n+\t\"github.com/ollama/ollama/api\"\n \t\"github.com/ollama/ollama/llm\"\n \t\"github.com/ollama/ollama/ml\"\n \t\"github.com/ollama/ollama/x/imagegen\"\n@@ -192,6 +193,20 @@ type completionOpts stru... | 2026-02-26T20:23:06 |
facebook/react | 8b12f179d3350d6719b0dacc83d4153d9cc3da23 | 3f7b9e23e38e9338a66e313cd5842a25e23a5668 | Add tests to make sure our config validation error message doesn't regress | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/__tests__/envConfig-test.ts",
"patch": "@@ -0,0 +1,29 @@\n+/**\n+ * Copyright (c) Meta Platforms, Inc. and affiliates.\n+ *\n+ * This source code is licensed under the MIT license found in the\n+ * LICENSE file in the root directory of this source t... | 2023-11-08T16:09:15 |
golang/go | f55bb135d28bc95131a8c987d50350e5c6d7f633 | 24d22352d308dc4f2283ed83f4794c5b4da661ee | cmd/cgo/internal/testsanitizers: for "leak", use -fsanitize=address
We currently test the leak detector by running "go build -asan",
which will pass -fsanitize=address to the C compiler.
So use that when testing whether the option works.
Fixes #72128
Change-Id: I4efc0b689bfda04c80dbac30a5c757215f297d2f
Reviewed-on: ... | [
{
"path": "src/cmd/cgo/internal/testsanitizers/cc_test.go",
"patch": "@@ -361,10 +361,18 @@ func configure(sanitizer string) *config {\n \t\treturn c\n \t}\n \n+\tsanitizerOpt := sanitizer\n+\t// For the leak detector, we use \"go build -asan\",\n+\t// which implies the address sanitizer.\n+\t// We may want... | 2025-03-06T20:54:27 |
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 |
vercel/next.js | d2d2bf94695c65a12b31bd81c7c1a7f948782969 | 77c45462f9b50e9328a77337c669b417e232eaa7 | fix: mark file system incremental cache as external so it's memory is shared (#80586)
This moves the in-memory LRU cache on the file system cache handler as
external so that it's shared between different instances of the file
system cache module. | [
{
"path": "packages/next/src/server/lib/incremental-cache/file-system-cache.ts",
"patch": "@@ -1,5 +1,5 @@\n import type { RouteMetadata } from '../../../export/routes/types'\n-import type { CacheHandler, CacheHandlerContext, CacheHandlerValue } from './'\n+import type { CacheHandler, CacheHandlerContext, C... | 2025-06-17T15:15:56 |
electron/electron | f72e6551f093e7f9f02531c6a69f390521463bf8 | ab890fb8c3883ca60af514546245bf6a000686f1 | fix: use the process cache to reduce the memory for asar file (#36600)
* fix: use the process cache to reduce the memory for asar file
* Update shell/common/api/electron_api_asar.cc
Co-authored-by: webster.xu <webster.xu@ringcentral.com>
Co-authored-by: Jeremy Rose <nornagon@nornagon.net> | [
{
"path": "shell/common/api/electron_api_asar.cc",
"patch": "@@ -39,7 +39,7 @@ class Archive : public node::ObjectWrap {\n Archive& operator=(const Archive&) = delete;\n \n protected:\n- explicit Archive(std::unique_ptr<asar::Archive> archive)\n+ explicit Archive(std::shared_ptr<asar::Archive> archive)... | 2022-12-14T17:37:28 |
ollama/ollama | dd5eb6337dab84d76d7edec2c102064504d75378 | 79917cf80bf74538a4ae694e6b61adb908b0f8df | mlxrunner: Fix panic on full KV cache hit
When the entire prompt was already cached (e.g. repeated prompt),
findRemaining returned an empty slice, causing FromValues to panic
on an index-out-of-range accessing a zero-length byte slice.
Fix by always keeping at least one token to re-evaluate so the
pipeline can seed t... | [
{
"path": "x/mlxrunner/cache.go",
"patch": "@@ -78,6 +78,12 @@ func (c *kvCache) findRemaining(tokens []int32) []int32 {\n \t\tprefix++\n \t}\n \n+\t// Always keep at least one token to re-evaluate so the\n+\t// pipeline can seed token generation from it.\n+\tif prefix == len(tokens) && prefix > 0 {\n+\t\tp... | 2026-02-26T01:03:31 |
facebook/react | 3f7b9e23e38e9338a66e313cd5842a25e23a5668 | 42497b60f5935c14fdbcd4b6250d507aa3149e63 | Don't allow null to be passed to validateEnvironmentConfig
zod will throw an error if we pass null, so let's not do this.
Adding a temporary workaround until we start validating PluginOptions. | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Program.ts",
"patch": "@@ -257,7 +257,11 @@ export function compileProgram(\n \n let compiledFn: CodegenFunction;\n try {\n- const config = validateEnvironmentConfig(pass.opts.environment);\n+ /*\n+ * TODO(lauren):... | 2023-11-08T16:09:14 |
golang/go | 24d22352d308dc4f2283ed83f4794c5b4da661ee | 9bd21607900d7072fd3d12ec756cb5eb87f8fe2a | cmd/go: add 'work' package pattern
The 'work' package pattern will resolve to the set of packages in the
work (formerly called main) modules. It's essentially 'all', but without
the dependencies. And the implementation is similar to that of 'all',
except that we don't expand to the dependencies.
Fixes #71294
Change-... | [
{
"path": "src/cmd/go/internal/load/search.go",
"patch": "@@ -8,6 +8,7 @@ import (\n \t\"path/filepath\"\n \t\"strings\"\n \n+\t\"cmd/go/internal/modload\"\n \t\"cmd/go/internal/search\"\n \t\"cmd/internal/pkgpattern\"\n )\n@@ -45,11 +46,23 @@ func MatchPackage(pattern, cwd string) func(*Package) bool {\n \... | 2025-01-16T22:05:02 |
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 |
vercel/next.js | 2caf822d5264cc99c656e5a5e939d649b071f38d | e2e82e99571417a26e90788a86b73b2a34fdface | fix: Rspack dev gets stuck after removing a page (#80555)
Rspack's incremental build algorithm causes a situation where deleted
entries in dynamic entries still get built.
If a page is deleted, an infinite loop occurs in the corresponding
`next-app-loader`, causing the entire compilation to hang.
The root cause of t... | [
{
"path": "packages/next/errors.json",
"patch": "@@ -708,5 +708,6 @@\n \"707\": \"Invariant app-page handler received invalid cache entry %s\",\n \"708\": \"Failed to persist Chrome DevTools workspace UUID. The Chrome DevTools Workspace needs to be reconnected after the next page reload.\",\n \"709\":... | 2025-06-17T05:34:12 |
electron/electron | ab890fb8c3883ca60af514546245bf6a000686f1 | 425f1ffa987434d87348868696658af7412fc2bb | fix: strip branded binaries (#36641)
When creating branded release builds and using scripts/strip-binaries.py
on Linux, the final artifacts end up unstripped due to the static set of
binaries considered for stripping.
With this patch the name of the electron binary is taken from the
BRANDING.json `project_name` ke... | [
{
"path": "script/add-debug-link.py",
"patch": "@@ -4,11 +4,11 @@\n import os\n import sys\n \n-from lib.config import LINUX_BINARIES, PLATFORM\n-from lib.util import execute, get_out_dir\n+from lib.config import PLATFORM\n+from lib.util import execute, get_linux_binaries, get_out_dir\n \n def add_debug_lin... | 2022-12-13T22:01:20 |
ollama/ollama | d98dda4676d44a3882fd38492cc00db257f35974 | d69ddc1edc4c6df26cd6e6a20c040f2d6c6a29ef | model: fix qwen3 tool calling in thinking (#14477)
Align Qwen parser behavior with Transformers serve by allowing <tool_call> parsing while still in thinking collection.
Changes:
- qwen3vl: detect <tool_call> before </think> in thinking state and transition to tool parsing
- qwen3: same thinking-state tool detectio... | [
{
"path": "model/parsers/qwen3.go",
"patch": "@@ -204,6 +204,24 @@ func (p *Qwen3Parser) eat() ([]qwen3Event, bool) {\n \t\t\tp.maybeThinkingOpenAtBOL = false\n \t\t}\n \n+\t\tthinkingCloseIdx := strings.Index(acc, qwen3ThinkingCloseTag)\n+\t\ttoolOpenIdx := strings.Index(acc, qwen3ToolOpenTag)\n+\n+\t\t// ... | 2026-02-27T00:13:18 |
facebook/react | 42497b60f5935c14fdbcd4b6250d507aa3149e63 | 33ffde4836d5e72f8109282e8f97af20179313dc | [error] Prefix side-effecting function names with throw
I did a double take when I thought we didn't handle returning the
error when reading the code and when I edited the code, typescript told
me that there's no need to return as creating the error will throw.
This PR makes it clear from the name of the functi... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/CompilerError.ts",
"patch": "@@ -116,15 +116,17 @@ export class CompilerError extends Error {\n }\n }\n \n- static todo(options: Omit<CompilerErrorDetailOptions, \"severity\">): never {\n+ static throwTodo(\n+ options: Omit<CompilerErrorD... | 2023-11-08T16:09:13 |
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 |
golang/go | 9bd21607900d7072fd3d12ec756cb5eb87f8fe2a | 1cf6b502630034980ba7de8156e4d7c1da7a7845 | os: add missing calls to Root.Close() in tests
In tests of os.Root, fix a few missing calls to Close().
Change-Id: I8fddd5468394f41d7e92741579fd47f90203ff9f
Reviewed-on: https://go-review.googlesource.com/c/go/+/655337
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-... | [
{
"path": "src/os/os_test.go",
"patch": "@@ -3199,6 +3199,7 @@ func TestRootDirFS(t *testing.T) {\n \tif err != nil {\n \t\tt.Fatal(err)\n \t}\n+\tdefer r.Close()\n \ttestDirFS(t, r.FS())\n }\n ",
"additions": 1,
"deletions": 0,
"language": "Go"
},
{
"path": "src/os/root_test.go",
"p... | 2025-03-06T15:25:51 |
vercel/next.js | 8f2e058c2435e78542f7160627180f0ff8c74cb5 | 0baf4041c4ea6791688699694b7520d502378afb | test: fix failures caused by format discrepancies between rspack and other bundlers (#80314)
This pull request updates error recovery tests to improve compatibility
with the Rspack bundler by introducing an `isRspack` flag and modifying
test cases to handle Rspack-specific error formats. The changes ensure
that runtim... | [
{
"path": "test/development/acceptance-app/error-recovery.test.ts",
"patch": "@@ -5,6 +5,8 @@ import { check } from 'next-test-utils'\n import path from 'path'\n import { outdent } from 'outdent'\n \n+const isRspack = !!process.env.NEXT_RSPACK\n+\n describe('Error recovery app', () => {\n const { next, is... | 2025-06-17T04:28:14 |
electron/electron | 1432f9bb657489cabc33cd73ad4508e5782dc093 | 6a798b1c5846f43834eacf57b1651191318bf54e | chore: reland “fix ambiguous reference gcc compile error” (#36544)
This is a reland of #35714. The broken code got reintroduced in #35310 due to a mismerge. | [
{
"path": "shell/browser/serial/electron_serial_delegate.h",
"patch": "@@ -45,9 +45,9 @@ class ElectronSerialDelegate : public content::SerialDelegate,\n device::mojom::SerialPortManager* GetPortManager(\n content::RenderFrameHost* frame) override;\n void AddObserver(content::RenderFrameHost* fram... | 2022-12-13T18:55:08 |
ollama/ollama | d69ddc1edc4c6df26cd6e6a20c040f2d6c6a29ef | 9bf41969f0c23d2ee980d7f092f5f80ea4521d2a | fix: window app crash on startup when update is pending (#14451) | [
{
"path": "app/cmd/app/app.go",
"patch": "@@ -296,8 +296,15 @@ func main() {\n \n \t// Check for pending updates on startup (show tray notification if update is ready)\n \tif updater.IsUpdatePending() {\n-\t\tslog.Debug(\"update pending on startup, showing tray notification\")\n-\t\tUpdateAvailable(\"\")\n+... | 2026-02-26T21:47:12 |
facebook/react | 702aadd82b2548f87c579fead92476e3efc64ac7 | 64dffe9e78607dda0977b72f77cadf17c404a57b | Fix to only add imports if we compiled something
We should only add imports if we actually compiled anything, this is what caused
the internal issue despite the file in question not having any functions
opted-in to compilation. | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Program.ts",
"patch": "@@ -356,9 +356,8 @@ export function compileProgram(\n // Forget compiled the component, we need to update existing imports of unstable_useMemoCache\n if (compiledFns.length > 0) {\n updateUseMemoCacheImport(... | 2023-11-08T00:22:03 |
golang/go | 6a4bc8d17eb6703baf0c483fb40e0d3e1f0f6af3 | 938b6c15e92e6a80b8368798a350a1a811487d88 | cmd/go: cache coverage profile with tests
This CL stores coverage profile data in the GOCACHE under the
'coverprofile' subkey alongside tests. This makes tests which use
coverage profiles cacheable. The values of the -coverprofile and
-outputdir flags are not included in the cache key to allow cached
profile data to b... | [
{
"path": "src/cmd/go/alldocs.go",
"patch": "@@ -1890,8 +1890,9 @@\n //\n // The rule for a match in the cache is that the run involves the same\n // test binary and the flags on the command line come entirely from a\n-// restricted set of 'cacheable' test flags, defined as -benchtime, -cpu,\n-// -list, -pa... | 2025-02-25T15:51:56 |
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.