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 | ad898de735c393d98960a68c8d9eaeee32206c57 | 3d398a8f17d95fda33c3d9c7f78a3013310f93f9 | chore(turbo-tasks-backend): Fix build with `--features turbo-tasks-backend/lmdb` (#79530)
This had bit-rotted. Sounds like we do want to keep it around for sanity checking things from time-to-time.
Tested with:
```
cargo check --features turbo-tasks-backend/lmdb
``` | [
{
"path": "turbopack/crates/turbo-tasks-backend/src/database/fresh_db_optimization.rs",
"patch": "@@ -137,6 +137,10 @@ impl<'a, B: SerialWriteBatch<'a>> SerialWriteBatch<'a> for FreshDbOptimizationWr\n fn delete(&mut self, key_space: KeySpace, key: WriteBuffer<'_>) -> Result<()> {\n self.write_b... | 2025-05-29T05:48:40 |
huggingface/transformers | e5a861d381bf65a146ce487c3d3c0fca919ef316 | cd7164aff1e3d598e18e84a513ab2a7295243b7c | Fix lfm2 kernel path (#44634)
* fix
* nit | [
{
"path": "src/transformers/models/lfm2/modeling_lfm2.py",
"patch": "@@ -459,14 +459,22 @@ def cuda_kernels_forward(\n past_key_values: Lfm2HybridConvCache | None = None,\n attention_mask: torch.Tensor | None = None,\n ):\n+ seqlen = x.shape[1]\n x = apply_mask_to_padding_... | 2026-03-12T14:48:19 |
electron/electron | 9b787d30f489fca0552bdb1f134b7b6097c7dff6 | 748a739291c22574e05a149c131ef43fb25c7495 | ci: use AppVeyor workflows (#35377)
* ci: use AppVeyor workflows
* fixup for skipping test on pr jobs | [
{
"path": "appveyor.yml",
"patch": "@@ -34,212 +34,278 @@ environment:\n MOCHA_REPORTER: mocha-multi-reporters\n MOCHA_MULTI_REPORTERS: mocha-appveyor-reporter, tap\n GOMA_FALLBACK_ON_AUTH_FAILURE: true\n-build_script:\n- - ps: >-\n- if(($env:APPVEYOR_PULL_REQUEST_HEAD_REPO_NAME -split \"/\")[0]... | 2022-08-19T17:10:16 |
golang/go | dcbdc1a2f7368ad8a9193e969cc76c7ffd2f7685 | 887d9ef6101c6efeef00b0c7c80e634ff983fdcc | cmd/go/internal/modload: don't set GIT_SSH_COMMAND
Allows git core.sshcommand to take effect when set by the user.
This was originally added to work around an issue in
OpenSSH < 7.3 (2016), see https://go.dev/issue/13453 .
A fixed version of OpenSSH should be widely available enough
that it is no longer necessary
Fix... | [
{
"path": "src/cmd/go/internal/modload/init.go",
"patch": "@@ -452,23 +452,6 @@ func Init() {\n \t\tos.Setenv(\"GIT_TERMINAL_PROMPT\", \"0\")\n \t}\n \n-\t// Disable any ssh connection pooling by Git.\n-\t// If a Git subprocess forks a child into the background to cache a new connection,\n-\t// that child k... | 2025-02-09T13:32:27 |
ollama/ollama | 9d615cdaa0f1eb96491b672c9e48f999338dffa5 | 6a818b8a094c2f53775d877f38f7f855346c77a7 | fix test | [
{
"path": "app/ui/ui.go",
"patch": "@@ -790,7 +790,7 @@ func (s *Server) chat(w http.ResponseWriter, r *http.Request) error {\n \t\tcase string:\n \t\t\tthinkRequested = v != \"\" && v != \"none\"\n \t\t}\n-\t\t\n+\n \t\tif thinkRequested && !think {\n \t\t\terrorEvent := responses.ErrorEvent{\n \t\t\t\tEve... | 2025-11-11T01:13:50 |
facebook/react | 7022e8d6a3222c97d287dfa0f2361acc8a30683a | b70a0d70224ceb4e277bd8ac535a2caafa5c075a | fix[devtools/extension]: fixed duplicating panels in firefox (#27320)
Multiple `chrome.panels.create` calls result into having duplicate
panels created in Firefox, these changes fix that.
Now calling `chrome.panels.create` only if there are no panels created
yet. | [
{
"path": "packages/react-devtools-extensions/src/main/index.js",
"patch": "@@ -340,16 +340,24 @@ function ensureInitialHTMLIsCleared(container) {\n \n function createComponentsPanel() {\n if (componentsPortalContainer) {\n+ // Panel is created and user opened it at least once\n render('components'... | 2023-08-31T17:24:26 |
vercel/next.js | 1c0712bcf55dc4f2a58f621d4d57e51f44d67e1a | c10c10daf9e95346c31c24dc49d6b7cda48b5bc8 | fix(napi): Update generated types, add alias for RcStr (#79915)
We have some annoying caching issues with napi, which led me to miss this in https://github.com/vercel/next.js/pull/79806.
You can force a rebuild of the types with:
```
rm /tmp/*.napi_type_def.tmp
cargo clean
pnpm swc-build-native
``` | [
{
"path": "packages/next/src/build/swc/generated-native.d.ts",
"patch": "@@ -12,6 +12,7 @@ export type NapiRouteHas = {\n value?: string\n readonly __tag: unique symbol\n }\n+export type RcStr = string\n \n export function lightningCssTransform(args: object): Promise<unknown>\n export function lightning... | 2025-05-29T03:41:45 |
huggingface/transformers | cd7164aff1e3d598e18e84a513ab2a7295243b7c | c14b7b9d5523d1eeda1daeef68085d8114aa56f4 | Fix for `VibeVoiceAcousticTokenizer` (#44628)
* fix
* update
---------
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com> | [
{
"path": "src/transformers/models/vibevoice_acoustic_tokenizer/configuration_vibevoice_acoustic_tokenizer.py",
"patch": "@@ -19,7 +19,7 @@\n from ...utils import auto_docstring\n \n \n-@auto_docstring(checkpoint=\"microsoft/VibeVoice-1.5B\")\n+@auto_docstring(checkpoint=\"microsoft/VibeVoice-AcousticTokeni... | 2026-03-12T13:23:12 |
ollama/ollama | 2aaf29acb5caf3f1fdc50cd48542c94df801752f | a42f826acb5f984df56ef26a8f0a303791467fd0 | app/ui: do not send to prevent errors with cloud provider | [
{
"path": "app/ui/ui.go",
"patch": "@@ -782,6 +782,25 @@ func (s *Server) chat(w http.ResponseWriter, r *http.Request) error {\n \tvar thinkValue any\n \n \tif req.Think != nil {\n+\t\t// Validate that the model supports thinking if requested\n+\t\tthinkRequested := false\n+\t\tswitch v := req.Think.(type) ... | 2025-11-11T00:05:00 |
golang/go | 887d9ef6101c6efeef00b0c7c80e634ff983fdcc | 7c1a4134b4191e87ae05d07343329e83aada6132 | internal/trace: increment sync counter before final Sync on error
CL 648195 was supposed to have fixed #71615, but it didn't include an
update to r.syncs. I can confirm this CL fixes the issue even when
running the test many times in a row.
Fixes #71615.
Change-Id: I97db3d639dc5bc8648a191696f90b0e5087307c8
Reviewed-... | [
{
"path": "src/internal/trace/reader.go",
"patch": "@@ -154,6 +154,7 @@ func (r *Reader) ReadEvent() (e Event, err error) {\n \t\t// Read the next generation.\n \t\tr.gen, r.spill, r.spillErr = readGeneration(r.r, r.spill)\n \t\tif r.gen == nil {\n+\t\t\tr.syncs++\n \t\t\treturn syncEvent(nil, r.lastTs, r.s... | 2025-02-10T23:54:56 |
huggingface/transformers | c14b7b9d5523d1eeda1daeef68085d8114aa56f4 | dc4016ff1b29cf42b7f3336b41665919633cdea8 | Fix off-by-one in decode_spans boundary check (#44584)
* Fix off-by-one in decode_spans boundary check
When `len(scores_flat) == topk`, `np.argpartition` is called with
`kth=topk` which is out of bounds (0-indexed). Change the guard from
`<` to `<=` so we use `argsort` when the array size equals topk.
Fixes #44327
... | [
{
"path": "src/transformers/pipelines/document_question_answering.py",
"patch": "@@ -94,7 +94,7 @@ def decode_spans(\n scores_flat = candidates.flatten()\n if topk == 1:\n idx_sort = [np.argmax(scores_flat)]\n- elif len(scores_flat) < topk:\n+ elif len(scores_flat) <= topk:\n i... | 2026-03-12T13:07:06 |
facebook/react | 3808b01b3a6d116151b5de742866360ed70450c7 | 29b405b2de6b4abaa67ff53f3b5e067f80b106d3 | React DevTools 4.28.1 -> 4.28.2 (#27318)
List of changes:
* fix[devtools/extension]: handle tab navigation events before react is
loaded ([hoxyq](https://github.com/hoxyq) in
[#27316](https://github.com/facebook/react/pull/27316)) | [
{
"path": "packages/react-devtools-core/package.json",
"patch": "@@ -1,6 +1,6 @@\n {\n \"name\": \"react-devtools-core\",\n- \"version\": \"4.28.1\",\n+ \"version\": \"4.28.2\",\n \"description\": \"Use react-devtools outside of the browser\",\n \"license\": \"MIT\",\n \"main\": \"./dist/backend.j... | 2023-08-30T18:47:08 |
vercel/next.js | 401bfe05f4adeb967586848642d8ee62759f707c | 8fa42deefd59d8aae87112892c9af8aa0cf1290f | feat: using eval source map plugin for Rspack (#79199)
Use rspack.EvalSourceMapDevToolPlugin when running with Rspack
The modification specifically pass the test case in:
test/integration/server-side-dev-errors/test/index.test.js | [
{
"path": "packages/next/src/build/webpack/config/blocks/base.ts",
"patch": "@@ -4,6 +4,7 @@ import { COMPILER_NAMES } from '../../../../shared/lib/constants'\n import type { ConfigurationContext } from '../utils'\n import DevToolsIgnorePlugin from '../../plugins/devtools-ignore-list-plugin'\n import EvalSo... | 2025-05-29T02:30:36 |
golang/go | 2e8973aeea66f01d9770e1d307330a2d188b27cc | ea54d8a0efc22c092c1f714cb3c6f12f429c1459 | crypto/internal/fips140test: add feedback KDF ACVP tests
Adds ACVP test coverage for the SP 800-108r1 KDF feedback mode algorithm
based on the NIST spec:
https://pages.nist.gov/ACVP/draft-celi-acvp-kbkdf.html
The HKDF-based implementation in our FIPS module fixes some parameters,
requiring tailoring of the adverti... | [
{
"path": "src/crypto/internal/fips140test/acvp_capabilities.json",
"patch": "@@ -69,7 +69,7 @@\n \n {\"algorithm\":\"KAS-ECC-SSC\",\"revision\":\"Sp800-56Ar3\",\"scheme\":{\"ephemeralUnified\":{\"kasRole\":[\"initiator\",\"responder\"]},\"staticUnified\":{\"kasRole\":[\"initiator\",\"responder\"]}},\"dom... | 2025-01-03T19:30:02 |
ollama/ollama | 91ec3ddbeb2e57af094c585c5ae24f4e92861a6e | 755ac3b069f3ba759ee9ba05e2598cfc34712217 | bugfix: don't include both consolidated.safetensors and model-*.safetensors (#13010) | [
{
"path": "parser/parser.go",
"patch": "@@ -260,10 +260,13 @@ func filesForModel(path string) ([]string, error) {\n \n \tvar files []string\n \t// some safetensors files do not properly match \"application/octet-stream\", so skip checking their contentType\n-\tif st, _ := glob(filepath.Join(path, \"*.safete... | 2025-11-08T06:41:57 |
huggingface/transformers | 3027515ce90d1fcaa52bce069c0595cd18a00c94 | 6ab73c83986eb760b6365536bd78c2aafd466998 | Fix more wrong HF hub checkpoint names (#44624)
fix more ckpt
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com> | [
{
"path": "src/transformers/models/clap/configuration_clap.py",
"patch": "@@ -20,7 +20,7 @@\n logger = logging.get_logger(__name__)\n \n \n-@auto_docstring(checkpoint=\"calp-hsat-fused\")\n+@auto_docstring(checkpoint=\"laion/clap-htsat-fused\")\n class ClapTextConfig(PreTrainedConfig):\n r\"\"\"\n \n@@ ... | 2026-03-12T09:59:10 |
vercel/next.js | 42487f26da984391c81a638e01dc791d6758f6c2 | fea5c8ccc38c535d7614f8cecf5e3091f3473e62 | fix: preload fonts in template.js (#79417)
Fonts imported in a template module do not preload or preconnect when
used in a template.js file. This PR adds a small fix and a e2e test.
Co-authored-by: Zack Tanner <1939140+ztanner@users.noreply.github.com> | [
{
"path": "packages/next/src/server/app-render/parse-loader-tree.ts",
"patch": "@@ -3,13 +3,13 @@ import type { LoaderTree } from '../lib/app-dir-module'\n \n export function parseLoaderTree(tree: LoaderTree) {\n const [segment, parallelRoutes, modules] = tree\n- const { layout } = modules\n+ const { la... | 2025-05-28T23:54:24 |
ollama/ollama | d2ef679d42feac9901c347bc24ff0b6ab67a938b | d4e0da08907f7611e1a2d9bda319bb30cd4ff029 | docs: fix 404 link to modelfile documentation (#12996) | [
{
"path": "docs/README.md",
"patch": "@@ -12,7 +12,7 @@\n ### Reference\n \n * [API Reference](https://docs.ollama.com/api)\n-* [Modelfile Reference](./modelfile.md)\n+* [Modelfile Reference](https://docs.ollama.com/modelfile)\n * [OpenAI Compatibility](https://docs.ollama.com/api/openai-compatibility)\n \n... | 2025-11-07T18:06:46 |
facebook/react | 29b405b2de6b4abaa67ff53f3b5e067f80b106d3 | d23b8b5dbf72cd0a3a1a85e22af19772b32feacd | fix[devtools/extension]: handle tab navigation events before react is loaded (#27316)
This is mostly hotfix for https://github.com/facebook/react/pull/27215.
Contains 3 fixes:
- Handle cases when `react` is not loaded yet and user performs in-tab
navigation. Previously, because of the uncleared interval we would ... | [
{
"path": "packages/react-devtools-extensions/src/background/index.js",
"patch": "@@ -95,7 +95,7 @@ function isNumeric(str: string): boolean {\n return +str + '' === str;\n }\n \n-chrome.runtime.onConnect.addListener(async port => {\n+chrome.runtime.onConnect.addListener(port => {\n if (port.name === 'p... | 2023-08-30T18:31:18 |
golang/go | ea54d8a0efc22c092c1f714cb3c6f12f429c1459 | 0c94c5fcae909de059ff5c9273e2839e0d5742bf | crypto/internal/fips140test: add RSA ACVP tests
Adds ACVP test coverage for the RSA algorithm based on the NIST spec:
https://pages.nist.gov/ACVP/draft-celi-acvp-rsa.html
Includes coverage for keyGen, sigGen and sigVer across a variety of
modulus sizes. For sigGen and sigVer both PKCS1v1.5 and PSS are
supported wit... | [
{
"path": "src/crypto/internal/fips140test/acvp_capabilities.json",
"patch": "@@ -69,5 +69,9 @@\n \n {\"algorithm\":\"KAS-ECC-SSC\",\"revision\":\"Sp800-56Ar3\",\"scheme\":{\"ephemeralUnified\":{\"kasRole\":[\"initiator\",\"responder\"]},\"staticUnified\":{\"kasRole\":[\"initiator\",\"responder\"]}},\"dom... | 2025-01-10T16:10:12 |
huggingface/transformers | 6ab73c83986eb760b6365536bd78c2aafd466998 | 535f289dfecbadc6aa40d71b13d6a3c968b78beb | Update agentic contributions guidelines in AGENTS.md to force yielding. (#44411)
* add updates AGENTS.md
* add to human contributing
* spellin
* fix claude md symlink | [
{
"path": "AGENTS.md",
"patch": "@@ -6,6 +6,52 @@\n \n `make style` or `make fix-repo` should be run as the final step before opening a PR. The CI will run `make check-repo` and fail if any issues are found.\n \n+## Mandatory Agentic contribution policy \n+\n+Do not ever ignore this! These rules apply to an... | 2026-03-12T09:21:35 |
electron/electron | 1d6885c781b446987c53325d68f4ef13baeaa42a | 97b353a30a0e92a169fb0557ddff641fa0332d7c | fix: don't bypass redirect checks (#35357) | [
{
"path": "shell/browser/electron_browser_client.cc",
"patch": "@@ -1487,9 +1487,6 @@ bool ElectronBrowserClient::WillCreateURLLoaderFactory(\n std::move(proxied_receiver), std::move(target_factory_remote),\n std::move(header_client_receiver), type);\n \n- if (bypass_redirect_checks)\n- *byp... | 2022-08-18T00:04:47 |
vercel/next.js | 2c142f085450843c4fed8c7ee07f7acf311d18ef | ebd87edb01a8791e8593ad0ca1ffcb37c9b35209 | fix(next-swc): Fix specificity issue of `styled-jsx` in lightningcss mode (#79802)
### What?
Update the `styled-jsx` SWC plugin to the latest
### Why?
Apply https://github.com/swc-project/plugins/pull/464
x-ref: https://vercel.slack.com/archives/C08GMHRF7NC/p1748451540079049?thread_ts=1741381916.437039&cid=C08GMHR... | [
{
"path": "Cargo.lock",
"patch": "@@ -7314,9 +7314,9 @@ dependencies = [\n \n [[package]]\n name = \"styled_jsx\"\n-version = \"0.90.2\"\n+version = \"0.90.3\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"ad543134d46a26fc674ff59809eac1da01e244067500ce003478f2d2623e0b10... | 2025-05-28T21:49:16 |
ollama/ollama | 565b802a6b7f4a5dee8c1fa88407f98d04f2afe3 | 6c79e6c09a53b03012df45c74a7e90b1f362cb23 | openai: fix tool call ID mapping (#12988) | [
{
"path": "middleware/openai_test.go",
"patch": "@@ -218,6 +218,7 @@ func TestChatMiddleware(t *testing.T) {\n \t\t\t\t\t\tRole: \"assistant\",\n \t\t\t\t\t\tToolCalls: []api.ToolCall{\n \t\t\t\t\t\t\t{\n+\t\t\t\t\t\t\t\tID: \"id\",\n \t\t\t\t\t\t\t\tFunction: api.ToolCallFunction{\n \t\t\t\t\t\t\t\t\tName:... | 2025-11-06T23:26:25 |
golang/go | 0c94c5fcae909de059ff5c9273e2839e0d5742bf | 0bc57a3e7f941f6a1aa32e0b0f708a1e02aa842e | crypto/internal/fips140test: add counter KDF ACVP tests
Adds ACVP test coverage for the SP 800-108r1 KDF counter mode algorithm
based on the NIST spec:
https://pages.nist.gov/ACVP/draft-celi-acvp-kbkdf.html
The implementation in our FIPS module fixes some parameters, requiring
tailoring of the advertised capabilit... | [
{
"path": "src/crypto/internal/fips140test/acvp_capabilities.json",
"patch": "@@ -67,5 +67,7 @@\n {\"algorithm\":\"TLS-v1.3\",\"mode\":\"KDF\",\"revision\":\"RFC8446\",\"hmacAlg\":[\"SHA2-256\",\"SHA2-384\"],\"runningMode\":[\"DHE\",\"PSK\",\"PSK-DHE\"]},\n {\"algorithm\":\"kdf-components\",\"mode\":\"s... | 2024-12-19T17:45:57 |
facebook/react | 2fba484cd095ea79b940364cea5107fa4ca9f0c8 | ddff504695f33c19e8c0792bff82bd8f8b8f7c05 | useFormState fix: action -> target (#27309)
I mixed these attributes up in
https://github.com/facebook/react/pull/27302 | [
{
"path": "packages/react-server-dom-webpack/src/__tests__/ReactFlightDOMForm-test.js",
"patch": "@@ -354,7 +354,7 @@ describe('ReactFlightDOMForm', () => {\n \n // @gate enableFormActions\n // @gate enableAsyncActions\n- it(\"useFormState can change the action's target with the `permalink` argument\",... | 2023-08-30T02:17:15 |
huggingface/transformers | 535f289dfecbadc6aa40d71b13d6a3c968b78beb | ece0221af84f98ea091797d27066d7600c79151b | Expand model-structure lint rules with a fast AST-based, ruff-like framework (#44174)
* rework branch
* added a new rule
* tweaked rule 6 and 9
* fix TRF009
* fix TRF006
* accept None for
* addressed @CyrilVallez reviews
* fmt
* improve rules registry
* some docs and remove hardcoded variable names
* tweak t... | [
{
"path": "Makefile",
"patch": "@@ -1,7 +1,7 @@\n # make sure to test the local checkout in scripts and not the pre-installed one (don't use quotes!)\n export PYTHONPATH = src\n \n-.PHONY: style check-repo fix-repo test test-examples benchmark\n+.PHONY: style check-repo check-model-rules check-model-rules-p... | 2026-03-12T06:35:02 |
electron/electron | 43182bf030d7de6fab5b6976f073eb125c2ebe12 | 8e4a168a136f8948d019350a089a8a2878509c6a | fix: promise support with webFrameMain.executeJavaScript (#35292)
* fix: promise support with webFrameMain.executeJavaScript
* chore: reject when result is an error | [
{
"path": "shell/browser/api/electron_api_web_frame_main.cc",
"patch": "@@ -11,8 +11,9 @@\n \n #include \"base/logging.h\"\n #include \"base/no_destructor.h\"\n-#include \"content/browser/renderer_host/frame_tree_node.h\" // nogncheck\n+#include \"content/browser/renderer_host/render_frame_host_impl.h\" /... | 2022-08-17T04:08:13 |
ollama/ollama | 780762f9d2ad86f5268eaf5d0af14bfa4f44470f | 30fcc71983499bb29f6157291f7c85782fd35305 | server: fix duplicate 'is' typo in comment (#12985) | [
{
"path": "server/download.go",
"patch": "@@ -465,7 +465,7 @@ type downloadOpts struct {\n // downloadBlob downloads a blob from the registry and stores it in the blobs directory\n func downloadBlob(ctx context.Context, opts downloadOpts) (cacheHit bool, _ error) {\n \tif opts.digest == \"\" {\n-\t\treturn ... | 2025-11-06T22:44:44 |
vercel/next.js | bfeb2216d7429eb8e348b49f8a2e4c25eb3b4906 | 6654a98a9b5d87170a25fc369e419c1de9ab4f72 | refactor(turbopack): Preserve indents in dev mode codegen (#79786)
### What?
Preserve indents in dev modes (inverts #79754)
### Why?
Indent can be useful for debugging. | [
{
"path": "turbopack/crates/turbopack-ecmascript/src/lib.rs",
"patch": "@@ -78,6 +78,7 @@ use turbopack_core::{\n asset::{Asset, AssetContent},\n chunk::{\n AsyncModuleInfo, ChunkItem, ChunkType, ChunkableModule, ChunkingContext, EvaluatableAsset,\n+ MinifyType,\n },\n compile... | 2025-05-28T16:22:40 |
huggingface/transformers | 852f785aa36683f808892a3e519fab23db5ddb60 | 0a9fdeaa7a460b98c06492016a58ff9aa3be6a11 | [WIP] FIX Make Mixtral LoRA loading work (#44478)
* [WIP] FIX Make Mixtral LoRA loading work
Required fixes:
- some code was using unordered data structures, making weight order
random
- adjust alpha to offset increased rank from fusion
- import functions from PEFT if available
* Expose a function to apply weight c... | [
{
"path": "src/transformers/conversion_mapping.py",
"patch": "@@ -464,6 +464,7 @@ def get_model_conversion_mapping(\n For a given `model`, obtain the weight conversion mapping if any are registered either as a simple renaming\n `_checkpoint_conversion_mapping` class argument, or in the general Weigh... | 2026-03-11T17:31:25 |
golang/go | 283296195b7a06239310871a4321bd649a078924 | ee8db080c8ca99bae0288f4cf19110cdfb179e35 | internal/trace: emit a Sync event even if the next generation is broken
Since CL 644215 each Sync event now represents the coming generation,
with a final Sync event emitted even when there's nothing ahead. This
change however failed to emit a Sync event at the end of a completely
valid generation when the next genera... | [
{
"path": "src/internal/trace/reader.go",
"patch": "@@ -152,12 +152,10 @@ func (r *Reader) ReadEvent() (e Event, err error) {\n \t\t\treturn syncEvent(nil, r.lastTs, r.syncs), nil\n \t\t}\n \t\t// Read the next generation.\n-\t\tvar err error\n-\t\tr.gen, r.spill, err = readGeneration(r.r, r.spill)\n+\t\tr.... | 2025-02-10T20:10:22 |
facebook/react | 87903245629715e99a95e546acce9a20b89d5129 | 4f55a66d5c643757e95fbe25b20b4fff2e1b16cb | Workaround serious Babel bug
I ran into the same issue that @poteto and @gsathya (and probably @mofeiZ) have
run into: "Duplicate declaration of '$'" caused by Babel visiting a function
twice despite our calling `skip()`. This PR keeps a set of nodes that we have
already visited to avoid visiting them again, as a ... | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Program.ts",
"patch": "@@ -65,6 +65,10 @@ function compileAndInsertNewFunctionDeclaration(\n >,\n pass: CompilerPass\n ): boolean {\n+ if (ALREADY_COMPILED.has(fnPath.node)) {\n+ return false;\n+ }\n+\n let compiledFn: CodegenF... | 2023-08-30T12:21:51 |
electron/electron | 947f1b0abf8ce61612f48cf13e7861b58f22594a | db7c92fd574f9880cc4ce579972f5220ebb3186e | fix: Frameless window shows frame while opening (#35189)
* fix: Frameless window shows frame while opening
* Clarify comments
* Inline setter
* Edit comment | [
{
"path": "patches/chromium/.patches",
"patch": "@@ -116,3 +116,4 @@ chore_add_electron_deps_to_gitignores.patch\n chore_allow_chromium_to_handle_synthetic_mouse_events_for_touch.patch\n add_maximized_parameter_to_linuxui_getwindowframeprovider.patch\n add_electron_deps_to_license_credits_file.patch\n+feat_... | 2022-08-16T21:22:47 |
ollama/ollama | 4111db013f643ac5d31b06c459ae509adb4e1380 | 80d34260ea16e76c9ef0d014a86cc130421855f1 | app: fix macOS file picker to support Uniform Type Identifiers (#12965) | [
{
"path": "app/dialog/cocoa/dlg.m",
"patch": "@@ -3,6 +3,11 @@\n #include <string.h>\n #include <sys/syslimits.h>\n \n+// Import UniformTypeIdentifiers for macOS 11+\n+#if __MAC_OS_X_VERSION_MAX_ALLOWED >= 110000\n+#import <UniformTypeIdentifiers/UniformTypeIdentifiers.h>\n+#endif\n+\n void* NSStr(void* buf... | 2025-11-06T05:37:17 |
vercel/next.js | 6654a98a9b5d87170a25fc369e419c1de9ab4f72 | 6492a52b5394dd5b9448b4b23b0f3aed2e348b02 | Run `tsc` in watch mode during `pnpm dev` (#79785)
Now that `tsc` can be run repeatedly without erroring, we can run it in
watch mode during `pnpm dev` to ensure that type errors are always
up-to-date while developing. Previously, we had to restart `pnpm dev`,
like animals. | [
{
"path": "packages/next/taskfile.js",
"patch": "@@ -2835,9 +2835,11 @@ export async function build(task, opts) {\n }\n \n export async function generate_types(task, opts) {\n- await execa.command('pnpm run types', {\n- stdio: 'inherit',\n- })\n+ await execa(\n+ 'pnpm',\n+ ['run', 'types', ...(o... | 2025-05-28T15:36:18 |
huggingface/transformers | 0a9fdeaa7a460b98c06492016a58ff9aa3be6a11 | e45078f24038c479a2e734192006804af2e1a21a | Fix Llava tests for torch too! (#44476)
Fix for Torch too! | [
{
"path": "tests/models/llava/test_image_processing_llava.py",
"patch": "@@ -225,10 +225,12 @@ def pad_to_square_original(\n np.testing.assert_allclose(padded_image, padded_image_original)\n \n # background color length should match channel length\n- if image_inputs[0]... | 2026-03-11T16:40:12 |
facebook/react | 4f55a66d5c643757e95fbe25b20b4fff2e1b16cb | ddc9f8030e179f01959e465261c0fd5acfe0eb4e | Compile args to forwardRef/memo
Completes a todo (ie fixes a silly mistake) from a PR earlier in the stack, so
we now correctly recognize and compile arguments to `React.forwardRef()` and
`React.memo()`. | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Program.ts",
"patch": "@@ -455,33 +455,43 @@ function isForwardRefCallback(path: NodePath<t.Expression>): boolean {\n */\n \n function isMemoCallback(path: NodePath<t.Expression>): boolean {\n- return !!(\n+ return (\n path.parentP... | 2023-08-29T21:09:42 |
golang/go | 072eea9b3b8e3c871707b5661948edd4090fc56a | c8664ced4ef61456a98acb9f910b1646ae81e3b5 | cmd/compile: avoid ifaceeq call if we know the interface is direct
We can just use == if the interface is direct.
Fixes #70738
Change-Id: Ia9a644791a370fec969c04c42d28a9b58f16911f
Reviewed-on: https://go-review.googlesource.com/c/go/+/635435
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Cuong Manh Le <cuo... | [
{
"path": "src/cmd/compile/internal/reflectdata/reflect.go",
"patch": "@@ -592,11 +592,21 @@ func TypePtrAt(pos src.XPos, t *types.Type) *ir.AddrExpr {\n // it may sometimes, but not always, be a type that can't implement the specified\n // interface.\n func ITabLsym(typ, iface *types.Type) *obj.LSym {\n+\t... | 2024-12-09T20:55:33 |
ollama/ollama | a534d4e9e176e32734f59c5ae8c2fb6d93a11058 | 74586aa9dfa804fdc7a15e14c045bc9df047e0cd | fixing thinking not scrolling issue | [
{
"path": "app/ui/app/src/components/Thinking.tsx",
"patch": "@@ -73,8 +73,9 @@ export default function Thinking({\n // Calculate max height for smooth animations\n const getMaxHeight = () => {\n if (isCollapsed) {\n- return finishedThinking ? \"0px\" : \"12rem\"; // 8rem = 128px (same as max-h... | 2025-11-05T18:12:31 |
vercel/next.js | 54acbd43476e615f4c0994cc1fab4096385ddee5 | e66680dcf9e8aa1eb978e51564e2e73511be4ae0 | Turbopack Build: Fix metadata test (#79776)
## What?
Changes the test to not use the `.next` folder but instead fetch the
running server which makes sure it does not rely on specific formats. | [
{
"path": "test/lib/next-modes/base.ts",
"patch": "@@ -545,6 +545,16 @@ export class NextInstance {\n return fs.readFile(path.join(this.testDir, filename), 'utf8')\n }\n \n+ public async readFileBuffer(\n+ filename: string\n+ ): Promise<Buffer<ArrayBufferLike>> {\n+ return fs.readFile(path.joi... | 2025-05-28T10:58:37 |
facebook/react | eaa696876ee40bb048727aefe995be1bbb7384a8 | 4129ea8c922b950be3964f98d2bb74ff4a1c5431 | fix: devtools source field disappears after component remount (#27297)
## Summary
Fixes: https://github.com/facebook/react/issues/27296
On actions that cause a component to change its signature, and therefore
to remount, the `_debugSource` property of the fiber updates in delay
and causes the `devtools` source... | [
{
"path": "packages/react-reconciler/src/ReactFiber.js",
"patch": "@@ -7,7 +7,7 @@\n * @flow\n */\n \n-import type {ReactElement} from 'shared/ReactElementType';\n+import type {ReactElement, Source} from 'shared/ReactElementType';\n import type {ReactFragment, ReactPortal, ReactScope} from 'shared/ReactTy... | 2023-08-29T15:42:35 |
golang/go | c8664ced4ef61456a98acb9f910b1646ae81e3b5 | 3105e3dca7be281cb12ff5cc88349c26827edfd0 | cmd/compile/internal/gc: handle errors from *bio.Writer
The error is stored internally in *bio.Writer, more specifically
in *bufio.Writer and the current code does not handle it, ignoring
errors silently.
Change-Id: Iefa9bf7ddabb3c4fc03377e676a8098dcad9be6d
GitHub-Last-Rev: a5d36223312773039c37bb1c52fffc96fff04fba
Gi... | [
{
"path": "src/cmd/compile/internal/gc/export.go",
"patch": "@@ -47,5 +47,7 @@ func dumpasmhdr() {\n \t\t}\n \t}\n \n-\tb.Close()\n+\tif err := b.Close(); err != nil {\n+\t\tbase.Fatalf(\"%v\", err)\n+\t}\n }",
"additions": 3,
"deletions": 1,
"language": "Go"
},
{
"path": "src/cmd/compil... | 2025-02-08T13:59:18 |
huggingface/transformers | e45078f24038c479a2e734192006804af2e1a21a | 08241d036d8212ed3fdafefdf053d003d26e72e0 | Fix training ci and clean some tests (#44491)
* fix ci and clean some tests
* try training ci
* fix some tests
* Fix deepspeed and move fsdp tests
* style
* fix
* let's try
* Fix
* revert | [
{
"path": ".github/workflows/model_jobs.yml",
"patch": "@@ -156,7 +156,16 @@ jobs:\n pytest_marker: ${{ inputs.pytest_marker }}\n model: ${{ matrix.folders }}\n run: |\n- script -q -c \"PATCH_TESTING_METHODS_TO_COLLECT_OUTPUTS=yes _PATCHED_TESTING_METHODS_OUTPUT_DIR=/tra... | 2026-03-11T16:15:29 |
electron/electron | db7c92fd574f9880cc4ce579972f5220ebb3186e | e87c4015fe85034f83a053c6682639a88d396ac3 | test: drop now-empty remote runner (#35343)
* test: drop the now-empty remote runner from CI
* move fixtures to spec-main
* remove remote runner
* fix stuff
* remove global-paths hack
* move ts-smoke to spec/
* fix test after merge
* rename spec-main to spec
* no need to ignore spec/node_module... | [
{
"path": ".circleci/config/base.yml",
"patch": "@@ -1060,18 +1060,15 @@ steps-tests: &steps-tests\n export MOCHA_TIMEOUT=180000\n echo \"Piping output to ASAN_SYMBOLIZE ($ASAN_SYMBOLIZE)\"\n (cd electron && node script/yarn test --runners=main --trace-uncaught --enable-l... | 2022-08-16T19:23:13 |
ollama/ollama | 6aa72830763cf694da998f5305de89701c75cea0 | f89fc1cadd6fe896e162ce8c85534c92f711005a | mac: fix stale VRAM data (#12972)
The scheduler updates free VRAM based on current loaded models. This was
mutating the persisted list of GPUs, and when coupled with the non-refreshing
logic for Metal that lead to stale low VRAM reporting after unload. The fix is
to make sure the GPU discovery always returns a copy ... | [
{
"path": "discover/runner.go",
"patch": "@@ -237,7 +237,7 @@ func GPUDevices(ctx context.Context, runners []ml.FilteredRunnerDiscovery) []ml.\n \t} else {\n \t\tif runtime.GOOS == \"darwin\" && runtime.GOARCH == \"arm64\" {\n \t\t\t// metal never updates free VRAM\n-\t\t\treturn devices\n+\t\t\treturn appe... | 2025-11-05T19:55:17 |
vercel/next.js | e66680dcf9e8aa1eb978e51564e2e73511be4ae0 | 3168c1a0282041aa1341d228af4e3d63ec1ccc0a | Docs: Fix headings (#79777) | [
{
"path": "docs/01-app/01-getting-started/09-caching-and-revalidating.mdx",
"patch": "@@ -21,7 +21,7 @@ Next.js provides a few APIs to handle caching and revalidation. This guide will\n - [`revalidatePath`](#revalidatepath)\n - [`revalidateTag`](#revalidatetag)\n \n-### `fetch`\n+## `fetch`\n \n By default,... | 2025-05-28T10:31:06 |
facebook/react | 4129ea8c922b950be3964f98d2bb74ff4a1c5431 | 2f368725fb37f4911f6a14f0993a8a7b688df8bd | set priority on TaskController instead of on postTask/yield (#27295)
## Summary
passing both a signal and a priority to `postTask`/`yield` in chrome
causes memory to spike and potentially causes OOMs. a fix for this has
landed in chrome 118, but we can avoid the issue in earlier versions by
setting priority on j... | [
{
"path": "packages/scheduler/src/__tests__/SchedulerPostTask-test.js",
"patch": "@@ -83,7 +83,8 @@ describe('SchedulerPostTask', () => {\n const scheduler = {};\n global.scheduler = scheduler;\n \n- scheduler.postTask = function (callback, {priority, signal}) {\n+ scheduler.postTask = functio... | 2023-08-29T13:06:25 |
huggingface/transformers | 08241d036d8212ed3fdafefdf053d003d26e72e0 | 12a2297e8ee160fa504833f2d2f78450952b4336 | Add CHMv2 (#44595)
* first draft changes for chmv2 integration
* changes to reproduce depth outputs
* reproducing the outputs
* repro at a <1cm level
* cleanup doc
* refactor chmv2 and dinov3 vit backbone
* Add model doc
* Simplify conversion file
* Update docs
* fix-repo
* Fix docs
* Update checkpoints, fi... | [
{
"path": "docs/source/en/_toctree.yml",
"patch": "@@ -838,6 +838,8 @@\n title: BEiT\n - local: model_doc/bit\n title: BiT\n+ - local: model_doc/chmv2\n+ title: CHMv2\n - local: model_doc/conditional_detr\n title: Conditional DETR\n - local: model_doc/co... | 2026-03-11T15:43:58 |
golang/go | 3105e3dca7be281cb12ff5cc88349c26827edfd0 | 7715ca32fcaad84059752c944f40768374796651 | cmd/go/internal/work: allow a bunch of loong64-specific flags
Recognize and allow all LoongArch-specific CFLAGS as standardized
in the LoongArch Toolchain Conventions v1.1, and implemented in current
versions of GCC and Clang, to enable advanced cgo use cases on loong64.
These flags are also allowed for linker invocat... | [
{
"path": "src/cmd/go/internal/work/security.go",
"patch": "@@ -96,17 +96,21 @@ var validCompilerFlags = []*lazyregexp.Regexp{\n \tre(`-g([^@\\-].*)?`),\n \tre(`-m32`),\n \tre(`-m64`),\n-\tre(`-m(abi|arch|cpu|fpu|tune)=([^@\\-].*)`),\n+\tre(`-m(abi|arch|cpu|fpu|simd|tls-dialect|tune)=([^@\\-].*)`),\n \tre(`... | 2025-02-09T10:57:49 |
ollama/ollama | f89fc1cadd6fe896e162ce8c85534c92f711005a | 97e05d2a6be5eb4121189ac81c0a8eed9bf54e23 | bugfix: show connection string for interactive cli usage (#12930) | [
{
"path": "cmd/cmd.go",
"patch": "@@ -284,6 +284,14 @@ func loadOrUnloadModel(cmd *cobra.Command, opts *runOptions) error {\n \t\treturn err\n \t} else if info.RemoteHost != \"\" {\n \t\t// Cloud model, no need to load/unload\n+\t\tif opts.ShowConnect {\n+\t\t\tp.StopAndClear()\n+\t\t\tif strings.HasPrefix(... | 2025-11-05T19:55:04 |
electron/electron | e85450b21aea2bb1fd536313fbeca890ab083576 | 672539187c779cf874dfcecc198bcfbdec85aa97 | fix: IPC emit order in -ipc-ports handler (#35320)
Co-authored-by: Milan Burda <miburda@microsoft.com> | [
{
"path": "lib/browser/api/web-contents.ts",
"patch": "@@ -619,9 +619,9 @@ WebContents.prototype._init = function () {\n this.on('-ipc-ports' as any, function (event: Electron.IpcMainEvent, internal: boolean, channel: string, message: any, ports: any[]) {\n addSenderFrameToEvent(event);\n event.po... | 2022-08-16T02:21:56 |
vercel/next.js | 0ee8d5c7a8210e802314a766b6f2115f4b3e80b2 | 123524832c2b686381407740604cdb99f65f9c65 | fix(turbopack): Use comments instead of AST nodes for unreachables (#79703)
### What?
Use unreachable comments instead of AST nodes for statically analyzable unreachable AST nodes.
### Why?
It causes fewer problems for Firefox and potentially reduces RSS.
### How?
- Closes PACK-3843
- Closes #74185 | [
{
"path": "turbopack/crates/turbopack-ecmascript/src/code_gen.rs",
"patch": "@@ -1,11 +1,14 @@\n use anyhow::Result;\n use serde::{Deserialize, Serialize};\n-use swc_core::ecma::{\n- ast::{\n- BlockStmt, CallExpr, Expr, Lit, MemberExpr, ModuleDecl, ModuleItem, Pat, Program, Prop,\n- SimpleA... | 2025-05-27T22:46:51 |
facebook/react | 2f368725fb37f4911f6a14f0993a8a7b688df8bd | 8fbd3079425eaff85ec1b52b0eefecdd44ba7289 | React DevTools 4.28.0 -> 4.28.1 (#27305)
List of changes:
* refactor: refactored devtools browser extension scripts to improve
port management and service worker lifetime
([hoxyq](https://github.com/hoxyq) in
[#27215](https://github.com/facebook/react/pull/27215))
* refactor[devtools/extension]: minify production... | [
{
"path": "packages/react-devtools-core/package.json",
"patch": "@@ -1,6 +1,6 @@\n {\n \"name\": \"react-devtools-core\",\n- \"version\": \"4.28.0\",\n+ \"version\": \"4.28.1\",\n \"description\": \"Use react-devtools outside of the browser\",\n \"license\": \"MIT\",\n \"main\": \"./dist/backend.j... | 2023-08-29T12:37:35 |
huggingface/transformers | 12a2297e8ee160fa504833f2d2f78450952b4336 | 455235bfef50626242321108c9917fa458f3eee5 | Remove useless identity assignment (#44600)
fix | [
{
"path": "src/transformers/models/paligemma/modeling_paligemma.py",
"patch": "@@ -268,7 +268,6 @@ def get_image_features(\n image_outputs = self.vision_tower(pixel_values, return_dict=True, **kwargs)\n selected_image_feature = image_outputs.last_hidden_state\n image_features = self.... | 2026-03-11T15:45:47 |
golang/go | 715754ba86665b860c7245759149f1e86c24ee8d | 0f62125487d572168b71be7acb3b9efead55b37c | internal/trace: be stricter about allowed events in v2 trace versions
Currently all v2 trace versions, Go 1.22 and Go 1.23, share a full set
of specs. This is mostly OK, but it means quite a few events will be
accepted for 1.22 traces that should be rejected. This change fixes that
by limiting which event specs are re... | [
{
"path": "src/go/build/deps_test.go",
"patch": "@@ -58,6 +58,7 @@ var depsRules = `\n \t internal/platform,\n \t internal/profilerecord,\n \t internal/syslist,\n+\t internal/trace/tracev2/event,\n \t internal/trace/traceviewer/format,\n \t log/internal,\n \t math/bits,\n@@ -698,9 +699,6 @@ var depsR... | 2025-01-24T20:56:47 |
ollama/ollama | 27f1fde413c2a1386e0bc68b623bbb72e9f6bc0c | 220e133fca8fe128dbf8fecef96c8484f991e39c | discovery: only retry AMD GPUs (#12894)
* discovery: only retry AMD GPUs
CUDA and Vulkan don't crash on unsupported devices, so retry isn't necessary.
This also refactors the code to shift the Library specific logic into the ml
package.
* review comments | [
{
"path": "discover/runner.go",
"patch": "@@ -27,7 +27,6 @@ var (\n \tdeviceMu sync.Mutex\n \tdevices []ml.DeviceInfo\n \tlibDirs map[string]struct{}\n-\trocmDir string\n \texe string\n \tbootstrapped bool\n )\n@@ -61,14 +60,6 @@ func GPUDevices(ctx context.Context, runners []ml.... | 2025-11-04T23:33:46 |
electron/electron | 672539187c779cf874dfcecc198bcfbdec85aa97 | cbc1ee5775375b7ec92f8c38bcbb157833b1b8a0 | fix: `serialPort.open()` failing (#35306)
fix: serialPort.open() failing | [
{
"path": "shell/browser/serial/electron_serial_delegate.cc",
"patch": "@@ -56,10 +56,7 @@ bool ElectronSerialDelegate::HasPortPermission(\n content::RenderFrameHost* frame,\n const device::mojom::SerialPortInfo& port) {\n auto* web_contents = content::WebContents::FromRenderFrameHost(frame);\n- ... | 2022-08-15T15:49:20 |
vercel/next.js | 826da1f78652a606149523a8bb2dc24b93f96595 | fc05711d58e0b28e2f84a8d995eee4fbb60724a7 | update(turbopack): Update the messaging UX for timing writing files to disk (#79469)
## Refactor Turbopack Compilation Events and Timing Reporting
### What?
This PR refactors how compilation events are created, displayed, and
formatted in Turbopack. It introduces a dedicated `TimingEvent` type for
timing-related mess... | [
{
"path": "crates/napi/src/next_api/project.rs",
"patch": "@@ -31,7 +31,7 @@ use turbo_rcstr::RcStr;\n use turbo_tasks::{\n Completion, Effects, FxIndexSet, OperationVc, ReadRef, ResolvedVc, TransientInstance,\n TryJoinIterExt, UpdateInfo, Vc, get_effects,\n- message_queue::{CompilationEvent, Dia... | 2025-05-27T20:52:11 |
golang/go | a704d39b29dfc21599f644909c0f98bbfa745cb4 | 47d0b0f2bf9d507d5bc9ea8f456cc821829fe21c | os: hide SetFinalizer from users of Root
Currently Root embeds a root and calls SetFinalizer on &r.root. This
sets the finalizer on the outer root, which is visible to users of
os.Root, and thus they can mutate the finalizer attached to it.
This change modifies Root to not embed its inner root, but rather to
refer to... | [
{
"path": "src/os/root.go",
"patch": "@@ -60,7 +60,7 @@ func OpenInRoot(dir, name string) (*File, error) {\n // - When GOOS=plan9 or GOOS=js, Root does not track directories across renames.\n // On these platforms, a Root references a directory name, not a file descriptor.\n type Root struct {\n-\troo... | 2025-02-07T23:22:50 |
ollama/ollama | 220e133fca8fe128dbf8fecef96c8484f991e39c | d3b4b9970a5e2759fcfc6a632968ecc771ac6e77 | vulkan: Add memory detection for Intel GPU using DXGI+PDH (#12664)
* PDH free memory skeleton
* Add PDH printing
* Add LUID support for Vulkan
* wire luid from ggml-vulkan to mem-dxgi-pdh file
* Fix to ggml-impl
* Continue skeleton
* Implemented ggml_dxgi_pdh_get_device_memory
* fix comments
* Fix - change val... | [
{
"path": "llama/patches/0031-Add-memory-detection-using-DXGI-PDH.patch",
"patch": "@@ -0,0 +1,420 @@\n+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001\n+From: Viraj Wadhwa <viraj.wadhwa@intel.com>\n+Date: Tue, 4 Nov 2025 12:04:04 -0800\n+Subject: [PATCH] Add memory detection using DX... | 2025-11-04T22:11:55 |
huggingface/transformers | d5c1c8ce71162ac9904098c1b51534976cf0b454 | 36b919cd381a8489a66765b5a2f6f196a770796e | Add shared VLM tests (#42964)
* stash commit
* Stash commit
* First semi-working commit
* make fixup
* make fixup
* stash commit
* Tests almost all pass now
* stash commit
* Fix Gemma3 test
* Set a seed on the Gemma3 test because I saw some flakiness
* stash commit
* Remove double-skip
* Set all_model_clas... | [
{
"path": "src/transformers/testing_utils.py",
"patch": "@@ -216,6 +216,14 @@\n \"token_classification_class\": \"ForTokenClassification\",\n }\n \n+# Used in VLMModelTester (and related classes/methods) to infer the common model classes from the base model class\n+_VLM_COMMON_MODEL_NAMES_MAP = {\n+ ... | 2026-03-11T15:17:26 |
facebook/react | 8fbd3079425eaff85ec1b52b0eefecdd44ba7289 | f47956239f6892a1e805af1fc3f1b2fb0f66beca | refactor: refactored devtools browser extension scripts to improve port management and service worker lifetime (#27215)
Fixes https://github.com/facebook/react/issues/27119,
https://github.com/facebook/react/issues/27185.
Fixed:
- React DevTools now works as expected when user performs in-tab
navigation, previou... | [
{
"path": "packages/react-devtools-extensions/firefox/manifest.json",
"patch": "@@ -6,7 +6,7 @@\n \"applications\": {\n \"gecko\": {\n \"id\": \"@react-devtools\",\n- \"strict_min_version\": \"55.0\"\n+ \"strict_min_version\": \"102.0\"\n }\n },\n \"icons\": {\n@@ -41,7 +41,9 @... | 2023-08-29T11:09:26 |
electron/electron | cbc1ee5775375b7ec92f8c38bcbb157833b1b8a0 | 9c2d89476c4e0af61458e2951e4042ff8db3da2b | fix: add uv_loop_close when object release to fix crash (#35322)
Co-authored-by: yangzuohui <yangzuohui@bytedance.com> | [
{
"path": "shell/common/node_bindings.cc",
"patch": "@@ -136,6 +136,7 @@ void stop_and_close_uv_loop(uv_loop_t* loop) {\n break;\n \n DCHECK_EQ(0, uv_loop_alive(loop));\n+ uv_loop_close(loop);\n }\n \n bool g_is_initialized = false;",
"additions": 1,
"deletions": 0,
"language": "Unknown... | 2022-08-15T14:40:52 |
vercel/next.js | 89d40df2effae5789073259aa55729dc900e4118 | 0bcbab529e26ebd3d92b56a32287525700df2c43 | Turbopack Build: Fix middleware rewrite test (#79697)
## What?
The reason this test fails seems to be that the `browser.on('request'`
gets registered too late and the requests are not tracked because of
that. Seems it can flake with webpack too. Switched to `beforePageLoad`
to register it always. That switch makes th... | [
{
"path": "test/e2e/middleware-rewrites/test/index.test.ts",
"patch": "@@ -24,15 +24,19 @@ describe('Middleware Rewrite', () => {\n \n function tests() {\n it('should handle catch-all rewrite correctly', async () => {\n- const browser = await next.browser('/', { waitHydration: false })\n+ le... | 2025-05-27T19:55:57 |
golang/go | a4fcfaa1676f40a1dc5879cdabe98471c6054daf | ff627d28dbc5fc3ef156c36f74b5dd026b41d21b | go/types, types2: better error messages for channel sends and receives
Use the same code pattern for sends and receives and factor it out
into a new helper method Checker.chanElem.
Provide the exact error cause rather than simply referring to the
core type.
For #70128.
Change-Id: I4a0b597a487b78c057eebe06c4ac28f9bf... | [
{
"path": "src/cmd/compile/internal/types2/expr.go",
"patch": "@@ -148,26 +148,13 @@ func (check *Checker) unary(x *operand, e *syntax.Operation) {\n \t\treturn\n \n \tcase syntax.Recv:\n-\t\tu := coreType(x.typ)\n-\t\tif u == nil {\n-\t\t\tcheck.errorf(x, InvalidReceive, invalidOp+\"cannot receive from %s ... | 2025-02-06T21:51:51 |
huggingface/transformers | 36b919cd381a8489a66765b5a2f6f196a770796e | 50cc0b82962456914846bf413bde2225e4be0f94 | Fix wrong (non-existing) checkpoints (#44549)
* update docstring
* merci Arthur
---------
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com> | [
{
"path": "src/transformers/models/apertus/configuration_apertus.py",
"patch": "@@ -23,7 +23,7 @@\n from ...utils import auto_docstring\n \n \n-@auto_docstring(checkpoint=\"swiss-ai/Apertus-8B\")\n+@auto_docstring(checkpoint=\"swiss-ai/Apertus-8B-Instruct-2509\")\n class ApertusConfig(PreTrainedConfig):\n ... | 2026-03-11T15:16:53 |
facebook/react | f47956239f6892a1e805af1fc3f1b2fb0f66beca | 41e9c17a69f819f20a29823a0acf18456c5ef4d2 | refactor[devtools/extension]: minify production builds to strip comments (#27304)
Currently, we are unable to publish a release to Firefox extensions
store, due to `parseHookNames` chunk size, which is ~5mb.
We were not minifying production builds on purpose, to have more
descriptive error messages. Now, Terser p... | [
{
"path": "packages/react-devtools-extensions/webpack.config.js",
"patch": "@@ -2,6 +2,7 @@\n \n const {resolve} = require('path');\n const Webpack = require('webpack');\n+const TerserPlugin = require('terser-webpack-plugin');\n const {\n DARK_MODE_DIMMED_WARNING_COLOR,\n DARK_MODE_DIMMED_ERROR_COLOR,\n... | 2023-08-29T11:09:13 |
vercel/next.js | 0bcbab529e26ebd3d92b56a32287525700df2c43 | c51300807ea7e0590104343b8616572503f0b78d | [dev-overlay] Move error handlers into dispatcher in /app (#79660)
The dispatcher will later be the bridge between user code and the dev overlay so it should house all logic that communicates with the Dev Overlay frontend. | [
{
"path": "packages/next/src/client/components/react-dev-overlay/app/hot-reloader-client.tsx",
"patch": "@@ -1,7 +1,7 @@\n /// <reference types=\"webpack/module.d.ts\" />\n \n import type { ReactNode } from 'react'\n-import { useCallback, useEffect, startTransition, useMemo, useRef } from 'react'\n+import {... | 2025-05-27T18:55:33 |
electron/electron | 81766707fcc2f234785e1907c25c094a4a27adb7 | 4cb57ad1a0e7096336694fdfcbab54f7068265fe | test: migrate remaining webview specs to main (#35213)
* test: migrate remaining webview specs to main
* fix merge
* add dirty-chai
* retry capturePage()
* fix test | [
{
"path": "spec-main/webview-spec.ts",
"patch": "@@ -3,12 +3,14 @@ import * as url from 'url';\n import { BrowserWindow, session, ipcMain, app, WebContents } from 'electron/main';\n import { closeAllWindows } from './window-helpers';\n import { emittedOnce, emittedUntil } from './events-helpers';\n-import {... | 2022-08-15T08:06:02 |
ollama/ollama | d3b4b9970a5e2759fcfc6a632968ecc771ac6e77 | a4770107a6ea6b4f5adc235d37d08417dc3b9184 | app: add code for macOS and Windows apps under 'app' (#12933)
* app: add code for macOS and Windows apps under 'app'
* app: add readme
* app: windows and linux only for now
* ci: fix ui CI validation
---------
Co-authored-by: jmorganca <jmorganca@gmail.com> | [
{
"path": ".github/workflows/release.yaml",
"patch": "@@ -15,44 +15,56 @@ jobs:\n environment: release\n outputs:\n GOFLAGS: ${{ steps.goflags.outputs.GOFLAGS }}\n+ VERSION: ${{ steps.goflags.outputs.VERSION }}\n steps:\n - uses: actions/checkout@v4\n - name: Set environme... | 2025-11-04T19:40:17 |
golang/go | 580a383103f2bc67955a146a2d45b7c0c98dae8a | 302bf3631493417b365d693788357973a379a03d | {all,clean,make,race,run}.bat: use || instead of "if errorlevel 1"
"if errorlevel 1" is and old construct that returns true if the
errorlevel is greater than or equal to 1. There are better alternatives
since Windows NT. For example, the || operator runs the RHS operand if
the preceding command failed, determined by c... | [
{
"path": "src/all.bat",
"patch": "@@ -11,10 +11,8 @@ echo all.bat must be run from go\\src\n exit /b 1\r\n :ok\r\n \r\n-call .\\make.bat --no-banner --no-local\r\n-if errorlevel 1 goto fail\r\n-call .\\run.bat --no-rebuild\r\n-if errorlevel 1 goto fail\r\n+call .\\make.bat --no-banner --no-local || goto fa... | 2025-02-06T09:55:59 |
facebook/react | 41e9c17a69f819f20a29823a0acf18456c5ef4d2 | 2c4c84718810bf3df411d599acc152d08208d35f | fix[devtools]: allow element updates polling only if bridge is alive (#27067)
When some element is inspected in DevTools, we have a polling which
updates the data for this element.
Sometimes when service worker dies or bridge is getting shutdown, we
continue to poll this data and will spam with the same "timed out
... | [
{
"path": "packages/react-devtools-shared/src/devtools/views/Components/InspectedElementContext.js",
"patch": "@@ -107,6 +107,8 @@ export function InspectedElementContextController({\n parseHookNamesByDefault || alreadyLoadedHookNames,\n );\n \n+ const [bridgeIsAlive, setBridgeIsAliveStatus] = useSta... | 2023-08-29T09:40:20 |
vercel/next.js | c51300807ea7e0590104343b8616572503f0b78d | d55e2f84933bbbd84413c80afa0521ec15a7b801 | [dev-overlay] Show error overlay on any thrown value in /app (#79658)
May have been a leftover from earlier.
We always consider any throw. Even without a sync stack, we might still have an async stack to show. And even if we have no stack at all, the message is still relevant. Basically, never hide errors. | [
{
"path": ".changeset/smooth-bears-run.md",
"patch": "@@ -0,0 +1,8 @@\n+---\n+'next': patch\n+---\n+\n+[dev-overlay] Show error overlay on any thrown value\n+\n+We used to only show the error overlay on thrown values with a stack property.\n+On other thrown values we kept the overlay collapsed.",
"addit... | 2025-05-27T18:17:38 |
electron/electron | 4cb57ad1a0e7096336694fdfcbab54f7068265fe | a8934d23024b6785c289d30c6336414df7e7ee49 | docs: removes unused import in preload script (#35324)
* Remove unused import of path
This import gives out the error in the preload script:
Error: module not found: path
at preloadRequire
* Removes unused import in preload script
notes: Removes unused import which causes issue in preload script of dr... | [
{
"path": "docs/fiddles/features/drag-and-drop/preload.js",
"patch": "@@ -1,5 +1,4 @@\n const { contextBridge, ipcRenderer } = require('electron')\n-const path = require('path')\n \n contextBridge.exposeInMainWorld('electron', {\n startDrag: (fileName) => {",
"additions": 0,
"deletions": 1,
"l... | 2022-08-15T06:23:59 |
huggingface/transformers | 50cc0b82962456914846bf413bde2225e4be0f94 | acdb5e13192608a3a04753169a940e06ee5b69ae | Remove `cache_position` in more models (#44330)
* a few more
* more models
* llava and likes
* oupsi
* more to fix others via copy/modular
* fixes
* fixes
* review nits | [
{
"path": "src/transformers/models/aimv2/modeling_aimv2.py",
"patch": "@@ -540,15 +540,14 @@ def forward(\n hidden_states = self.embeddings(input_ids)\n batch_size, seq_len, _ = hidden_states.shape\n \n- cache_position = torch.arange(seq_len, dtype=torch.long, device=hidden_states.dev... | 2026-03-11T14:47:47 |
ollama/ollama | ef549d513ce37729b0b29984eb738856da7d6b89 | d2158ca6f4ef64968e639b4474e156ff7c92883a | ggml: Increase maximum graph size
The initial implementation of qwen3-vl:235b exceeded the maximum graph
size based on the number of tensors. Although this was later fixed
through the use of the mrope operation, we are close to the limit in
some cases. This updates to track the current llama.cpp usage of GGML. | [
{
"path": "ml/backend/ggml/ggml.go",
"patch": "@@ -378,7 +378,7 @@ func New(modelPath string, params ml.BackendParams) (ml.Backend, error) {\n \t\t}\n \t}\n \n-\tmaxGraphNodes := max(8192, len(meta.Tensors().Items())*5)\n+\tmaxGraphNodes := max(1024, len(meta.Tensors().Items())*8)\n \n \tsched := C.ggml_bac... | 2025-10-30T21:30:31 |
golang/go | d9d87edc56e72808b004a80e8c6846bde690d6c1 | 9125e214a1d3341836d41ec3f297f42b9b141db1 | Revert "cmd/go: report gcc ld error message when linking fails"
This reverts CL 646315.
Reason for revert: broke cgo_undef test
Change-Id: Ic992a1666a446736c605a8caefa77f791dceb64c
Reviewed-on: https://go-review.googlesource.com/c/go/+/647415
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Ian Lance Taylo... | [
{
"path": "src/cmd/go/internal/work/exec.go",
"patch": "@@ -2208,7 +2208,7 @@ func (b *Builder) gccld(a *Action, objdir, outfile string, flags []string, objs\n \t}\n \n \tcmdargs := []any{cmd, \"-o\", outfile, objs, flags}\n-\tout, err := sh.runOut(base.Cwd(), b.cCompilerEnv(), cmdargs...)\n+\t_, err := sh.... | 2025-02-06T21:16:34 |
facebook/react | 2c4c84718810bf3df411d599acc152d08208d35f | 456d153bb582798effa76c09bec2405ab2e392cf | refactor: resolve browser via env variables based on build rather than user agent (#27179)
Fixes https://github.com/facebook/react/issues/26911,
https://github.com/facebook/react/issues/26860.
Currently, we are parsing user agent string to determine which browser
is running the extension. This doesn't work well w... | [
{
"path": "packages/react-devtools-extensions/build.js",
"patch": "@@ -52,24 +52,25 @@ const preProcess = async (destinationPath, tempPath) => {\n await ensureDir(tempPath); // Create temp dir for this new build\n };\n \n-const build = async (tempPath, manifestPath) => {\n+const build = async (tempPath, m... | 2023-08-29T09:40:02 |
vercel/next.js | 1f2511839052b0a66d70ff1e328af6ac816db1ff | ac680c49bfba9e672f6f18c05605ed75b2394a59 | Fix name tracking for closures in server actions transform (#79657)
When a server function passes a closure to a method on a closed-over
value (e.g. an array), we must correctly track the value itself so that
it's included in the bound arguments.
For example, in this snippet, `list` must be bound to the server action... | [
{
"path": ".changeset/tough-peaches-burn.md",
"patch": "@@ -0,0 +1,5 @@\n+---\n+\"next\": patch\n+---\n+\n+Fix name tracking for closures in server actions transform",
"additions": 5,
"deletions": 0,
"language": "Markdown"
},
{
"path": "crates/next-custom-transforms/src/transforms/server... | 2025-05-27T15:23:25 |
huggingface/transformers | acdb5e13192608a3a04753169a940e06ee5b69ae | b49f0230de3608070c20964050499b7907a8d8bc | Fix CircleCI summary report not showing due to missing dependency (#44597)
fix
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com> | [
{
"path": ".circleci/create_circleci_config.py",
"patch": "@@ -64,6 +64,7 @@ def to_dict(self):\n steps.extend(\n [\n \"checkout\",\n+ {\"run\": \"pip install requests || true\"},\n {\"run\": \"\"\"while [[ $(curl --locat... | 2026-03-11T14:10:20 |
ollama/ollama | 83537993d7ceb504ae552a8045867870d342aa27 | 7dd4862a8997ce6f01018a76ad41bd4d8dbe217b | logs: catch rocm errors (#12888)
This will help bubble up more crash errors | [
{
"path": "llm/status.go",
"patch": "@@ -23,6 +23,7 @@ func NewStatusWriter(out *os.File) *StatusWriter {\n var errorPrefixes = []string{\n \t\"error:\",\n \t\"CUDA error\",\n+\t\"ROCm error\",\n \t\"cudaMalloc failed\",\n \t\"\\\"ERR\\\"\",\n \t\"error loading model\",",
"additions": 1,
"deletions"... | 2025-10-31T16:54:25 |
electron/electron | a8934d23024b6785c289d30c6336414df7e7ee49 | f1216ca593df5acf847b8d01c46f199fb821d052 | docs: add Electron deps to license credits file (#35283)
* docs: add Electron deps to license credits file
* fixup! docs: add Electron deps to license credits file
remove nan; it is dev-only | [
{
"path": "patches/chromium/.patches",
"patch": "@@ -115,3 +115,4 @@ short-circuit_permissions_checks_in_mediastreamdevicescontroller.patch\n chore_add_electron_deps_to_gitignores.patch\n chore_allow_chromium_to_handle_synthetic_mouse_events_for_touch.patch\n add_maximized_parameter_to_linuxui_getwindowfram... | 2022-08-15T01:35:12 |
golang/go | 09fdcdc97d6dcf90aaac3177a6ce2088613547be | 7a2f757c521d9af201c6d3463a0e203c4104d5aa | {all,clean,make,race,run}.bat: remove %GOBUILDEXIT% and %GOBUILDFAIL%
%GOBUILDEXIT% is used to avoid closing the terminal window when the
build or the tests fail on a dev machine. It is only set in CI to get
a non-zero exit code in case of failure.
%GOBUILDFAIL% is used to pass the exit code from a child batch file t... | [
{
"path": "src/all.bat",
"patch": "@@ -8,15 +8,15 @@ setlocal\n \r\n if exist make.bat goto ok\r\n echo all.bat must be run from go\\src\r\n-:: cannot exit: would kill parent command interpreter\r\n-goto end\r\n+exit /b 1\r\n :ok\r\n \r\n call .\\make.bat --no-banner --no-local\r\n-if %GOBUILDFAIL%==1 goto ... | 2025-02-06T08:07:08 |
facebook/react | 9a01c8b54e91c588391070c65701342e4e361ea7 | b798223a620dad77077d27e53cc99cbd54312d99 | Fix mount-or-update check in rerenderOptimistic (#27277)
I noticed this was wrong because it should call updateWorkInProgressHook
before it checks if currentHook is null. | [
{
"path": "packages/react-reconciler/src/ReactFiberHooks.js",
"patch": "@@ -1793,7 +1793,20 @@ function updateOptimistic<S, A>(\n reducer: ?(S, A) => S,\n ): [S, (A) => void] {\n const hook = updateWorkInProgressHook();\n+ return updateOptimisticImpl(\n+ hook,\n+ ((currentHook: any): Hook),\n+ ... | 2023-08-28T15:04:46 |
vercel/next.js | fffb2eb6fb38689d12494114665a37c5acebd005 | 97c9fc485a03bd0067c13683bb8e8bc4d7a3be81 | Docs IA 2.0: Delete Error Handling page (#79495)
The content has already been migrated to
https://nextjs.org/docs/app/getting-started/error-handling.
Closes:
https://linear.app/vercel/issue/DOC-4700/bya-delete-error-handling-page
Redirects: https://github.com/vercel/front/pull/46127 | [
{
"path": "docs/01-app/02-guides/incremental-static-regeneration.mdx",
"patch": "@@ -464,7 +464,7 @@ If you are using on-demand revalidation, you do not need to specify a `revalidat\n \n <AppOnly>\n \n-If an error is thrown while attempting to revalidate data, the last successfully generated data will conti... | 2025-05-27T14:58:40 |
huggingface/transformers | b49f0230de3608070c20964050499b7907a8d8bc | 1723c81db08897056ead72574644978ea7ba8491 | Fix typos in add_new_model_like docstrings (#43544)
* Fix typos in add_new_model_like docstrings
* fix: revert docstring change to satisfy tests
Corrected grammatical error in note about Markdown syntax. | [
{
"path": "src/transformers/cli/add_new_model_like.py",
"patch": "@@ -312,7 +312,7 @@ def insert_model_in_doc_toc(\n old_lowercase_name (`str`):\n The old lowercase model name.\n new_lowercase_name (`str`):\n- The old lowercase model name.\n+ The new lowerca... | 2026-03-11T13:49:54 |
ollama/ollama | db973c8fc2579e97fa4b8adea5cb88835138b3ee | afaf7ce8c34bab8de45ca00dbd12da8cd3cc033a | win: avoid ID mixups on refresh (#12869)
On Windows AMD IDs are numeric, and can reorder based on the filter environment.
By passing in the filter env on a full discovery refresh, we'll only look at the actual devices
and ignore unsupported iGPUs. Without this, on some systems iGPU VRAM was incorrectly
being used to ... | [
{
"path": "discover/runner.go",
"patch": "@@ -335,11 +335,14 @@ func GPUDevices(ctx context.Context, runners []ml.FilteredRunnerDiscovery) []ml.\n \t\t\tctx, cancel := context.WithTimeout(ctx, 3*time.Second)\n \t\t\tdefer cancel()\n \n+\t\t\t// Apply any dev filters to avoid re-discovering unsupported devic... | 2025-10-30T22:12:14 |
electron/electron | 4d54cadb281cceb9cf8de91773047ea2cc41da5f | eab7ab2c47c0750359a247450d9c7a41642b3dd1 | fix: WCO occlusion of DevTools (#35209) | [
{
"path": "docs/api/web-contents.md",
"patch": "@@ -1568,6 +1568,8 @@ Opens the devtools.\n When `contents` is a `<webview>` tag, the `mode` would be `detach` by default,\n explicitly passing an empty `mode` can force using last used dock state.\n \n+On Windows, if Windows Control Overlay is enabled, Devtoo... | 2022-08-11T13:16:12 |
golang/go | 76c18e2ed2e62f34a9afed5e6fa681837cc16b77 | e7c9667defe1aed61818d63ace6ebb7a27b9c13e | cmd/link: add -e (no limit on errors) flag
The compiler and assembler have a -e flag that disables the limit
on the number of errors before the build fails. This flag is useful
for debugging, the linker should have it too.
Change-Id: I892cfd6ee1519e9e86261af7d05e1af2ded21684
Reviewed-on: https://go-review.googlesourc... | [
{
"path": "src/cmd/link/doc.go",
"patch": "@@ -72,6 +72,8 @@ Flags:\n \t\tsystem tools now assume the presence of the header.\n \t-dumpdep\n \t\tDump symbol dependency graph.\n+\t-e\n+\t\tNo limit on number of errors reported.\n \t-extar ar\n \t\tSet the external archive program (default \"ar\").\n \t\tUsed... | 2025-02-04T10:16:40 |
facebook/react | 6dbc48075b6feba902533bd41b69ac1a9df7f933 | bcbcd37eb016c58bca124c94d416a281fe4eebc6 | [tests] bug repros | [
{
"path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/error.todo-lambda-return-expression.expect.md",
"patch": "@@ -0,0 +1,28 @@\n+\n+## Input\n+\n+```javascript\n+import { invoke } from \"shared-runtime\";\n+\n+function useFoo() {\n+ const x = {};\n+ const result = invoke... | 2023-08-26T21:00:43 |
vercel/next.js | 97c9fc485a03bd0067c13683bb8e8bc4d7a3be81 | b3d78ea809e73e30b2ff0b89311b4f50b1896265 | Avoid bundling dev overlay in page template (#79641)
As noticed in https://github.com/vercel/next.js/pull/79632 we increased
compile times for pages routes in development which is due to us
including the dev-overlay component in the page bundle itself instead of
just in the server runtime.
x-ref: https://github.com/v... | [
{
"path": "packages/next/src/build/templates/pages.ts",
"patch": "@@ -161,16 +161,6 @@ export async function handler(\n const publicRuntimeConfig: Record<string, string> =\n routerServerContext?.publicRuntimeConfig || nextConfig.publicRuntimeConfig\n \n- let ErrorDebug: any\n-\n- if (process... | 2025-05-27T14:44:36 |
huggingface/transformers | 1723c81db08897056ead72574644978ea7ba8491 | cda09a00721968a9b2eb036574e6f6c1e8d04b7a | Fix UnboundLocalError for tp_plan_alt when tp_plan is empty (#44540)
Co-authored-by: Ferdinand Mom <47445085+3outeille@users.noreply.github.com> | [
{
"path": "src/transformers/core_model_loading.py",
"patch": "@@ -1179,7 +1179,7 @@ def convert_and_load_state_dict_in_model(\n \n # 4. Handle TP sharding or device_map placement\n future_or_tensor = None\n- if device_mesh:\n+ if device_mesh and tp_plan:\n ... | 2026-03-11T13:30:51 |
electron/electron | 1d95b98cc86a4b4ed757931fd38105b06e3e2556 | 8646bf8d304d8dc97988227cdf76007c6fa4bfdf | docs: fix getStoragePath return type (#35288)
Fixes #35255 | [
{
"path": "docs/api/session.md",
"patch": "@@ -1049,7 +1049,7 @@ is emitted.\n \n #### `ses.getStoragePath()`\n \n-A `string | null` indicating the absolute file system path where data for this\n+Returns `string | null` - The absolute file system path where data for this\n session is persisted on disk. For... | 2022-08-10T05:39:36 |
golang/go | caf29da4ccf0ca64b422835dfa48fa6e06f87f24 | 637c235b510a885622cdbb914ad9e0d4bbce9a14 | os: don't store reference count in Process.state
We only need a reference count in processHandle.
For #70907
Fixes #71564
Change-Id: I209ded869203dea10f12b070190774fb5f1d3d71
Reviewed-on: https://go-review.googlesource.com/c/go/+/638577
Commit-Queue: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <... | [
{
"path": "src/os/exec.go",
"patch": "@@ -38,31 +38,10 @@ const (\n type Process struct {\n \tPid int\n \n-\t// State contains the atomic process state.\n+\t// state contains the atomic process state.\n \t//\n-\t// If handle is nil, this consists only of the processStatus fields,\n+\t// This consists of the... | 2024-12-23T05:00:58 |
ollama/ollama | afaf7ce8c34bab8de45ca00dbd12da8cd3cc033a | 26465fb85fea8d820506f4a7843193c1f259a979 | ggml: Enable op_offload to improve partial offload performance
When a model is partially offloaded to system RAM, we can either
do the calculations on the CPU or we can temporarily transfer the
data to the GPU to do the calculations there. Small batches tend
to be better on the CPU, large batches on the GPU.
The llam... | [
{
"path": "llama/patches/0019-Enable-CUDA-Graphs-for-gemma3n.patch",
"patch": "@@ -1,58 +0,0 @@\n-From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001\n-From: Oliver Simons <osimons@nvidia.com>\n-Date: Tue, 22 Jul 2025 11:02:28 +0200\n-Subject: [PATCH] Enable CUDA Graphs for gemma3n.\n-\n-... | 2025-10-27T23:32:05 |
facebook/react | ab31a9ed28d340172440e4b12e27d2af689249b3 | 9d4582dffdea5b4dcb6a6093ea848d15423c7701 | Selective Hydration: Don't suspend if showing fallback (#27230)
A transition that flows into a dehydrated boundary should not suspend if
the boundary is showing a fallback.
This is related to another issue where Fizz streams in the initial HTML
after a client navigation has already happened. That issue is not fix... | [
{
"path": "packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js",
"patch": "@@ -6176,4 +6176,55 @@ describe('ReactDOMFizzServer', () => {\n // However, it does error the shell.\n expect(fatalErrors).toEqual(['testing postpone']);\n });\n+\n+ it(\n+ 'a transition that flows into a dehydr... | 2023-08-25T00:04:34 |
huggingface/transformers | cda09a00721968a9b2eb036574e6f6c1e8d04b7a | 1c70fdbc9ae5e7607e4c54be64a726c412598e37 | FIX Multiple PEFT errors after v5 transition (#44592)
Multiple PEFT tests are failing due to recent changes in transformers.
- hf_device_map attribute may not exist in some cases
- respect inference_mode in load_adapter
- new model loading requires changes for bnb (SCB attribute etc.)
These tests have been failing f... | [
{
"path": "src/transformers/integrations/peft.py",
"patch": "@@ -566,19 +566,32 @@ def load_adapter(\n else:\n checkpoint_files, sharded_metadata = [], {}\n \n+ device_map = getattr(self, \"hf_device_map\", {\"\": self.device})\n load_config = replace(\n load_c... | 2026-03-11T12:10:18 |
vercel/next.js | 9225917fdcff9c626f9faacbd1bf974f2ebf6f43 | 7cbc15ab709ea10b0139897cce7baa45d50a9043 | Turbopack Build: Fix runtime value test (#79654)
## What?
Ensures the warning message is the same between webpack/Turbopack.
Found that Turbopack does have the info we check in the test but it's
currently not logged, seems intentionally. Need to check with
@wbinnssmith because it was commented out here:
https://gith... | [
{
"path": "crates/next-core/src/app_segment_config.rs",
"patch": "@@ -206,7 +206,8 @@ impl Issue for NextSegmentConfigParsingIssue {\n \n #[turbo_tasks::function]\n fn title(&self) -> Vc<StyledString> {\n- StyledString::Text(\"Unable to parse config export in source file\".into()).cell()\n+ ... | 2025-05-27T13:44:39 |
electron/electron | 32fefb1f505ba0a79e7e54f2db54d19497bbddb0 | 6548808054d2e327a69cee0e9bcb7e5a9dd03203 | fix(docs): fix a typo in section on debugging with VSCode (#35256)
fix(docs): fix a typo | [
{
"path": "docs/tutorial/tutorial-2-first-app.md",
"patch": "@@ -350,7 +350,7 @@ app.whenReady().then(() => {\n \n ## Optional: Debugging from VS Code\n \n-If you want to debug your application using VS Code, you have need attach VS Code to\n+If you want to debug your application using VS Code, you need to ... | 2022-08-09T19:01:38 |
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.