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 |
|---|---|---|---|---|---|
vercel/next.js | 3d1e0b3cf506ac2463a16eb4b4a0a160f0e9dd48 | 15fbf92127be7fa7f56eccf155af6f8a15bd0fe9 | [devtools] fix: build error should share the issue content layout (#80850)
Previously, the no issue page was displayed when there was no runtime error. Also, if there was a build error, it would've returned the Terminal only. Therefore, created a layout that behaves similarly to ErrorOverlayLayout and shares across th... | [
{
"path": "packages/next/src/next-devtools/dev-overlay/components/devtools-panel/devtools-panel-tab/issues-tab/issues-tab-content-layout.tsx",
"patch": "@@ -0,0 +1,70 @@\n+import type { DebugInfo } from '../../../../../shared/types'\n+import type { ErrorType } from '../../../errors/error-type-label/error-ty... | 2025-06-25T15:09:44 |
facebook/react | 995f4b0528430c6d37e03e0726fbd22ea8273cf7 | d3e84d4dffdbcea8d2d8371d056f1cb670a045d5 | [bugfix] Fix constant propagation to ObjectMethods | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Optimization/ConstantPropagation.ts",
"patch": "@@ -434,6 +434,7 @@ function evaluateInstruction(\n }\n return placeValue;\n }\n+ case \"ObjectMethod\":\n case \"FunctionExpression\": {\n constantPropagationImpl(value.lo... | 2023-12-06T18:20:50 |
huggingface/transformers | c850500b54dfd0b4df22a6cf143a06955cc3a733 | d081c718b8825036a7662ec819313e5141dc34b5 | Fix export for gemma4 and add Integration tests (#45285)
* start updating tests
* start making them pass
* more
* fix
* fix export
* fix
* oupsi
* review comments
* fix expectations for a10
* style
* rename tests | [
{
"path": "src/transformers/cache_utils.py",
"patch": "@@ -982,18 +982,38 @@ def update_recurrent_state(self, recurrent_states: torch.Tensor, layer_idx: int,\n return recurrent_states\n \n def early_initialization(\n- self, batch_size: int, num_heads: int, head_dim: int, dtype: torch.dtyp... | 2026-04-08T13:07:37 |
rust-lang/rust | 0932068b6c9330f54eab92d5888131e6c877b3ce | 7bcb7a281e6cb36d9d87ca28e4d0edbaddaf5eef | Move the `QueryOverflow` and `QueryOverflowNote` errors.
They are defined in `rustc_query_system` but used in `rustc_query_impl`.
This is very much *not* how things are supposed to be done; I suspect
someone got lazy and took a shortcut at some point.
This commit moves the errors into `rustc_query_impl`. This require... | [
{
"path": "Cargo.lock",
"patch": "@@ -4534,9 +4534,11 @@ version = \"0.0.0\"\n dependencies = [\n \"measureme\",\n \"rustc_data_structures\",\n+ \"rustc_errors\",\n \"rustc_hashes\",\n \"rustc_hir\",\n \"rustc_index\",\n+ \"rustc_macros\",\n \"rustc_middle\",\n \"rustc_query_system\",\n \"rustc_seri... | 2026-02-02T05:05:26 |
electron/electron | 3138acc3774709354067e57062e15f4cc14ec442 | beed240454b940f34dd6b607a66c8063c2db1106 | chore: remove redundant Node.js patch (#37279)
* chore: fix patch for other patch
* chore: update patches
---------
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com> | [
{
"path": "patches/node/.patches",
"patch": "@@ -25,7 +25,6 @@ build_ensure_native_module_compilation_fails_if_not_using_a_new.patch\n fix_override_createjob_in_node_platform.patch\n v8_api_advance_api_deprecation.patch\n fixup_for_error_declaration_shadows_a_local_variable.patch\n-fixup_for_wc_98-compat-ex... | 2023-02-16T14:18:47 |
golang/go | 24b395119b4df7f16915b9f01a6aded647b79bbd | 2e749a645a6d03c7ac11bb172c4591564061b29e | cmd/internal/obj/riscv: prevent duplicate error reports
The riscv64 Go assembler can output certain errors, ones produced by
instructionsForProg, multiple times. These errors are guaranteed to
be output at least twice and can appear three or more times if a
rescan is needed to recompute branch addresses. For example... | [
{
"path": "src/cmd/asm/internal/asm/endtoend_test.go",
"patch": "@@ -489,6 +489,10 @@ func TestRISCVErrors(t *testing.T) {\n \ttestErrors(t, \"riscv64\", \"riscv64error\")\n }\n \n+func TestRISCVValidation(t *testing.T) {\n+\ttestErrors(t, \"riscv64\", \"riscv64validation\")\n+}\n+\n func TestS390XEndToEnd(... | 2024-12-10T16:02:26 |
facebook/react | d3e84d4dffdbcea8d2d8371d056f1cb670a045d5 | 7e9f6ecfea52a750077cc36c869185123bcd635e | [repro] repro for ContextVariable bug (ObjectMethod)
Found from eslint validator on www after doing a local sync + RunForget test of
#2432
P898168203
> New Errors:
> no-undef:'VARIABLE_NAME' is not defined. | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/bug-context-vars-in-object-method.expect.md",
"patch": "@@ -0,0 +1,54 @@\n+\n+## Input\n+\n+```javascript\n+import { identity } from \"shared-runtime\";\n+\n+function Foo() {\n+ const CONSTANT = 1;\n+ const x = {\n+ ... | 2023-12-06T18:20:49 |
vercel/next.js | 43c094c16edc5dc022797591738e9e34f290e3d6 | 07d36f74089bacd157b9b18cce389b881702faf3 | Turbopack: fix `this` when accessing named properties of namespace (#80896)
Previously, this namespace-import-to-named-import optimization always caused `this` to be unbound for function calls.
Now, it is preserved (if possible. There's nothing we can do when this is scope hoisted together).
```js
import * as R fro... | [
{
"path": "turbopack/crates/turbopack-ecmascript/src/references/esm/binding.rs",
"patch": "@@ -21,9 +21,10 @@ use crate::{\n \n #[derive(Hash, Clone, Debug, Serialize, Deserialize, PartialEq, Eq, TraceRawVcs, NonLocalValue)]\n pub struct EsmBinding {\n- pub reference: ResolvedVc<EsmAssetReference>,\n- ... | 2025-06-25T14:00:02 |
rust-lang/rust | 7bf6355886f3cc17713d449e8da45c997caf7c59 | 794c7fb2ea5881a86da038bfc9d38fe429a12be5 | Hard code the error code registry for custom drivers | [
{
"path": "src/parse/session.rs",
"patch": "@@ -401,7 +401,7 @@ mod tests {\n let source =\n String::from(r#\"extern \"system\" fn jni_symbol!( funcName ) ( ... ) -> {} \"#);\n source_map.new_source_file(filename(&source_map, \"foo.rs\"), source);\n- let re... | 2026-02-04T12:59:06 |
electron/electron | fe7c535a3f8b3f699391e642e3121f882f4437b1 | 8eee4f2df1982ae52f1ed1a7ca3e2183ba701c4f | chore: add logging for debugging release json (#37270)
* chore: add debug logging for JSON
* chore: better logging | [
{
"path": "script/release/uploaders/upload.py",
"patch": "@@ -384,6 +384,9 @@ def get_release(version):\n script_path = os.path.join(\n ELECTRON_DIR, 'script', 'release', 'find-github-release.js')\n release_info = execute(['node', script_path, version])\n+ if is_verbose_mode():\n+ print('Release... | 2023-02-14T21:03:50 |
huggingface/transformers | d081c718b8825036a7662ec819313e5141dc34b5 | dd6e8c5e25a3281c4e1cb34c270edfb0a8699a74 | Fix vllm cis (#45139)
* fixes
* safe linspace?
* up
* up
* remove batch
* nits
* style
* fix repo
* more
* update
* update
* revert
* up
* fix copy
* work?
* adress some of the comments
* update
* fixes
* fix-repo!
* styling post merge
* don't pass default
* up
* up
* push
* fix vllm compat: ad... | [
{
"path": "docs/source/en/internal/rope_utils.md",
"patch": "@@ -44,13 +44,13 @@ from transformers import LlamaConfig\n config = LlamaConfig()\n config.rope_parameters = {\n \"rope_type\": \"default\", # type of RoPE to use\n- \"rope_theta\": 10000.0 # base frequency parameter\n+ # rope_theta is o... | 2026-04-08T11:19:38 |
golang/go | 2e749a645a6d03c7ac11bb172c4591564061b29e | 21483099632c11743d01ec6f38577f31de26b0d0 | internal/godebugs: fix changed version for winsymlink and winreadlinkvolume to 1.23
https://go.dev/doc/godebug#go-123 documents changes to winsymlink and
winreadlinkvolume in Go 1.23.
This fixes the registered "changed" minor version to Go 1.23,
so that defaults when building a Go 1.22 module are correct.
Fixes #729... | [
{
"path": "src/internal/godebugs/table.go",
"patch": "@@ -61,8 +61,8 @@ var All = []Info{\n \t{Name: \"tlsmlkem\", Package: \"crypto/tls\", Changed: 24, Old: \"0\", Opaque: true},\n \t{Name: \"tlsrsakex\", Package: \"crypto/tls\", Changed: 22, Old: \"1\"},\n \t{Name: \"tlsunsafeekm\", Package: \"crypto/tls\... | 2025-03-19T00:27:07 |
facebook/react | 7e9f6ecfea52a750077cc36c869185123bcd635e | 01c1b16db45b5894d248363fcc7c15874448c284 | [patch] Make holey array handling compatible with older babel versions
---
Copied from comments
Older versions of babel have a validation bug fixed by
- https://github.com/babel/babel/pull/10917
- (code pointer)
https://github.com/babel/babel/commit/e7b80a2cb93cf28010207fc3cdd19b4568ca35b9#diff-19b555d2f3904... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/HIR/BuildHIR.ts",
"patch": "@@ -1456,14 +1456,6 @@ function lowerExpression(\n elements.push({\n kind: \"Hole\",\n });\n- if (builder.environment.config.bailoutOnHoleyArrays) {\n- builder.errors.pu... | 2023-12-06T18:20:49 |
rust-lang/rust | 1851937577eaf46ef18c437ac2ad9b2a5f3e3606 | 8bccf1224deab49b54694c9090e577bfe90a94e6 | Hard code the error code registry for custom drivers | [
{
"path": "compiler/rustc_driver_impl/src/lib.rs",
"patch": "@@ -197,10 +197,6 @@ impl Callbacks for TimePassesCallbacks {\n }\n }\n \n-pub fn diagnostics_registry() -> Registry {\n- Registry::new(rustc_errors::codes::DIAGNOSTICS)\n-}\n-\n /// This is the primary entry point for rustc.\n pub fn run_c... | 2026-02-04T12:59:06 |
electron/electron | 8eee4f2df1982ae52f1ed1a7ca3e2183ba701c4f | 4d6f230d2108c19ac862577e83443a2eec53a183 | fix: `BrowserView` crash when 'beforeunload' prevented (#37205)
fix: crash when beforeunload prevented | [
{
"path": "shell/browser/api/electron_api_browser_window.cc",
"patch": "@@ -112,7 +112,6 @@ BrowserWindow::~BrowserWindow() {\n api_web_contents_->RemoveObserver(this);\n // Destroy the WebContents.\n OnCloseContents();\n- api_web_contents_->Destroy();\n }\n }\n \n@@ -140,6 +139,7 @@ void B... | 2023-02-14T17:40:37 |
huggingface/transformers | dd6e8c5e25a3281c4e1cb34c270edfb0a8699a74 | 3606a1f1e86cfe1aac10f49b63026ede57f12cc1 | [docs] static model rules (#45232)
* static model rules
* feedback
* fix | [
{
"path": "Makefile",
"patch": "@@ -37,6 +37,7 @@ check-repository-consistency:\n \t\tcopies,\\\n \t\tmodular_conversion,\\\n \t\tdoc_toc,\\\n+\t\tmodeling_rules_doc,\\\n \t\tdocstrings,\\\n \t\tdummies,\\\n \t\trepo,\\\n@@ -63,6 +64,7 @@ check-repo:\n \t\tcopies,\\\n \t\tmodular_conversion,\\\n \t\tdoc_toc... | 2026-04-08T08:53:47 |
golang/go | bfb27fb36f2f651eb52e3f2ff20542f4302359ce | fcb27f717b0eccb2a3de1bc05a7d222325ad5aeb | bytes,strings: document Fields trimming of leading and trailing characters
Fixes #72841
Change-Id: I46875c61e3147c69da759bf4bf4f0539cbd4f437
Reviewed-on: https://go-review.googlesource.com/c/go/+/658218
Reviewed-by: Alan Donovan <adonovan@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result:... | [
{
"path": "src/bytes/bytes.go",
"patch": "@@ -451,7 +451,9 @@ var asciiSpace = [256]uint8{'\\t': 1, '\\n': 1, '\\v': 1, '\\f': 1, '\\r': 1, ' ': 1}\n // Fields interprets s as a sequence of UTF-8-encoded code points.\n // It splits the slice s around each instance of one or more consecutive white space\n //... | 2025-03-17T15:21:39 |
vercel/next.js | f9c9d033add718a40f515350fad7b5fc1538b17f | 6b55cdc89e55f4d33bf63f7c54788932c6b1be58 | [devtools] replace the old error overlay with the issues tab view (#80814) | [
{
"path": "packages/next/src/next-devtools/dev-overlay/components/devtools-indicator/devtools-indicator.tsx",
"patch": "@@ -10,11 +10,10 @@ import {\n } from '../errors/dev-tools-indicator/utils'\n import {\n ACTION_DEVTOOLS_PANEL_TOGGLE,\n- ACTION_ERROR_OVERLAY_TOGGLE,\n- ACTION_ERROR_OVERLAY_CLOSE,\n ... | 2025-06-25T12:45:45 |
huggingface/transformers | 3606a1f1e86cfe1aac10f49b63026ede57f12cc1 | 1897dd055ddcaddd80ed83bc45bbf91181de4804 | fix(security): prevent untrusted users from triggering TRL CI dispatch (#45302)
The trust check used `exit 0` which only exits the shell step with
success — the workflow continued to dispatch TRL CI for untrusted
commenters. This allowed any GitHub user to execute arbitrary code on
self-hosted GPU runners by commentin... | [
{
"path": ".github/workflows/trl-ci-bot.yml",
"patch": "@@ -30,13 +30,14 @@ jobs:\n *) echo \"trusted=false\" >> $GITHUB_OUTPUT ;;\n esac\n \n- - name: Ignore untrusted commenter\n+ - name: Reject untrusted commenter\n if: steps.trust.outputs.trusted != 'true'\n ... | 2026-04-07T21:54:04 |
electron/electron | 4d6f230d2108c19ac862577e83443a2eec53a183 | 889859df5bb74e6c18b1c2f21c28ade80a366611 | build: re-bake node v18.12.1 image for asset upload (#37254)
* debug: peek node version
* build: force uninstall/reinstall 18.12.1
* build: update image, re-comment out deps
* build: remove nodejs-lts uninstall, node debug line | [
{
"path": "appveyor.yml",
"patch": "@@ -29,7 +29,7 @@\n \n version: 1.0.{build}\n build_cloud: electronhq-16-core\n-image: e-110.0.5451.0\n+image: e-111.0.5560.0-node18\n environment:\n GIT_CACHE_PATH: C:\\Users\\appveyor\\libcc_cache\n ELECTRON_OUT_DIR: Default",
"additions": 1,
"deletions": 1,... | 2023-02-14T15:44:39 |
facebook/react | 346350f77d2aa73ee7b93edbee2c2b3a4afddfab | 1d36764ca9dbf8bd1683c0431ee669f72fab7747 | Revert: revert tsconfig module change for rollup
---
Currently on main, rollup does not inline source files
```js
// in packages/babel-plugin-react-forget
// $yarn build
// output
var CompilerError_1 = require("./CompilerError");
Object.defineProperty(exports, "CompilerError", { enumerable: true, get:
... | [
{
"path": "compiler/packages/babel-plugin-react-forget/tsconfig.json",
"patch": "@@ -1,7 +1,6 @@\n {\n \"extends\": \"@tsconfig/node18-strictest/tsconfig.json\",\n \"compilerOptions\": {\n- \"module\": \"NodeNext\",\n \"moduleResolution\": \"NodeNext\",\n \"declaration\": true,\n \"declar... | 2023-12-05T22:22:37 |
golang/go | c8eced8580028328fde7c03cbfcb720ce15b2358 | 6b18311bbc94864af48d10aad73fd4eb7ea0d9a1 | net/http/httputil: document ProxyRequest.SetURL limitations
Fixes #50337
Change-Id: I898ff6352f46f0f9b540b053049c5116e2165827
Reviewed-on: https://go-review.googlesource.com/c/go/+/658536
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.c... | [
{
"path": "src/net/http/httputil/reverseproxy.go",
"patch": "@@ -42,6 +42,8 @@ type ProxyRequest struct {\n // SetURL routes the outbound request to the scheme, host, and base path\n // provided in target. If the target's path is \"/base\" and the incoming\n // request was for \"/dir\", the target request w... | 2025-03-17T19:20:32 |
vercel/next.js | 6b55cdc89e55f4d33bf63f7c54788932c6b1be58 | 9266f20c7814cf96e201acb39cbc6609da5b76a9 | Turbopack: fix chunking context caching (#80862)
### What?
Fixes caching by changing arguments from `Option<RcStr>` to `Vc<Option<RcStr>>`.
This changes the argument from passed by value to passed by reference. This makes a big differences regarding caching when the string value is changing.
`Option<RcStr>`: ... | [
{
"path": "crates/next-api/src/project.rs",
"patch": "@@ -1010,8 +1010,8 @@ impl Project {\n self.project_root_path(),\n self.client_relative_path(),\n rcstr!(\"/ROOT\"),\n- self.next_config().computed_asset_prefix().owned().await?,\n- self.next_conf... | 2025-06-25T12:22:26 |
huggingface/transformers | 1897dd055ddcaddd80ed83bc45bbf91181de4804 | 52cb0653b48fcb0737a74546911df77034b61732 | Fix missing image processors backends (#45165)
* missing
* revert emu3
* nope | [
{
"path": "src/transformers/models/blip/image_processing_blip.py",
"patch": "@@ -13,13 +13,13 @@\n # limitations under the License.\n \"\"\"Image processor class for BLIP.\"\"\"\n \n-from ...image_processing_backends import PilBackend\n+from ...image_processing_backends import TorchvisionBackend\n from ...i... | 2026-04-07T13:39:36 |
ollama/ollama | eb97274e5cf3c97cd52aa39e5e9f1d859c22d716 | 6b5db12aa2f8841629cac89d9deb87486512fdb4 | modelfiles: fix /save command and add shortname for safetensors based models (#15413)
This change fixes two issues with Modelfiles:
1. If a user uses `ollama show --modelfile` to show a safetensors based
model, the Model would leave the "FROM" field blank which won't allow
a user to recreate the model. Th... | [
{
"path": "cmd/cmd.go",
"patch": "@@ -695,7 +695,7 @@ func RunHandler(cmd *cobra.Command, args []string) error {\n \t\t}\n \t}\n \n-\topts.ParentModel = info.Details.ParentModel\n+\tapplyShowResponseToRunOptions(&opts, info)\n \n \t// Check if this is an embedding model\n \tisEmbeddingModel := slices.Contai... | 2026-04-09T04:05:39 |
electron/electron | cb03c6516b2729ddf915314d5a72fbacb772a665 | 2e8114aea3658b440aaa3c87a0fa98ffe3ccd634 | docs: add `win.isFocusable()` return type (#37245)
docs: fix `win.isFocusable()` return type | [
{
"path": "docs/api/browser-window.md",
"patch": "@@ -1776,7 +1776,7 @@ On macOS it does not remove the focus from the window.\n \n #### `win.isFocusable()` _macOS_ _Windows_\n \n-Returns whether the window can be focused.\n+Returns `boolean` - Whether the window can be focused.\n \n #### `win.setParentWind... | 2023-02-14T09:01:22 |
golang/go | 6b18311bbc94864af48d10aad73fd4eb7ea0d9a1 | a17c092c2c5e8ad45482ebbb9e17ef7f92edb96c | cmd/go/internal/clean: add logging to help debug openbsd flakes
This change adds extra logging in the case where there's an error
removing all the files in the gomodcache using modfetch.RemoveAll.
It logs the names of the files found in GOMODCACHE as well as their
modes. The modes are included because they should all ... | [
{
"path": "src/cmd/go/internal/clean/clean.go",
"patch": "@@ -7,8 +7,10 @@ package clean\n \n import (\n \t\"context\"\n+\t\"errors\"\n \t\"fmt\"\n \t\"io\"\n+\t\"io/fs\"\n \t\"os\"\n \t\"path/filepath\"\n \t\"runtime\"\n@@ -216,6 +218,15 @@ func runClean(ctx context.Context, cmd *base.Command, args []strin... | 2025-03-18T17:00:42 |
facebook/react | c29ca23af91d8aeb9e175c08a0866ba54286f0f3 | 5ab6bbb4b058e22658fc6d4734db5acfbf393345 | fix: add isChildPublicInstance to ReactNativeTypes (#27788)
Follow-up on https://github.com/facebook/react/pull/27783.
React Native is actually using `ReactNativeTypes`, which are synced from
this repo. In order to make `isChildPublicInstance` visible for
renderers inside React Native repository, we need to list ... | [
{
"path": "packages/react-native-renderer/src/ReactNativePublicCompat.js",
"patch": "@@ -8,8 +8,6 @@\n */\n \n import type {Node, HostComponent} from './ReactNativeTypes';\n-import type {PublicInstance as FabricPublicInstance} from './ReactFiberConfigFabric';\n-import type {PublicInstance as PaperPublicIns... | 2023-12-05T13:00:59 |
vercel/next.js | 2682d817426b35af1c95f91cb55437bcca7902c2 | 65fb743949746af8a1dd38deb1a869fd921310fe | Allow intercepting dynamic routes to be partially prerendered (#80851)
For intercepting dynamic routes we do prerender `.prefetch.rsc`, as well
as `.segment.rsc` files if `clientSegmentCache` is enabled. However, we
omitted adding those routes to the prerender manifest, which resulted in
server errors when looking up ... | [
{
"path": "packages/next/src/build/utils.ts",
"patch": "@@ -69,7 +69,6 @@ import { normalizeAppPath } from '../shared/lib/router/utils/app-paths'\n import { denormalizeAppPagePath } from '../shared/lib/page-path/denormalize-app-path'\n import { RouteKind } from '../server/route-kind'\n import type { PageExt... | 2025-06-25T10:26:51 |
huggingface/transformers | 52cb0653b48fcb0737a74546911df77034b61732 | b9f0fbf532c124ff836466d896a716e26dbe4722 | [AMD CI] Fix Qwen2 expectations (#45284)
fix expec for amd | [
{
"path": "tests/models/qwen2/test_modeling_qwen2.py",
"patch": "@@ -81,14 +81,16 @@ def test_model_450m_logits(self):\n out = model(input_ids).logits.float().cpu()\n # Expected mean on dim = -1\n EXPECTED_MEAN = Expectations({\n- (None, None): torch.tensor([[-2.2463, ... | 2026-04-07T12:01:58 |
ollama/ollama | 6b5db12aa2f8841629cac89d9deb87486512fdb4 | 612f0a17d32cf7fe9bde5f31703a37b49c98ea2f | mlx: remove stale x86 libmlx library (#15443)
Fixes #15433 | [
{
"path": "scripts/build_darwin.sh",
"patch": "@@ -200,10 +200,15 @@ _build_macapp() {\n # Copy .so files from both architectures (names don't collide: arm64=libggml-cpu.so, amd64=libggml-cpu-*.so)\n cp dist/darwin-arm64/lib/ollama/*.so dist/Ollama.app/Contents/Resources/ 2>/dev/null || true... | 2026-04-09T03:51:47 |
electron/electron | 8b3e498436912b468a517f7bbcf3f27619ccf08c | cf80994729c510937287788a9e0294ebff08c9cd | fix: cookies filter secure invalid (#37203) | [
{
"path": "shell/browser/api/electron_api_cookies.cc",
"patch": "@@ -128,10 +128,10 @@ bool MatchesCookie(const base::Value::Dict& filter,\n !MatchesDomain(*str, cookie.Domain()))\n return false;\n absl::optional<bool> secure_filter = filter.FindBool(\"secure\");\n- if (secure_filter && *secure... | 2023-02-13T14:02:55 |
golang/go | cd2f347c61bd9f41e977d74dc2dd3a1f36b65800 | c7ea87132f4e6f3c81e525c396a64471c9af0091 | crypto/tls: fix ECH compatibility
Previously, the code only checked supportedVersions[0] for TLS 1.3
However, Chromium-based
browsers may list TLS 1.3 at different positions, causing ECH failures.
This fix:
Iterates through supportedVersions to accept connections as long as TLS 1.3 is present.
Improves ECH com... | [
{
"path": "src/crypto/tls/ech.go",
"patch": "@@ -392,8 +392,28 @@ func decodeInnerClientHello(outer *clientHelloMsg, encoded []byte) (*clientHello\n \t\treturn nil, errInvalidECHExt\n \t}\n \n-\tif len(inner.supportedVersions) != 1 || (len(inner.supportedVersions) >= 1 && inner.supportedVersions[0] != Versi... | 2025-02-10T04:49:15 |
facebook/react | d7b45ec9b765575e63e034fb7d844027a323b06c | 108fd8cab015688e6e8e57956c2f1ed1a0c054f2 | Bump @adobe/css-tools from 4.0.1 to 4.3.2 in /fixtures/flight (#27766)
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.0.1
to 4.3.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/adobe/css-tools/blob/main/History.md"><code>@adobe/css-tools</code>'s
ch... | [
{
"path": "fixtures/flight/yarn.lock",
"patch": "@@ -3,9 +3,9 @@\n \n \n \"@adobe/css-tools@^4.0.1\":\n- version \"4.0.1\"\n- resolved \"https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.0.1.tgz#b38b444ad3aa5fedbb15f2f746dcd934226a12dd\"\n- integrity sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigem... | 2023-12-01T19:56:14 |
huggingface/transformers | 182f20c2d22125b5151cb680ddd2689c3fbb17da | 02c38f7ad1257225f18fa5411769416b065080d7 | Fix `SmolVLM` video processor `resize` using wrong interpolation after backend refactor (#45258)
* Fix SmolVLM video processor resize using wrong interpolation after image processor backend refactor
The PR #43514 refactored _preprocess to pass resample=resample to resize,
but resize still accepted interpolation as it... | [
{
"path": "src/transformers/models/smolvlm/video_processing_smolvlm.py",
"patch": "@@ -12,13 +12,18 @@\n # See the License for the specific language governing permissions and\n # limitations under the License.\n \n-from typing import Optional\n \n import numpy as np\n import torch\n \n from ...image_process... | 2026-04-06T19:41:10 |
vercel/next.js | b2d6b36145622a42beac1cf161a561f1d8339c27 | ea03ffa8becaa7971e484a1bfaa93396f8f6d779 | Fix preview builds for forks (#80833) | [
{
"path": ".github/workflows/build_and_deploy.yml",
"patch": "@@ -37,6 +37,7 @@ jobs:\n - uses: actions/checkout@v4\n with:\n fetch-depth: 1\n+ - run: echo \"${{ github.event.after }}\"\n - name: Setup node\n uses: actions/setup-node@v4\n with:\n@@ -535,7 +... | 2025-06-25T09:38:52 |
ollama/ollama | 612f0a17d32cf7fe9bde5f31703a37b49c98ea2f | 673726fa0eedfc13c4852ff842e80eb1b390351d | fix: improve error message for unknown input item type in responses API (#15424)
The default branch in unmarshalResponsesInputItem had two issues:
- It referenced typeField.Type instead of itemType; these differ when the
shorthand role-based format promotes an empty type to "message", meaning
an unhandled type wou... | [
{
"path": "openai/responses.go",
"patch": "@@ -281,7 +281,10 @@ func unmarshalResponsesInputItem(data []byte) (ResponsesInputItem, error) {\n \t\t}\n \t\treturn reasoning, nil\n \tdefault:\n-\t\treturn nil, fmt.Errorf(\"unknown input item type: %s\", typeField.Type)\n+\t\tif itemType == \"\" {\n+\t\t\tretur... | 2026-04-09T00:41:12 |
golang/go | c7ea87132f4e6f3c81e525c396a64471c9af0091 | eb7ab11aafc6bcffcb49cd4fc51307dfee7a321b | log/slog: document Logger ignores Handler.Handle errors
Fixes #66579
Change-Id: Ie75378b087763c3e88303df3b3f8d7565003a92f
Reviewed-on: https://go-review.googlesource.com/c/go/+/658515
Reviewed-by: Jonathan Amsterdam <jba@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.... | [
{
"path": "src/log/slog/handler.go",
"patch": "@@ -57,6 +57,9 @@ type Handler interface {\n \t// - If a group's key is empty, inline the group's Attrs.\n \t// - If a group has no Attrs (even if it has a non-empty key),\n \t// ignore it.\n+\t//\n+\t// [Logger] discards any errors from Handle. Wrap th... | 2025-03-17T18:18:48 |
electron/electron | 01f1522cbdd44119f88fd80f7dc09bc0339b9582 | a37f5723883cd60876e6dc91016609bc73b23259 | chore: change undocumented protocol.registerProtocol to detect body type (#36595)
* feat: add protocol.registerProtocol
* remove wip handleProtocol code
* lint
* Update shell/browser/net/electron_url_loader_factory.h
Co-authored-by: Cheng Zhao <zcbenz@gmail.com>
* fix
---------
Co-authored-by: Joh... | [
{
"path": "shell/browser/net/electron_url_loader_factory.cc",
"patch": "@@ -4,6 +4,7 @@\n \n #include \"shell/browser/net/electron_url_loader_factory.h\"\n \n+#include <list>\n #include <memory>\n #include <string>\n #include <utility>\n@@ -81,6 +82,19 @@ bool ResponseMustBeObject(ProtocolType type) {\n }... | 2023-02-13T07:48:30 |
facebook/react | dc40571b3efd18d4d08fdf6146ad5ec980ea12dd | 5dd35968bef791ccc5948c657fabf191a77fff3f | Update .prettierrc.js (#27732)
jsxBracketSameLine deprecated in v2.4.0 of Prettier, replaced by
bracketSameLine.
https://prettier.io/docs/en/options.html#deprecated-jsx-brackets
<!--
Thanks for submitting a pull request!
We appreciate you spending the time to work on these changes. Please
provide enough in... | [
{
"path": ".prettierrc.js",
"patch": "@@ -5,7 +5,7 @@ const {esNextPaths} = require('./scripts/shared/pathsByLanguageVersion');\n module.exports = {\n bracketSpacing: false,\n singleQuote: true,\n- jsxBracketSameLine: true,\n+ bracketSameLine: true,\n trailingComma: 'es5',\n printWidth: 80,\n pa... | 2023-12-01T19:30:42 |
vercel/next.js | ea03ffa8becaa7971e484a1bfaa93396f8f6d779 | 20645d0310abdc4fd669a5a4759fde0d19e49b76 | Turbopack: CSS Global Import Validation for Pages (#80585)
## Implement CSS Global Import Validation for Pages
This PR adds validation for CSS imports in the Pages Router to prevent
global CSS imports in invalid modules.
Fixes #
---------
Co-authored-by: Niklas Mischkulnig <4586894+mischnic@users.noreply.github.co... | [
{
"path": "crates/next-api/src/module_graph.rs",
"patch": "@@ -12,13 +12,16 @@ use next_core::{\n };\n use rustc_hash::FxHashMap;\n use tracing::Instrument;\n+use turbo_rcstr::RcStr;\n use turbo_tasks::{\n CollectiblesSource, FxIndexMap, FxIndexSet, ReadRef, ResolvedVc, TryFlatJoinIterExt,\n- TryJoin... | 2025-06-25T08:34:08 |
huggingface/transformers | 02c38f7ad1257225f18fa5411769416b065080d7 | 5182cf3863cc1a25e3125d41e768ef904f0b84d0 | Fix `Qwen2IntegrationTest` (#45268)
fix
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com> | [
{
"path": "tests/models/qwen2/test_modeling_qwen2.py",
"patch": "@@ -81,14 +81,14 @@ def test_model_450m_logits(self):\n out = model(input_ids).logits.float().cpu()\n # Expected mean on dim = -1\n EXPECTED_MEAN = Expectations({\n- (None, None): torch.tensor([[-2.2121, ... | 2026-04-06T19:18:18 |
ollama/ollama | b5918f9785bd293a51682ae86085e566e5ab8a4c | d17f482d50ed46957ae11b534e3593d9786482c0 | pull/push: refine safetensors (#14946)
* pull: refine safetensors pull
- Body drain in resolve() — drain response body before close so Go's HTTP
client can reuse TCP connections instead of opening a new one per blob
(1,075 extra TCP+TLS handshakes eliminated)
- Skip speed recording for tiny blobs (<100KB) — p... | [
{
"path": "x/imagegen/transfer/download.go",
"patch": "@@ -117,14 +117,25 @@ func (d *downloader) download(ctx context.Context, blob Blob) error {\n \t\tstart := time.Now()\n \t\tn, err := d.downloadOnce(ctx, blob)\n \t\tif err == nil {\n-\t\t\tif s := time.Since(start).Seconds(); s > 0 {\n-\t\t\t\td.speeds... | 2026-04-08T21:15:39 |
golang/go | eb7ab11aafc6bcffcb49cd4fc51307dfee7a321b | 44d1d2e5adaf95190a817980eb8439d080df6b12 | crypto/internal/hpke: propagate hkdf error value
The hkdf operations done in hpke are not expected to fail given that
we control the inputs. However, propagating the error instead of
doesn't hurt and makes the code more robust to future changes.
Change-Id: I168854593a40f67e2cc275e0dedc3b24b8f1480e
Reviewed-on: https:... | [
{
"path": "src/crypto/internal/hpke/hpke.go",
"patch": "@@ -26,31 +26,23 @@ type hkdfKDF struct {\n \thash crypto.Hash\n }\n \n-func (kdf *hkdfKDF) LabeledExtract(sid []byte, salt []byte, label string, inputKey []byte) []byte {\n+func (kdf *hkdfKDF) LabeledExtract(sid []byte, salt []byte, label string, inpu... | 2025-03-17T15:16:53 |
facebook/react | 5dd35968bef791ccc5948c657fabf191a77fff3f | 3e97c00debbd6706b6ec6b7da15094bf2ba81ef4 | fix: select console error to not suggest to set readonly to true (#27740)
fix #27657
added test in the `ReactDOMSELECT-test.js` to not allow regession to
happen in future.
After changes this is what the error message looks like
https://github.com/facebook/react/assets/72331432/53dcbe2a-70d2-43d2-a52d-a4fc... | [
{
"path": "packages/react-dom-bindings/src/shared/ReactControlledValuePropTypes.js",
"patch": "@@ -32,12 +32,19 @@ export function checkControlledValueProps(\n props.value == null\n )\n ) {\n- console.error(\n- 'You provided a `value` prop to a form field without an ' +\n- ... | 2023-12-01T15:55:55 |
electron/electron | 478ce969143cd8d069ab4def0992e8d5719445cf | 8dc98aeeaee4c827501662325eebcfd97471323a | fix: avoid using v8 on Isolate termination (#35766)
* fix: avoid using v8 on Isolate termination
* chore: refactor for review
---------
Co-authored-by: electron-patch-conflict-fixer[bot] <83340002+electron-patch-conflict-fixer[bot]@users.noreply.github.com> | [
{
"path": "patches/node/.patches",
"patch": "@@ -34,4 +34,5 @@ fix_expose_lookupandcompile_with_parameters.patch\n fix_prevent_changing_functiontemplateinfo_after_publish.patch\n enable_crashpad_linux_node_processes.patch\n allow_embedder_to_control_codegenerationfromstringscallback.patch\n+src_allow_option... | 2023-02-09T08:48:49 |
huggingface/transformers | 5182cf3863cc1a25e3125d41e768ef904f0b84d0 | d3c7a19176496fc1ea246aa9df4f678f4fceb1cf | doc: fix TokenizersBackend.convert_to_native_format docstring (#45262) | [
{
"path": "src/transformers/tokenization_utils_tokenizers.py",
"patch": "@@ -100,7 +100,7 @@ class TokenizersBackend(PreTrainedTokenizerBase):\n \n @classmethod\n def convert_to_native_format(cls, trust_remote_code=False, **kwargs):\n- \"\"\"s\n+ \"\"\"\n Build a `tokenizers.To... | 2026-04-06T16:27:08 |
vercel/next.js | 3edb270df5e632cfd8fc57bbf624c1867c0ee1bf | e91660d1f474656fe5b602b38dea83641b656481 | [devtools] refactor segment explorer styles (#80848)
* Separate segment explorer instance from the dev overlay and the dev panel
* Polish the padding, the customization padding on two sides are different. Dev overlay pop up requires minus margin to fit the border, dev tool panel requires the extra padding
* Fix the ... | [
{
"path": "packages/next/src/next-devtools/dev-overlay/components/devtools-panel/devtools-panel-tab/segments-explorer-tab.tsx",
"patch": "@@ -1,14 +1,12 @@\n-import { useSegmentTree } from '../../../segment-explorer'\n import { PageSegmentTree } from '../../overview/segment-explorer'\n \n function SegmentsE... | 2025-06-24T22:53:54 |
ollama/ollama | f86a969f27ec48cc516bfadc8d566807a14870bd | 9fa80a1660bc8ba28a77e6e91cc14d1c2b1cb652 | responses: add support for fn call output arrays (#15406)
In addition to strings (which we already supported), OpenResponses
supports arrays of text content, image content, or file content (see
<https://www.openresponses.org/reference#object-FunctionCallOutput-title>).
We were missing support for these arrays, which c... | [
{
"path": "openai/responses.go",
"patch": "@@ -4,13 +4,15 @@ import (\n \t\"encoding/json\"\n \t\"fmt\"\n \t\"math/rand\"\n+\t\"strings\"\n \t\"time\"\n \n \t\"github.com/ollama/ollama/api\"\n )\n \n // ResponsesContent is a discriminated union for input content types.\n-// Concrete types: ResponsesTextCont... | 2026-04-07T23:47:30 |
huggingface/transformers | d3c7a19176496fc1ea246aa9df4f678f4fceb1cf | 374d44d54adb1c5f52e68aff97d1675f56d657a8 | empty (#45261)
* empty commit
* Fix GitHub workflow failing when CircleCI only runs empty job
When the test fetcher determines no tests need to run, CircleCI only
creates the 'empty' job (no 'collection_job'). The GitHub workflow was
failing at 'Get CircleCI run artifacts' because collection_job_number
was empty, ca... | [
{
"path": ".github/workflows/circleci-failure-summary-comment.yml",
"patch": "@@ -95,20 +95,37 @@ jobs:\n \"https://circleci.com/api/v2/workflow/${workflow_id}/job\")\n \n # Step 5: Extract collection_job details\n- collection_job_number=$(echo \"$jobs\" | jq -r '.it... | 2026-04-06T09:24:57 |
golang/go | 7a8ce5e3de6a2eeb108dae67cc005e8b998bcbfa | 5e9820245574bdf67f28156db4b00191b1b3696f | cmd/go: point tidy errors to correct URL
The `go mod tidy` errors have been pointing to an older URL. This CL
fixes the URL by pointing to the correct URL: https://go.dev/ref/mod.
Fixes #49394
Change-Id: I707dda407ba032db8a55083998002a5ab72033e8
Reviewed-on: https://go-review.googlesource.com/c/go/+/633421
Reviewed-... | [
{
"path": "src/cmd/go/internal/modload/load.go",
"patch": "@@ -2086,8 +2086,7 @@ func (ld *loader) checkTidyCompatibility(ctx context.Context, rs *Requirements,\n \n \t\tfmt.Fprintf(os.Stderr, \"If reproducibility with go %s is not needed:\\n\\tgo mod tidy%s -compat=%s\\n\", compatVersion, goFlag, goVersion... | 2024-12-06T17:22:56 |
facebook/react | 7da906d64802bd33f8c004df5f67504b7635e972 | 75c7fdcbd0e73a846899e69b13062c82f0fac468 | Fix Array#at and similar cases to capture if receiver is mutable
The previous PR helped me realize we weren't handling Array#at correctly. If the
receiver is a mutable value its effect should be Capture and the lvalue effect
needs to be Store. This PR updates the definition for Array#at to make the
receiver Captur... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/HIR/ObjectShape.ts",
"patch": "@@ -203,7 +203,7 @@ addObject(BUILTIN_SHAPES, BuiltInArrayId, [\n positionalParams: [Effect.Read],\n restParam: null,\n returnType: { kind: \"Poly\" },\n- calleeEffect: Effect.Read,\n+ calle... | 2023-11-29T20:05:25 |
vercel/next.js | 925fd916efc2d239a6dbc07d8dd9eb0c898fcd45 | c5bf5bb4c8b01b1befbbfa7ad97a97476ee9d0d7 | Fix fallback: true cache-control (#80865)
This ensures we don't treat cache hits for lazily generated `fallback:
true` routes as the fallback itself which has a different cache-control
header than cache hits should.
Fixes: https://github.com/vercel/next.js/issues/80838 | [
{
"path": "packages/next/src/build/templates/pages.ts",
"patch": "@@ -162,7 +162,7 @@ export async function handler(\n )\n const isAmp = query.amp && config.amp\n let cacheKey: null | string = null\n- let isIsrFallback = Boolean(getRequestMeta(req, 'isIsrFallback'))\n+ let isIsrFallback = false\n ... | 2025-06-24T20:46:20 |
huggingface/transformers | 374d44d54adb1c5f52e68aff97d1675f56d657a8 | 794d65f401dd70408bd0b336ee54c209ed38eefc | Fix unexpected TF32 being enabled in testing (#45252)
* fix
* fix
---------
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com> | [
{
"path": "tests/models/youtu/test_modeling_youtu.py",
"patch": "@@ -33,7 +33,7 @@\n if is_torch_available():\n import torch\n \n- torch.set_float32_matmul_precision(\"high\")\n+ torch.set_float32_matmul_precision(\"highest\")\n \n from transformers import (\n Cache,\n@@ -99,7 +99,7 @@... | 2026-04-05T17:32:07 |
ollama/ollama | 9fa80a1660bc8ba28a77e6e91cc14d1c2b1cb652 | dde09129d143c99e3f78859d3829d215501aa584 | app/ui: fix lint errors for unused vars, prefer-const, and empty catch (#15282) | [
{
"path": "app/ui/app/src/components/Message.tsx",
"patch": "@@ -536,7 +536,7 @@ function ToolCallDisplay({\n let args: Record<string, unknown> | null = null;\n try {\n args = JSON.parse(toolCall.function.arguments) as Record<string, unknown>;\n- } catch (e) {\n+ } catch {\n args =... | 2026-04-07T23:28:36 |
golang/go | bceade5ef8ab6d28ad363cd7ca60a9be89990a00 | 57c44fdefc818f90b98fa1d5c0cd0fccdc35edf8 | doc/next: add release note for work package pattern
For #71294
Fixes #50745
Change-Id: Iff05e98ac860a1764d4c59572f9abc3ae8d9c5fb
Reviewed-on: https://go-review.googlesource.com/c/go/+/658495
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gservi... | [
{
"path": "doc/next/3-tools.md",
"patch": "@@ -10,6 +10,12 @@ These new error reports may be disabled by setting\n `ASAN_OPTIONS=detect_leaks=0` in the environment when running the\n program.\n \n+<!-- go.dev/issue/71294 -->\n+\n+The new `work` package pattern matches all packages in the work (formerly call... | 2025-03-17T15:53:22 |
vercel/next.js | c5bf5bb4c8b01b1befbbfa7ad97a97476ee9d0d7 | 0d84c976cd26f4a1a62f4a17a5208d9a98c286d4 | Turbopack Build: Update manifest (#80859)
## What?
Updates the manifest to reflect the fixed tests in #80603 | [
{
"path": "test/turbopack-build-tests-manifest.json",
"patch": "@@ -10329,11 +10329,11 @@\n \"runtimeError\": false\n },\n \"test/integration/css-features/test/browserslist.test.js\": {\n- \"passed\": [],\n- \"failed\": [\n+ \"passed\": [\n \"Browserslist: New production mode should'v... | 2025-06-24T18:01:55 |
huggingface/transformers | 794d65f401dd70408bd0b336ee54c209ed38eefc | 499ef1d7b8fcaf946be6503e01c717f238838d0e | Fix tf32 issue: set `torch.backends.cudnn.conv.fp32_precision` explicitly. (#45248)
* empty
* fix
* fix
* fix
---------
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com> | [
{
"path": "conftest.py",
"patch": "@@ -149,6 +149,22 @@ def check_output(self, want, got, optionflags):\n # The flag below controls whether to allow TF32 on cuDNN. This flag defaults to True.\n # We set it to `False` for CI. See https://github.com/pytorch/pytorch/issues/157274#issuecomment-309079161... | 2026-04-05T09:42:50 |
golang/go | 57c44fdefc818f90b98fa1d5c0cd0fccdc35edf8 | 7dd7d70c034a24ac98e52bd4e6dac3ce35c60271 | html/template: document comment stripping
Fixes #28628
Change-Id: I8b68f55f25e62f747d7cc48a490fec7f426f53d1
Reviewed-on: https://go-review.googlesource.com/c/go/+/658115
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-projec... | [
{
"path": "src/html/template/doc.go",
"patch": "@@ -28,6 +28,9 @@ HTML templates treat data values as plain text which should be encoded so they\n can be safely embedded in an HTML document. The escaping is contextual, so\n actions can appear within JavaScript, CSS, and URI contexts.\n \n+Comments are strip... | 2025-03-15T00:14:14 |
ollama/ollama | 30fdd229a434cfae409cc07456684315bf95a561 | e823bff87379a8d6dd1927c22830e9ffda6af130 | create: Clean up experimental paths, fix create from existing safetensor model (#14679)
* create: Clean up experimental paths
This cleans up the experimental features, and adds both unit and integration test coverage to verify no regressions.
* create: preserve config and layer names when creating from safetensors... | [
{
"path": ".gitignore",
"patch": "@@ -15,3 +15,4 @@ __debug_bin*\n llama/build\n llama/vendor\n /ollama\n+integration/testdata/models/",
"additions": 1,
"deletions": 0,
"language": "Unknown"
},
{
"path": "cmd/cmd.go",
"patch": "@@ -54,7 +54,6 @@ import (\n \t\"github.com/ollama/ollam... | 2026-04-07T15:12:57 |
vercel/next.js | 5c15979bccbbebebfb33194ad8b1bdf62f8be18a | ee84a02b4df1811e16a267a578a9dcb380d81a63 | [turbopack] Enable debug assertions in CI (#80739)
## Enable debug assertions in CI
### What?
Build using `--profile release-with-assertions` for all tests in CI. A previous PR (https://github.com/vercel/next.js/pull/80511) enabled them for unit tests, this completes the effort for e2e tests run in CI.
There is one... | [
{
"path": ".github/workflows/build_and_test.yml",
"patch": "@@ -315,6 +315,8 @@ jobs:\n export TURBOPACK_BUILD=1\n export NEXT_TEST_MODE=start\n export NEXT_TEST_REACT_VERSION=\"${{ matrix.react }}\"\n+ # TODO(PACK-4578): Remove\n+ export TURBOPACK_TEMP_DISABLE_DUPLICAT... | 2025-06-24T16:10:43 |
electron/electron | df6f99aa7228eb8caf48c011aea1cb0398765ab5 | 00a542358dfd47139776677d33d7147e9c4aa567 | fix: correct redefinition which is invalid C++ (#36096)
* fix: correct redefinition which is invalid C++
See https://stackoverflow.com/a/15538759 for an explanation of class scope.
GCC gives an error when compiling this code: https://godbolt.org/z/sYhc3cMjE
* Update export_gin_v8platform_pageallocator_for_usage... | [
{
"path": "patches/chromium/export_gin_v8platform_pageallocator_for_usage_outside_of_the_gin.patch",
"patch": "@@ -9,26 +9,26 @@ correctly tagged with MAP_JIT we need to use gins page allocator instead\n of the default V8 allocator. This probably can't be usptreamed.\n \n diff --git a/gin/public/v8_platfor... | 2023-02-08T07:03:47 |
golang/go | 7dd7d70c034a24ac98e52bd4e6dac3ce35c60271 | f41fdd962db3264e62ec6acb4a8f5e40d22bdfed | runtime: skip TestCgoCallbackPprof on platforms with broken profiling
CL 658035 added TestCgoCallbackPprof, which is consistently failing on
solaris. runtime/pprof maintains a list of platforms where CPU profiling
does not work properly. Since this test requires CPU profiling, skip the
this test on those platforms.
F... | [
{
"path": "src/internal/testenv/testenv.go",
"patch": "@@ -504,3 +504,26 @@ func ParallelOn64Bit(t *testing.T) {\n \t}\n \tt.Parallel()\n }\n+\n+// CPUProfilingBroken returns true if CPU profiling has known issues on this\n+// platform.\n+func CPUProfilingBroken() bool {\n+\tswitch runtime.GOOS {\n+\tcase \... | 2025-03-17T12:11:42 |
huggingface/transformers | 499ef1d7b8fcaf946be6503e01c717f238838d0e | eb981ae8688d459f40f35b0e0c352b5ca3cb3613 | Nvidia CI with `torch 2.11` (#45243)
fix
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com> | [
{
"path": "docker/transformers-all-latest-gpu/Dockerfile",
"patch": "@@ -9,12 +9,12 @@ SHELL [\"sh\", \"-lc\"]\n # The following `ARG` are mainly used to specify the versions explicitly & directly in this docker file, and not meant\n # to be used as arguments for docker build (so far).\n \n-ARG PYTORCH='2.1... | 2026-04-04T18:48:43 |
ollama/ollama | 8c8f8f3450d39735355fc6cd7f2e436c8aa42ab1 | 82f01395872705e531845b59e2ea17f7b1fd4890 | model/parsers: add gemma4 tool call repair (#15374)
The existing strict gemma4 tool parser is still the primary path, but if
this fails, we try to repair by fixing some of the most commonly seen
mistakes these models seem to make in practice.
We repair by building up a set of candidates, and use the first candidate
t... | [
{
"path": "model/parsers/gemma4.go",
"patch": "@@ -7,6 +7,7 @@ import (\n \t\"regexp\"\n \t\"strings\"\n \t\"unicode\"\n+\t\"unicode/utf8\"\n \n \t\"github.com/ollama/ollama/api\"\n )\n@@ -25,6 +26,7 @@ const (\n \tgemma4ThinkingCloseTag = \"<channel|>\"\n \tgemma4ToolCallOpenTag = \"<|tool_call>\"\n \tgem... | 2026-04-07T01:47:17 |
facebook/react | 359b9b1589bcbe7988ff782ae88dcfaa2bdba927 | 0a6d3b31deb8201c5c965d0624923fb79f76fad1 | [ez] Patch unsound array destructuring
---
Going to hold off on landing until after codefreeze, it's not urgent as we
already fixed playground in #2404. All other internal pipelines do error
handling through Entrypoint, which catches and creates UnexpectedErrors as
needed. | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Inference/DropManualMemoization.ts",
"patch": "@@ -5,7 +5,14 @@\n * LICENSE file in the root directory of this source tree.\n */\n \n-import { Effect, HIRFunction, IdentifierId } from \"../HIR\";\n+import { CompilerError } from \"..\";\n+import {\... | 2023-11-28T22:48:22 |
vercel/next.js | ee84a02b4df1811e16a267a578a9dcb380d81a63 | 6aa630c6adddb31e7b62a6d2cb4b421e061cd4ca | Turbopack Build: Fix edge-config-validation test (#80847)
## What?
This test is correct but in Turbopack we correctly leave out `/` since
middleware is not a route by itself. | [
{
"path": "test/production/edge-config-validations/index.test.ts",
"patch": "@@ -25,7 +25,7 @@ describe('Edge config validations', () => {\n const res = await next.build()\n expect(res.exitCode).toBe(1)\n expect(res.cliOutput).toContain(\n- '/middleware contains invalid middleware config: E... | 2025-06-24T15:52:38 |
electron/electron | 9a0a0a7a46878cc4ade6f678bfa9d7d85013c85b | 6a3cb343267605bbd3a075168742b5c0f4eb0715 | fix: type for received-apns-notification event (#37177) | [
{
"path": "docs/api/push-notifications.md",
"patch": "@@ -26,6 +26,7 @@ The `pushNotification` module emits the following events:\n \n Returns:\n \n+* `event` Event\n * `userInfo` Record<String, any>\n \n Emitted when the app receives a remote notification while running.",
"additions": 1,
"deletions... | 2023-02-08T06:43:29 |
golang/go | 38d146d57229a8e432d7570a0391f07b8cbf9393 | 6fb7bdc96d0398fab313586fba6fdc89cc14c679 | doc/go_mem: fix grammar issue
In the passage about buffered channels, remove redundant words and match
the wording of the earlier passage about unbuffered channels.
Change-Id: I35d8a3bf4f176c3f69cf5e6a64595e5d1c23e3a1
GitHub-Last-Rev: 1c4c9390a174d1a66797a025e2fdb0bf56239f48
GitHub-Pull-Request: golang/go#72891
Revie... | [
{
"path": "doc/go_mem.html",
"patch": "@@ -453,7 +453,7 @@ <h3 id=\"chan\">Channel communication</h3>\n </p>\n \n <p class=\"rule\">\n-The <i>k</i>th receive on a channel with capacity <i>C</i> is synchronized before the completion of the <i>k</i>+<i>C</i>th send from that channel completes.\n+The <i>k</i>t... | 2025-03-16T13:55:23 |
ollama/ollama | 3cd2b03a5e81f39b132ccd95b8b250f158f97981 | c8e0878814b4d19200d65571d3d2d35b4b48fd3e | ggml: fix ROCm build for cublasGemmBatchedEx reserve wrapper
Add missing cublasGemmAlgo_t to hipblasGemmAlgo_t type mapping and
cast away const qualifiers that hipblasGemmBatchedEx doesn't accept. | [
{
"path": "llama/patches/0020-ggml-No-alloc-mode.patch",
"patch": "@@ -229,7 +229,7 @@ diff --git a/ggml/src/ggml-cuda/common.cuh b/ggml/src/ggml-cuda/common.cuh\n index 9fcb2f9fd..e800ee8f6 100644\n --- a/ggml/src/ggml-cuda/common.cuh\n +++ b/ggml/src/ggml-cuda/common.cuh\n-@@ -37,6 +37,62 @@\n+@@ -37,6 +3... | 2026-04-03T20:26:50 |
huggingface/transformers | eb981ae8688d459f40f35b0e0c352b5ca3cb3613 | 4b8fdf4f0d8e2226c8892d9ab57b9012eccbbbbc | Update tiny model creation script (#45241)
* clean
* cleanup 1
* Minor cleanups to create_dummy_models.py for readability
- Remove leftover debug artifacts: commented-out `from transformers import *`,
all `# breakpoint()` calls
- Move inline imports to top-level: `importlib`, `re`, `TokenizersBackend`,
`VibeVoi... | [
{
"path": ".github/workflows/check_tiny_models.yml",
"patch": "@@ -10,6 +10,7 @@ on:\n \r\n env:\r\n TOKEN: ${{ secrets.TRANSFORMERS_HUB_BOT_HF_TOKEN }}\r\n+ HF_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}\r\n \r\n jobs:\r\n check_tiny_models:\r\n@@ -22,61 +23,35 @@ jobs:\n fetch-depth: 2\r\n \r\n... | 2026-04-04T17:19:33 |
vercel/next.js | 370b0971aa6d986d99c5047b451c9a88363fadf8 | ad27ddab27001ba14f6d833bde4d189f534d43b3 | Turbopack Build: Fix metadata-edge test (#80842)
This test is checking if `@vercel/og` gets shared between two routes, it
assumed that `next/og` itself (the wrapper code) would also be chunked,
but the size limit for Turbopack is slightly larger so it doesn't end up
bundling it into a separate chunk. Changed the test ... | [
{
"path": "test/e2e/app-dir/metadata-edge/index.test.ts",
"patch": "@@ -22,21 +22,26 @@ describe('app dir - Metadata API on the Edge runtime', () => {\n (file) => {\n return next\n .readFileSync(path.join('.next', file))\n- .includes('ImageResponse')\n+ ... | 2025-06-24T12:09:12 |
facebook/react | 18d4913406d7cb628b2d110f9b4767ce108e99d2 | 42fa01ec876f32e2c2da091c6934f25c3ddff562 | [babel] Don't use source location for hoisting check
Instead of using the source location to check for hoisting, just stop checking
for a given component after we reach it's declaration.
By definition all references to it before are (potential) hoisting errors.
Note that there could be false positives but that's... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Program.ts",
"patch": "@@ -618,7 +618,18 @@ function checkFunctionReferencedBeforeDeclarationAtTopLevel(\n program.traverse({\n Identifier(id) {\n const fn = fnNames.get(id.node.name);\n- if (fnIds.has(id.node) || !fn) {\... | 2023-11-28T14:18:24 |
electron/electron | 6a3cb343267605bbd3a075168742b5c0f4eb0715 | de607cbcde81cd151cc5a6efa7612bb987936d92 | fix: expose native bindings by process type (#35949) | [
{
"path": "docs/development/creating-api.md",
"patch": "@@ -144,7 +144,7 @@ NODE_LINKED_MODULE_CONTEXT_AWARE(electron_browser_{api_name},Initialize)\n In your [`shell/common/node_bindings.cc`](https://github.com/electron/electron/blob/main/shell/common/node_bindings.cc) file, add your node binding name to E... | 2023-02-08T01:22:18 |
golang/go | e0edd3e15519eb10a885d99422878596acd97899 | bb6a4000283d8599dbb6a6a28763268f8632036d | html/template: replace end-of-life link
Fix #65044
Change-Id: I5bf9c1cf2e9d3ae1e4bbb8f2653512c710db370b
Reviewed-on: https://go-review.googlesource.com/c/go/+/555815
Auto-Submit: Sean Liao <sean@liao.dev>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.ia... | [
{
"path": "src/html/template/doc.go",
"patch": "@@ -210,7 +210,7 @@ that would have been produced if {{.}} was a regular string.\n \n # Security Model\n \n-https://rawgit.com/mikesamuel/sanitized-jquery-templates/trunk/safetemplate.html#problem_definition defines \"safe\" as used by this package.\n+https://... | 2024-01-15T06:52:10 |
huggingface/transformers | e1b80de84d3c5da35669b2834ef017eeaf620f93 | 09a3e0875cdd88674615ae1edd2d5f46a2bb65a8 | More fix for tiny model creation (#45228)
* add missing VivitImageProcessor
* fix model_type = "evolla"
* change to google/medasr
* fix auto_docstring tue-mps/videomt-dinov2-small-ytvis2019
* fix 3 tester
* fix test
* fix modular
* fix modular
---------
Co-authored-by: ydshieh <ydshieh@users.noreply.github.co... | [
{
"path": "src/transformers/models/auto/image_processing_auto.py",
"patch": "@@ -264,6 +264,7 @@\n (\"vit_msn\", {\"torchvision\": \"ViTImageProcessor\", \"pil\": \"ViTImageProcessorPil\"}),\n (\"vitmatte\", {\"torchvision\": \"VitMatteImageProcessor\", \"pil\": \"VitMatteImageProces... | 2026-04-03T19:25:49 |
facebook/react | d7db416167c1fcc1c1938d2880c8b0f919fd376b | 5b8e94c6d84342a906612d95315f239f9caea8c1 | [RFC] useEffect dependency memoization check
This is one approach to testing whether useEffect dependencies are memoized. The
idea is based off the observation that the only reason dependencies wouldn't be
memoized (other than compiler bugs) is that they are mutated later. If they're
mutated later, then the dep ar... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Pipeline.ts",
"patch": "@@ -71,6 +71,7 @@ import { assertExhaustive } from \"../Utils/utils\";\n import {\n validateFrozenLambdas,\n validateHooksUsage,\n+ validateMemoizedEffectDependencies,\n validateNoRefAccessInRender,\n vali... | 2023-11-27T18:20:43 |
vercel/next.js | ad27ddab27001ba14f6d833bde4d189f534d43b3 | 91130782d582b822409d5480417e566f2e3f133e | fix: respond with 404 for unrecognized action ids (#77012)
> [!IMPORTANT]
> view this diff with "hide whitespace changes", it's unreadable
otherwise.
This is an alternative approach to #80613. We touch a lot of same areas
but do different changes there, and i also have a bunch more changes
stacked on top, so the pl... | [
{
"path": "packages/next/errors.json",
"patch": "@@ -712,5 +712,6 @@\n \"711\": \"Can't resolve %s\",\n \"712\": \"`rspack.warnForEdgeRuntime` is not supported by the wasm bindings.\",\n \"713\": \"Unexpected error during process lookup\",\n- \"714\": \"cannot run loadNative when `NEXT_TEST_WASM` is ... | 2025-06-24T11:43:00 |
ollama/ollama | bb0c58e13416574813361d27ddf4699bf24d3090 | 036ed1b9b50558907789c66b407a6cd05d31cc20 | ggml: skip cublasGemmBatchedEx during graph reservation
cublasGemmBatchedEx fails during graph capture when pool allocations
return fake pointers. This is triggered when NUM_PARALLEL is greater
than 1 for models like gemma4 that use batched matmuls. Skip it
during reservation since the memory tracking is already handl... | [
{
"path": "llama/patches/0020-ggml-No-alloc-mode.patch",
"patch": "@@ -11,9 +11,9 @@ must be recreated with no-alloc set to false before loading data.\n ggml/include/ggml-backend.h | 1 +\n ggml/src/ggml-backend-impl.h | 16 +++\n ggml/src/ggml-backend.cpp | 75 ++++++++++-\n- ggml/src/ggml... | 2026-04-03T18:26:03 |
electron/electron | de607cbcde81cd151cc5a6efa7612bb987936d92 | 7abe38b46e86454f17426515b61589e2b4aa5a12 | chore: bump node to v18.14.0 (main) (#37129)
* chore: bump node in DEPS to v18.14.0
* src: add support for externally shared js builtins
https://github.com/nodejs/node/pull/44376
* test: fix test broken under --node-builtin-modules-path
https://github.com/nodejs/node/pull/45894
* build: add option to di... | [
{
"path": "DEPS",
"patch": "@@ -4,7 +4,7 @@ vars = {\n 'chromium_version':\n '111.0.5560.0',\n 'node_version':\n- 'v18.13.0',\n+ 'v18.14.0',\n 'nan_version':\n '16fa32231e2ccd89d2804b3f765319128b20c4ac',\n 'squirrel.mac_version':",
"additions": 1,
"deletions": 1,
"language"... | 2023-02-07T20:51:07 |
huggingface/transformers | 09a3e0875cdd88674615ae1edd2d5f46a2bb65a8 | df557a2facdb956235054170b23c5c4f2c2956cf | remove unnecessary entries in some auto model mappings (#45224)
fixxxxxx
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com> | [
{
"path": "src/transformers/models/auto/modeling_auto.py",
"patch": "@@ -1009,7 +1009,6 @@ class _BaseModelWithGenerate(PreTrainedModel, GenerationMixin):\n (\"perception_lm\", \"PerceptionLMForConditionalGeneration\"),\n (\"pi0\", \"PI0ForConditionalGeneration\"),\n (\"pix2struct\",... | 2026-04-03T17:26:22 |
golang/go | 10d070668c24a3f1b3982c323ba1334437941dff | a8f2e63f2f5b661418f1e386e443e48356e72c40 | cmd/compile/internal/ssa: remove double negation with addition on riscv64
On riscv64, subtraction from a constant is typically implemented as an
ADDI with the negative constant, followed by a negation. However this can
lead to multiple NEG/ADDI/NEG sequences that can be optimised out.
For example, runtime.(*_panic).n... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/RISCV64.rules",
"patch": "@@ -732,6 +732,7 @@\n \n // Double negation.\n (NEG (NEG x)) => x\n+(NEG <t> s:(ADDI [val] (NEG x))) && s.Uses == 1 && is32Bit(-val) => (ADDI [-val] x)\n \n // Addition of zero or two constants.\n (ADDI [0] x) => x",
"additions": 1,
... | 2025-02-23T13:37:45 |
facebook/react | 6c7b41da3de12be2d95c60181b3fe896f824f13a | fbc9b68d61aba17a5a1119caac22647d0897486a | feat[devtools]: display Forget badge for the relevant components (#27709)
Adds `Forget` badge to all relevant components.
Changes:
- If component is compiled with Forget and using a built-in
`useMemoCache` hook, it will have a `Forget` badge next to its display
name in:
- components tree
- inspected elemen... | [
{
"path": "packages/react-devtools-shared/src/__tests__/inspectedElement-test.js",
"patch": "@@ -2765,13 +2765,15 @@ describe('InspectedElement', () => {\n expect(inspectedElement.owners).toMatchInlineSnapshot(`\n [\n {\n+ \"compiledWithForget\": false,\n \"displayName\"... | 2023-11-23T18:37:21 |
vercel/next.js | 91130782d582b822409d5480417e566f2e3f133e | c2fae27bafa710a5cff0c5050c0a8b71370e93f6 | [devtools] fix: error overlay closes when footer is clicked (#80513)
https://github.com/vercel/next.js/pull/77327 should've added the footer to the dialog's click outside exclude list as is moving out from the dialog.
#### Before
https://github.com/user-attachments/assets/3ee79982-acc7-4783-b629-7132361463fd
... | [
{
"path": "packages/next/src/next-devtools/dev-overlay/components/dialog/dialog.tsx",
"patch": "@@ -18,6 +18,7 @@ const CSS_SELECTORS_TO_EXCLUDE_ON_CLICK_OUTSIDE = [\n '[data-info-popover]',\n '[data-nextjs-devtools-panel-overlay]',\n '[data-nextjs-devtools-panel-footer]',\n+ '[data-nextjs-error-over... | 2025-06-24T11:40:43 |
ollama/ollama | 036ed1b9b50558907789c66b407a6cd05d31cc20 | 3536ef58f613b9f448a040b09417aa057e52bc2d | model/parsers: fix gemma4 arg parsing when quoted strings contain " (#15254)
* model/parsers: fix gemma4 arg parsing when quoted strings contain "
Fixes: #15241
* add more tests, be careful about what we escape
We want Windows-style paths to not get misinterpreted
* fix backslash-quote case, it really should be a ... | [
{
"path": "model/parsers/gemma4.go",
"patch": "@@ -345,27 +345,85 @@ func parseGemma4ToolCall(content string) (api.ToolCall, error) {\n \n // gemma4ArgsToJSON converts Gemma 4's custom argument format to valid JSON.\n func gemma4ArgsToJSON(s string) string {\n-\ts = strings.ReplaceAll(s, `<|\"|>`, `\"`)\n+\... | 2026-04-03T05:52:51 |
huggingface/transformers | df557a2facdb956235054170b23c5c4f2c2956cf | 82a73ad62531b62582f32852bf997479b902eeb6 | fix: hf-doc-builder insallation was failing (#45225)
* the dev extra now installs hf-doc-builder as well
* use main | [
{
"path": "docker/transformers-doc-builder/Dockerfile",
"patch": "@@ -4,7 +4,11 @@ LABEL maintainer=\"Hugging Face\"\n RUN apt update\n RUN git clone https://github.com/huggingface/transformers\n \n-RUN python3 -m pip install --no-cache-dir --upgrade pip && python3 -m pip install --no-cache-dir git+https://... | 2026-04-03T17:02:07 |
electron/electron | 7abe38b46e86454f17426515b61589e2b4aa5a12 | d17507e3f690cab21495b71bb4e08b4212099618 | build: fix version check in release_dependency_versions.yml (#37155)
* build: fix version check in release_dependency_versions.yml
* chore: also mksnapshot | [
{
"path": ".github/workflows/release_dependency_versions.yml",
"patch": "@@ -14,7 +14,7 @@ jobs:\n - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag: v3\n - name: Trigger New chromedriver Release\n run: |\n- if [[ ${{ github.event.release.tag_name }} =~ ^v\\d+\\.\\... | 2023-02-07T16:38:50 |
golang/go | 3c3b8dd4f0590881f7010014985d05cce1c9e943 | 580b6ee646809cdd409b3e0d311e1ec35c72aa6b | internal/runtime/atomic: add Xchg8 for s390x and wasm
This makes the single-byte atomic.Xchg8 operation available on all
GOARCHes, including those without direct / single-instruction support.
Fixes #69735
Change-Id: Icb6aff8f907257db81ea440dc4d29f96b3cff6c4
Reviewed-on: https://go-review.googlesource.com/c/go/+/6579... | [
{
"path": "src/internal/runtime/atomic/atomic_arm.go",
"patch": "@@ -77,24 +77,6 @@ func Xchg(addr *uint32, v uint32) uint32 {\n //go:noescape\n func Xchg8(addr *uint8, v uint8) uint8\n \n-//go:nosplit\n-func goXchg8(addr *uint8, v uint8) uint8 {\n-\t// Align down to 4 bytes and use 32-bit CAS.\n-\taddr32 :... | 2025-03-14T16:36:06 |
facebook/react | 5b8e94c6d84342a906612d95315f239f9caea8c1 | 6a6ef0ab594f051ef1bcba45c6c95f9347bfb24b | [ez][wip] Make playground more resilient to crashes
---
<img width="1031" alt="image"
src="https://github.com/facebook/react-forget/assets/34200447/8e475472-45c3-4ef0-aa4b-d187e72b999c">
Behold! No instacrash on `useMemo()` | [
{
"path": "compiler/apps/playground/components/Editor/EditorImpl.tsx",
"patch": "@@ -229,11 +229,21 @@ function compile(source: string): CompilerOutput {\n }\n }\n }\n- } catch (err: any) {\n+ } catch (err) {\n // error might be an invariant violation or other runtime error\n // ... | 2023-11-21T15:30:29 |
vercel/next.js | ba70eda35dfa23327bd69ab529783d3679d4d9c2 | 52372be7cbefb97459df9f7633dba89bb50d8391 | Revert "Respond with `404` for unknown server actions (#80613)" (#80662)
@unstubbable and i independently worked on fixing the same bug, but my
solution got a bit further along + i have a stack of other changes on
top, so we're going to do mine instead.
- #77012 implements equivalent functionality for fetch actions (b... | [
{
"path": "packages/next/src/server/app-render/action-handler.ts",
"patch": "@@ -50,6 +50,7 @@ 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-24T10:27:29 |
huggingface/transformers | db9f18c370c92e971172e69bc9a88854947d9fc5 | 66b6e9fa6a239f6b294ea75450c360eae3106bad | [docs] formatting (#45196)
fixes `<hfoptions>` tag
Co-authored-by: Tarek Ziade <tarek@ziade.org> | [
{
"path": "docs/source/en/model_doc/glmasr.md",
"patch": "@@ -46,7 +46,7 @@ you can check the [model card](https://huggingface.co/zai-org/GLM-ASR-Nano-2512)\n \n ### Basic usage\n \n-<options id=\"usage\">\n+<hfoptions id=\"usage\">\n <hfoption id=\"AutoModel\">\n \n ```py runnable:test_basic",
"additio... | 2026-04-03T09:37:50 |
golang/go | 580b6ee646809cdd409b3e0d311e1ec35c72aa6b | 5bb73e650496c229c9baf5b9a4fe3861c07c9302 | cmd/go: enable fuzz testing on OpenBSD
This change provides support for -fuzz flag on OpenBSD. According to #46554 the flag was unsupported on some OSes due to lack of proper testing.
Fixes: #60491
Change-Id: I49835131d3ee23f6482583b518b9c5c224fc4efe
GitHub-Last-Rev: f697a3c0f2dc36cc3c96c0336281c5e2440f7a1a
GitHub-P... | [
{
"path": "src/internal/fuzz/counters_supported.go",
"patch": "@@ -2,7 +2,7 @@\n // Use of this source code is governed by a BSD-style\n // license that can be found in the LICENSE file.\n \n-//go:build (darwin || linux || windows || freebsd) && (amd64 || arm64)\n+//go:build (darwin || linux || windows || f... | 2023-05-30T18:29:05 |
electron/electron | 7dcd97f8644d2c7357009a3428901b838130ddcf | 9ec13afeaff39767538f08102b69ddf03dcfc1fb | fix: enable basic a11y when voice control is active (#37122)
c.f. https://chromium-review.googlesource.com/c/chromium/src/+/2680102 | [
{
"path": "shell/browser/mac/electron_application.mm",
"patch": "@@ -193,6 +193,18 @@ - (void)accessibilitySetValue:(id)value forAttribute:(NSString*)attribute {\n return [super accessibilitySetValue:value forAttribute:attribute];\n }\n \n+- (NSAccessibilityRole)accessibilityRole {\n+ // For non-VoiceOve... | 2023-02-06T11:32:21 |
facebook/react | 6a6ef0ab594f051ef1bcba45c6c95f9347bfb24b | bfefbf3fcee57f5a038774a3e4234a7cff0d56c9 | [repro] Forget outputs invalid code when we bailout
Sprout output:
```
$ sprout --filter --verbose
FAIL: bug-invalid-code-when-bailout
Difference in forget and non-forget results.
Expected result: {
"kind": "ok",
"value": "{}",
"logs": []
}
Found: {
"kind": "exception",
"value": "Cannot access... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/repro-retain-source-when-bailout.expect.md",
"patch": "@@ -0,0 +1,54 @@\n+\n+## Input\n+\n+```javascript\n+// @panicThreshold(NONE)\n+import { useNoAlias } from \"shared-runtime\";\n+\n+const cond = true;\n+function useFo... | 2023-11-21T15:06:15 |
huggingface/transformers | 66b6e9fa6a239f6b294ea75450c360eae3106bad | 138f75768b7fd3487fa7329c8a5e319bfa6e74c3 | fix `test_register_result_handler` (#45188)
fix test_register_result_handler | [
{
"path": "tests/generation/test_continuous_batching.py",
"patch": "@@ -849,27 +849,24 @@ def test_register_result_handler(self) -> None:\n inputs = get_generation_inputs(user_messages, tokenizer, for_continuous_batching=True)[0]\n \n async def collect_results():\n- results = []\n... | 2026-04-03T09:37:29 |
vercel/next.js | 62fa7fa16daffb431741788c29d0c0a02e84cfa6 | 72cc7db1bda874a354cdc07cdd0a8503a0aaec15 | Add a fallback for the mdx-components file (#59693)
### What?
Provide a fallback for the `mdx-components` file.
### Why?
Given a user uses the Next.js app directory, and doesn’t have an
`mdx-components` file;
1. If the user has `@mdx-js/react` installed, Next.js shows a cryptic
error message, stating only client co... | [
{
"path": "crates/next-core/src/next_import_map.rs",
"patch": "@@ -858,6 +858,7 @@ async fn insert_next_shared_aliases(\n request_to_import_mapping(project_path, \"./mdx-components\"),\n request_to_import_mapping(project_path, \"./src/mdx-components\"),\n request_to_impor... | 2025-06-24T01:49:03 |
ollama/ollama | de9673ac3fb1c57fbf6e5e194f1f3dc5a8b48668 | 96b202d34b82d1755887bf4204e1f2e053720d4f | tokenizer: add byte fallback for SentencePiece BPE encoding (#15232)
* tokenizer: add byte fallback for SentencePiece BPE encoding
When BPE merging produces tokens not in the vocabulary, fall back to
encoding each UTF-8 byte as <0xHH> byte tokens instead of silently
dropping the character. Also teach Decode to conver... | [
{
"path": "model/models/gemma4/tokenizer_reference_test.go",
"patch": "@@ -0,0 +1,341 @@\n+package gemma4\n+\n+// TestGemma4TokenizerMatchesReference verifies our BPE tokenizer matches\n+// the Rust tokenizers library (the reference implementation) for Gemma 4.\n+//\n+// The test loads vocabulary from any l... | 2026-04-02T20:04:45 |
golang/go | 5bb73e650496c229c9baf5b9a4fe3861c07c9302 | 853b514417dab2cf0383e48207caff2ce0305618 | debug/elf: add riscv attributes definitions
This CL adds `riscv.attributes` related ELF section header
type and program header type according to
[RISC-V ELF Specification](https://github.com/riscv-non-isa/riscv-elf-psabi-doc/releases/download/v1.0/riscv-abi.pdf)
Also an riscv64/linux testcase binary built from:
```
... | [
{
"path": "api/next/72843.txt",
"patch": "@@ -0,0 +1,4 @@\n+pkg debug/elf, const PT_RISCV_ATTRIBUTES = 1879048195 #72843\n+pkg debug/elf, const PT_RISCV_ATTRIBUTES ProgType #72843\n+pkg debug/elf, const SHT_RISCV_ATTRIBUTES = 1879048195 #72843\n+pkg debug/elf, const SHT_RISCV_ATTRIBUTES SectionType #72843",... | 2025-03-13T08:29:16 |
facebook/react | bfefbf3fcee57f5a038774a3e4234a7cff0d56c9 | 8176ebb5468a492710ca3482015c7b172912f279 | [repro] dce bug for JSX memberexpr tags in lambda | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/bug-jsx-memberexpr-tag-in-lambda.expect.md",
"patch": "@@ -0,0 +1,52 @@\n+\n+## Input\n+\n+```javascript\n+import * as SharedRuntime from \"shared-runtime\";\n+function useFoo() {\n+ const MyLocal = SharedRuntime;\n+ co... | 2023-11-21T15:06:14 |
huggingface/transformers | 138f75768b7fd3487fa7329c8a5e319bfa6e74c3 | e958b5647768949c4880d5b2570a6e73396b47ac | [CB] Tweaks to update and minor fixes (#45179)
* Bette cache update
* alternative cache uodate
* Fix paged tests
* Update cache computation
* Add test
* Memory for CB overall
* int64 for tensors
* Review compliance
* Review compliance 2/2
* Style
* Fix test | [
{
"path": "benchmark_v2/benchmark_scripts/continuous_batching_overall.py",
"patch": "@@ -2,6 +2,7 @@\n import json\n import re\n import subprocess\n+from datetime import datetime\n from pathlib import Path\n \n from tabulate import tabulate\n@@ -10,7 +11,7 @@\n SCRIPT_LOCATION = (Path(__file__).parent.paren... | 2026-04-03T09:00:27 |
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.