repo
stringclasses
15 values
fix_commit
stringlengths
40
40
buggy_commit
stringlengths
40
40
message
stringlengths
3
64.3k
files
listlengths
1
300
timestamp
timestamp[s]date
2013-03-13 20:45:00
2026-04-11 07:48:46
golang/go
07eca49055f7ef0d73be2ca28dcc5d489db129b9
770146d5a857e8606222276040c6712b48e27e0e
go/types, types2: use type nest to detect type cycles (fix validType) validType was using a global type info map to detect invalid recursive types, which was incorrect. Instead, change the algorithm as follows: - Rather than using a "seen" (or typeInfo) map which is cumbersome to update correctly, use the stack of ...
[ { "path": "src/cmd/compile/internal/types2/check.go", "patch": "@@ -98,7 +98,7 @@ type Checker struct {\n \tnextID uint64 // unique Id for type parameters (first valid Id is 1)\n \tobjMap map[Object]*declInfo // maps package-level objects and (non-interface) methods to declaration info\n...
2022-06-01T03:59:55
rust-lang/rust
e39201395d5626feefe669c9499667b927f29a58
b9827eb1d87146cf043a7ba2158424db4ab79a05
fix fold doc comment for multiline param list fn
[ { "path": "src/tools/rust-analyzer/crates/ide/src/folding_ranges.rs", "patch": "@@ -73,11 +73,13 @@ pub(crate) fn folding_ranges(file: &SourceFile) -> Vec<Fold> {\n }\n \n if fn_node.body().is_some() {\n+ // Get the actua...
2025-07-26T03:57:48
huggingface/transformers
d081c718b8825036a7662ec819313e5141dc34b5
dd6e8c5e25a3281c4e1cb34c270edfb0a8699a74
Fix vllm cis (#45139) * fixes * safe linspace? * up * up * remove batch * nits * style * fix repo * more * update * update * revert * up * fix copy * work? * adress some of the comments * update * fixes * fix-repo! * styling post merge * don't pass default * up * up * push * fix vllm compat: ad...
[ { "path": "docs/source/en/internal/rope_utils.md", "patch": "@@ -44,13 +44,13 @@ from transformers import LlamaConfig\n config = LlamaConfig()\n config.rope_parameters = {\n \"rope_type\": \"default\", # type of RoPE to use\n- \"rope_theta\": 10000.0 # base frequency parameter\n+ # rope_theta is o...
2026-04-08T11:19:38
vercel/next.js
eeba02606d48855d08591cf3fbabf5b44d3f19f6
2edd5648c2afb3672d857994fd11a498723166b2
fix inconsistency with pnpm lockfile (#55440) ### What? update pnpm in trigger-release ### Why? It generates a slightly different lockfile than developer's tooling does, causing unnecessary changes to the precompiled files Closes WEB-1579
[ { "path": ".github/workflows/trigger_release.yml", "patch": "@@ -42,11 +42,9 @@ jobs:\n steps:\n - name: Setup node\n uses: actions/setup-node@v3\n- if: ${{ steps.docs-change.outputs.docsChange == 'nope' }}\n with:\n node-version: 18\n check-latest: true\...
2023-09-18T06:19:31
golang/go
1b8ca75eaaff2985709ad61cc33c77a673c75a8c
9ce28b518d9a792d2e3e741bcb38fa046891906e
runtime: fix breakpoint in ppc64x Currently runtime.Breakpoint generates a SIGSEGV in ppc64. The solution is an unconditional trap similar to what clang and gcc do. It is documented in the section C.6 of the ABI Book 3. Fixes #52101 Change-Id: I071d2f2679b695ef268445b04c9222bd74e1f9af GitHub-Last-Rev: fff4e5e8ffe23b...
[ { "path": "src/runtime/asm_ppc64x.s", "patch": "@@ -106,7 +106,7 @@ DATA\truntime·mainPC+0(SB)/8,$runtime·main<ABIInternal>(SB)\n GLOBL\truntime·mainPC(SB),RODATA,$8\n \n TEXT runtime·breakpoint(SB),NOSPLIT|NOFRAME,$0-0\n-\tMOVD\tR0, 0(R0) // TODO: TD\n+\tTW\t$31, R0, R0\n \tRET\n \n TEXT runtime·asminit(SB...
2022-05-23T12:07:47
electron/electron
de29f2dde5ed6bfe75a13ee304beaf3cc1b8d763
6f5b0a28c57222987dffe27f8865a4b51c485f88
Fixing build: removing constness on net::HttpResponseHeaders as otherwise we would need a change in libchromiumcontent.
[ { "path": "atom/browser/api/atom_api_url_request.cc", "patch": "@@ -322,7 +322,7 @@ void URLRequest::OnAuthenticationRequired(\n }\n \n void URLRequest::OnResponseStarted(\n- scoped_refptr<const net::HttpResponseHeaders> response_headers) {\n+ scoped_refptr<net::HttpResponseHeaders> response_headers) ...
2016-10-13T15:51:19
huggingface/transformers
dd6e8c5e25a3281c4e1cb34c270edfb0a8699a74
3606a1f1e86cfe1aac10f49b63026ede57f12cc1
[docs] static model rules (#45232) * static model rules * feedback * fix
[ { "path": "Makefile", "patch": "@@ -37,6 +37,7 @@ check-repository-consistency:\n \t\tcopies,\\\n \t\tmodular_conversion,\\\n \t\tdoc_toc,\\\n+\t\tmodeling_rules_doc,\\\n \t\tdocstrings,\\\n \t\tdummies,\\\n \t\trepo,\\\n@@ -63,6 +64,7 @@ check-repo:\n \t\tcopies,\\\n \t\tmodular_conversion,\\\n \t\tdoc_toc...
2026-04-08T08:53:47
nodejs/node
a45c1aa39f593cc584f1895dd0b7309fb12e1b02
af5ddf21234a4508d7889c8dd172245cf7d4c422
doc: fix mode and flags being mistaken in fs Multiple `fs` functions have a `mode` and or `flag` option. In some cases those have been mistaken and named wrongly. All of those faulty entries have been fixed. Besides that some indentation is also aligned with the rest of the document. PR-URL: https://github.com/nodejs...
[ { "path": "doc/api/fs.md", "patch": "@@ -1556,14 +1556,14 @@ Returns an object containing commonly used constants for file system\n operations. The specific constants currently defined are described in\n [FS Constants][].\n \n-## `fs.copyFile(src, dest[, flags], callback)`\n+## `fs.copyFile(src, dest[, mode...
2019-09-25T22:34:05
vercel/next.js
2edd5648c2afb3672d857994fd11a498723166b2
75ba27c22258cb3e9f5f7b9ffc54ca3e42c78e8b
Test Mode: report onFetch interceptions in the test (#55456) This feature eases debugging significantly. This is what an intercepted fetch looks like in Playwright debugger: <img width="342" alt="image" src="https://github.com/vercel/next.js/assets/726049/e9fe4304-36b9-4d6d-b4f3-66d649464a35"> <img width="368" alt="...
[ { "path": "packages/next/src/experimental/testmode/playwright/next-fixture.ts", "patch": "@@ -3,26 +3,29 @@ import type { NextWorkerFixture, FetchHandler } from './next-worker-fixture'\n import type { NextOptions } from './next-options'\n import type { FetchHandlerResult } from '../proxy'\n import { handleR...
2023-09-18T03:34:18
golang/go
9ce28b518d9a792d2e3e741bcb38fa046891906e
47e34ca533b118bd47061b15fc7918563f4837a7
text/template/parse: fix data race on lexer initialization Before this change, `startParse` would write `lex.breakOK` and `lex.continueOK` when the lexer goroutine is already running, which is a potential race condition. Makes `breakOK` and `continueOK` configuration flags passed when `lexer` is created, similarly to...
[ { "path": "src/text/template/parse/lex.go", "patch": "@@ -211,7 +211,7 @@ func (l *lexer) drain() {\n }\n \n // lex creates a new scanner for the input string.\n-func lex(name, input, left, right string, emitComment bool) *lexer {\n+func lex(name, input, left, right string, emitComment, breakOK, continueOK ...
2022-06-04T16:43:40
huggingface/transformers
3606a1f1e86cfe1aac10f49b63026ede57f12cc1
1897dd055ddcaddd80ed83bc45bbf91181de4804
fix(security): prevent untrusted users from triggering TRL CI dispatch (#45302) The trust check used `exit 0` which only exits the shell step with success — the workflow continued to dispatch TRL CI for untrusted commenters. This allowed any GitHub user to execute arbitrary code on self-hosted GPU runners by commentin...
[ { "path": ".github/workflows/trl-ci-bot.yml", "patch": "@@ -30,13 +30,14 @@ jobs:\n *) echo \"trusted=false\" >> $GITHUB_OUTPUT ;;\n esac\n \n- - name: Ignore untrusted commenter\n+ - name: Reject untrusted commenter\n if: steps.trust.outputs.trusted != 'true'\n ...
2026-04-07T21:54:04
electron/electron
6f5b0a28c57222987dffe27f8865a4b51c485f88
b290415bbd04bf10e188178d130a0247159010ee
Fixing code review issues: function call formatting, renaming JS member variables, refactoring response headers conversion.
[ { "path": "atom/browser/api/atom_api_net.cc", "patch": "@@ -41,7 +41,7 @@ v8::Local<v8::Value> Net::URLRequest(v8::Isolate* isolate) {\n \n void Net::RequestGarbageCollectionForTesting() {\n isolate()->RequestGarbageCollectionForTesting(\n- v8::Isolate::GarbageCollectionType::kFullGarbageCollection);\n...
2016-10-13T15:14:23
nodejs/node
af5ddf21234a4508d7889c8dd172245cf7d4c422
79524673c0b7045343bdf5e74455274cd3ad66dc
repl: fix preview cursor position The cusor position was off in case the preview was exactly as long as the current terminal was wide. PR-URL: https://github.com/nodejs/node/pull/31293 Fixes: https://github.com/nodejs/node/issues/31291 Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Anto Aravinth <anto...
[ { "path": "lib/internal/repl/utils.js", "patch": "@@ -382,9 +382,9 @@ function setupPreview(repl, contextSymbol, bufferSymbol, active) {\n const { cursorPos, displayPos } = getPreviewPos();\n const rows = displayPos.rows - cursorPos.rows;\n moveCursor(repl.output, 0, rows);\n- const {...
2020-01-10T12:53:47
vercel/next.js
0bfd4801e4293d7a484e6c2f40fda45cce09cbb5
676e3aeb6deed5abacab8a06fb6a0172771d522d
Restrict useFormState in Server Components (#55417) I based my changes on #49331, which did this for useFormStatus. While I was editing the file, I noticed that useOptimistic was incorrectly categorized as a `react-dom` package export, but it's actually exported from `react`. So I fixed that, too. Co-authored-by: Za...
[ { "path": "packages/next-swc/crates/core/src/react_server_components.rs", "patch": "@@ -592,7 +592,7 @@ pub fn server_components<C: Comments>(\n JsWord::from(\"flushSync\"),\n JsWord::from(\"unstable_batchedUpdates\"),\n JsWord::from(\"experimental_useFormStatus\"),\n- ...
2023-09-16T16:53:51
huggingface/transformers
1897dd055ddcaddd80ed83bc45bbf91181de4804
52cb0653b48fcb0737a74546911df77034b61732
Fix missing image processors backends (#45165) * missing * revert emu3 * nope
[ { "path": "src/transformers/models/blip/image_processing_blip.py", "patch": "@@ -13,13 +13,13 @@\n # limitations under the License.\n \"\"\"Image processor class for BLIP.\"\"\"\n \n-from ...image_processing_backends import PilBackend\n+from ...image_processing_backends import TorchvisionBackend\n from ...i...
2026-04-07T13:39:36
electron/electron
cfdea04c83b5ddaf305e54211317ee5dffa65905
7584e73d702565e843ca132721ec0c441d379365
Added note about sending flags to Node.js, additional debug flags
[ { "path": "docs/api/chrome-command-line-switches.md", "patch": "@@ -28,19 +28,25 @@ Disables the disk cache for HTTP requests.\n \n Disable HTTP/2 and SPDY/3.1 protocols.\n \n+## --debug=`port` and --debug-brk=`port`\n+\n+Debug-related flags, see the [Debugging the Main Process][debugging-main-process] guid...
2016-10-13T09:53:33
golang/go
47e34ca533b118bd47061b15fc7918563f4837a7
02e69cfa9695f17902ff1806205c26a0d02a684f
go/types, types2: ensure that named types never expand infinitely During type-checking, newly created instances share a type checking Context which de-duplicates identical instances. However, when unexpanded types escape the type-checking pass or are created via calls to Instantiate, they lack this shared context. As ...
[ { "path": "src/cmd/compile/internal/types2/call.go", "patch": "@@ -72,13 +72,13 @@ func (check *Checker) instantiateSignature(pos syntax.Pos, typ *Signature, targs\n \t\t}()\n \t}\n \n-\tinst := check.instance(pos, typ, targs, check.bestContext(nil)).(*Signature)\n+\tinst := check.instance(pos, typ, targs, ...
2022-05-08T01:22:17
nodejs/node
79524673c0b7045343bdf5e74455274cd3ad66dc
be46a7257b36ce5519d56e50db12f91b82d194f4
test: stricten readline keypress failure test condition This verifies that the thrown error is the expected one. That was not tested before. PR-URL: https://github.com/nodejs/node/pull/31300 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yongsheng Zhang <...
[ { "path": "test/parallel/test-readline-interface.js", "patch": "@@ -561,15 +561,20 @@ function isWarned(emitter) {\n { input: fi, output: fi, terminal: true }\n );\n const keys = [];\n+ const err = new Error('bad thing happened');\n fi.on('keypress', function(key) {\n keys.push(ke...
2020-01-10T17:26:45
huggingface/transformers
52cb0653b48fcb0737a74546911df77034b61732
b9f0fbf532c124ff836466d896a716e26dbe4722
[AMD CI] Fix Qwen2 expectations (#45284) fix expec for amd
[ { "path": "tests/models/qwen2/test_modeling_qwen2.py", "patch": "@@ -81,14 +81,16 @@ def test_model_450m_logits(self):\n out = model(input_ids).logits.float().cpu()\n # Expected mean on dim = -1\n EXPECTED_MEAN = Expectations({\n- (None, None): torch.tensor([[-2.2463, ...
2026-04-07T12:01:58
vercel/next.js
16886136f2fe4806eab05a2b14eb37778feea7fe
8ee89e5f31dc79c8ee697022498e35b64ee11121
Skip JSON.parse in loadClientReferenceManifest (#55457) While investigating the `next start` CPU profile noticed that this function was called many times and that the JSON.parse happened for each of them. This replaces that to no longer be needed and leverages the require cache instead. The reason I didn't go for m...
[ { "path": "packages/next-swc/crates/next-core/src/next_manifests/client_reference_manifest.rs", "patch": "@@ -187,7 +187,7 @@ impl ClientReferenceManifest {\n globalThis.__RSC_MANIFEST[{entry_name}] = {manifest}\n \"#,\n entry_name = StringifyJ...
2023-09-16T10:33:34
electron/electron
5cf03e68d421a746d50153b95ae11a92fa34f090
20323e7032c74c5f84083d9ed09814a67e049904
Fix missing type
[ { "path": "docs/api/content-tracing.md", "patch": "@@ -132,7 +132,7 @@ Once all child processes have acknowledged the `stopMonitoring` request the\n \n * `resultFilePath` String\n * `callback` Function\n- * `resultFilePath`\n+ * `resultFilePath` String\n \n Get the current monitoring traced data.\n ", ...
2016-10-13T06:33:12
golang/go
66cbf67345b1631adbee2109f5bb78fb4e321144
47f806ce81aac555946144f112b9f8733e2ed871
cmd/buildid: reject rewriting legacy buildids This resolves legacy go binaries crashing the buildid tool when the -w flag is specified. Fixes #50809 Change-Id: I55a866f285a3c2cebcf2cdbb9cc30e5078e1d18f GitHub-Last-Rev: 7169a58fd7ba17fdeb8037cef3f50080169dc137 GitHub-Pull-Request: golang/go#53163 Reviewed-on: https:/...
[ { "path": "src/cmd/buildid/buildid.go", "patch": "@@ -53,6 +53,11 @@ func main() {\n \t\tlog.Fatal(err)\n \t}\n \n+\t// <= go 1.7 doesn't embed the contentID or actionID, so no slash is present\n+\tif !strings.Contains(id, \"/\") {\n+\t\tlog.Fatalf(\"%s: build ID is a legacy format...binary too old for this...
2022-06-04T20:39:36
huggingface/transformers
182f20c2d22125b5151cb680ddd2689c3fbb17da
02c38f7ad1257225f18fa5411769416b065080d7
Fix `SmolVLM` video processor `resize` using wrong interpolation after backend refactor (#45258) * Fix SmolVLM video processor resize using wrong interpolation after image processor backend refactor The PR #43514 refactored _preprocess to pass resample=resample to resize, but resize still accepted interpolation as it...
[ { "path": "src/transformers/models/smolvlm/video_processing_smolvlm.py", "patch": "@@ -12,13 +12,18 @@\n # See the License for the specific language governing permissions and\n # limitations under the License.\n \n-from typing import Optional\n \n import numpy as np\n import torch\n \n from ...image_process...
2026-04-06T19:41:10
rust-lang/rust
7547b15acb98d96a656c0cb17174b50097919afc
857f46eb393896e0240969f6c6b204ac015d60a9
Address review feedback - Address Call for Testing review feedback - Address Affiliated work review feedback - Drop "stabilization is easy" part - Fix broken feature gate examples - Elaborate on stabilization report summarization aspects - Recommend waiting a bit for team nominations - Make Stabilization Template mark...
[ { "path": "src/doc/rustc-dev-guide/src/SUMMARY.md", "patch": "@@ -53,7 +53,8 @@\n - [Walkthrough: a typical contribution](./walkthrough.md)\n - [Implementing new language features](./implementing_new_features.md)\n - [Stability attributes](./stability.md)\n-- [Stabilizing Features](./stabilization_guide.md)...
2025-06-19T09:33:15
vercel/next.js
8ee89e5f31dc79c8ee697022498e35b64ee11121
bace43d6212e6e1f6cd8ae9eaf86ea4b16023b5a
Don't log error about root_task_dispose (#55458) Closes WEB-1585
[ { "path": "packages/next-swc/crates/napi/src/next_api/utils.rs", "patch": "@@ -73,7 +73,6 @@ pub fn root_task_dispose(\n ) -> napi::Result<()> {\n // TODO(alexkirsz) Implement. Not panicking here to avoid crashing the process\n // when testing.\n- eprintln!(\"root_task_dispose not yet implemented...
2023-09-15T21:19:16
nodejs/node
be46a7257b36ce5519d56e50db12f91b82d194f4
f9c16b87eff60858efa0b6977fa1d253be538589
tools: update JSON header parsing for backticks Methods, events, and so on in headers in our documentation may (and should) be set off with backticks in the raw markdown. When that happens, the headers is misinterpreted by tools/json.js as not being a method or event. Update the JSON tool generator to accommodate back...
[ { "path": "test/doctool/test-doctool-json.js", "patch": "@@ -157,6 +157,74 @@ const testData = [\n }\n ]\n }\n+ },\n+ {\n+ file: fixtures.path('doc_with_backticks_in_headings.md'),\n+ json: {\n+ type: 'module',\n+ source: 'foo',\n+ modules: [\n+ {\n+ ...
2020-01-10T14:03:25
huggingface/transformers
02c38f7ad1257225f18fa5411769416b065080d7
5182cf3863cc1a25e3125d41e768ef904f0b84d0
Fix `Qwen2IntegrationTest` (#45268) fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
[ { "path": "tests/models/qwen2/test_modeling_qwen2.py", "patch": "@@ -81,14 +81,14 @@ def test_model_450m_logits(self):\n out = model(input_ids).logits.float().cpu()\n # Expected mean on dim = -1\n EXPECTED_MEAN = Expectations({\n- (None, None): torch.tensor([[-2.2121, ...
2026-04-06T19:18:18
golang/go
2730c6af9fb8a7dea9bf610699be0d543aed4da1
a32a592c8c14927c20ac42808e1fb2e55b2e9470
runtime: fix typo in libfuzzer_arm64.s statment -> statement Change-Id: Ia93a466fdc20157a7d6048903e359fe8717ecb8f GitHub-Last-Rev: 0a9bc5cab0ec2ac8d76ede3722c8813372ac771e GitHub-Pull-Request: golang/go#53231 Reviewed-on: https://go-review.googlesource.com/c/go/+/410374 Auto-Submit: Ian Lance Taylor <iant@google.com>...
[ { "path": "src/runtime/libfuzzer_arm64.s", "patch": "@@ -22,7 +22,7 @@\n // Calls C function fn from libFuzzer and passes 2 arguments to it after\n // manipulating the return address so that libfuzzer's integer compare hooks\n // work.\n-// The problem statment and solution are documented in detail in libfu...
2022-06-04T03:41:06
rust-lang/rust
272513868f0dbc76fc3d0f10adda86a013d51b5e
5dddba5084374003c6fc43fd0cfbfd78c9b05f14
Update ui tests with new macro early erroring
[ { "path": "tests/ui/const-generics/min_const_generics/macro-fail-const.rs", "patch": "@@ -0,0 +1,23 @@\n+trait Marker<const N: usize> {}\n+struct Example<const N: usize>;\n+impl<const N: usize> Marker<N> for Example<N> {}\n+\n+fn make_marker() -> impl Marker<gimme_a_const!(marker)> {\n+ //~^ ERROR: type pr...
2025-07-24T15:10:39
vercel/next.js
bace43d6212e6e1f6cd8ae9eaf86ea4b16023b5a
e262627bd9a371bf1acc643a040799de909f9990
fix: move sort to loader to also sort query string (#55425) Modules in chunks are sorted now by https://github.com/vercel/next.js/pull/55358, only the query string that is generated in the plugin has also effect on the chunkhash. Moved the sort from loader to plugin to also sort the generated query string of the m...
[ { "path": "packages/next/src/build/webpack/loaders/next-flight-client-entry-loader.ts", "patch": "@@ -24,7 +24,6 @@ export default function transformSource(this: any) {\n const code = requests\n // Filter out CSS files in the SSR compilation\n .filter((request) => (isServer ? !regexCSS.test(reques...
2023-09-15T20:41:16
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
electron/electron
eac5ba4c56b329c9c01e8431fc9674511b77bf65
a9d5699a52b49a21ee73dd3e2d07416e84ba5ef1
Fix spec linting issues
[ { "path": "spec/api-ipc-spec.js", "patch": "@@ -45,7 +45,7 @@ describe('ipc module', function () {\n assert.equal(a.bar, 1234)\n assert.equal(a.anonymous.constructor.name, '')\n assert.equal(a.getConstructorName(Object.create(null)), '')\n- assert.equal(a.getConstructorName(new (class...
2016-10-13T01:47:43
nodejs/node
4de31d517f75dd91e64f71df7cc9d2baa3e435c2
625a81dea39b6698f3dd7b52978f821929d18073
async_hooks: remove internal only error checking This error checking is mostly unnecessary and is just a Node core developer nicety, rather than something that is needed for the user-land. It can be safely removed without any practical impact while making nextTick, timers, immediates and AsyncResource substantially fa...
[ { "path": "lib/async_hooks.js", "patch": "@@ -8,6 +8,7 @@ const {\n \n const {\n ERR_ASYNC_CALLBACK,\n+ ERR_ASYNC_TYPE,\n ERR_INVALID_ASYNC_ID\n } = require('internal/errors').codes;\n const { validateString } = require('internal/validators');\n@@ -31,6 +32,7 @@ const {\n emitBefore,\n emitAfter,\n...
2019-12-14T20:02:50
rust-lang/rust
e01753d312ca86193bde4da83c6ee044036af40c
a955f1cd09a027363729ceed919952d09f76f28e
change_tracker: fix a typo there is no `llvm.lld` option
[ { "path": "src/bootstrap/src/utils/change_tracker.rs", "patch": "@@ -439,7 +439,7 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[\n ChangeInfo {\n change_id: 143255,\n severity: ChangeSeverity::Warning,\n- summary: \"`llvm.lld` is no longer enabled by default for the dist p...
2025-07-25T20:21:24
golang/go
a32a592c8c14927c20ac42808e1fb2e55b2e9470
0293c51bc5d8ca0728913c4b7f9f92339f8fd9a6
database/sql/driver: fix typo in driver.go ExecerContext -> ExecContext QueryerContext -> QueryContext Change-Id: Id3b1f44de5aa47372d59696523b4379e1fbfc11c GitHub-Last-Rev: 571d01f8052cef27bd5f91a5e95c0735ddf2e327 GitHub-Pull-Request: golang/go#53235 Reviewed-on: https://go-review.googlesource.com/c/go/+/410415 Revie...
[ { "path": "src/database/sql/driver/driver.go", "patch": "@@ -192,9 +192,9 @@ type Execer interface {\n // DB.Exec will first prepare a query, execute the statement, and then\n // close the statement.\n //\n-// ExecerContext may return ErrSkip.\n+// ExecContext may return ErrSkip.\n //\n-// ExecerContext mus...
2022-06-04T19:32:04
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
electron/electron
0417a3e51eedacd58edd3a2f2e030752129996ec
0740b2f66bc4a15a7633dc1242e1f9f6ac3a4cf9
Upgrade node for process logging fix patch
[ { "path": "vendor/node", "patch": "@@ -1 +1 @@\n-Subproject commit 219cca155dfd97312693c73e5b429bb2f8bc0063\n+Subproject commit 811cfe3fcd360179d3dd436e3d80e1b045adf633", "additions": 1, "deletions": 1, "language": "Unknown" } ]
2016-10-12T16:43:48
vercel/next.js
bd705537a351c76ea1199e95fa72eda32afba58e
e191ae3a0208a01d06066867a3fd27f11e62696b
server: bundle vendored react (#55362) ## What This PR changes Next.js to bundle its vendored React libraries so that the App Router pages can use those built-in versions. ## Why Next.js supports both Pages and App Router and we've gone through a lot of iteration to make sure that Next.js stays flexible wrt to the ...
[ { "path": "packages/next-swc/crates/next-core/src/next_import_map.rs", "patch": "@@ -246,10 +246,7 @@ pub async fn get_next_server_import_map(\n | ServerContextType::AppRSC { .. }\n | ServerContextType::AppRoute { .. } => {\n match mode {\n- NextMode::Build => {\n-...
2023-09-15T19:49:39
rust-lang/rust
ba55f20f4341ef5836c1f83beb0f2906e0600dc4
c6d740d37ec21bc3429283f03037ee49e9dea44b
span_bug instead of handling currently impossible drop case
[ { "path": "compiler/rustc_mir_transform/src/elaborate_drop.rs", "patch": "@@ -761,16 +761,17 @@ where\n \n let skip_contents = adt.is_union() || adt.is_manually_drop();\n let contents_drop = if skip_contents {\n- if adt.has_dtor(self.tcx()) {\n+ if adt.has_dtor(self.tcx...
2025-07-18T20:11:03
nodejs/node
625a81dea39b6698f3dd7b52978f821929d18073
6219f1fb447042106177efcb61e75b6e89bd0e03
tools: ensure consistent perms of signed release files Fixes: https://github.com/nodejs/build/issues/1904 PR-URL: https://github.com/nodejs/node/pull/29350 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Bet...
[ { "path": "tools/release.sh", "patch": "@@ -144,6 +144,7 @@ function sign {\n \n if [ \"X${yorn}\" == \"Xy\" ]; then\n scp ${customsshkey} ${tmpdir}/${shafile} ${tmpdir}/${shafile}.asc ${tmpdir}/${shafile}.sig ${webuser}@${webhost}:${shadir}/\n+ ssh ${customsshkey} ${webuser}@${webhost} chmod...
2019-08-28T00:47:24
golang/go
0293c51bc5d8ca0728913c4b7f9f92339f8fd9a6
865911424d509184d95d3f9fc6a8301927117fdc
regexp: avoid copying each instruction executed Inst is a 40-byte struct, so avoiding the copy gives a decent speedup: name old time/op new time/op delta Find-8 160ns ± 4% 109ns ± 4% -32.22% (p=0.008 n=5+5) FindAllNoMatches-8 70.4ns ±...
[ { "path": "src/regexp/backtrack.go", "patch": "@@ -163,7 +163,7 @@ func (re *Regexp) tryBacktrack(b *bitState, i input, pc uint32, pos int) bool {\n \t\t}\n \tSkip:\n \n-\t\tinst := re.prog.Inst[pc]\n+\t\tinst := &re.prog.Inst[pc]\n \n \t\tswitch inst.Op {\n \t\tdefault:", "additions": 1, "deletions...
2021-10-13T21:40:22
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
ecc03fdd40130304a472e85629bccc809fd41267
27e1938e9f02268dc348114688e098e965e01cdb
update docs linter with Rectangle structure fixes
[ { "path": "package.json", "patch": "@@ -5,7 +5,7 @@\n \"asar\": \"^0.11.0\",\n \"browserify\": \"^13.1.0\",\n \"electabul\": \"~0.0.4\",\n- \"electron-docs-linter\": \"^1.8.1\",\n+ \"electron-docs-linter\": \"^1.8.2\",\n \"request\": \"*\",\n \"standard\": \"^7.1.2\",\n \"stand...
2016-10-12T18:04:53
rust-lang/rust
dad982633c935ae70fbc5f9b1c0f4f845606c551
a955f1cd09a027363729ceed919952d09f76f28e
fix box destructor generation
[ { "path": "compiler/rustc_mir_transform/src/elaborate_drop.rs", "patch": "@@ -761,24 +761,36 @@ where\n \n let skip_contents = adt.is_union() || adt.is_manually_drop();\n let contents_drop = if skip_contents {\n- (self.succ, self.unwind, self.dropline)\n+ if adt.has_dto...
2025-07-08T22:01:54
vercel/next.js
e191ae3a0208a01d06066867a3fd27f11e62696b
b3a916cab4fc6256ab595e574ecf1e099352f0ac
add test for turbopack refresh error (#55447) Closes WEB-1584
[ { "path": "test/development/app-dir/basic/app/layout.js", "patch": "@@ -0,0 +1,7 @@\n+export default function Root({ children }) {\n+ return (\n+ <html>\n+ <body>{children}</body>\n+ </html>\n+ )\n+}", "additions": 7, "deletions": 0, "language": "JavaScript" }, { "path": "te...
2023-09-15T17:09:59
huggingface/transformers
794d65f401dd70408bd0b336ee54c209ed38eefc
499ef1d7b8fcaf946be6503e01c717f238838d0e
Fix tf32 issue: set `torch.backends.cudnn.conv.fp32_precision` explicitly. (#45248) * empty * fix * fix * fix --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
[ { "path": "conftest.py", "patch": "@@ -149,6 +149,22 @@ def check_output(self, want, got, optionflags):\n # The flag below controls whether to allow TF32 on cuDNN. This flag defaults to True.\n # We set it to `False` for CI. See https://github.com/pytorch/pytorch/issues/157274#issuecomment-309079161...
2026-04-05T09:42:50
golang/go
865911424d509184d95d3f9fc6a8301927117fdc
fc66cae490a0cd8b8cefefbc0ace7c3fb030f779
doc: update Go memory model Following discussion on #47141, make the following changes: - Document Go's overall approach. - Document that multiword races can cause crashes. - Document happens-before for runtime.SetFinalizer. - Document (or link to) happens-before for more sync types. - Document happens-before for syn...
[ { "path": "doc/go_mem.html", "patch": "@@ -8,12 +8,9 @@\n p.rule {\n font-style: italic;\n }\n-span.event {\n- font-style: italic;\n-}\n </style>\n \n-<h2>Introduction</h2>\n+<h2 id=\"introduction\">Introduction</h2>\n \n <p>\n The Go memory model specifies the conditions under which\n@@ -22,7 +19,7 @@ <...
2022-01-26T21:42:05
nodejs/node
5baae143c7be58e7ea64f15ccab5c2e09afd7e0b
a52328310c2c7a399a701c8c78dc4f1fda654c95
readline: improve unicode support and tab completion 1. This reduces the number of write operations used during tab completion. 2. The tab completion calculated the string width using the length of the string instead of using the actual width. That is fixed. 3. The key decoder is now capable of handling characte...
[ { "path": "lib/internal/readline/utils.js", "patch": "@@ -163,7 +163,6 @@ function stripVTControlCharacters(str) {\n return str.replace(ansi, '');\n }\n \n-\n /*\n Some patterns seen in terminal key escape codes, derived from combos seen\n at http://www.midnight-commander.org/browser/lib/tty/key.c\n@@...
2020-01-09T02:45:10
electron/electron
b290415bbd04bf10e188178d130a0247159010ee
16069cd477a0f36fd6d4ad906e35856d81465478
Fixing build on Mac OS
[ { "path": "atom/browser/api/atom_api_url_request.h", "patch": "@@ -213,7 +213,7 @@ template <typename ... ArgTypes>\n std::array<v8::Local<v8::Value>, sizeof...(ArgTypes)>\n URLRequest::BuildArgsArray(ArgTypes... args) const {\n std::array<v8::Local<v8::Value>, sizeof...(ArgTypes)> result\n- = { mate::...
2016-10-12T17:41:13
rust-lang/rust
c1d06cccaed537c799838dc5338dda28bbace52b
5b8c61494f85a58759dad04194c8353de07d75e1
Add a note on foreign exceptions
[ { "path": "library/std/src/sync/poison/mutex.rs", "patch": "@@ -46,6 +46,9 @@ use crate::sys::sync as sys;\n /// storing the guard to a [`Cell`] within [`Drop::drop`] and accessing it\n /// outside, or vice versa, can affect poisoning status in an unexpected way.\n ///\n+/// - Foreign exceptions do not ...
2025-07-25T19:14:02
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
golang/go
54a2f4b6763b6e9c37ac86329af1b8d8f2e51b58
54bd44e5738e3a6499b8b9f9fedc7b399d333cc0
doc/go1.19: add release notes for runtime packages This documents most of the changes in runtime packages, which the major exception of GC changes, which will be documented in a future CL. For #51400 Change-Id: Ibcf501e1b4f7caa3397db6b9136daec07aac5a65 Reviewed-on: https://go-review.googlesource.com/c/go/+/410117 Ru...
[ { "path": "doc/go1.19.html", "patch": "@@ -84,9 +84,41 @@ <h2 id=\"runtime\">Runtime</h2>\n <p>\n TODO: complete this section, or delete if not needed\n </p>\n+\n+<p><!-- https://go.dev/issue/18138 --><!-- CL 345889 -->\n+ The runtime will now allocate initial goroutine stacks based on the historic\n+ a...
2022-06-02T20:56:41
rust-lang/rust
11061831f703fdb5d05816860368e4b9ab4edee7
a955f1cd09a027363729ceed919952d09f76f28e
Mention type that could be `Clone` but isn't in more cases When encountering a moved value of a type that isn't `Clone` because of unmet obligations, but where all the unmet predicates reference crate-local types, mention them and suggest cloning, as we do in other cases already: ``` error[E0507]: cannot move out of ...
[ { "path": "compiler/rustc_borrowck/src/diagnostics/conflict_errors.rs", "patch": "@@ -1290,6 +1290,58 @@ impl<'infcx, 'tcx> MirBorrowckCtxt<'_, 'infcx, 'tcx> {\n span,\n format!(\"if `{ty}` implemented `Clone`, you could clone the value\"),\n );\n+ } else i...
2025-07-20T03:15:20
nodejs/node
2a94c9fa6a434f44d0941431b975f617cfe43152
679eb3e7d56e36215f57f22b67be8a60c40be4bb
doc: improve doc v8.getHeapSpaceStatistics() 'GetHeapSpaceStatistics' Link replaced in v8 getHeapSpaceStatistics function because it was showing 404 page not found. Fixes: https://github.com/nodejs/node/issues/31181 PR-URL: https://github.com/nodejs/node/pull/31274 Reviewed-By: Anna Henningsen <anna@addaleax.net> Re...
[ { "path": "doc/api/v8.md", "patch": "@@ -504,7 +504,7 @@ A subclass of [`Deserializer`][] corresponding to the format written by\n [`DefaultSerializer`]: #v8_class_v8_defaultserializer\n [`Deserializer`]: #v8_class_v8_deserializer\n [`Error`]: errors.html#errors_class_error\n-[`GetHeapSpaceStatistics`]: htt...
2020-01-08T12:56:25
electron/electron
ae1c33b863d0509017a5a7e4e533f34aed62ec45
d21def7b8db62b1996305de658b0aa1c713a0099
fixing linter issues.
[ { "path": "atom/browser/api/atom_api_url_request.cc", "patch": "@@ -334,7 +334,7 @@ void URLRequest::OnAuthenticationRequired(\n if (!atom_request_) {\n return;\n }\n- \n+\n EmitRequestEvent(\n false,\n \"login\",", "additions": 1, "deletions": 1, "language": "Unknown" }, ...
2016-10-12T10:29:25
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
54bd44e5738e3a6499b8b9f9fedc7b399d333cc0
73587b71a62f7c7a27664a207781dedae223774b
runtime: track total idle time for GC CPU limiter Currently the GC CPU limiter only tracks idle GC work time. However, in very undersubscribed situations, it's possible that all this extra idle time prevents the enabling of the limiter, since it all gets account for as mutator time. Fix this by tracking all idle time ...
[ { "path": "src/runtime/mgclimit.go", "patch": "@@ -63,6 +63,9 @@ type gcCPULimiterState struct {\n \t// idleMarkTimePool is the accumulated idle mark time since the last update.\n \tidleMarkTimePool atomic.Int64\n \n+\t// idleTimePool is the accumulated time Ps spent on the idle list since the last update.\...
2022-06-02T21:26:49
rust-lang/rust
d0fa808df5b2dbcecfadaa5fc7017ca6444ba883
31baffd6eee81c649b552d5eae9dbf2d6a9fa911
Fix if_same_then_else with if let conditions Apparently they are no longer split 1 LHS + rest RHS
[ { "path": "clippy_lints/src/copies.rs", "patch": "@@ -1,5 +1,6 @@\n use clippy_config::Conf;\n use clippy_utils::diagnostics::{span_lint, span_lint_and_note, span_lint_and_then};\n+use clippy_utils::higher::has_let_expr;\n use clippy_utils::source::{IntoSpan, SpanRangeExt, first_line_of_span, indent_of, rei...
2025-07-25T13:08:50
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
nodejs/node
679eb3e7d56e36215f57f22b67be8a60c40be4bb
be055d103c85d4b716f3013f8c63b39c7dc0425b
fs: add missing HandleScope to FileHandle.close Fixes: https://github.com/nodejs/node/issues/31202 PR-URL: https://github.com/nodejs/node/pull/31276 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau...
[ { "path": "src/node_file.cc", "patch": "@@ -301,6 +301,7 @@ MaybeLocal<Promise> FileHandle::ClosePromise() {\n close->file_handle()->AfterClose();\n Isolate* isolate = close->env()->isolate();\n if (req->result < 0) {\n+ HandleScope handle_scope(isolate);\n close->Reject(UVE...
2020-01-09T10:24:23
electron/electron
d21def7b8db62b1996305de658b0aa1c713a0099
bd5e622bec4befd89f2235456a0f5c879f31a489
Fixing various issues in tests.
[ { "path": "spec/api-net-spec.js", "patch": "@@ -240,6 +240,7 @@ describe('net module', function() {\n server.close(function() {\n })\n server = null\n+ session.defaultSession.webRequest.onBeforeRequest(null)\n })\n \n it('request/response objects should emit expected events', ...
2016-10-11T17:16:23
vercel/next.js
b3a916cab4fc6256ab595e574ecf1e099352f0ac
b02946c7c5339ed5b45d1107b4c84fb34078872a
fix server-side changes events (#55437) ### What? fix the problems that caused sideSideChanges to be emitted for client side changes ### Why? ### How? Closes WEB-1578
[ { "path": "packages/next-swc/crates/next-api/src/app.rs", "patch": "@@ -40,7 +40,6 @@ use turbopack_binding::{\n turbopack::{\n core::{\n asset::{Asset, AssetContent},\n- changed::any_content_changed_of_output_assets,\n chunk::{ChunkableModule, ChunkingContext,...
2023-09-15T15:57:01
golang/go
73587b71a62f7c7a27664a207781dedae223774b
d7941030c94ea14e9f32a4777424387b7f505cef
runtime: avoid string allocation in printDebuglog Either due to a new nowritebarrierrec annotation or a change in escape analysis, printDebuglog can't be called from sighandler anymore. Fix this by avoiding a string allocation that's the primary culprit. Change-Id: Ic84873a453f45852b0443a46597ed3ab8c9443fd Reviewed-...
[ { "path": "src/runtime/debuglog.go", "patch": "@@ -777,7 +777,8 @@ func printDebugLog() {\n \t\t\t// Logged before runtimeInitTime was set.\n \t\t\tpnano = 0\n \t\t}\n-\t\tprint(string(itoaDiv(tmpbuf[:], uint64(pnano), 9)))\n+\t\tpnanoBytes := itoaDiv(tmpbuf[:], uint64(pnano), 9)\n+\t\tprint(slicebytetostri...
2022-06-02T21:10:26
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
nodejs/node
f4797ff1ef7304659d747d181ec1e7afac408d50
6d443083e8b2057cca0b52e58cd332fc030aa87a
process: allow monitoring uncaughtException Installing an uncaughtException listener has a side effect that process is not aborted. This is quite bad for monitoring/logging tools which tend to be interested in errors but don't want to cause side effects like swallow an exception or change the output on console. There...
[ { "path": "doc/api/process.md", "patch": "@@ -262,6 +262,10 @@ nonexistentFunc();\n console.log('This will not run.');\n ```\n \n+It is possible to monitor `'uncaughtException'` events without overriding the\n+default behavior to exit the process by installing a\n+`'uncaughtExceptionMonitor'` listener.\n+\n...
2020-01-08T09:22:00
electron/electron
9b94dfcbdc4af4b6b69e1133ad01919d0a7c9e5d
046f48db51e4631db2d1798ff20eac6a17d4259f
Adding basic http tests, fixing issues in ClientRequest constructor.
[ { "path": "lib/browser/api/net.js", "patch": "@@ -59,6 +59,14 @@ class IncomingMessage extends Readable {\n return this._url_request.rawResponseHeaders\n }\n \n+ get rawTrailers() {\n+ throw (new Error('HTTP trailers are not supported.'))\n+ }\n+\n+ get trailers() {\n+ throw (new Error('HTTP ...
2016-10-07T09:07:49
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
golang/go
7846e25418a087ca15122b88fc179405e26bf768
74dc84a0e54f2ad1eaec07212b2908a1e55f5e93
cmd/link: fix TestLargeText Do not need to add single quotes '' when passing the parameter value of the -ldflags option, otherwise the following error will be reported: invalid value "'-linkmode=external'" for flag -ldflags: parameter may not start with quote character. Change-Id: I322fa7079ac24c8a68d9cb0872b0a20dbc...
[ { "path": "src/cmd/link/linkbig_test.go", "patch": "@@ -97,7 +97,7 @@ func TestLargeText(t *testing.T) {\n \t}\n \n \t// Build and run with external linking\n-\tcmd = exec.Command(testenv.GoToolPath(t), \"build\", \"-o\", \"bigtext\", \"-ldflags\", \"'-linkmode=external'\")\n+\tcmd = exec.Command(testenv.Go...
2022-06-02T06:54:50
nodejs/node
6d443083e8b2057cca0b52e58cd332fc030aa87a
a3d8de956ed5043d9bbbc09d30ed9d5b1e54186b
doc: update README to make Node.js description clearer Fixes: https://github.com/nodejs/node/issues/24872 PR-URL: https://github.com/nodejs/node/pull/31266 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: R...
[ { "path": "README.md", "patch": "@@ -8,8 +8,9 @@\n </a>\n </p>\n \n-Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. For\n-more information on using Node.js, see the [Node.js Website][].\n+Node.js is an open-source, cross-platform, JavaScript runtime environment. It\n+executes JavaS...
2020-01-09T00:52:33
electron/electron
046f48db51e4631db2d1798ff20eac6a17d4259f
b57ffbf1ab2ba9e29c9a2cb9a46af71f4df3ca1e
Fixing build on Linux
[ { "path": "atom/browser/api/atom_api_url_request.h", "patch": "@@ -10,6 +10,7 @@\n #include \"atom/browser/api/event_emitter.h\"\n #include \"atom/browser/api/trackable_object.h\"\n #include \"base/memory/weak_ptr.h\"\n+#include \"native_mate/dictionary.h\"\n #include \"native_mate/handle.h\"\n #include \"n...
2016-10-06T15:28:21
vercel/next.js
ad79325a9f247e1530d4adf4ddf8b68c354d702c
6f2a42abc5e32f8d0ab16e07440c17d69a0d25f6
Update `swc_core` to `v0.83.12` (#55216) ### What? I made `styled-jsx` configurable. It uses `swc_css` by default, and with `useLigntningcss: true`, it uses it. https://github.com/swc-project/plugins/pull/207 ### Why? ### How? Closes NEXT- Fixes # Closes WEB-1532
[ { "path": "Cargo.lock", "patch": "@@ -460,7 +460,7 @@ dependencies = [\n [[package]]\n name = \"auto-hash-map\"\n version = \"0.1.0\"\n-source = \"git+https://github.com/vercel/turbo.git?tag=turbopack-230914.5#c39c93da2e495620eed0b605723ccf85ef00136a\"\n+source = \"git+https://github.com/vercel/turbo.git?ta...
2023-09-15T15:41:05
huggingface/transformers
db9f18c370c92e971172e69bc9a88854947d9fc5
66b6e9fa6a239f6b294ea75450c360eae3106bad
[docs] formatting (#45196) fixes `<hfoptions>` tag Co-authored-by: Tarek Ziade <tarek@ziade.org>
[ { "path": "docs/source/en/model_doc/glmasr.md", "patch": "@@ -46,7 +46,7 @@ you can check the [model card](https://huggingface.co/zai-org/GLM-ASR-Nano-2512)\n \n ### Basic usage\n \n-<options id=\"usage\">\n+<hfoptions id=\"usage\">\n <hfoption id=\"AutoModel\">\n \n ```py runnable:test_basic", "additio...
2026-04-03T09:37:50
golang/go
b3b8d2bfeb0ad36426f8b308afda634442708c3c
f70b93a6e9ab6ef6ec4a9f1748f852e1601c0905
cmd/dist: use gohostarch for ssa rewrite check Fix a build failure when bootstrapping the Go compiler with go-bootstrap 1.4 while the environment contains GOARCH=riscv64. Building Go toolchain1 using go-1.4-bootstrap-20171003. src/cmd/compile/internal/ssa/rewriteRISCV64.go:4814 invalid operation: y << x (shift count ...
[ { "path": "src/cmd/dist/buildtool.go", "patch": "@@ -16,7 +16,6 @@ import (\n \t\"os\"\n \t\"path/filepath\"\n \t\"regexp\"\n-\t\"runtime\"\n \t\"strings\"\n )\n \n@@ -243,11 +242,11 @@ var ssaRewriteFileSubstring = filepath.FromSlash(\"src/cmd/compile/internal/ssa/r\n \n // isUnneededSSARewriteFile reports...
2022-06-01T20:52:12
electron/electron
b57ffbf1ab2ba9e29c9a2cb9a46af71f4df3ca1e
42bae9d71d1f69d0a8d4e794a8f08d1984854982
Temporary fix for the post data test.
[ { "path": "spec/api-net-spec.js", "patch": "@@ -1,9 +1,11 @@\n const assert = require('assert')\n-const {net} = require('electron');\n+const {remote} = require('electron')\n+const {net} = remote\n \n-describe('net module', function() {\n+describe.only('net module', function() {\n describe('HTTP basics', f...
2016-10-06T12:32:20
nodejs/node
a3d8de956ed5043d9bbbc09d30ed9d5b1e54186b
4524c115e0219912441401adc9fd06157fff8417
src: include uv.h in node_binding header This was removed in https://github.com/nodejs/node/commit/3bb085dbad4d23030c731834e35b2804c8a50b23 but is needed by Electron on Windows, as otherwise compilation errors will occur as a result of unknown libuv types. PR-URL: https://github.com/nodejs/node/pull/31265 Reviewed-By...
[ { "path": "src/node_binding.h", "patch": "@@ -10,6 +10,7 @@\n #include \"node.h\"\n #define NAPI_EXPERIMENTAL\n #include \"node_api.h\"\n+#include \"uv.h\"\n \n enum {\n NM_F_BUILTIN = 1 << 0, // Unused.", "additions": 1, "deletions": 0, "language": "C/C++ Header" } ]
2020-01-08T22:49:16
vercel/next.js
6f2a42abc5e32f8d0ab16e07440c17d69a0d25f6
15292da332d1491ffaf0fb3e2e7df3771dbc0156
Ensure etags are not generated for static files when disabled (#55376) Ensures `generateEtags` is respected for static files in `next dev` / `next start`. <!-- Thanks for opening a PR! Your contribution is much appreciated. To make sure your PR is handled as smoothly as possible we request that you follow the chec...
[ { "path": "packages/next/src/server/lib/router-server.ts", "patch": "@@ -509,6 +509,8 @@ export async function initialize(opts: {\n try {\n return await serveStatic(req, res, matchedOutput.itemPath, {\n root: matchedOutput.itemsRoot,\n+ // Ensures that etags are not ...
2023-09-15T09:34:01
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
golang/go
46ab7a5c4f80d912f25b6b3e1044282a2a79df8b
293d43e17eaae8ccb83364e401538d51c035b8a4
encoding/json: mention SyntaxError in Unmarshal doc comment Change-Id: I71c9d9ef9d21a7ae9466d8c7b283fdfbba01f5a8 Reviewed-on: https://go-review.googlesource.com/c/go/+/390734 Run-TryBot: Ian Lance Taylor <iant@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Joseph Tsai <joetsai@digital-sta...
[ { "path": "src/encoding/json/decode.go", "patch": "@@ -75,6 +75,8 @@ import (\n // either be any string type, an integer, implement json.Unmarshaler, or\n // implement encoding.TextUnmarshaler.\n //\n+// If the JSON-encoded data contain a syntax error, Unmarshal returns a SyntaxError.\n+//\n // If a JSON va...
2022-03-08T11:21:00
electron/electron
ec1fc5a17ba09d03a7fcfb261e11824798126b3c
bde30b90e871cba8414e416528e30caa0edadfbd
Implementing error, close, finish, abort events management.
[ { "path": "atom/browser/api/atom_api_net.cc", "patch": "@@ -29,14 +29,21 @@ void Net::BuildPrototype(v8::Isolate* isolate,\n v8::Local<v8::FunctionTemplate> prototype) {\n prototype->SetClassName(mate::StringToV8(isolate, \"Net\"));\n mate::ObjectTemplateBuilder(isolate, prototy...
2016-10-04T15:12:17
nodejs/node
4524c115e0219912441401adc9fd06157fff8417
3bcb2e17f81ad08b94eb541560fc01fded154e0b
doc: fix a code example in zlib.md PR-URL: https://github.com/nodejs/node/pull/31264 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bri...
[ { "path": "doc/api/zlib.md", "patch": "@@ -115,7 +115,7 @@ const fs = require('fs');\n http.createServer((request, response) => {\n const raw = fs.createReadStream('index.html');\n // Store both a compressed and an uncompressed version of the resource.\n- response.setHeader('Vary: Accept-Encoding');\n+...
2020-01-08T16:18:54
vercel/next.js
1e332532c7e0036de2e09802b83eb7d692b2d654
2e2211d27b3f0ff1cff5553453df4cf391996163
fix manifest load errors when using assetPrefix (#55416) ### What? `_devPagesManifest.json` and `_devMiddlewareManifest.json` will fail to load when using an asset prefix. In conjunction with i18n, this causes the app to get caught in an infinite load loop. ### Why? We're expecting these paths to be exact matches bu...
[ { "path": "packages/next/src/client/page-loader.ts", "patch": "@@ -9,6 +9,10 @@ import { isDynamicRoute } from '../shared/lib/router/utils/is-dynamic'\n import { parseRelativeUrl } from '../shared/lib/router/utils/parse-relative-url'\n import { removeTrailingSlash } from '../shared/lib/router/utils/remove-t...
2023-09-15T01:11:03
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
golang/go
085529bd5fa3ab508784f6a3d42f15d2dafddc65
cfd202c701d3c1fda740a8c3c725fbb704054591
cmd/compile: fix wrong unsafe.Offsetof evaluation inside generic function For instantiated generic functions, all implicit dot operations are resolved. Thus unsafe.Offsetof may calculating the offset against the wrong base selector. To fix it, we must remove any implicit dot operations to find the first non-implicit ...
[ { "path": "src/cmd/compile/internal/typecheck/const.go", "patch": "@@ -805,6 +805,18 @@ func evalunsafe(n ir.Node) int64 {\n \t\tsel.X = Expr(sel.X)\n \t\tsbase := sel.X\n \n+\t\t// Implicit dot may already be resolved for instantiating generic function. So we\n+\t\t// need to remove any implicit dot until ...
2022-05-30T14:34:01
electron/electron
42adb2afd4a4d9e99e2b12ba4a1f4ede0ee8cc12
05884358827a7645fe65d55722affa4ee64dda0d
Fixing lint-js issues.
[ { "path": "lib/browser/api/exports/electron.js", "patch": "@@ -108,10 +108,10 @@ Object.defineProperties(exports, {\n }\n },\n net: {\n- enumerable: true,\n- get: function () {\n- return require('../net')\n- }\n+ enumerable: true,\n+ get: function () {\n+ return re...
2016-09-29T13:24:28
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
2e2211d27b3f0ff1cff5553453df4cf391996163
d2641bd0721d22a5f9a7ac22737e7a1fe9abca9c
fix: sort imports to ensure consistent hash (#55358) Files with modules loaded by `NextFlightClientEntryLoader` have inconsistent chunkhashes because of unpredictable order of modules loaded. Because of this issue, multi-server builds cannot be used properly For example: `main-app` ![image](https://github.com/verce...
[ { "path": "packages/next/src/build/webpack/loaders/next-flight-client-entry-loader.ts", "patch": "@@ -24,6 +24,7 @@ export default function transformSource(this: any) {\n const code = requests\n // Filter out CSS files in the SSR compilation\n .filter((request) => (isServer ? !regexCSS.test(reques...
2023-09-14T22:26:29
nodejs/node
5235394e6656460b1c0a1cd987bc9691f56a021b
092e8426ab8a2565b73ddc0c4c74a46d637b1fdc
repl: activate previews for lines exceeding the terminal columns This improves the completion previews by activating them for lines that exceed the current terminal columns. As a drive-by fix it also simplifies some statements. PR-URL: https://github.com/nodejs/node/pull/31112 Reviewed-By: Michaël Zasso <targos@proto...
[ { "path": "lib/internal/repl/utils.js", "patch": "@@ -136,14 +136,16 @@ function setupPreview(repl, contextSymbol, bufferSymbol, active) {\n \n function getPreviewPos() {\n const displayPos = repl._getDisplayPos(`${repl._prompt}${repl.line}`);\n- const cursorPos = repl.getCursorPos();\n- const r...
2020-01-04T08:05: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
electron/electron
05884358827a7645fe65d55722affa4ee64dda0d
08947682b07eb14dc5caa0344e0976087297b5f8
Fixing cpplint issues.
[ { "path": "atom/browser/api/atom_api_net.cc", "patch": "@@ -4,8 +4,8 @@\n \n #include \"atom/browser/api/atom_api_net.h\"\n #include \"atom/browser/api/atom_api_url_request.h\"\n-#include \"native_mate/dictionary.h\"\n #include \"atom/common/node_includes.h\"\n+#include \"native_mate/dictionary.h\"\n \n nam...
2016-09-29T09:31:08
nodejs/node
092e8426ab8a2565b73ddc0c4c74a46d637b1fdc
0da2084d7f0b8878c616642b2f1dd97b763b4035
readline,repl: support tabs properly PR-URL: https://github.com/nodejs/node/pull/31112 Fixes: https://github.com/nodejs/node/issues/25272 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
[ { "path": "lib/readline.js", "patch": "@@ -490,9 +490,6 @@ Interface.prototype._insertString = function(c) {\n } else {\n this._writeToOutput(c);\n }\n-\n- // A hack to get the line refreshed if it's needed\n- this._moveCursor(0);\n }\n };\n \n@@ -731,6 +728,12 @@ Interface.prototype._...
2019-12-31T14:16:09
vercel/next.js
a73abad6098bb5d9c6b70fc6a9582e5b4769ec09
be38d023497650046df099d8a2069e9ee8c0178c
fix: server actions initiated from static pages (#51534) ### What? Pages marked with `generateStaticParams` don't currently support server actions, and instead return a 405 Method Not Allowed, with no action being taken on the client. Additionally, pages that are marked static & use server actions are opted into dynam...
[ { "path": "packages/next/src/build/index.ts", "patch": "@@ -36,6 +36,7 @@ import loadCustomRoutes, {\n normalizeRouteRegex,\n Redirect,\n Rewrite,\n+ RouteHas,\n RouteType,\n } from '../lib/load-custom-routes'\n import { getRedirectStatus, modifyRouteRegex } from '../lib/redirect-status'\n@@ -130,6...
2023-09-14T21:22:19
golang/go
af88fb6502ceee973aaa118471c9d953a10a68e5
a21cf916f418d0d48f46d8f256c5994a80558a94
net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9 This reverts commit CL 401754 (440c9312c8) which reverted CL 400654, thus reapplying CL 400654, re-adding the func init() { netGo = true } to cgo_stub.go CL 400654 had originally removed (mistakenly during development?) that had broken the darwin nocgo ...
[ { "path": "src/net/addrselect.go", "patch": "@@ -2,8 +2,6 @@\n // Use of this source code is governed by a BSD-style\n // license that can be found in the LICENSE file.\n \n-//go:build unix\n-\n // Minimal RFC 6724 address selection.\n \n package net", "additions": 0, "deletions": 2, "language":...
2022-05-28T21:06:43
electron/electron
08947682b07eb14dc5caa0344e0976087297b5f8
cbbc4376cad4c67139c30ec8ed1c14ed541ae192
Implementing abort workflow, emitting error events.
[ { "path": "atom/browser/api/atom_api_url_request.cc", "patch": "@@ -135,7 +135,7 @@ void URLRequest::BuildPrototype(v8::Isolate* isolate,\n mate::ObjectTemplateBuilder(isolate, prototype->PrototypeTemplate())\n // Request API\n .MakeDestroyable()\n- .SetMethod(\"writeBuffer\", &URLRequest::Writ...
2016-09-28T13:07:54
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
nodejs/node
539df7387dfc0b35840817e0a710a31db49d5a5a
b52bf605187d65be272a0ab8fb7f5623d8934f18
readline: improve getStringWidth() 1. Simplify the getStringWidth function used by Intl builds by removing dead code (the options were unused) and by refactoring the logic. 2. Improve the getStringWidth unicode handling used by non-Intl builds. The getStringWidth function returned the wrong width for multiple ...
[ { "path": "lib/internal/readline/utils.js", "patch": "@@ -1,8 +1,6 @@\n 'use strict';\n \n const {\n- Boolean,\n- NumberIsInteger,\n RegExp,\n Symbol,\n } = primordials;\n@@ -21,7 +19,6 @@ const kEscape = '\\x1b';\n const kSubstringSearch = Symbol('kSubstringSearch');\n \n let getStringWidth;\n-let is...
2019-12-31T14:07:37
vercel/next.js
4385efac3bc746ee4c2433d90d36102e5930de88
a94f5a54b4af5f1fa0eb13fd77424acac96ed5d6
Remove setLazyProp from the hot path of all requests (#55391) Removes setLazyProp from the hot path when handling requests. Noticed in the CPU profile that `Object.defineProperty` is not ideal so this ensures it's only called where it's needed, which is in `pages` rendering and `pages/api`. Also added a test for...
[ { "path": "packages/next/src/server/api-utils/get-cookie-parser.ts", "patch": "@@ -0,0 +1,21 @@\n+import type { NextApiRequestCookies } from '.'\n+\n+/**\n+ * Parse cookies from the `headers` of request\n+ * @param req request object\n+ */\n+\n+export function getCookieParser(headers: {\n+ [key: string]: s...
2023-09-14T20:34:51
golang/go
52f68efa45a34e60e8fc5a2ad5fc124a865ac2a4
1247354a08a377e4731e3004528ef28e83a47dec
mime: ignore .js => text/plain in Windows registry This seems to be a common registry misconfiguration on Windows. Fixes #32350 Change-Id: I68c617c42a6e72948e2acdf335ff8e7df569432d Reviewed-on: https://go-review.googlesource.com/c/go/+/406894 Reviewed-by: Michael Knyszek <mknyszek@google.com> TryBot-Result: Gopher R...
[ { "path": "doc/go1.19.html", "patch": "@@ -216,6 +216,22 @@ <h3 id=\"minor_library_changes\">Minor changes to the library</h3>\n </dd>\n </dl><!-- io -->\n \n+<dl id=\"mime\"><dt><a href=\"/pkg/mime/\">mime</a></dt>\n+ <dd>\n+ <p><!-- CL 406894 -->\n+ On Windows only, the mime package now ignores...
2022-05-17T19:28:28
electron/electron
2e4322c230ad5f75381978dc3460ce42ca642819
6b7e3759634c51603a7921bf77270306b33becb4
update to new standard-markdown with `--fix` feature
[ { "path": "package.json", "patch": "@@ -8,7 +8,7 @@\n \"electron-docs-linter\": \"^1.8.1\",\n \"request\": \"*\",\n \"standard\": \"^7.1.2\",\n- \"standard-markdown\": \"^1.2.1\"\n+ \"standard-markdown\": \"^2.1.0\"\n },\n \"optionalDependencies\": {\n \"runas\": \"^3.0.0\"", "...
2016-10-03T03:45:37
rust-lang/rust
d2ba3c8672b09373311c930733f64aa10a4799a0
0dba9f539f92c2abe7a8d3997a91e6884caa1fcf
fix target json
[ { "path": "src/tools/miri/tests/x86_64-unknown-kernel.json", "patch": "@@ -2,7 +2,7 @@\n \"llvm-target\": \"x86_64-unknown-none\",\n \"target-endian\": \"little\",\n \"target-pointer-width\": \"64\",\n- \"target-c-int-width\": \"32\",\n+ \"target-c-int-width\": 32,\n \"data-layout\": \"e-m:e-p270:...
2025-07-25T06:43:37
vercel/next.js
14145c85b8127a35a7c6f73b4163deb89d636fa2
92cf73d4489d5b274bfe968fa741492d479569e6
Remove unused file (#55378) While looking into `setLazyProp` noticed that this file is not being used. <!-- Thanks for opening a PR! Your contribution is much appreciated. To make sure your PR is handled as smoothly as possible we request that you follow the checklist sections below. Choose the right checklist ...
[ { "path": "packages/next/src/shared/lib/i18n/detect-locale-cookie.ts", "patch": "@@ -1,10 +0,0 @@\n-import { IncomingMessage } from 'http'\n-\n-export function detectLocaleCookie(req: IncomingMessage, locales: string[]) {\n- const { NEXT_LOCALE } = (req as any).cookies || {}\n- return NEXT_LOCALE\n- ? ...
2023-09-14T19:36:39