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
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
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
electron/electron
6e0d63c356733ef3f22f8df857b66f6a22779da6
d069b8fc6611356d9a7d56f21b3221881385767a
build: update mocha for retries and audit fix (#37117)
[ { "path": "spec/api-app-spec.ts", "patch": "@@ -1516,6 +1516,7 @@ describe('app module', () => {\n // to the Docker invocation allows the syscalls that Chrome needs, but\n // are probably more permissive than we'd like.\n this.skip();\n+ return;\n }\n fs.unlink(soc...
2023-02-03T01:40:30
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
rust-lang/rust
2184b446ce264d19e43cb6c38611da7cf1a14150
a358a9e43a3ab3c46eb4263364cddc7bd2202e0b
Fix typo
[ { "path": "src/doc/rustc-dev-guide/src/const-generics.md", "patch": "@@ -61,7 +61,7 @@ In some sense the desugarings from the previous examples are to:\n struct Foo<const N: usize>;\n type Alias = [u8; 1 + 1];\n \n-// sort-of desugars to psuedo-rust:\n+// sort-of desugars to pseudo-rust:\n struct Foo<const ...
2026-01-31T17:29:28
golang/go
d43c0f80d80ff274d30e46fa3737deb8863d7094
8a7742e78c8f32fcfe4d7cbcfa2f423c8ac08f29
net: add comment about blocking to Conn.Close Fixes #18187 Change-Id: I3d0119838ddbfb99a067ba563e5d247f574ef841 Reviewed-on: https://go-review.googlesource.com/c/go/+/655517 Reviewed-by: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-b...
[ { "path": "src/net/net.go", "patch": "@@ -134,6 +134,8 @@ type Conn interface {\n \n \t// Close closes the connection.\n \t// Any blocked Read or Write operations will be unblocked and return errors.\n+\t// Close may or may not block until any buffered data is sent;\n+\t// for TCP connections see [*TCPConn....
2025-03-06T22:52:02
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
electron/electron
6aa7e27b392102703a8e04fb4b935e50848251ae
2dc76d0d8087bdd882cf3e0aa8dc4e4cd643e9b9
fix: nodeIntegrationInWorker fails to boot in AudioWorklets (#37041)
[ { "path": "lib/worker/init.ts", "patch": "@@ -21,8 +21,9 @@ global.module = new Module('electron/js2c/worker_init');\n global.require = makeRequireFunction(global.module);\n \n // Set the __filename to the path of html file if it is file: protocol.\n-if (self.location.protocol === 'file:') {\n- const pathn...
2023-02-02T00:03:23
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
rust-lang/rust
17305da24f57e8de6ef6c0931bcc7e8a03309f33
9f4b56a5aed81e8c36cc26b3c1b4666ead6b71fc
Fix error spans for asm!() args that are macros
[ { "path": "compiler/rustc_builtin_macros/src/asm.rs", "patch": "@@ -288,6 +288,18 @@ fn expand_preparsed_asm(\n let msg = \"asm template must be a string literal\";\n let template_sp = template_expr.span;\n let template_is_mac_call = matches!(template_expr.kind, ast::ExprKind::MacCal...
2026-02-05T07:46:46
golang/go
232dfd226bb09b03d2218055d5c8c2c6b2c67ac2
5af3658eaa4b6bb9e66fcb4ac426207359628477
go/types, types2: rename errorCause to typeError Change-Id: Ib8a63cdaa12dacb5223318a7166fe3dfdac71a45 Reviewed-on: https://go-review.googlesource.com/c/go/+/654655 Reviewed-by: Robert Griesemer <gri@google.com> Auto-Submit: Robert Griesemer <gri@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accou...
[ { "path": "src/cmd/compile/internal/types2/call.go", "patch": "@@ -244,9 +244,9 @@ func (check *Checker) callExpr(x *operand, call *syntax.CallExpr) exprKind {\n \n \t// If the operand type is a type parameter, all types in its type set\n \t// must have a common underlying type, which must be a signature.\n...
2025-03-04T17:51:41
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
electron/electron
2dc76d0d8087bdd882cf3e0aa8dc4e4cd643e9b9
fd761ec8f74d8a4c77864ab86ef6994a5fb72e1d
build: fixup release_dependency_versions action (#37036)
[ { "path": ".github/workflows/release_dependency_versions.yml", "patch": "@@ -7,20 +7,17 @@ on:\n env:\n GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n \n-permissions: # added using https://github.com/step-security/secure-workflows\n- contents: read\n-\n jobs:\n trigger_chromedriver:\n runs-on: ubuntu...
2023-02-01T18:12:19
golang/go
5af3658eaa4b6bb9e66fcb4ac426207359628477
584e631023e1edd49862c20a952608a5518a810e
go/types, types2: use errorCause instead of reportf in comparableType If the error cause is not further specified (empty string), avoid allocating a new errorCause. This makes using errorCauses as boolean signals efficient. While at it, fix an error message for incomparable arrays: report the array type rather than i...
[ { "path": "src/cmd/compile/internal/types2/expr.go", "patch": "@@ -621,11 +621,7 @@ func (check *Checker) incomparableCause(typ Type) string {\n \t\treturn compositeKind(typ) + \" can only be compared to nil\"\n \t}\n \t// see if we can extract a more specific error\n-\tvar cause string\n-\tcomparableType(t...
2025-03-04T16:47:25
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
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
electron/electron
9adbf49240631f43e1865835d24224da7dc39d85
c6203d54d03ad994ebb51968a76c23411b7ab8b1
ci: fixup ninja for release (#37083)
[ { "path": ".circleci/config/base.yml", "patch": "@@ -505,6 +505,9 @@ step-fix-sync: &step-fix-sync\n sed $SEDOPTION \"s/Updating depot_tools... //g\" ninja_ensure_file\n cipd ensure --root src/third_party/ninja -ensure-file ninja_ensure_file\n \n+ # Explicitly add ninja to the path\n+ ...
2023-01-31T16:29:39
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
golang/go
584e631023e1edd49862c20a952608a5518a810e
8b7e376e71cbd23a0644ff50cc4e75ce47cd9723
go/types, types2: better error messages for invalid calls Rather than reporting "non-function" for an invalid type parameter, report which type in the type parameter's type set is not a function. Change-Id: I8beec25cc337bae8e03d23e62d97aa82db46bab4 Reviewed-on: https://go-review.googlesource.com/c/go/+/654475 Reviewe...
[ { "path": "src/cmd/compile/internal/types2/call.go", "patch": "@@ -244,19 +244,19 @@ func (check *Checker) callExpr(x *operand, call *syntax.CallExpr) exprKind {\n \n \t// If the operand type is a type parameter, all types in its type set\n \t// must have a common underlying type, which must be a signature....
2025-03-04T02:06:48
huggingface/transformers
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
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
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
electron/electron
23739c644ba8dfa6cec5417cdf4e2550ca4b94b8
ce35bda80580cd355f5cdf31d39f9b4da82822e4
fix: crash on `WebWorkerObserver` script execution (#37050) fix: crash on WebWorkerObserver script execution
[ { "path": "shell/renderer/electron_renderer_client.cc", "patch": "@@ -168,7 +168,12 @@ void ElectronRendererClient::WorkerScriptReadyForEvaluationOnWorkerThread(\n // that have a different value for nodeIntegrationInWorker\n if (base::CommandLine::ForCurrentProcess()->HasSwitch(\n switches::kN...
2023-01-31T11:29:29
golang/go
8b7e376e71cbd23a0644ff50cc4e75ce47cd9723
f55bb135d28bc95131a8c987d50350e5c6d7f633
go/types, types2: factor out single commonUnder function Combine commonUnder and commonUnderOrChan: - Provide an optional cond(ition) function argument to commonUnder to establish additional type set conditions. - Instead of a *Checker and *string argument for error reporting, return an error cause that is only al...
[ { "path": "src/cmd/compile/internal/types2/builtins.go", "patch": "@@ -377,7 +377,8 @@ func (check *Checker) builtin(x *operand, call *syntax.CallExpr, id builtinId) (\n \n \tcase _Copy:\n \t\t// copy(x, y []T) int\n-\t\tdst, _ := commonUnder(check, x.typ, nil).(*Slice)\n+\t\tu, _ := commonUnder(x.typ, nil)...
2025-03-03T23:11:47
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
electron/electron
ce35bda80580cd355f5cdf31d39f9b4da82822e4
fcc7a869f218059d0de22db1ea3d63c2e9c192ce
fix: crash on `window.print()` (#37052) fix: crash on window.print()
[ { "path": "patches/chromium/printing.patch", "patch": "@@ -78,7 +78,7 @@ index 796c7f06fa6063ac409f3fef53871e18d4c07838..6575e833388bcc3ac487a409027d984b\n : PdfRenderSettings::Mode::POSTSCRIPT_LEVEL3;\n }\n diff --git a/chrome/browser/printing/print_view_manager_base.cc b/chrome/browser/...
2023-01-31T11:06:11
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
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
golang/go
f55bb135d28bc95131a8c987d50350e5c6d7f633
24d22352d308dc4f2283ed83f4794c5b4da661ee
cmd/cgo/internal/testsanitizers: for "leak", use -fsanitize=address We currently test the leak detector by running "go build -asan", which will pass -fsanitize=address to the C compiler. So use that when testing whether the option works. Fixes #72128 Change-Id: I4efc0b689bfda04c80dbac30a5c757215f297d2f Reviewed-on: ...
[ { "path": "src/cmd/cgo/internal/testsanitizers/cc_test.go", "patch": "@@ -361,10 +361,18 @@ func configure(sanitizer string) *config {\n \t\treturn c\n \t}\n \n+\tsanitizerOpt := sanitizer\n+\t// For the leak detector, we use \"go build -asan\",\n+\t// which implies the address sanitizer.\n+\t// We may want...
2025-03-06T20:54:27
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
electron/electron
85f41d59aceabbdeee1fdec75770249c6335e73a
0026fdb78a68c6a4067191826bd1bfc1d9700998
fix: ensure autofill popup view is > 1x1 in size (#36121) * fix: ensure autofill popup view is > 1x1 in size ref #26667 * Update shell/browser/ui/views/autofill_popup_view.cc Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
[ { "path": "shell/browser/ui/views/autofill_popup_view.cc", "patch": "@@ -224,6 +224,9 @@ void AutofillPopupView::DoUpdateBoundsAndRedrawPopup() {\n if (!popup_)\n return;\n \n+ // Clamp popup_bounds_ to ensure it's never zero-width.\n+ popup_->popup_bounds_.Union(\n+ gfx::Rect(popup_->popup_bou...
2023-01-27T09:50:19
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
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
golang/go
24d22352d308dc4f2283ed83f4794c5b4da661ee
9bd21607900d7072fd3d12ec756cb5eb87f8fe2a
cmd/go: add 'work' package pattern The 'work' package pattern will resolve to the set of packages in the work (formerly called main) modules. It's essentially 'all', but without the dependencies. And the implementation is similar to that of 'all', except that we don't expand to the dependencies. Fixes #71294 Change-...
[ { "path": "src/cmd/go/internal/load/search.go", "patch": "@@ -8,6 +8,7 @@ import (\n \t\"path/filepath\"\n \t\"strings\"\n \n+\t\"cmd/go/internal/modload\"\n \t\"cmd/go/internal/search\"\n \t\"cmd/internal/pkgpattern\"\n )\n@@ -45,11 +46,23 @@ func MatchPackage(pattern, cwd string) func(*Package) bool {\n \...
2025-01-16T22:05:02
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
electron/electron
0026fdb78a68c6a4067191826bd1bfc1d9700998
1486cbdf6410e569f619d1ca7ceea0dd3380bf02
fix: resizing borders in nondraggable regions (#37016) * fix: resizing borders in nondraggable regions * chore: remove frame handling from ShouldDescendIntoChildForEventHandling
[ { "path": "shell/browser/native_window.cc", "patch": "@@ -24,6 +24,10 @@\n #include \"ui/base/hit_test.h\"\n #include \"ui/views/widget/widget.h\"\n \n+#if !BUILDFLAG(IS_MAC)\n+#include \"shell/browser/ui/views/frameless_view.h\"\n+#endif\n+\n #if BUILDFLAG(IS_WIN)\n #include \"ui/base/win/shell.h\"\n #incl...
2023-01-26T13:04:19
vercel/next.js
72cc7db1bda874a354cdc07cdd0a8503a0aaec15
354c7d2c4ddfa715a69be3807275cc234bff76da
fix to use https urls in meta data images when using experimental-https (#80276) fixes #80275 .. to generate https image urls in meta data when using the --experimental-https flag --------- Co-authored-by: Zack Tanner <1939140+ztanner@users.noreply.github.com> Co-authored-by: JJ Kasper <jj@jjsweb.site>
[ { "path": ".changeset/open-dodos-admire.md", "patch": "@@ -0,0 +1,5 @@\n+---\n+'next': patch\n+---\n+\n+Fix to use https urls in meta data images when using --experimental-https flag", "additions": 5, "deletions": 0, "language": "Markdown" }, { "path": "packages/next/src/lib/metadata/res...
2025-06-24T01:23:52
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
9bd21607900d7072fd3d12ec756cb5eb87f8fe2a
1cf6b502630034980ba7de8156e4d7c1da7a7845
os: add missing calls to Root.Close() in tests In tests of os.Root, fix a few missing calls to Close(). Change-Id: I8fddd5468394f41d7e92741579fd47f90203ff9f Reviewed-on: https://go-review.googlesource.com/c/go/+/655337 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-...
[ { "path": "src/os/os_test.go", "patch": "@@ -3199,6 +3199,7 @@ func TestRootDirFS(t *testing.T) {\n \tif err != nil {\n \t\tt.Fatal(err)\n \t}\n+\tdefer r.Close()\n \ttestDirFS(t, r.FS())\n }\n ", "additions": 1, "deletions": 0, "language": "Go" }, { "path": "src/os/root_test.go", "p...
2025-03-06T15:25:51
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
vercel/next.js
8324d8108c33e2a92d66c59bfa15b0a97cd99ef7
9d4239a150fb3762caf05756d77066cb82b81398
[segment explorer] handle custom error boundary (#80714) Display custom error boundary `error.js` in segement explorer when it's rendered ![image](https://github.com/user-attachments/assets/4abad442-0703-4609-8202-b4f41f007afe) Closes NEXT-4331
[ { "path": "packages/next/src/next-devtools/dev-overlay/components/overview/segment-explorer.tsx", "patch": "@@ -260,4 +260,9 @@ export const DEV_TOOLS_INFO_RENDER_FILES_STYLES = css`\n background-color: var(--color-green-300);\n color: var(--color-green-900);\n }\n+ .segment-explorer-file-label--...
2025-06-23T20:23:47
electron/electron
c303135b02fa5829459c816cd5bb75dd0e6e4aeb
7d46d3ec9d5f30138777d1bd12890ebe28ba6c31
fix: fallback to GtkStatusIcon when app indicator is not supported (#36815) * chore: get ready for multi backend tray * fix: fallback to GtkStatusIcon when app indicator is not supported * chore: use smart pointers
[ { "path": "BUILD.gn", "patch": "@@ -632,8 +632,6 @@ source_set(\"electron_lib\") {\n sources += [\n \"shell/browser/certificate_manager_model.cc\",\n \"shell/browser/certificate_manager_model.h\",\n- \"shell/browser/ui/gtk/menu_util.cc\",\n- \"shell/browser/ui/gtk/menu_util.h\",\n ...
2023-01-26T10:15:55
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
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
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
golang/go
6a4bc8d17eb6703baf0c483fb40e0d3e1f0f6af3
938b6c15e92e6a80b8368798a350a1a811487d88
cmd/go: cache coverage profile with tests This CL stores coverage profile data in the GOCACHE under the 'coverprofile' subkey alongside tests. This makes tests which use coverage profiles cacheable. The values of the -coverprofile and -outputdir flags are not included in the cache key to allow cached profile data to b...
[ { "path": "src/cmd/go/alldocs.go", "patch": "@@ -1890,8 +1890,9 @@\n //\n // The rule for a match in the cache is that the run involves the same\n // test binary and the flags on the command line come entirely from a\n-// restricted set of 'cacheable' test flags, defined as -benchtime, -cpu,\n-// -list, -pa...
2025-02-25T15:51:56
vercel/next.js
c1c523bfde79ff6584bb8b31318e1bebd56a85dc
4e52916e676662d9df8019f67e670072d98ec3fe
[devtools] panel ui issues tab content (#80729) The UI shares the style with the error overlay. This PR added a loading state, which can be later shared with the error overlay as well. https://github.com/user-attachments/assets/d3759d19-7f70-48c3-8fee-5c6973c01d53 ### Success Criteria - [x] Does it have a loading...
[ { "path": "packages/next/src/next-devtools/dev-overlay/components/code-frame/code-frame.tsx", "patch": "@@ -108,7 +108,6 @@ export const CODE_FRAME_STYLES = `\n --code-frame-padding: 12px;\n --code-frame-line-height: var(--size-16);\n background-color: var(--color-background-200);\n- overflow...
2025-06-23T18:49:57
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
electron/electron
8d008c977df465d3ad96dd6c8c3daa7afd8bea5f
c6b9340b8952a041373f694c6ee2f22f447464de
docs: updated deep link docs (#36952) * removed open-url listener from windows code * updated deep-link fiddle * fixed url hash to app.requestSingleInstanceLock * code linted * updated website url to relative file path Co-authored-by: David Sanders <dsanders11@ucsbalum.com> Co-authored-by: David Sand...
[ { "path": "docs/fiddles/system/protocol-handler/launch-app-from-URL-in-another-app/main.js", "patch": "@@ -23,6 +23,8 @@ if (!gotTheLock) {\n if (mainWindow.isMinimized()) mainWindow.restore()\n mainWindow.focus()\n }\n+ \n+ dialog.showErrorBox('Welcome Back', `You arrived from: ${comm...
2023-01-26T07:20:10
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
facebook/react
bbb9cb116dbf7b6247721aa0c4bcb6ec249aa8af
1a65d036ef057b07a6b15f5604e399f91bc5ed73
Update fork for ReactSharedInternalsClient export (#27717) ## Summary After changes in https://github.com/facebook/react/pull/27436, UMD builds no longer expose Scheduler from ReactSharedInternals. This module is forked in rollup for UMD builds and the path no longer matches. This PR updates the path name to mat...
[ { "path": "scripts/rollup/forks.js", "patch": "@@ -217,7 +217,7 @@ const forks = Object.freeze({\n }\n },\n \n- './packages/react/src/ReactSharedInternals.js': (bundleType, entry) => {\n+ './packages/react/src/ReactSharedInternalsClient.js': (bundleType, entry) => {\n switch (bundleType) {\n ...
2023-11-17T14:00:56
golang/go
938b6c15e92e6a80b8368798a350a1a811487d88
66b76403547b9e517d532619c4a31063eb7ef93c
os: more godoc links Add missing links to *PathError. Also a few links to O_ flags and Mode and syscall constants. Change-Id: Ic6ec5780a44942050a83ed07dbf16d6fa9f83eb9 Reviewed-on: https://go-review.googlesource.com/c/go/+/655375 Reviewed-by: Junyang Shao <shaojunyang@google.com> LUCI-TryBot-Result: Go LUCI <golang-...
[ { "path": "src/os/file.go", "patch": "@@ -216,7 +216,7 @@ var errWriteAtInAppendMode = errors.New(\"os: invalid use of WriteAt on file open\n // It returns the number of bytes written and an error, if any.\n // WriteAt returns a non-nil error when n != len(b).\n //\n-// If file was opened with the O_APPEND ...
2025-03-06T12:23:52
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
226a9a10e69b7894f7e11c6dd110b580873b4deb
a48373304dd074d08c6559d04900e68a74a4493e
[devtools] panel ui issues tab sidebar (#80728) https://github.com/user-attachments/assets/56822e42-70da-4ab4-91d7-fed757b43d5b ### Success Criteria - [x] Does it show the error label? - [x] Does it show the error stack frame? - [x] Does it navigate to the correct idx error? - [x] Does it have a loading state? - [x]...
[ { "path": "packages/next/src/next-devtools/dev-overlay/components/devtools-panel/devtools-panel-footer.tsx", "patch": "@@ -49,7 +49,6 @@ export const DEVTOOLS_PANEL_FOOTER_STYLES = css`\n display: flex;\n justify-content: space-between;\n align-items: center;\n- margin-top: auto;\n border...
2025-06-23T17:53:36
electron/electron
c6b9340b8952a041373f694c6ee2f22f447464de
397aee7315fdc2349921501933f1d77f03448125
chore: fix memory leak in `v8.serialize()` (#37021) chore: fix memory leak in v8.serialize()
[ { "path": "patches/node/fixup_for_wc_98-compat-extra-semi.patch", "patch": "@@ -7,7 +7,7 @@ Wc++98-compat-extra-semi is turned on for Electron so this\n patch fixes that error in node.\n \n diff --git a/src/node_serdes.cc b/src/node_serdes.cc\n-index 0cd76078218433b46c17f350e3ba6073987438cf..ba13061b6aa7fd8...
2023-01-26T06:43:57
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
facebook/react
a1e389118951ff7b83c753245ee96793a898bfe0
6d101435d401d612c3a797fe88258b7c59fe7f49
[rfc][babel] InvalidConfig always throws When you have your panic threshold set to "NONE" as we recommend, it's easy to miss that your config is wrong (which makes everything not compile) because those errors were being silenced. This made debugging FluentUI and the forget-feedback testapp pretty difficult to figu...
[ { "path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/Program.ts", "patch": "@@ -59,6 +59,15 @@ function isCriticalError(err: unknown): boolean {\n return !(err instanceof CompilerError) || err.isCritical();\n }\n \n+function isConfigError(err: unknown): boolean {\n+ if (err instanceof Co...
2023-11-17T17:01:20
golang/go
3aef716168475c9cdc508c5afd71782a8c2b5506
70dcc78871ee47a6b181a99e6bad70b3454e8aec
doc: update godebug doc to clarify godebug directive in workspace Make it clear that we only use godebug directives in the go.work, and that we don't use those in go.mod, when we're in a workspace. Fixes #72109 Change-Id: I648bfa4dd9b3ca0ac299c0a890843d41fe1ac7f0 Reviewed-on: https://go-review.googlesource.com/c/go/...
[ { "path": "doc/godebug.md", "patch": "@@ -109,7 +109,9 @@ Only the work module's `go.mod` is consulted for `godebug` directives.\n Any directives in required dependency modules are ignored.\n It is an error to list a `godebug` with an unrecognized setting.\n (Toolchains older than Go 1.23 reject all `godebu...
2025-03-05T20:20:46
electron/electron
a30a9c7c4faa5aca476dd593dd02bbfac43432df
a59f11fdb1746ced2b90b9dcf16a7860a79cce73
chore: remove crashpad related sandbox policy (#37013)
[ { "path": "shell/browser/electron_browser_client.cc", "patch": "@@ -120,10 +120,6 @@\n #include \"ui/native_theme/native_theme.h\"\n #include \"v8/include/v8.h\"\n \n-#if BUILDFLAG(IS_WIN)\n-#include \"sandbox/win/src/sandbox_policy.h\"\n-#endif\n-\n #if BUILDFLAG(USE_NSS_CERTS)\n #include \"net/ssl/client_...
2023-01-26T00:01:34
vercel/next.js
3797fb921b5a309c90ba5867da9e3fb1d3428b8b
6e508d4f93778dbefc34eac1ca12bbf97c266d62
[devtools] set up panel ui issues tab infra (#80727) Added infra for the issues tab and its story. Will follow up with the sidebar to navigate the issues and their error content. Closes NEXT-4546
[ { "path": "packages/next/src/next-devtools/dev-overlay/components/devtools-panel/devtools-panel-tab/devtools-panel-tab.tsx", "patch": "@@ -1,20 +1,30 @@\n import type { DevToolsPanelTabType } from '../devtools-panel'\n import type { Corners } from '../../../shared'\n+import type { DebugInfo } from '../../.....
2025-06-23T17:50:50
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
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
facebook/react
6d101435d401d612c3a797fe88258b7c59fe7f49
fbcc21c37a50b50cb7ed1aef9329ad598a236110
[Babel] Fix up eslint suppression logic Babel doesn't attach Comment nodes to anything, so they dangle off of the Program node while only specifying a range. This meant that previously we first had to traverse all of the Program's comments to find an eslint suppression of the rules of React, then during travers...
[ { "path": "compiler/packages/babel-plugin-react-forget/src/Entrypoint/EslintSuppression.ts", "patch": "@@ -0,0 +1,162 @@\n+/*\n+ * Copyright (c) Meta Platforms, Inc. and affiliates.\n+ *\n+ * This source code is licensed under the MIT license found in the\n+ * LICENSE file in the root directory of this sour...
2023-11-17T15:22:46
golang/go
70dcc78871ee47a6b181a99e6bad70b3454e8aec
5e0dbec7c99cb1e62c6e61b8f64f5b211aae67fc
math/big: avoid negative slice size in nat.rem In a division, normally the answer to N digits / D digits has N-D digits, but not when N-D is negative. Fix the calculation of the number of digits for the temporary in nat.rem not to be negative. Fixes #72043. Change-Id: Ib9faa430aeb6c5f4c4a730f1ec631d2bf3f7472c Review...
[ { "path": "src/math/big/alias_test.go", "patch": "@@ -309,4 +309,28 @@ func TestAliasing(t *testing.T) {\n \t\t\t}\n \t\t})\n \t}\n+\n+\tt.Run(\"Issue72043a\", func(t *testing.T) {\n+\t\tv := new(big.Int).SetBytes([]byte{0x4b, 0xd2, 0x7a, 0x6c, 0xb3, 0x16, 0x5a, 0xf3, 0xa0, 0x45, 0x2b, 0xbe, 0x38, 0xba, 0x1...
2025-03-05T19:43:44
huggingface/transformers
e958b5647768949c4880d5b2570a6e73396b47ac
c38b2fb78eaedd4261a0e446f7976345cd1c7f1b
Fix pypi release (#45210) * update release workflow * update * fix dep table update
[ { "path": ".github/workflows/release.yml", "patch": "@@ -30,6 +30,9 @@ jobs:\n - run: pip install -e .[torch]\n - run: python -c \"from transformers import pipeline; classifier = pipeline('text-classification'); assert classifier('What a nice release')[0]['score'] > 0\"\n \n+ - run: pip ins...
2026-04-03T06:40:37
vercel/next.js
6e508d4f93778dbefc34eac1ca12bbf97c266d62
c613cec5322d5ea57a4333a21bdf5c4d703fa209
[segment explorer] display navigation error boundaries (#80691)
[ { "path": "packages/next/src/next-devtools/dev-overlay/components/overview/segment-explorer.tsx", "patch": "@@ -250,4 +250,10 @@ export const DEV_TOOLS_INFO_RENDER_FILES_STYLES = css`\n background-color: var(--color-blue-300);\n color: var(--color-blue-800);\n }\n+ .segment-explorer-file-label--n...
2025-06-23T16:08:02
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
electron/electron
58beec1da2cacd59a91a556b86f47ec0147b9c36
4bc6b15f53a3e4f961c2ade3c96fa9229ec00367
fix: do not error on null exports in ESM loader (#37009)
[ { "path": "patches/node/fix_expose_the_built-in_electron_module_via_the_esm_loader.patch", "patch": "@@ -51,7 +51,7 @@ index 7cec4e9a3e3675ba75d66a44ed4e142d13ca1821..0c7aad193442a7e5cab62638441969a7\n }\n }\n diff --git a/lib/internal/modules/esm/translators.js b/lib/internal/modules/esm/translators.js...
2023-01-25T21:03:47
facebook/react
fbcc21c37a50b50cb7ed1aef9329ad598a236110
96f10e058b76372885f99b948e5194842bd02dc4
Add repro for bug with 'use no forget' For some reason, when there are other hooks/components defined in the file, the 'use no forget' directive stops working
[ { "path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/error.bug-use-no-forget-multiple-with-eslint-suppression.expect.md", "patch": "@@ -0,0 +1,30 @@\n+\n+## Input\n+\n+```javascript\n+const useControllableState = (options) => {};\n+function NoopComponent() {}\n+\n+function ...
2023-11-17T15:22:45
golang/go
645ea530191105dc89dd8d67640d61a4d0526df9
cad4dca518a3a984bfd6b19ee304a59f51937fd8
runtime: in asan mode call __lsan_do_leak_check when exiting This enables the ASAN default behavior of reporting C memory leaks. It can be disabled with ASAN_OPTIONS=detect_leaks=0. Fixes #67833 Change-Id: I420da1b5d79cf70d8cf134eaf97bf0a22f61ffd0 Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-asan-clang15,go...
[ { "path": "doc/next/3-tools.md", "patch": "@@ -2,5 +2,13 @@\n \n ### Go command {#go-command}\n \n+The `go build` `-asan` option now defaults to doing leak detection at\n+program exit.\n+This will report an error if memory allocated by C is not freed and is\n+not referenced by any other memory allocated by ...
2025-02-22T01:13:20
huggingface/transformers
edaac7db98e34208209fd67d8c66781b8c2e4a53
3c307e380ad07ca16903a39e09a47d532cb782d9
fix(docs): correct gemma4 docs and examples (#45197) Co-authored-by: Douglas Reid <21148125+douglas-reid@users.noreply.github.com>
[ { "path": "docs/source/en/model_doc/gemma4.md", "patch": "@@ -23,13 +23,18 @@ limitations under the License.\n \n ## Overview\n \n-[Gemma 4](INSET_PAPER_LINK) is a multimodal model with pretrained and instruction-tuned variants, available in 1B, 13B, and 27B parameters. The architecture is mostly the same a...
2026-04-02T21:36:17
vercel/next.js
c613cec5322d5ea57a4333a21bdf5c4d703fa209
3981cccbe3424931a6c3c13d50692fb20e021b41
[devtools] storybook: port utils to be reusable (#80726) Ported utils of errors and useOverlayReducer to be reusable, e.g., DevTools panel Issues tab.
[ { "path": "packages/next/src/next-devtools/dev-overlay/container/errors.stories.tsx", "patch": "@@ -2,8 +2,8 @@ import type { Meta, StoryObj } from '@storybook/react'\n \n import { Errors } from './errors'\n import { withShadowPortal } from '../storybook/with-shadow-portal'\n-import type { ReadyRuntimeError...
2025-06-23T16:05:35
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
electron/electron
355f322dbdba4cacd6a15e4c7d64adb2da9500d8
2f79444535440608f9ddf2f26c634847396674b7
chore: remove unused fixture_support.md (#37011) Co-authored-by: Milan Burda <miburda@microsoft.com>
[ { "path": "spec/fixtures/version-bumper/fixture_support.md", "patch": "@@ -1,122 +0,0 @@\n-# Electron Support\n-\n-## Finding Support\n-\n-If you have a security concern,\n-please see the [security document](https://github.com/electron/electron/tree/master/SECURITY.md).\n-\n-If you're looking for programmin...
2023-01-25T21:00:51
facebook/react
96f10e058b76372885f99b948e5194842bd02dc4
66748b00f25b2111731d65a8cde6c777c741bbe5
[be][tests] Change fixtures to evaluate successfully instead of throwing --- Not dependent on changes from #2366, but now the fix is easy to review
[ { "path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/capture-indirect-mutate-alias-iife.expect.md", "patch": "@@ -16,8 +16,7 @@ function component(a) {\n \n export const FIXTURE_ENTRYPOINT = {\n fn: component,\n- params: [\"TodoAdd\"],\n- isComponent: \"TodoAdd\",\n+ p...
2023-11-16T23:12:00
golang/go
cad4dca518a3a984bfd6b19ee304a59f51937fd8
9189921e4759055141b51fdbb8b7b69ee4fdd477
cmd/compile: use inline-Pos-based recursion test Look at the inlining stack of positions for a call site, if the line/col/file of the call site appears in that stack, do not inline. This subsumes all the other recently-added recursive inlining checks, but they are left in to make this easier+safer to backport. Fixes...
[ { "path": "src/cmd/compile/internal/inline/inl.go", "patch": "@@ -42,6 +42,7 @@ import (\n \t\"cmd/compile/internal/types\"\n \t\"cmd/internal/obj\"\n \t\"cmd/internal/pgo\"\n+\t\"cmd/internal/src\"\n )\n \n // Inlining budget parameters, gathered in one place\n@@ -974,6 +975,16 @@ func inlineCostOK(n *ir.C...
2025-03-05T18:44:12
vercel/next.js
3981cccbe3424931a6c3c13d50692fb20e021b41
a2961d9930d0fe8ca4283f04c46907d4eaf3e052
[segment explorer] handle custom global-error segment (#80685)
[ { "path": "packages/next/src/client/app-index.tsx", "patch": "@@ -171,7 +171,7 @@ function ServerRoot({\n <AppRouter\n gracefullyDegrade={isBot(window.navigator.userAgent)}\n actionQueue={actionQueue}\n- globalErrorComponentAndStyles={initialRSCPayload.G}\n+ globalErrorState={initi...
2025-06-23T15:36:20
electron/electron
2f79444535440608f9ddf2f26c634847396674b7
a9b6041d38b877319c740fe7c31e8a1a235d7764
refactor: separate WEB_VIEW_ATTRIBUTES / WEB_VIEW_ERROR_MESSAGES (#36972)
[ { "path": "lib/renderer/web-view/web-view-attributes.ts", "patch": "@@ -1,5 +1,5 @@\n import type { WebViewImpl } from '@electron/internal/renderer/web-view/web-view-impl';\n-import { WEB_VIEW_CONSTANTS } from '@electron/internal/renderer/web-view/web-view-constants';\n+import { WEB_VIEW_ATTRIBUTES, WEB_VIE...
2023-01-25T15:08:46
huggingface/transformers
3c307e380ad07ca16903a39e09a47d532cb782d9
a4cf3b8771e630d79ea6f740e27e8e839b9de8ea
Add Turkish (tr) translation for Get Started section (#45158) * Add Turkish (tr) translation for Get Started section * Fix broken anchor link in quicktour.md * Add _config.py for Turkish docs Adds the notebook installation content and black formatting patterns config file to the Turkish documentation source directo...
[ { "path": ".github/workflows/build_documentation.yml", "patch": "@@ -28,7 +28,7 @@ jobs:\n commit_sha: ${{ github.sha }}\n package: transformers\n notebook_folder: transformers_doc\n- languages: ar de es fr hi it ja ko pt zh\n+ languages: ar de es fr hi it ja ko pt tr zh\n ...
2026-04-02T17:45: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
7c6cd86aa81e5e84db520edd92b44df2d08451f0
5771ce12f8a0ca3ee0b1e82df6c78cc9f4ced1dd
[devtools] fix: adjust width for responsiveness (#80777) It was left out of https://github.com/vercel/next.js/pull/80732, I was fooled by the offline storybook.
[ { "path": "packages/next/src/next-devtools/dev-overlay/components/devtools-panel/devtools-panel.tsx", "patch": "@@ -159,12 +159,14 @@ export const DEVTOOLS_PANEL_STYLES = css`\n [data-nextjs-devtools-panel-overlay] {\n padding: initial;\n margin: auto;\n+ width: 100%;\n /* TODO: This is for...
2025-06-23T13:49:17
golang/go
9189921e4759055141b51fdbb8b7b69ee4fdd477
f7204d76bc3af681c12e8ed9bfb18c20bf6f8bc1
go/types,types2: externalize used objects The 'used' field on Var and PkgName is fundamentally an aspect of the type checking pass: it records when objects are used, for the purposes of reporting errors for unused variables or package names. While expedient and performant, recording this information in the types.Objec...
[ { "path": "src/cmd/compile/internal/types2/assignments.go", "patch": "@@ -204,7 +204,7 @@ func (check *Checker) lhsVar(lhs syntax.Expr) Type {\n \t\t\t// dot-imported variables.\n \t\t\tif w, _ := obj.(*Var); w != nil && w.pkg == check.pkg {\n \t\t\t\tv = w\n-\t\t\t\tv_used = v.used\n+\t\t\t\tv_used = check...
2025-02-19T22:07:09
electron/electron
a9b6041d38b877319c740fe7c31e8a1a235d7764
afca3ff9657ae08d4ead68ee23d0a04fc5042465
chore: remove unused files in spec/fixtures (#37012) Co-authored-by: Milan Burda <miburda@microsoft.com>
[ { "path": "spec/fixtures/api/native-window-open-argv.html", "patch": "@@ -1,8 +0,0 @@\n-<html>\n-<body>\n-<script type=\"text/javascript\" charset=\"utf-8\">\n- const popup = window.open()\n- require('electron').ipcRenderer.send('answer', typeof popup.process)\n-</script>\n-</body>\n-</html>", "additi...
2023-01-25T15:02:44
facebook/react
66748b00f25b2111731d65a8cde6c777c741bbe5
fa07eb0b3b65189b2446df080adf1b92e6cc157b
[be][sprout] Snapshot files for sprout with shared utils --- 16 out of ~150 recently added sprout fixtures have exceptions that reflect easy-to-miss mistakes in the fixture input, like forgetting to import `useState`. This PR adds snapshot files for sprout to prevent these mistakes (or catch them at diff revie...
[ { "path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/alias-capture-in-method-receiver-and-mutate.expect.md", "patch": "@@ -55,4 +55,6 @@ export const FIXTURE_ENTRYPOINT = {\n };\n \n ```\n- \n\\ No newline at end of file\n+ \n+### Eval output\n+(kind: ok) [[{\"a\"...
2023-11-16T23:12:00
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
vercel/next.js
7fea36c002007312dda3209214af24644abd162b
5e5a623cb5fc0adec57c5f9d1983fa82ba8e1bf1
fix(turbopack): Fix usage of `HELPERS` of SWC (#80791) ### What? Convert `Helpers` to `HelperData`, which is `: Send + Sync` so safe to pass around between threads. ### Why? It's not `Send + Sync`, so we should not pass it between threads like this
[ { "path": "turbopack/crates/turbopack-ecmascript/src/parse.rs", "patch": "@@ -390,6 +390,8 @@ async fn parse_file_content(\n EcmascriptModuleAssetType::Typescript { .. }\n | EcmascriptModuleAssetType::TypescriptDeclaration\n );\n+\n+ let helpers=Hel...
2025-06-23T12:58:20
electron/electron
cdb65c15a81ba36685696daa4ffcb974481d8c5a
c3f02d7df2a0282adc1c453ad998c7fd864e709b
fix: make plugin helper executable unconditional (#36971)
[ { "path": "shell/app/electron_main_delegate_mac.mm", "patch": "@@ -15,7 +15,6 @@\n #include \"base/strings/sys_string_conversions.h\"\n #include \"content/common/mac_helpers.h\"\n #include \"content/public/common/content_paths.h\"\n-#include \"ppapi/buildflags/buildflags.h\"\n #include \"shell/browser/mac/e...
2023-01-21T00:42:45
golang/go
f7204d76bc3af681c12e8ed9bfb18c20bf6f8bc1
061efaa8a761458eaa41119ffd59033738cf141c
html/template: example for disallowed script type change Fixes #59112 Change-Id: I617f8a4581a55a0f134f488462f415ec22eb4ee3 Reviewed-on: https://go-review.googlesource.com/c/go/+/496145 Reviewed-by: Junyang Shao <shaojunyang@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccou...
[ { "path": "src/html/template/error.go", "patch": "@@ -79,15 +79,18 @@ const (\n \tErrBadHTML\n \n \t// ErrBranchEnd: \"{{if}} branches end in different contexts\"\n-\t// Example:\n+\t// Examples:\n \t// {{if .C}}<a href=\"{{end}}{{.X}}\n+\t// <script {{with .T}}type=\"{{.}}\"{{end}}>\n \t// Discussion:\...
2023-05-19T19:11:19
huggingface/transformers
91b1ab1fdfa81a552644a92fbe3e8d88de40e167
a594e09e3924120f1f5508e7d81946bf3504df2b
casually dropping the most capable open weights on the planet (#45192) * model previously unable to use tools --------- Co-authored-by: Douglas Reid <dougreid@google.com> Co-authored-by: Luciano Martins <lucianomartins@google.com> Co-authored-by: Mayank Chaturvedi <imayank@google.com> Co-authored-by: Phil Culliton...
[ { "path": "docs/source/en/_toctree.yml", "patch": "@@ -1182,6 +1182,8 @@\n title: Gemma3\n - local: model_doc/gemma3n\n title: Gemma3n\n+ - local: model_doc/gemma4\n+ title: Gemma4\n - local: model_doc/git\n title: GIT\n - local: model_doc/glm46v", "...
2026-04-02T15:24:39
facebook/react
fa07eb0b3b65189b2446df080adf1b92e6cc157b
94348be2d96b769a961bafc368fc52b64a6ab62c
[be] make evaluator and worker easier to debug in sprout --- jsdom and other libraries seem to cause jest workers to exit with `forceExit:true`. Not sure what option I set (or global I've overwritten) but console logs aren't flushed as a result, making debugging a bit confusing. This PR: - Moves some code fro...
[ { "path": "compiler/packages/babel-plugin-react-forget/src/__tests__/fixtures/compiler/repro-hoisting-variable-collision.expect.md", "patch": "@@ -11,7 +11,6 @@ function Component(props) {\n export const FIXTURE_ENTRYPOINT = {\n fn: Component,\n params: [{ items: [0, 42, null, undefined, { object: true ...
2023-11-16T23:12:00
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
vercel/next.js
5e5a623cb5fc0adec57c5f9d1983fa82ba8e1bf1
9df0c8763cd151ddda795957e62d09e83c87b972
chore: Dynamic error does not change dynamicParams (#80796) Closes: https://linear.app/vercel/issue/DOC-4725/docs-dynamic-dynamicparams Fixes: https://github.com/vercel/next.js/issues/80749
[ { "path": "docs/01-app/03-api-reference/03-file-conventions/route-segment-config.mdx", "patch": "@@ -59,8 +59,7 @@ export const dynamic = 'auto'\n - **`'error'`**: Force static rendering and cache the data of a layout or page by causing an error if any components use [Dynamic APIs](/docs/app/getting-started...
2025-06-23T12:50:55
electron/electron
885c1878d436ee79f0870fa6f46af8727914b6d8
5ce8dfdcb57ca961ffc11795d32c756ce703ab3c
test: fix nativeTheme test when system in dark mode (#36943)
[ { "path": "spec/api-native-theme-spec.ts", "patch": "@@ -36,6 +36,7 @@ describe('nativeTheme module', () => {\n });\n \n it('should emit the \"updated\" event when it is set and the resulting \"shouldUseDarkColors\" value changes', async () => {\n+ nativeTheme.themeSource = 'light';\n let...
2023-01-20T02:59:20
golang/go
061efaa8a761458eaa41119ffd59033738cf141c
37026a7c563c580bef0fac1e5b60e9498650e3a2
net/http: make http.FileServer return 404 when a path is invalid/unsafe This PR adds error handling in net/http toHTTPError to return a 404 instead of a 500 when net/http fs.Dir.Open throws the error http: invalid or unsafe file path. Fixes #72091 Change-Id: I7941c8fca5160a4a82732dc1d05b9b95eac84fbf GitHub-Last-Rev:...
[ { "path": "src/net/http/fs.go", "patch": "@@ -67,6 +67,11 @@ func mapOpenError(originalErr error, name string, sep rune, stat func(string) (f\n \treturn originalErr\n }\n \n+// errInvalidUnsafePath is returned by Dir.Open when the call to\n+// filepath.Localize fails. filepath.Localize returns an error if t...
2025-03-05T09:44:46
facebook/react
0de5b11485b9edc5aec0f5a95ef886a294c03b2d
2c338b16fd97634dba907f7ad612f64893dcb01c
Bump @babel/traverse from 7.14.2 to 7.23.3 in /fixtures/ssr2 (#27713) Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.14.2 to 7.23.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/tra...
[ { "path": "fixtures/ssr2/package-lock.json", "patch": "@@ -34,11 +34,15 @@\n }\n },\n \"node_modules/@babel/code-frame\": {\n- \"version\": \"7.12.13\",\n- \"resolved\": \"https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz\",\n- \"integrity\": \"sha512-HV1Cm0Q...
2023-11-16T19:08:02
huggingface/transformers
a594e09e3924120f1f5508e7d81946bf3504df2b
4932e9721e230bea915341e7f04db32885b6c6af
Internalise the NomicBERT model (#43067) * Created nomicBert skeleton * Implement modular_nomic_bert Co-authored-by: Felix Arkle <felixarkle@icloud.com> * Implement convert_nomic_bert_to_hf * Complete nomic_bert conversion script key mappings and fix NomicBertSelfAttention signature * Create nomic bert documentat...
[ { "path": "docs/source/en/_toctree.yml", "patch": "@@ -726,6 +726,8 @@\n title: NLLB\n - local: model_doc/nllb-moe\n title: NLLB-MoE\n+ - local: model_doc/nomic_bert\n+ title: NomicBERT\n - local: model_doc/nystromformer\n title: Nyströmformer\n - local:...
2026-04-02T14:21:03
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
5ce8dfdcb57ca961ffc11795d32c756ce703ab3c
4e4ae9ff530257b350eddfd0b4b970726f07c95f
docs: Change factuality and word choice in app.runningUnderARM64Translation (#36947) Change factuality and word choice. Added "or WOW" to the phrase, "when they are running the x64 version under Rosetta", to reflect the use of a supported platform, Windows, as a possible scenario. Changed the wording of that same ...
[ { "path": "docs/api/app.md", "patch": "@@ -1566,5 +1566,4 @@ an ARM64 translator (like the macOS\n or Windows [WOW](https://en.wikipedia.org/wiki/Windows_on_Windows)).\n \n You can use this property to prompt users to download the arm64 version of\n-your application when they are running the x64 version und...
2023-01-19T20:00:06
golang/go
2e6cbab1c84363638ed48f259c3db57c4d2aaab3
6f90ae362352552a8b6384e28c5751bb7110c33b
encoding/pem: clarify Decode only works on lines Fixes #53524 Change-Id: I929ee3c055c3ca564cd6cc374124f493aea2fbf6 Reviewed-on: https://go-review.googlesource.com/c/go/+/421636 Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Junyang Shao <shaojunyang@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped...
[ { "path": "src/encoding/pem/pem.go", "patch": "@@ -85,7 +85,7 @@ var colon = []byte(\":\")\n // Decode will find the next PEM formatted block (certificate, private key\n // etc) in the input. It returns that block and the remainder of the input. If\n // no PEM data is found, p is nil and the whole of the in...
2022-08-06T13:28:16
facebook/react
2c338b16fd97634dba907f7ad612f64893dcb01c
ee68446ff198755bd38202ac9139275b657968b0
Added windows powershell syntax to build scripts (#27692) ## Summary I had to change the commands to be windows specific so that it doesn't cause any crashes ## How did you test this change? I successfully built the different types of devtools extenstions on my personal computer. In future may need to add a...
[ { "path": "package.json", "patch": "@@ -91,6 +91,7 @@\n \"rollup-plugin-prettier\": \"^4.1.1\",\n \"rollup-plugin-strip-banner\": \"^3.0.0\",\n \"semver\": \"^7.1.1\",\n+ \"shelljs\":\"^0.8.5\",\n \"signedsource\": \"^2.0.0\",\n \"targz\": \"^1.0.1\",\n \"through2\": \"^3.0.1\",\n...
2023-11-16T11:35:43