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 |
|---|---|---|---|---|---|
nodejs/node | 7ae23feb61d82c440483e928f9c2bba34e0ec88a | cb8cefdbcb18eea872e93c1ed89fe3ae3f1b35ab | doc: move LTS README link to increase prominence
PR-URL: https://github.com/nodejs/node/pull/14259
Fixes: https://github.com/nodejs/node/issues/10718
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "README.md",
"patch": "@@ -81,12 +81,13 @@ The Node.js project maintains multiple types of releases:\n ordered codenames, beginning with v4 Argon. LTS releases are less frequent\n and will attempt to maintain consistent major and minor version numbers,\n only incrementing patch version numbe... | 2017-07-16T01:41:05 |
vuejs/vue | a71e653108e4ba56a70107662f3ee30cead59c18 | 8b43c81ed432d05fdb91badebcbcb4523bbdeddb | fix(types): bump ts version and fix typing bugs (#7135) | [
{
"path": "package-lock.json",
"patch": "@@ -42,16 +42,6 @@\n \"@types/uglify-js\": \"2.6.29\"\n }\n },\n- \"JSONStream\": {\n- \"version\": \"1.3.1\",\n- \"resolved\": \"https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.1.tgz\",\n- \"integrity\": \"sha1-cH92HgHa6eFv... | 2017-11-27T14:28:38 |
huggingface/transformers | 3bc50d81e6c70d63e59d635106bac6a561b47681 | 1ddc4fa60e8cbf91367e33053361201dbffc193e | [`FA2`] Add flash attention for opt (#26414)
* added flash attention for opt
* added to list
* fix use cache (#3)
* style fix
* fix text
* test fix2
* reverted until 689f599
* torch fx tests are working now!
* small fix
* added TODO docstring
* changes
* comments and .md file modificat... | [
{
"path": "docs/source/en/model_doc/opt.md",
"patch": "@@ -62,6 +62,55 @@ The resource should ideally demonstrate something new instead of duplicating an\n \n - A blog post on [How 🤗 Accelerate runs very large models thanks to PyTorch](https://huggingface.co/blog/accelerate-large-models) with OPT.\n \n+\n+... | 2023-11-23T10:16:51 |
rust-lang/rust | 8332329f83d4ef34479fec67cc21b21246dca6b5 | 6c4b94bf3352f790db4fcb36a402cac27b296fb8 | Fix rustc test suite | [
{
"path": "scripts/test_rustc_tests.sh",
"patch": "@@ -83,7 +83,6 @@ rm tests/ui/match/match-float.rs\n # ==================\n rm tests/ui/codegen/issue-28950.rs # depends on stack size optimizations\n rm tests/ui/codegen/init-large-type.rs # same\n-rm tests/ui/issues/issue-40883.rs # same\n rm -r tests/run... | 2025-02-07T20:33:50 |
golang/go | 9667294d8f5c8c6e2c48efa1ced98cb7e9cfaf51 | 95773ab9b053edc43ba07a182f3d5e0e29775a45 | syscall: fix windows WSASendto -d=checkptr violation
WSASendto converts unsafe.Pointer to *syscall.RawSockaddrAny. But that
violates every rule of
https://golang.org/pkg/unsafe/#Pointer
Implement WSASendto by calling Windows WSASendTo API by calling
syscall.Syscall9 directly. This allows us to comply with
(4) Conve... | [
{
"path": "src/syscall/syscall_windows.go",
"patch": "@@ -871,11 +871,19 @@ func Shutdown(fd Handle, how int) (err error) {\n }\n \n func WSASendto(s Handle, bufs *WSABuf, bufcnt uint32, sent *uint32, flags uint32, to Sockaddr, overlapped *Overlapped, croutine *byte) (err error) {\n-\trsa, l, err := to.sock... | 2020-02-25T07:44:55 |
vuejs/vue | aa8262540ac0115d56b53863302b9f8e69f8a03d | 14e99086c02f4bcda55e639fb0baf2c664591448 | fix: fix v-for iterator parsing destructuring + parens without index | [
{
"path": "src/compiler/parser/index.js",
"patch": "@@ -22,7 +22,8 @@ import {\n export const onRE = /^@|^v-on:/\n export const dirRE = /^v-|^@|^:/\n export const forAliasRE = /(.*?)\\s+(?:in|of)\\s+(.*)/\n-export const forIteratorRE = /\\((\\{[^}]*\\}|[^,]*),([^,]*)(?:,([^,]*))?\\)/\n+export const forItera... | 2017-11-24T15:09:04 |
nodejs/node | cb8cefdbcb18eea872e93c1ed89fe3ae3f1b35ab | 62779ae195e190bee6fb8ef1c1d495ae3e8f7949 | deps: hotfix to bump npx version
This includes a critical fix to get npx working on Windows
PR-URL: https://github.com/nodejs/node/pull/14235
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Yuta ... | [
{
"path": "deps/npm/node_modules/libnpx/CHANGELOG.md",
"patch": "@@ -2,6 +2,16 @@\n \n All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n \n+<a name=\"9.2.1\"></a>\n+## [9.2.1](https... | 2017-07-15T00:39:10 |
huggingface/transformers | 7f6a804d3028b97142a83d768b9576ed7a4a7d84 | 4151fbb49c42bd22f8bf18b1773e09aa84846bdd | Add UnivNet Vocoder Model for Tortoise TTS Diffusers Integration (#24799)
* initial commit
* Add inital testing files and modify __init__ files to add UnivNet imports.
* Fix some bugs
* Add checkpoint conversion script and add references to transformers pre-trained model.
* Add UnivNet entries for auto.
... | [
{
"path": "README.md",
"patch": "@@ -494,6 +494,7 @@ Current number of checkpoints: ** (from Google Research) released with the paper [UniMax: Fairer and More Effective Language Sampling f... | 2023-11-22T16:21:36 |
ggml-org/llama.cpp | d8914fc47e8a69b28c670325cb1c8ce33e3a2960 | e885445bc1719d2e289a9b2e11714e0f994e68be | common : add --override-tensor-draft, --cpu-moe-draft and --n-cpu-moe-draft parameters (#15191)
* Checkpoint from VS Code for coding agent session
* Initial plan
* Fix typo in --override-tensor-draft flag implementation
* Add null termination for speculative tensor buffer overrides
* Apply suggestions from code re... | [
{
"path": "common/arg.cpp",
"patch": "@@ -749,6 +749,39 @@ std::pair<long, std::vector<char>> common_remote_get_content(const std::string &\n // utils\n //\n \n+// Helper function to parse tensor buffer override strings\n+static void parse_tensor_buffer_overrides(const std::string & value, std::vector<llama... | 2025-08-13T10:44:40 |
golang/go | 95773ab9b053edc43ba07a182f3d5e0e29775a45 | 2681efaf0e0457ef7f4246033fe0e97e8d352172 | sync/atomic: fix TestSwapPointer test
It plays way too loose with unsafe.Pointer rules.
It runs afoul of the checkptr rules, so some race detector builds
were failing.
Fixes #38210
Change-Id: I5e1c78201d06295524fdedb3fe5b49d61446f443
Reviewed-on: https://go-review.googlesource.com/c/go/+/226880
Run-TryBot: Keith Ran... | [
{
"path": "src/sync/atomic/atomic_test.go",
"patch": "@@ -153,6 +153,21 @@ func TestSwapUintptr(t *testing.T) {\n \t}\n }\n \n+var global [1024]byte\n+\n+func testPointers() []unsafe.Pointer {\n+\tvar pointers []unsafe.Pointer\n+\t// globals\n+\tfor i := 0; i < 10; i++ {\n+\t\tpointers = append(pointers, un... | 2020-04-01T23:34:50 |
vuejs/vue | 14e99086c02f4bcda55e639fb0baf2c664591448 | df37292f77c813b04c018e1b5865f389ecce75bd | fix(types): add missing ssr renderToString signature | [
{
"path": "packages/vue-server-renderer/types/index.d.ts",
"patch": "@@ -11,6 +11,7 @@ interface Renderer {\n renderToString(vm: Vue, callback: RenderCallback): void;\n renderToString(vm: Vue, context: object, callback: RenderCallback): void;\n renderToString(vm: Vue): Promise<string>;\n+ renderToStr... | 2017-11-24T14:23:59 |
nodejs/node | fa73087fcf4bd14db7791120e688a0a508885b64 | d49e6693fe17dc42a1234682b0903c94fb594c23 | errors: keep error codes in alphabetical order
PR-URL: https://github.com/nodejs/node/pull/14242
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gibson Fahnestoc... | [
{
"path": "lib/internal/errors.js",
"patch": "@@ -113,7 +113,6 @@ E('ERR_BUFFER_OUT_OF_BOUNDS', bufferOutOfBounds);\n E('ERR_CONSOLE_WRITABLE_STREAM',\n 'Console expects a writable stream instance for %s');\n E('ERR_CPU_USAGE', 'Unable to obtain cpu usage %s');\n-E('ERR_NO_LONGER_SUPPORTED', '%s is no lon... | 2017-07-15T01:23:49 |
huggingface/transformers | 4151fbb49c42bd22f8bf18b1773e09aa84846bdd | b2c63c79c3c7658c5783340dba9d049cf3824e5d | [Whisper] Add sequential longform decoding (#27492)
* [Whisper] Add seq gen
* [Whisper] Add seq gen
* more debug
* Fix whisper logit processor
* Improve whisper code further
* Fix more
* more debug
* more debug
* Improve further
* Add tests
* Prep for batch size > 1
* Get batch_size>1 ... | [
{
"path": "src/transformers/generation/logits_process.py",
"patch": "@@ -1487,6 +1487,7 @@ class WhisperTimeStampLogitsProcessor(LogitsProcessor):\n max_initial_timestamp_index (`int`, *optional*, defaults to 1):\n Used to set the maximum value of the initial timestamp. T... | 2023-11-22T12:27:34 |
vuejs/vue | df37292f77c813b04c018e1b5865f389ecce75bd | 70fb68b0b092eaefeb6289f5dea3852b72e7743f | chore: fix comment typo (#7113)
Random find :) | [
{
"path": "build/release.sh",
"patch": "@@ -20,7 +20,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then\n npm run test:ssr\n fi\n \n- # Sauce Labs tests has a decent change of failing\n+ # Sauce Labs tests has a decent chance of failing\n # so we usually manually run them before running the release script.\n \n... | 2017-11-23T15:20:19 |
ggml-org/llama.cpp | 6028bf74351d35a06bd98498624f8c2f029f7d1a | bc5182272c373267352bc689e5fca276934bea2d | CUDA: Optimize `reduce_rows_f32` kernel, leading up to 25x perf improvement on kernel-level and 10% perf increase for Gemma3n (#15132)
* Factor out `reduce_rows_f32` from common.cuh
This increases iteration cycle speed by not having to recompile
every kernel all the time
* Hide memory-latency by loop unrolling in re... | [
{
"path": "ggml/src/ggml-cuda/common.cuh",
"patch": "@@ -87,6 +87,10 @@\n #define GGML_CUDA_CC_IS_QY2(cc) (cc >= GGML_CUDA_CC_QY2 && cc < GGML_CUDA_CC_NG)\n #define GGML_CUDA_CC_IS_NG(cc) (cc >= GGML_CUDA_CC_NG)\n \n+#if !defined(GGML_USE_HIP) && !defined(GGML_USE_MUSA) && CUDART_VERSION >= 11070... | 2025-08-13T08:04:46 |
golang/go | 620208790ec55a8af69f09f5793173a23375f46e | a1bc781503bf371262d4878e96cd60cdbb5e9ee9 | crypto/tls: add missing alert values
Fixes #35911
Change-Id: I093d25aa169963769b51c37d2481bce71bd0fd2f
Reviewed-on: https://go-review.googlesource.com/c/go/+/226858
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Filippo Valsorda <filippo@golang.org> | [
{
"path": "src/crypto/tls/alert.go",
"patch": "@@ -15,63 +15,75 @@ const (\n )\n \n const (\n-\talertCloseNotify alert = 0\n-\talertUnexpectedMessage alert = 10\n-\talertBadRecordMAC alert = 20\n-\talertDecryptionFailed alert = 21\n-\talertRecordOverflow alert = 22\n-... | 2020-04-01T17:49:57 |
nodejs/node | 24f79a775a966e38586f047bdcb2c93f2d66b5b9 | 3f7216c198d3d81b6ceaafb1129a19d785a41a3a | test: use regex error checks in test-util-format
Replace constructor with regular expression for second argument
to assert.throws() in test-util-format.
PR-URL: https://github.com/nodejs/node/pull/14299
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Benjamin... | [
{
"path": "test/parallel/test-util-format.js",
"patch": "@@ -46,7 +46,7 @@ assert.strictEqual(util.format('%s', symbol), 'Symbol(foo)');\n assert.strictEqual(util.format('%j', symbol), 'undefined');\n assert.throws(function() {\n util.format('%d', symbol);\n-}, TypeError);\n+}, /^TypeError: Cannot convert... | 2017-07-16T09:24:34 |
huggingface/transformers | b2c63c79c3c7658c5783340dba9d049cf3824e5d | c651eb23c37c0acda2d9c4e888c93b0c852143f6 | Fix `max_steps` documentation regarding the end-of-training condition (#27624)
* fix max_steps doc
* Update src/transformers/training_args.py [ci skip]
Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
* propagate suggested change
---------
Co-authored-by: Steven Liu <59462357+stev... | [
{
"path": "src/transformers/training_args.py",
"patch": "@@ -234,8 +234,8 @@ class TrainingArguments:\n the last epoch before stopping training).\n max_steps (`int`, *optional*, defaults to -1):\n If set to a positive number, the total number of training steps to perform. Ove... | 2023-11-22T11:10:11 |
vuejs/vue | 70fb68b0b092eaefeb6289f5dea3852b72e7743f | dd21eacc33fee8f8e6151fe1dcb419644f8f98c2 | chore: fix comment typo | [
{
"path": "src/core/instance/lifecycle.js",
"patch": "@@ -193,7 +193,7 @@ export function mountComponent (\n }\n }\n \n- // we set this to vm._watcher inside the wathcer's constructor\n+ // we set this to vm._watcher inside the watcher's constructor\n // since the watcher's initial patch may call ... | 2017-11-22T22:57:31 |
ggml-org/llama.cpp | e71d48e3265027351e44a8e198f933c98f242c2e | b0493156fa8622694f21f42460a84da3eded0bc0 | ggml-rpc: chunk send()/recv() to avoid EINVAL for very large tensors over RPC (macOS & others) (#15188)
* ggml-rpc: chunk send()/recv() to avoid EINVAL for very large tensors over RPC (macOS & others). Fixes #15055
* ggml-rpc: rename RPC_IO_CHUNK->MAX_CHUNK_SIZE, use std::min() for cap, switch to GGML_LOG_ERROR, hand... | [
{
"path": "ggml/src/ggml-rpc/ggml-rpc.cpp",
"patch": "@@ -29,9 +29,12 @@\n #include <cstring>\n #include <fstream>\n #include <filesystem>\n+#include <algorithm>\n \n namespace fs = std::filesystem;\n \n+static constexpr size_t MAX_CHUNK_SIZE = 1024ull * 1024ull * 1024ull; // 1 GiB\n+\n #ifdef _WIN32\n type... | 2025-08-13T05:54:30 |
golang/go | bba88467f86472764a656e61f5f3265ed6853692 | 7ffbea9fd838be851c287b2a21ee6ce1e2776b54 | cmd/compile: add indexed-load CMP instructions
Things like CMPQ 4(AX)(BX*8), CX
Fixes #37955
Change-Id: Icbed430f65c91a0e3f38a633d8321d79433ad8b3
Reviewed-on: https://go-review.googlesource.com/c/go/+/224219
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David C... | [
{
"path": "src/cmd/compile/internal/amd64/ssa.go",
"patch": "@@ -681,6 +681,19 @@ func ssaGenValue(s *gc.SSAGenState, v *ssa.Value) {\n \t\tgc.AddAux2(&p.From, v, sc.Off())\n \t\tp.To.Type = obj.TYPE_CONST\n \t\tp.To.Offset = sc.Val()\n+\tcase ssa.OpAMD64CMPQloadidx8, ssa.OpAMD64CMPQloadidx1, ssa.OpAMD64CMP... | 2020-03-20T00:48:42 |
huggingface/transformers | c5be38cd27bee92be73c73ba09aec8bedf841423 | d2a980ec74db8bc3ea0104e126cbf5d4b1f0e73b | Fix `resize_token_embeddings` (#26861) (#26865)
* Fix `resize_token_embeddings` about `requires_grad`
The method `resize_token_embeddings` should keep `requires_grad`
unchanged for all parameters in embeddings.
Previously, `resize_token_embeddings` always set `requires_grad`
to `True`. After fixed, `resize_tok... | [
{
"path": "src/transformers/modeling_utils.py",
"patch": "@@ -1586,6 +1586,8 @@ def _resize_token_embeddings(self, new_num_tokens, pad_to_multiple_of=None):\n if hasattr(old_embeddings, \"_hf_hook\"):\n hook = old_embeddings._hf_hook\n add_hook_to_module(new_embeddings, hook)... | 2023-11-21T17:51:48 |
nodejs/node | 2bbeec73af537cb8c62a31067b13d5c9219e926c | fc711314f18339c2f6f019c32ff9660048da9c13 | test: improve regexps for error checking
test/parallel/test-catpto-random.js contains an object called
errorMesssage that contains regular expressions.They are only partially
matching regular expressions. Make them match the entire error message.
PR-URL: https://github.com/nodejs/node/pull/14271
Reviewed-By: Rich Tro... | [
{
"path": "test/parallel/test-crypto-random.js",
"patch": "@@ -140,12 +140,12 @@ const expectedErrorRegexp = /^TypeError: size must be a number >= 0$/;\n new Uint8Array(new Array(10).fill(0))\n ];\n const errMessages = {\n- offsetNotNumber: /offset must be a number/,\n- offsetOutOfRange: /offs... | 2017-07-16T07:06:50 |
vuejs/vue | dd21eacc33fee8f8e6151fe1dcb419644f8f98c2 | 604e081d0456ed136b24b5f759c608d153dfae93 | fix: fix async component resolving in sibling mounted hook
fix #7107 | [
{
"path": "src/core/instance/lifecycle.js",
"patch": "@@ -193,7 +193,10 @@ export function mountComponent (\n }\n }\n \n- vm._watcher = new Watcher(vm, updateComponent, noop)\n+ // we set this to vm._watcher inside the wathcer's constructor\n+ // since the watcher's initial patch may call $forceUpd... | 2017-11-22T22:12:34 |
ggml-org/llama.cpp | f4586ee5986d6f965becb37876d6f3666478a961 | 60a76588106d22ccacd6b1a0d15d8545861d0a0d | sycl: Fix and disable more configurations of mul_mat (#15151)
* sycl: Fix and disable more configurations of mul_mat
* Disable more configurations | [
{
"path": "ggml/src/ggml-sycl/ggml-sycl.cpp",
"patch": "@@ -2705,9 +2705,9 @@ static void ggml_sycl_mul_mat_batched_sycl(ggml_backend_sycl_context & ctx, cons\n \" : converting src1 to fp16\");\n \n // iterate tensor dims and find the slowest moving di... | 2025-08-12T11:58:22 |
golang/go | 7ffbea9fd838be851c287b2a21ee6ce1e2776b54 | 8e6a8d9e282a6f9aeab5635c75c223129f5ab61f | reflect: when Converting between float32s, don't lose signal NaNs
Trying this CL again, with a test that skips 387.
When converting from float32->float64->float32, any signal NaNs
get converted to quiet NaNs. Avoid that so using reflect.Value.Convert
between two float32 types keeps the signal bit of NaNs.
Skip the t... | [
{
"path": "src/reflect/all_test.go",
"patch": "@@ -4163,6 +4163,37 @@ func TestConvert(t *testing.T) {\n \t}\n }\n \n+var gFloat32 float32\n+\n+func TestConvertNaNs(t *testing.T) {\n+\tconst snan uint32 = 0x7f800001\n+\n+\t// Test to see if a store followed by a load of a signaling NaN\n+\t// maintains the ... | 2020-03-03T18:07:32 |
vuejs/vue | 604e081d0456ed136b24b5f759c608d153dfae93 | 3932a451a1419a97ea0200c5cb8096afe9a3e7e7 | fix: ensure functionalContext is cloned during slot clones
fix #7106 | [
{
"path": "src/core/instance/render-helpers/resolve-slots.js",
"patch": "@@ -20,7 +20,7 @@ export function resolveSlots (\n }\n // named slots should only be respected if the vnode was rendered in the\n // same context.\n- if ((child.context === context || child.functionalContext === context)... | 2017-11-22T21:37:24 |
nodejs/node | e0340af4551717ada908dc9fa1a4cd706004d728 | 9cbfd5b580acfe4a5b0406bbf6221052afa4a01a | buffer: fix indentation nits
Fix indentation issues that will be flagged by upcoming stricter
linting.
PR-URL: https://github.com/nodejs/node/pull/14224
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Michaël Za... | [
{
"path": "lib/buffer.js",
"patch": "@@ -143,8 +143,9 @@ function Buffer(arg, encodingOrOffset, length) {\n // Common case.\n if (typeof arg === 'number') {\n if (typeof encodingOrOffset === 'string') {\n- throw new errors.TypeError('ERR_INVALID_ARG_TYPE', 'string',\n- 'string', arg);\n+... | 2017-07-13T19:17:45 |
ggml-org/llama.cpp | efe3a90996ca6e67ca90f337fc03ad551082c408 | bbd57b7eafb3b32e3f7f3a2175bce0b35abc7de8 | CUDA cmake: add `-lineinfo` for easier debug (#15260) | [
{
"path": "ggml/src/ggml-cuda/CMakeLists.txt",
"patch": "@@ -120,6 +120,10 @@ if (CUDAToolkit_FOUND)\n \n set(CUDA_FLAGS -use_fast_math -extended-lambda)\n \n+ if (GGML_CUDA_DEBUG)\n+ list(APPEND CUDA_FLAGS -lineinfo)\n+ endif()\n+\n if (CUDAToolkit_VERSION VERSION_GREATER_EQUAL \"12.8\... | 2025-08-12T09:21:45 |
huggingface/transformers | c770600fde5be461d17e741827e082d0128f35c8 | f5c9738f61a4221e447bbf0c3a0496bd11583031 | TVP model (#25856)
* tvp model for video grounding
add tokenizer auto
fix param in TVPProcessor
add docs
clear comments and enable different torch dtype
add image processor test and model test and fix code style
* fix conflict
* fix model doc
* fix image processing tests
* fix tvp tests
*... | [
{
"path": "README.md",
"patch": "@@ -489,6 +489,7 @@ Current number of checkpoints: ** (from Google/CMU) released with the paper [Transformer-XL: Attentive Language Models ... | 2023-11-21T16:41:55 |
rust-lang/rust | 01794a4973c6e9b41af78cebd2f8adf9cdb36f9f | d18dd4dc18f544b79152579d4e27f3969602cf5e | simplify panic_context | [
{
"path": "src/tools/rust-analyzer/crates/stdx/src/panic_context.rs",
"patch": "@@ -1,46 +1,42 @@\n //! A micro-crate to enhance panic messages with context info.\n-//!\n-//! FIXME: upstream to <https://github.com/kriomant/panic-context> ?\n \n use std::{cell::RefCell, panic, sync::Once};\n \n-pub fn enter(... | 2025-02-07T17:39:07 |
vuejs/vue | 3932a451a1419a97ea0200c5cb8096afe9a3e7e7 | f93c1585f927aedfdd79e3d9d44da74edcd91155 | fix(keep-alive): should not destroy active instance when pruning cache
fix #7105 | [
{
"path": "src/core/components/keep-alive.js",
"patch": "@@ -41,7 +41,7 @@ function pruneCacheEntry (\n current?: VNode\n ) {\n const cached = cache[key]\n- if (cached && cached !== current) {\n+ if (cached && (!current || cached.tag !== current.tag)) {\n cached.componentInstance.$destroy()\n }\... | 2017-11-22T20:26:39 |
golang/go | 4ec5e7c50fb2d7fb158578e620e026779c3aafe3 | 1cb582fe026d22cc886634f49ec0be63bcca911f | [dev.link] cmd/link: fix mmapping OutBuf on windows
We got the permissions wrong on the mmapped region.
Change-Id: Ica6372fd9d9a787ab20a763e5785fb9fb34ff623
Reviewed-on: https://go-review.googlesource.com/c/go/+/226366
Run-TryBot: Jeremy Faller <jeremy@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewe... | [
{
"path": "src/cmd/link/internal/ld/outbuf_test.go",
"patch": "@@ -0,0 +1,30 @@\n+// Copyright 2020 The Go Authors. All rights reserved.\n+// Use of this source code is governed by a BSD-style\n+// license that can be found in the LICENSE file.\n+\n+package ld\n+\n+import (\n+\t\"os\"\n+\t\"runtime\"\n+\t\"... | 2020-03-30T14:45:26 |
nodejs/node | 242e7a8c6da696704c8be322d9244bd8ba2569f8 | e8170f2246717cd8171c450ba11ae04934cf7dd9 | test: use regexp to confir error message
In test/parallel/test-stream-writable-null.js, use a regular expression
to validate error message in assert.throws() call.
PR-URL: https://github.com/nodejs/node/pull/14268
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-B... | [
{
"path": "test/parallel/test-stream-writable-null.js",
"patch": "@@ -32,7 +32,7 @@ assert.doesNotThrow(() => {\n assert.throws(() => {\n const m = new MyWritable();\n m.write(false, (err) => assert.ok(err));\n-}, TypeError, 'Invalid non-string/buffer chunk');\n+}, /^TypeError: Invalid non-string\\/buff... | 2017-07-16T07:18:05 |
ggml-org/llama.cpp | 25ff6f7659f6a5c47d6a73eada5813f0495331f0 | be48528b068111304e4a0bb82c028558b5705f05 | musa: fix failures in test-backend-ops for mul_mat_id op (#15236)
* musa: fix failures in test-backend-ops for mul_mat_id op
Signed-off-by: Xiaodong Ye <xiaodong.ye@mthreads.com>
* Address review comments
Signed-off-by: Xiaodong Ye <xiaodong.ye@mthreads.com>
---------
Signed-off-by: Xiaodong Ye <xiaodong.ye@mthre... | [
{
"path": "ggml/src/ggml-cuda/common.cuh",
"patch": "@@ -312,11 +312,11 @@ static bool turing_mma_available(const int cc) {\n }\n \n static bool ampere_mma_available(const int cc) {\n- return cc < GGML_CUDA_CC_OFFSET_AMD && ggml_cuda_highest_compiled_arch(cc) >= GGML_CUDA_CC_AMPERE;\n+ return GGML_CUD... | 2025-08-12T02:02:51 |
huggingface/transformers | 0145c6825e488b2bfa1bbf403a6b92f754043ed3 | 82cc0a79ac796184806a137a7000ad1b2036fe5b | Fix tracing dinov2 (#27561)
* Enable tracing with DINOv2 model
* ABC
* Add note to model doc | [
{
"path": "docs/source/en/model_doc/dinov2.md",
"patch": "@@ -25,6 +25,37 @@ The abstract from the paper is the following:\n This model was contributed by [nielsr](https://huggingface.co/nielsr).\n The original code can be found [here](https://github.com/facebookresearch/dinov2).\n \n+## Usage tips\n+\n+The... | 2023-11-21T14:28:38 |
rust-lang/rust | 720101002876ad6043735004b9ae20600a989fe8 | 8151886da1a42153cebe18d6c21f393b7bf69116 | fix: Apply adjustments to proper expr when invoking `CoerceMany` | [
{
"path": "src/tools/rust-analyzer/crates/hir-ty/src/infer.rs",
"patch": "@@ -1239,7 +1239,29 @@ impl<'a> InferenceContext<'a> {\n }\n \n fn write_expr_adj(&mut self, expr: ExprId, adjustments: Vec<Adjustment>) {\n- self.result.expr_adjustments.insert(expr, adjustments);\n+ if adjustme... | 2025-02-07T17:38:41 |
vuejs/vue | f93c1585f927aedfdd79e3d9d44da74edcd91155 | fcc122931b504655c8255645d57612bc74c0f594 | chore: fix BACKERS.md opencollective links | [
{
"path": "BACKERS.md",
"patch": "@@ -29,8 +29,8 @@ Funds donated via Patreon goes directly to support Evan You's full-time work on\n \n <h2 align=\"center\">Platinum via OpenCollective</h2>\n \n-<!-- <a href=\"https://opencollective.com/vuejs/platinumsponsor/0/website\" target=\"_blank\"><img src=\"https:/... | 2017-11-21T21:05:06 |
golang/go | 1cb582fe026d22cc886634f49ec0be63bcca911f | 0e0ee115c5110f83c763af5c8797759887fe0cb3 | [dev.link] cmd/link: fix end-of-block padding (again)
Make sure we never overrun the end address.
Should fix AIX build.
Change-Id: I9926387d4512ec8b4acc32b7f32cee2b2aca25b4
Reviewed-on: https://go-review.googlesource.com/c/go/+/226718
Reviewed-by: Jeremy Faller <jeremy@golang.org> | [
{
"path": "src/cmd/link/internal/ld/data.go",
"patch": "@@ -811,7 +811,6 @@ func writeBlocks(out *OutBuf, sem chan int, syms []*sym.Symbol, addr, size int64\n \tfor addr < lastAddr {\n \t\t// Find the last symbol we'd write.\n \t\tidx := -1\n-\t\tlength := int64(0)\n \t\tfor i, s := range syms {\n \t\t\t// ... | 2020-03-31T22:53:17 |
nodejs/node | e8170f2246717cd8171c450ba11ae04934cf7dd9 | bfae1feb38ee69e0e9f61d560c50c7325c221a72 | test: use regluar expression in vm test
update test/parallel/test-vm-create-context-arg.js
in line 27 to change `TypeError` to the regular expression
with the `/^TypeError: sandbox must be an object$/`.
PR-URL: https://github.com/nodejs/node/pull/14266
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Gibson Fa... | [
{
"path": "test/parallel/test-vm-create-context-arg.js",
"patch": "@@ -26,7 +26,7 @@ const vm = require('vm');\n \n assert.throws(function() {\n vm.createContext('string is not supported');\n-}, TypeError);\n+}, /^TypeError: sandbox must be an object$/);\n \n assert.doesNotThrow(function() {\n vm.create... | 2017-07-16T07:10:37 |
ggml-org/llama.cpp | be48528b068111304e4a0bb82c028558b5705f05 | cf9e5648a7ae02f7728fefcbcfd2979d83c96e8f | CANN: Add broadcast for softmax and FA (#15208)
* refactor softmax
* fix fa
* fix mask shape
* format
* add comments
* Remove whitespace | [
{
"path": "ggml/src/ggml-cann/aclnn_ops.cpp",
"patch": "@@ -812,7 +812,7 @@ void ggml_cann_dup(ggml_backend_cann_context& ctx, ggml_tensor* dst) {\n ggml_cann_release_resources(ctx, src_trans_tensor);\n return;\n } else {\n- GGML_ABORT(\"Unsupport dst is not tontig... | 2025-08-11T14:50:31 |
huggingface/transformers | 82cc0a79ac796184806a137a7000ad1b2036fe5b | f93c1e9eceafde40b1d33fbb03834de97556706c | Fix flash attention bugs with Mistral and Falcon (#27625)
* fix various bugs with flash attention
* bump
* fix test
* fix mistral
* use skiptest instead of return that may be misleading
* fix on review | [
{
"path": "src/transformers/models/falcon/modeling_falcon.py",
"patch": "@@ -564,6 +564,12 @@ def forward(\n \n past_key_value = (key_layer, value_layer) if use_cache else None\n \n+ # TODO: These transpose are quite inefficient but Flash Attention requires the layout [batch_size, sequence_le... | 2023-11-21T14:20:44 |
vuejs/vue | fcc122931b504655c8255645d57612bc74c0f594 | 3554eb27269e151a0ef3d8c4ad9b29ec6664c471 | fix(types): improve and test bundleRenderer.renderToString Promise types | [
{
"path": "packages/vue-server-renderer/types/index.d.ts",
"patch": "@@ -18,6 +18,7 @@ interface Renderer {\n interface BundleRenderer {\n renderToString(callback: RenderCallback): void;\n renderToString(context: object, callback: RenderCallback): void;\n+ renderToString(): Promise<string>;\n renderT... | 2017-11-21T15:28:30 |
golang/go | 8e6a8d9e282a6f9aeab5635c75c223129f5ab61f | e9850462aa1e35d92ff428915df7bb0c9e79df81 | runtime: fix typo in loadFactor comment
Fixes #38174
Change-Id: Iacdbbcd0b4586302daf082e59d833b7aa58b1a6a
GitHub-Last-Rev: f0c96819ebb9928879a03957244f2de655708cbb
GitHub-Pull-Request: golang/go#38191
Reviewed-on: https://go-review.googlesource.com/c/go/+/226758
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com... | [
{
"path": "src/runtime/map.go",
"patch": "@@ -66,7 +66,7 @@ const (\n \tbucketCnt = 1 << bucketCntBits\n \n \t// Maximum average load of a bucket that triggers growth is 6.5.\n-\t// Represent as loadFactorNum/loadFactDen, to allow integer math.\n+\t// Represent as loadFactorNum/loadFactorDen, to allow i... | 2020-04-01T07:15:49 |
ggml-org/llama.cpp | cf9e5648a7ae02f7728fefcbcfd2979d83c96e8f | fba5c0d680b555cbac563fef57b33bc5c9621e08 | mtmd : Fix MinicpmV model converter and clip to avoid using hardcode. (#14750)
* Fix MinicpmV model converter and clip to avoid using hardcode.
* Code update for pr/14750
* Remove unused field, update script path in docs.
* Add version 5 for fallback code.
---------
Co-authored-by: lzhang <zhanglei@modelbest.cn> | [
{
"path": "docs/multimodal/minicpmo2.6.md",
"patch": "@@ -13,7 +13,7 @@ If there are differences in usage, please refer to the official build [documenta\n \n Clone llama.cpp:\n ```bash\n-git clone https://github.com/ggerganov/llama.cpp\n+git clone https://github.com/ggml-org/llama.cpp\n cd llama.cpp\n ```\n... | 2025-08-11T14:12:12 |
nodejs/node | bfae1feb38ee69e0e9f61d560c50c7325c221a72 | e3f7a54d0a2ffd36326f8acfcc2d94ac9dbfec54 | test: use regular expression to match error msg
PR-URL: https://github.com/nodejs/node/pull/14265
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com> | [
{
"path": "test/parallel/test-stream-writable-null.js",
"patch": "@@ -19,7 +19,7 @@ MyWritable.prototype._write = function(chunk, encoding, callback) {\n assert.throws(() => {\n const m = new MyWritable({objectMode: true});\n m.write(null, (err) => assert.ok(err));\n-}, TypeError, 'May not write null va... | 2017-07-16T07:15:00 |
huggingface/transformers | f93c1e9eceafde40b1d33fbb03834de97556706c | 851a4f7088281072bdcf95edaaf08c6984e28cfd | Add RoCm scheduled CI & upgrade RoCm CI to PyTorch 2.1 (#26940)
* add scheduled ci on amdgpu
* fix likely typo
* more tests, avoid parallelism
* precise comment
* fix report channel
* trigger docker build on this branch
* fix
* fix
* run rocm scheduled ci
* fix
* fix
* fix
* fix
... | [
{
"path": ".github/workflows/self-push-amd-mi210-caller.yml",
"patch": "@@ -18,7 +18,7 @@ on:\n jobs:\r\n run_amd_ci:\r\n name: AMD mi210\r\n- if: (cancelled() != true) && ((github.event_name != 'schedule') || ((github.event_name == 'push') && startsWith(github.ref_name, 'run_amd_push_ci_caller')))... | 2023-11-21T13:55:13 |
vuejs/vue | 3554eb27269e151a0ef3d8c4ad9b29ec6664c471 | b0bbcbd152782bcc8d5ad5e9c9e5842e1daf1afb | fix(types): add Promise signature for bundleRenderer.renderToString (#7098)
* Make callback optional when providing context
Otherwise TypeScript compiler complains about `not assignable to parameter of type 'RenderCallback'`
* Update index.d.ts | [
{
"path": "packages/vue-server-renderer/types/index.d.ts",
"patch": "@@ -18,6 +18,7 @@ interface Renderer {\n interface BundleRenderer {\n renderToString(callback: RenderCallback): void;\n renderToString(context: object, callback: RenderCallback): void;\n+ renderToString(context: object): Promise<strin... | 2017-11-21T15:25:30 |
ggml-org/llama.cpp | fba5c0d680b555cbac563fef57b33bc5c9621e08 | 53d0a1265826f40c5dbc01d06aeab9e14fcbd69b | chat : hotfix gpt-oss jinja raising an exception (#15243)
* chat : hotfix gpt-oss jinja raising an exception
* fix | [
{
"path": "common/chat.cpp",
"patch": "@@ -552,6 +552,17 @@ common_chat_templates_ptr common_chat_templates_init(\n default_template_src = CHATML_TEMPLATE_SRC;\n }\n }\n+\n+ // TODO @ngxson : this is a temporary hack to prevent chat template from throwing an error\n+ // Ref: ht... | 2025-08-11T13:31:35 |
golang/go | e9850462aa1e35d92ff428915df7bb0c9e79df81 | afc480bab447c0fefe26a69e4221d93673021e98 | cmd/compile: don't inline reflect.Value.UnsafeAddr/Pointer if enable checkptr
Fixes #35073
Change-Id: I4b555bbc33d39a97544e6dd9c61d95ae212f472b
Reviewed-on: https://go-review.googlesource.com/c/go/+/222878
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by:... | [
{
"path": "src/cmd/compile/internal/gc/inl.go",
"patch": "@@ -575,6 +575,12 @@ func inlnode(n *Node, maxCost int32) *Node {\n \t// so escape analysis can avoid more heapmoves.\n \tcase OCLOSURE:\n \t\treturn n\n+\tcase OCALLMETH:\n+\t\t// Prevent inlining some reflect.Value methods when using checkptr,\n+\t... | 2020-03-11T05:51:44 |
nodejs/node | 35398af68efa2c1c7367374f52ff381cbe4d5382 | fb37922cf350f56a3da6e4b083951241750d380f | test: check complete error message
In test-stream-writable-change-default-encoding, use a regular
expression to match the complete error message.
PR-URL: https://github.com/nodejs/node/pull/14264
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Bryan English <bryan@bryanenglish.com> | [
{
"path": "test/parallel/test-stream-writable-change-default-encoding.js",
"patch": "@@ -61,7 +61,7 @@ assert.throws(function changeDefaultEncodingToInvalidValue() {\n m.setDefaultEncoding({});\n m.write('bar');\n m.end();\n-}, TypeError);\n+}, /^TypeError: Unknown encoding: \\[object Object\\]$/);\n ... | 2017-07-16T07:06:32 |
huggingface/transformers | 851a4f7088281072bdcf95edaaf08c6984e28cfd | 81b79818309031eca7c71f159d19dd4fb7df00ad | Idefics: Fix information leak with cross attention gate in modeling (#26839)
* fix image_attention gate in idefics modeling
* update comment
* cleaner gating
* fix gate condition
* create attention gate once
* update comment
* update doc of cross-attention forward
* improve comment
* bring back... | [
{
"path": "src/transformers/models/idefics/modeling_idefics.py",
"patch": "@@ -864,31 +864,39 @@ def forward(\n attention_mask: Optional[torch.Tensor] = None,\n image_hidden_states: Optional[torch.Tensor] = None,\n image_attention_mask: Optional[torch.Tensor] = None,\n+ cross_... | 2023-11-21T12:26:01 |
vuejs/vue | ebcef58645af1582ca3c8a19ec26967946970301 | f9f74231a2e064861856396f57dc980a6de376e9 | fix: fix v-for alias deconstruct regression
fix #7096 | [
{
"path": "src/compiler/error-detector.js",
"patch": "@@ -80,7 +80,7 @@ function checkIdentifier (\n ) {\n if (typeof ident === 'string') {\n try {\n- new Function(`var ${ident}`)\n+ new Function(`var ${ident}=_`)\n } catch (e) {\n errors.push(`invalid ${type} \"${ident}\" in expre... | 2017-11-21T14:06:19 |
ggml-org/llama.cpp | 228f724d9ce6c56e8cec75bfdabab4dd013def7f | cd3069dfcbeee8e0e96cffb93b0ebb9e595e273a | kv-cache : fix seq_rm with seq_id == -1 (#15226)
* kv-cache : fix seq_rm with seq_id == -1
ggml-ci
* cont : iterate over streams
ggml-ci | [
{
"path": "src/llama-kv-cache-unified.cpp",
"patch": "@@ -223,12 +223,7 @@ void llama_kv_cache_unified::clear(bool data) {\n }\n \n bool llama_kv_cache_unified::seq_rm(llama_seq_id seq_id, llama_pos p0, llama_pos p1) {\n- GGML_ASSERT(seq_id >= 0 && (size_t) seq_id < seq_to_stream.size());\n-\n- auto &... | 2025-08-11T10:58:24 |
vuejs/vue | d891cd1761df22e1e0b1953c6ed7947fdb79d915 | c264335fbd1b1d838e3c1085b7d6dcd1c752aa43 | fix: improve error detector v-for identifier check
close #6971 | [
{
"path": "src/compiler/error-detector.js",
"patch": "@@ -15,9 +15,6 @@ const unaryOperatorsRE = new RegExp('\\\\b' + (\n 'delete,typeof,void'\n ).split(',').join('\\\\s*\\\\([^\\\\)]*\\\\)|\\\\b') + '\\\\s*\\\\([^\\\\)]*\\\\)')\n \n-// check valid identifier for v-for\n-const identRE = /[A-Za-z_$][\\w$]*... | 2017-11-20T19:12:10 |
golang/go | 7939c43748932c0caf1a1538410eb70fcd5a705f | 6edd7971bb3e83356544b2cd6e7a93fdabff1246 | runtime: generate dummy duffcopy
Although duffcopy is not used on PPC64, duff_ppc64x.s and
mkduff.go don't match. Make it so.
Fixes #38188.
Change-Id: Ic6c08e335795ea407880efd449f4229696af7744
Reviewed-on: https://go-review.googlesource.com/c/go/+/226719
Run-TryBot: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Jo... | [
{
"path": "src/runtime/duff_ppc64x.s",
"patch": "@@ -137,7 +137,5 @@ TEXT runtime·duffzero(SB), NOSPLIT|NOFRAME, $0-0\n \tMOVDU\tR0, 8(R3)\n \tRET\n \n-// TODO: Implement runtime·duffcopy.\n-TEXT runtime·duffcopy(SB),NOSPLIT|NOFRAME,$0-0\n-\tMOVD\tR0, 0(R0)\n-\tRET\n+TEXT runtime·duffcopy(SB), NOSPLIT|NOFRA... | 2020-03-31T23:13:39 |
huggingface/transformers | ade7af9361c4b2509054bf528319e11c811335e5 | 0e6794ff1cb098e1388b0dff17985ba57cd80619 | [ConvNext] Improve backbone (#27621)
* Improve convnext backbone
* Fix convnext2 | [
{
"path": "src/transformers/models/convnext/modeling_convnext.py",
"patch": "@@ -529,26 +529,25 @@ def forward(\n outputs = self.encoder(\n embedding_output,\n output_hidden_states=True,\n- return_dict=True,\n+ return_dict=return_dict,\n )\n \n- ... | 2023-11-21T10:14:42 |
nodejs/node | 5d3609dbdd98b3ea3c53a3020305b7567979c888 | 95ab966a742d23d7271c7b4c36fb84aa2bbece59 | test: fix flaky test-net-can-reset-timeout
Use `.once()` rather than `.on()` for timeout listener.
Add comment with URL for issue explaining the purpose of the test. (h/t
refack)
PR-URL: https://github.com/nodejs/node/pull/14257
Fixes: https://github.com/nodejs/node/issues/14241
Reviewed-By: Refael Ackermann <refack... | [
{
"path": "test/parallel/test-net-can-reset-timeout.js",
"patch": "@@ -21,14 +21,17 @@\n \n 'use strict';\n const common = require('../common');\n+\n+// Ref: https://github.com/nodejs/node-v0.x-archive/issues/481\n+\n const net = require('net');\n \n const server = net.createServer(common.mustCall(function(... | 2017-07-15T23:16:31 |
ggml-org/llama.cpp | cd3069dfcbeee8e0e96cffb93b0ebb9e595e273a | 50e81bdf5db563ab57a9a722b08f96fa8a76c927 | kv-cache : log (debug) all streams in find_slot (#15176)
This commit updates `llama_kv_cache_unified::find_slot` to log
information for all streams when debug is enabled.
The motivation for this change is that currently if a non-unified
kv-cache is used, then only one stream will be logged because the
code was curren... | [
{
"path": "src/llama-kv-cache-unified.cpp",
"patch": "@@ -738,66 +738,70 @@ bool llama_kv_cache_unified::update(llama_context * lctx, bool do_shift, const d\n }\n \n llama_kv_cache_unified::slot_info llama_kv_cache_unified::find_slot(const llama_ubatch & ubatch, bool cont) const {\n- if (debug > 0) {\n- ... | 2025-08-11T09:21:19 |
vuejs/vue | 4c22d1d17ffd3a9340c3b17443c7989d04ab14c5 | 063acb79ebc02344ab277196d4aea0577b113926 | fix: allow traversing reactive objects which are sealed (#7080) | [
{
"path": "src/core/observer/traverse.js",
"patch": "@@ -18,7 +18,7 @@ export function traverse (val: any) {\n function _traverse (val: any, seen: SimpleSet) {\n let i, keys\n const isA = Array.isArray(val)\n- if ((!isA && !isObject(val)) || !Object.isExtensible(val)) {\n+ if ((!isA && !isObject(val))... | 2017-11-20T15:38:39 |
huggingface/transformers | 38e2633f80a4924bf613b0240622492beee4cfcc | f18c95b49cbb675764f0cd19b56fb70f39a62bb2 | Fix torch.fx import issue for torch 1.12 (#27570)
* Fix torch.fx import issue for torch 1.12
* Fix up
* Python verion dependent import
* Woops - fix
* Fix | [
{
"path": "src/transformers/models/gpt_neo/modeling_gpt_neo.py",
"patch": "@@ -36,6 +36,7 @@\n TokenClassifierOutput,\n )\n from ...modeling_utils import PreTrainedModel\n+from ...pytorch_utils import is_torch_greater_or_equal_than_1_13\n from ...utils import (\n add_code_sample_docstrings,\n ad... | 2023-11-20T22:22:51 |
nodejs/node | 95ab966a742d23d7271c7b4c36fb84aa2bbece59 | 785a9e5a57c9449787014916a4e0188750f1c3ff | test: disable MultipleEnvironmentsPerIsolate
This is a temporary measure until the issue is fixed.
PR-URL: https://github.com/nodejs/node/pull/14246
Refs: https://github.com/nodejs/node/issues/14206
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> | [
{
"path": "test/cctest/test_environment.cc",
"patch": "@@ -85,6 +85,7 @@ TEST_F(EnvironmentTest, AtExitWithArgument) {\n EXPECT_EQ(arg, cb_1_arg);\n }\n \n+/*\n TEST_F(EnvironmentTest, MultipleEnvironmentsPerIsolate) {\n const v8::HandleScope handle_scope(isolate_);\n const Argv argv;\n@@ -100,6 +101,... | 2017-07-15T04:01:15 |
vuejs/vue | 063acb79ebc02344ab277196d4aea0577b113926 | a23b913796a7d18e76185607f250655e18a390c8 | fix(ssr): fix bundle renderer require path on windows (#7085)
fixed windows os `vue-ssr-server-bundle.json` within module can't found on server rendering | [
{
"path": "src/server/bundle-renderer/create-bundle-runner.js",
"patch": "@@ -51,7 +51,7 @@ function compileModule (files, basedir, runInNewContext) {\n : script.runInNewContext(sandbox)\n const m = { exports: {}}\n const r = file => {\n- file = path.join('.', file)\n+ file = path.po... | 2017-11-20T15:33:53 |
golang/go | 6edd7971bb3e83356544b2cd6e7a93fdabff1246 | 82253ddc7a6b85240fd74cc5138f685ca931f355 | cmd/compile: optimize len check when make slice
In CL 226278, we did:
if len < 0 { panicmakeslicelen }
if len > cap { panicmakeslicecap }
But due to the fact that cap is constrained to [0,2^31), so it is safe
to do:
if uint64(len) > cap {
if len < 0 { panicmakeslicelen() }
panicmakeslicecap()
}
save ... | [
{
"path": "src/cmd/compile/internal/gc/walk.go",
"patch": "@@ -1338,15 +1338,16 @@ opswitch:\n \t\t\t\tFatalf(\"walkexpr: invalid index %v\", r)\n \t\t\t}\n \n-\t\t\t// if len < 0 { panicmakeslicelen }\n-\t\t\tnif := nod(OIF, nod(OLT, l, nodintconst(0)), nil)\n-\t\t\tnif.Nbody.Set1(mkcall(\"panicmakeslicele... | 2020-03-31T22:27:49 |
huggingface/transformers | 87e217d06576a40103803a09bf7f588a62d7e3af | 93f2de858b260ecf4c243e68756a324c9a96add5 | [Whisper] Add `large-v3` version support (#27336)
* Enable large-v3 downloading and update language list
* Fix type annotation
* make fixup
* Export Whisper feature extractor
* Fix error after extractor loading
* Do not use pre-computed mel filters
* Save the full preprocessor properly
* Update do... | [
{
"path": "docs/source/en/model_doc/whisper.md",
"patch": "@@ -34,13 +34,13 @@ The original code can be found [here](https://github.com/openai/whisper).\n - Inference is currently only implemented for short-form i.e. audio is pre-segmented into <=30s segments. Long-form (including timestamps) will be implem... | 2023-11-20T16:36:48 |
nodejs/node | 785a9e5a57c9449787014916a4e0188750f1c3ff | c34ae48083b44f1da7be75c8d11abc9f3aa7ab19 | deps: cherry-pick 6cb999b97b from V8 upstream
Original commit message:
Properly handle loads from global interceptor via prototype chain.
... when receiver is in dictionary mode.
Bug: v8:6490
Change-Id: Ic5a8d214adcc4efd4cb163cbc6b351c4e6b596af
Reviewed-on: https://chromium-review.googlesource.c... | [
{
"path": "deps/v8/include/v8-version.h",
"patch": "@@ -11,7 +11,7 @@\n #define V8_MAJOR_VERSION 5\n #define V8_MINOR_VERSION 9\n #define V8_BUILD_NUMBER 211\n-#define V8_PATCH_LEVEL 37\n+#define V8_PATCH_LEVEL 38\n \n // Use 1 for candidates and 0 otherwise.\n // (Boolean macro values are not supported by ... | 2017-07-05T18:29:13 |
ggml-org/llama.cpp | 50e81bdf5db563ab57a9a722b08f96fa8a76c927 | 1ebbaddff2a44b0599df659175d3274bd5bbeb81 | convert : fix merge conflicts (#15229) | [
{
"path": "convert_hf_to_gguf.py",
"patch": "@@ -572,7 +572,7 @@ def set_gguf_parameters(self):\n if (rope_theta := self.hparams.get(\"rope_theta\")) is not None:\n self.gguf_writer.add_rope_freq_base(rope_theta)\n logger.info(f\"gguf: rope theta = {rope_theta}\")\n- i... | 2025-08-11T09:15:44 |
vuejs/vue | a23b913796a7d18e76185607f250655e18a390c8 | b2781205b0271a9b59afe0c816b41c6dbe85f0a3 | fix: fix <keep-alive> include/exclude logic for anonymous components | [
{
"path": "src/core/components/keep-alive.js",
"patch": "@@ -87,10 +87,13 @@ export default {\n if (componentOptions) {\n // check pattern\n const name: ?string = getComponentName(componentOptions)\n- if (!name || (\n- (this.exclude && matches(this.exclude, name)) ||\n- (t... | 2017-11-20T15:04:06 |
golang/go | 7b30a2d268ccb56221d0d8b149300548ce0308e1 | 8114242359a32dbbfe44cf6cc83c48cca7d6c126 | cmd/compile: make isSmallMakeSlice checks slice cap only
If slice cap is not set, it will be equal to slice len. So
isSmallMakeSlice only needs to check whether slice cap is constant.
While at it, also add test to make sure panicmakeslicecap is called
when make slice contains invalid non-constant len.
For this bench... | [
{
"path": "src/cmd/compile/internal/gc/builtin.go",
"patch": "@@ -13,6 +13,7 @@ var runtimeDecls = [...]struct {\n \t{\"panicdivide\", funcTag, 5},\n \t{\"panicshift\", funcTag, 5},\n \t{\"panicmakeslicelen\", funcTag, 5},\n+\t{\"panicmakeslicecap\", funcTag, 5},\n \t{\"throwinit\", funcTag, 5},\n \t{\"pani... | 2020-03-28T18:19:50 |
huggingface/transformers | 93f2de858b260ecf4c243e68756a324c9a96add5 | e66984f9952641e176521a7ef3faf2d5fa3c608b | timm to pytorch conversion for vit model fix (#26908)
* timm to pytorch conversion for vit model fix
* remove unecessary print statments
* Detect non-supported ViTs in transformers & better handle id2label mapping
* detect non supported hybrid resnet-vit models in conversion script
* remove check for overl... | [
{
"path": "src/transformers/models/vit/convert_vit_timm_to_pytorch.py",
"patch": "@@ -16,14 +16,13 @@\n \n \n import argparse\n-import json\n from pathlib import Path\n \n import requests\n import timm\n import torch\n-from huggingface_hub import hf_hub_download\n from PIL import Image\n+from timm.data impo... | 2023-11-20T16:00:30 |
ggml-org/llama.cpp | 1ebbaddff2a44b0599df659175d3274bd5bbeb81 | a3a7874272e5a060079658eb5cca4617b7f99062 | perplexity : update comments/error msg to use decode [no ci] (#15227)
This commit updates comments and error messages to use "decode" instead
of "eval" in perplexity.cpp.
The motivation for this is that `llama_eval` was renamed to
`llama_decode` a while ago, but the comments and error messages
still referred to "eval... | [
{
"path": "tools/perplexity/perplexity.cpp",
"patch": "@@ -525,7 +525,7 @@ static results_perplexity perplexity(llama_context * ctx, const common_params &\n }\n \n // We get the logits for all the tokens in the context window (params.n_ctx)\n- // from llama_eval above. Now, based on https://hugg... | 2025-08-11T08:21:24 |
vuejs/vue | 59dea374037ec2e6b1f5570a30774f2de0a44adc | 06f121b4735e8c70306c744419287592af295eac | fix: fix v-model :value warning on custom component
fix #7084 | [
{
"path": "src/platforms/web/compiler/directives/model.js",
"patch": "@@ -21,7 +21,6 @@ export default function model (\n const modifiers = dir.modifiers\n const tag = el.tag\n const type = el.attrsMap.type\n- const attrsMap = el.attrsMap\n \n if (process.env.NODE_ENV !== 'production') {\n // i... | 2017-11-18T19:41:22 |
nodejs/node | c34ae48083b44f1da7be75c8d11abc9f3aa7ab19 | b4300536f5e77561137259105814e3a6c5d5121b | test: make common.PIPE process unique
* includes a tiny bit of refactoring in adjacent lines.
* fixes 1 test and 1 benchmark that depended on PIPE being constant.
PR-URL: https://github.com/nodejs/node/pull/14168
Fixes: https://github.com/nodejs/node/issues/14128
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "benchmark/http/_chunky_http_client.js",
"patch": "@@ -3,7 +3,6 @@\n // test HTTP throughput in fragmented header case\n var common = require('../common.js');\n var net = require('net');\n-var test = require('../../test/common');\n \n var bench = common.createBenchmark(main, {\n len: [1, 4, 8, ... | 2017-07-11T14:03:19 |
huggingface/transformers | f31af3927f4091f5fb8126c77a0addebd4c1fe94 | e4280d650c579a87f645d1f4a4535feb27c49804 | [ examples] fix loading jsonl with load dataset in run translation example (#26924)
* Renamed variable extension to builder_name
* If builder name is jsonl change to json to align with load_datasets
* Apply suggestions from code review
Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>... | [
{
"path": "examples/pytorch/translation/run_translation.py",
"patch": "@@ -374,8 +374,12 @@ def main():\n if data_args.test_file is not None:\n data_files[\"test\"] = data_args.test_file\n extension = data_args.test_file.split(\".\")[-1]\n+ if extension == \"jsonl\":\n... | 2023-11-20T14:45:42 |
vuejs/vue | 4d8226fb2c84fa2e13a2d8a86dea8a9a5c6ea95f | 6d6b3739e132723915bc2209663db1b825307865 | fix: keep-alive should not cache anonymous components
This only happens if the component is returned by a intermediate
functional or abstract component, e.g. <router-view>. Fix #6938. | [
{
"path": "src/core/components/keep-alive.js",
"patch": "@@ -87,7 +87,7 @@ export default {\n if (componentOptions) {\n // check pattern\n const name: ?string = getComponentName(componentOptions)\n- if (name && (\n+ if (!name || (\n (this.exclude && matches(this.exclude, na... | 2017-11-17T15:30:51 |
ggml-org/llama.cpp | a3a7874272e5a060079658eb5cca4617b7f99062 | 002cb1bb3345967fbe0fa7766c2d94c2da31ef45 | convert : improve Mistral models integration (#14737)
* Improve Mistral models integration with llama.cpp
* Revert changes and fix gguf
* Revert change
* refactor convert_mistral_to_gguf.py in convert_hf_to_gguf.py
* Revert collateral
* Rename model name
* refactor
* revert
* remove duplicate
* Remove duplica... | [
{
"path": "convert_hf_to_gguf.py",
"patch": "@@ -28,6 +28,14 @@\n if 'NO_LOCAL_GGUF' not in os.environ:\n sys.path.insert(1, str(Path(__file__).parent / 'gguf-py'))\n import gguf\n+from gguf.vocab import MistralTokenizerType, MistralVocab\n+from mistral_common.tokens.tokenizers.base import TokenizerVers... | 2025-08-11T08:07:49 |
golang/go | 8114242359a32dbbfe44cf6cc83c48cca7d6c126 | 34314280e46da1558bc7f9cd7e8a9ed610cf417b | cmd/compile, runtime: use more registers for amd64 write barrier calls
The compiler-inserted write barrier calls use a special ABI
for speed and to minimize the binary size impact.
runtime.gcWriteBarrier takes its args in DI and AX.
This change adds gcWriteBarrier wrapper functions,
varying only in the register used ... | [
{
"path": "src/cmd/compile/internal/amd64/ssa.go",
"patch": "@@ -947,7 +947,8 @@ func ssaGenValue(s *gc.SSAGenState, v *ssa.Value) {\n \t\tp := s.Prog(obj.ACALL)\n \t\tp.To.Type = obj.TYPE_MEM\n \t\tp.To.Name = obj.NAME_EXTERN\n-\t\tp.To.Sym = v.Aux.(*obj.LSym)\n+\t\t// arg0 is in DI. Set sym to match where... | 2020-03-25T05:14:02 |
nodejs/node | b4300536f5e77561137259105814e3a6c5d5121b | 592b0ed431cb4c4a1d6902bb8c68c112e0e61309 | cluster: overriding inspector port
Added an option to override inspector port for workers using
`settings.inspectPort` will override default port incrementing behavior.
Also, using this option allows to set 0 port for the whole cluster.
PR-URL: https://github.com/nodejs/node/pull/14140
Fixes: https://github.com/nodej... | [
{
"path": "doc/api/cluster.md",
"patch": "@@ -712,6 +712,9 @@ changes:\n `'ipc'` entry. When this option is provided, it overrides `silent`.\n * `uid` {number} Sets the user identity of the process. (See setuid(2).)\n * `gid` {number} Sets the group identity of the process. (See setgid(2).)\n+ * `i... | 2017-07-10T19:24:49 |
huggingface/transformers | e4280d650c579a87f645d1f4a4535feb27c49804 | ee292615559834ae2ba5b3aae3abe3f54bc81ac2 | docs: fix 404 link (#27529)
Signed-off-by: Peter Pan <Peter.Pan@daocloud.io> | [
{
"path": "docs/source/en/main_classes/trainer.md",
"patch": "@@ -219,7 +219,7 @@ accelerate launch --num_processes 2 trainer-program.py ...\n deepspeed --num_gpus 2 trainer-program.py ...\n ```\n \n-You don't need to use the Accelerate or [the Deepspeed integration](Deepspeed) features to use these launche... | 2023-11-20T12:24:38 |
rust-lang/rust | 477be9470a6555c467ca63ba445bcdb25d74db01 | 8ebc52e0321053a3e7e4693ab7ba05b293871dbc | add tests for spurious failure and fix typo | [
{
"path": "tests/ui/doc/unbalanced_ticks.rs",
"patch": "@@ -66,3 +66,19 @@ fn escape_3() {}\n \n /// Backslashes ` \\` within code blocks don't count.\n fn escape_4() {}\n+\n+trait Foo {\n+ fn bar();\n+}\n+\n+struct Bar;\n+impl Foo for Bar {\n+ // NOTE: false positive\n+ /// Returns an `Option<Mont... | 2025-02-07T15:42:20 |
vuejs/vue | 6d6b3739e132723915bc2209663db1b825307865 | f5cd29e1d8197613c4dfb4013b240784c3b64e43 | fix: should warn unknown components inside <keep-alive> | [
{
"path": "src/core/components/keep-alive.js",
"patch": "@@ -81,7 +81,8 @@ export default {\n },\n \n render () {\n- const vnode: VNode = getFirstComponentChild(this.$slots.default)\n+ const slot = this.$slots.default\n+ const vnode: VNode = getFirstComponentChild(slot)\n const componentOpt... | 2017-11-17T15:23:23 |
ggml-org/llama.cpp | 002cb1bb3345967fbe0fa7766c2d94c2da31ef45 | 79c1160b073b8148a404f3dd2584be1606dccc66 | kleidiai: fix unsigned overflow bug (#15150)
* kleidiai: fix unsigned overflow bug
* address review comments | [
{
"path": "ggml/src/ggml-cpu/kleidiai/kleidiai.cpp",
"patch": "@@ -259,7 +259,10 @@ class tensor_traits : public ggml::cpu::tensor_traits {\n const int64_t m_start = 0;\n \n const int64_t n_step = static_cast<int64_t>(kernel->get_n_step());\n- const i... | 2025-08-11T07:59:26 |
golang/go | 34314280e46da1558bc7f9cd7e8a9ed610cf417b | faa53e17d1c91d97aa2b780ac41190d151aa6b0e | cmd/compile: fix constant conversion involving complex types
In CL 187657, I refactored constant conversion logic without realizing
that conversions between int/float and complex types are allowed for
constants (assuming the constant values are representable by the
destination type), but are never allowed for non-cons... | [
{
"path": "src/cmd/compile/internal/gc/subr.go",
"patch": "@@ -542,7 +542,7 @@ func methtype(t *types.Type) *types.Type {\n // Is type src assignment compatible to type dst?\n // If so, return op code to use in conversion.\n // If not, return OXXX.\n-func assignop(src *types.Type, dst *types.Type, why *stri... | 2020-03-27T21:33:54 |
nodejs/node | 592b0ed431cb4c4a1d6902bb8c68c112e0e61309 | ca5b0c4f11c4f7ef7791153af6f1a968be17d079 | test: reduce offset in test-inspector-port-cluster
10 ports for each test-case is too much.
Not enough ports for new test cases, considering ~100 ports per file.
PR-URL: https://github.com/nodejs/node/pull/14140
Fixes: https://github.com/nodejs/node/issues/8495
Fixes: https://github.com/nodejs/node/issues/12941
Refs:... | [
{
"path": "test/inspector/test-inspector-port-cluster.js",
"patch": "@@ -23,7 +23,7 @@ function testRunnerMain() {\n workers: [{expectedPort: 9230}]\n });\n \n- let port = debuggerPort + offset++ * 10;\n+ let port = debuggerPort + offset++ * 5;\n \n spawnMaster({\n execArgv: [`--inspect=${port... | 2017-07-10T19:23:22 |
huggingface/transformers | dbf7bfafa7d9a0e5d7963c5d15350ea6b34060ab | dc68a39c8111217683bf49a4912d0c9018bab33d | Fix idx2sym not loaded from pretrained vocab file in Transformer XL (#27589)
* Load idx2sym from pretrained vocab file in Transformer XL
When loading vocab file from a pretrained tokenizer for Transformer XL,
although the pickled vocabulary file contains a idx2sym key, it isn't
loaded, because it is discarded as ... | [
{
"path": "src/transformers/models/transfo_xl/tokenization_transfo_xl.py",
"patch": "@@ -223,7 +223,7 @@ def __init__(\n \n if vocab_dict is not None:\n for key, value in vocab_dict.items():\n- if key not in self.__dict__ or key == \"sym2idx\":\n+ ... | 2023-11-20T06:56:18 |
rust-lang/rust | cd52a95b052560e63e08e456f4429faf498c30eb | bed71f93358daecc12130e2ee2ba8a5ebd7b3f6e | add tests for spurious failure and fix typo | [
{
"path": "src/tools/clippy/tests/ui/doc/unbalanced_ticks.rs",
"patch": "@@ -66,3 +66,19 @@ fn escape_3() {}\n \n /// Backslashes ` \\` within code blocks don't count.\n fn escape_4() {}\n+\n+trait Foo {\n+ fn bar();\n+}\n+\n+struct Bar;\n+impl Foo for Bar {\n+ // NOTE: false positive\n+ /// Return... | 2025-02-07T15:42:20 |
vuejs/vue | f5cd29e1d8197613c4dfb4013b240784c3b64e43 | 1e146037fa4280b502d0edf95936bc67e87fd339 | fix: init _staticTrees to avoid runtime reference warning
fix #7075 | [
{
"path": "flow/component.js",
"patch": "@@ -66,6 +66,7 @@ declare interface Component {\n _isDestroyed: boolean;\n _isBeingDestroyed: boolean;\n _vnode: ?VNode; // self root node\n+ _staticTrees: ?Array<VNode>; // v-once cached trees\n _hasHookEvent: boolean;\n _provided: ?Object;\n ",
"addi... | 2017-11-17T14:45:03 |
ggml-org/llama.cpp | 79c1160b073b8148a404f3dd2584be1606dccc66 | 34c9d765bf173c551398f1e7fa4595019bc53bab | cuda: refactored ssm_scan and use CUB (#13291)
* cuda: refactored ssm_scan to use CUB
* fixed compilation error when when not using CUB
* assign L to constant and use size_t instead of int
* deduplicated functions
* change min blocks per mp to 1
* Use cub load and store warp transpose
* suppress clang warning | [
{
"path": "ggml/src/ggml-cuda/ssm-scan.cu",
"patch": "@@ -1,87 +1,117 @@\n+#if !defined(GGML_USE_HIP) && !defined(GGML_USE_MUSA) && CUDART_VERSION >= 11070\n+#define USE_CUB\n+#endif // !defined(GGML_USE_HIP) && !defined(GGML_USE_MUSA) && CUDART_VERSION >= 11070\n+\n+#ifdef USE_CUB\n+#include <cub/cub.cuh>\... | 2025-08-09T18:29:43 |
golang/go | aef23f5be9c76c608562e4607dc707a07360526a | 721716ca1cfac23787aa3c722a8eecd9a0d5b296 | [dev.link] cmd/link: fix end-of-block padding
Make sure we write the entire address range we are asked to write,
with no holes between the blocks or at the end.
Should fix NetBSD build.
Change-Id: I13b1f551377cbc4bcde3650417ac95cba62ff807
Reviewed-on: https://go-review.googlesource.com/c/go/+/226617
Run-TryBot: Cher... | [
{
"path": "src/cmd/link/internal/ld/data.go",
"patch": "@@ -826,7 +826,6 @@ func writeBlocks(out *OutBuf, sem chan int, syms []*sym.Symbol, addr, size int64\n \n \t\t\t// We're gonna write this symbol.\n \t\t\tidx = i\n-\t\t\tlength = s.Value + s.Size - addr\n \n \t\t\t// If we cross over the max size, we'v... | 2020-03-31T18:36:19 |
huggingface/transformers | 25b0f2033ba23e354ef2f665764248fcbb3f49ba | d1a00f9dd0b851245e4a54cbd70816a80e781ec2 | Fix broken distilbert url (#27579) | [
{
"path": "docs/source/en/model_doc/distilbert.md",
"patch": "@@ -32,7 +32,7 @@ rendered properly in your Markdown viewer.\n \n The DistilBERT model was proposed in the blog post [Smaller, faster, cheaper, lighter: Introducing DistilBERT, a\n distilled version of BERT](https://medium.com/huggingface/distilb... | 2023-11-18T17:22:52 |
nodejs/node | ca5b0c4f11c4f7ef7791153af6f1a968be17d079 | 074b7c271c73bd1c4fb432099b743edd5d7a67d7 | doc: fixes in cluster.md
* Capitalization and punctuation.
* `setupMaster` contained info about `settings` which where incomplete.
PR-URL: https://github.com/nodejs/node/pull/14140
Fixes: https://github.com/nodejs/node/issues/8495
Fixes: https://github.com/nodejs/node/issues/12941
Refs: https://github.com/nodejs/nod... | [
{
"path": "doc/api/cluster.md",
"patch": "@@ -700,12 +700,12 @@ changes:\n -->\n \n * {Object}\n- * `execArgv` {Array} list of string arguments passed to the Node.js\n+ * `execArgv` {Array} List of string arguments passed to the Node.js\n executable. (Default=`process.execArgv`)\n- * `exec` {string} ... | 2017-07-10T19:19:57 |
rust-lang/rust | 09d907627b6f86fae8cc926a353a44bd723ccf59 | 438056890df8696cfa20e0058b8093dfbc3e9ec9 | fix backslashes in path used for `asm_tests` | [
{
"path": "build_system/src/test.rs",
"patch": "@@ -542,20 +542,21 @@ fn asm_tests(env: &Env, args: &TestArg) -> Result<(), String> {\n \n env.insert(\"COMPILETEST_FORCE_STAGE0\".to_string(), \"1\".to_string());\n \n- let extra =\n- if args.is_using_gcc_master_branch() { \"\" } else { \" -Csym... | 2025-02-07T15:48:39 |
vuejs/vue | 1e146037fa4280b502d0edf95936bc67e87fd339 | a2cd14c765cfb1f881f34911d4fd0540feb09cce | feat: warn if both v-model and v-bind:value used on same element (#7056)
* test($compile): warn if v-model and :value used on same text input
#7048
* test($compile): make v-model and v-bind:value warning apply to all but exceptions
#7048
* test($compile): move v-model/:value conflict warner to model.js
... | [
{
"path": "src/platforms/web/compiler/directives/model.js",
"patch": "@@ -21,6 +21,7 @@ export default function model (\n const modifiers = dir.modifiers\n const tag = el.tag\n const type = el.attrsMap.type\n+ const attrsMap = el.attrsMap\n \n if (process.env.NODE_ENV !== 'production') {\n // i... | 2017-11-16T16:24:23 |
ggml-org/llama.cpp | cd6983d56d2cce94ecb86bb114ae8379a609073c | 6c7e9a54406dbba5e53754a8f70a285414717b06 | ggml : fix field name when new ggml_backend (#14944) | [
{
"path": "ggml/src/ggml-blas/ggml-blas.cpp",
"patch": "@@ -281,10 +281,10 @@ ggml_backend_t ggml_backend_blas_init(void) {\n ggml_backend_blas_context * ctx = new ggml_backend_blas_context;\n \n ggml_backend_t backend = new ggml_backend {\n- /* .guid = */ ggml_backend_blas_guid(),\n- ... | 2025-08-08T12:37:22 |
vuejs/vue | 5db86b4e94857fdde3ae6b71e24da637bc116baa | 6b799190a57b73c4b3d6c31f4009cda74a1a6184 | fix(ssr): ensure hydrated class & style bindings are reactive
fix #7063 | [
{
"path": "src/core/observer/traverse.js",
"patch": "@@ -0,0 +1,39 @@\n+/* @flow */\n+\n+import { _Set as Set, isObject } from '../util/index'\n+import type { SimpleSet } from '../util/index'\n+\n+const seenObjects = new Set()\n+\n+/**\n+ * Recursively traverse an object to evoke all converted\n+ * getters,... | 2017-11-16T16:19:52 |
rust-lang/rust | 8ebc52e0321053a3e7e4693ab7ba05b293871dbc | 4044c1aa496e39e4fc1ec34d646d84ea639253ad | fix typo | [
{
"path": "clippy_lints/src/empty_line_after.rs",
"patch": "@@ -295,7 +295,7 @@ impl EmptyLineAfter {\n });\n \n diag.multipart_suggestion_with_style(\n- format!(\"if the empty {lines} {are} unintentional remove {them}\"),\n+ format!(\"if... | 2025-02-07T15:00:27 |
golang/go | faa53e17d1c91d97aa2b780ac41190d151aa6b0e | 3ff9c4f2a6670edaee3962571ef6241c1bfcc2fc | cmd/go: add support for GOPROXY fallback on unexpected errors
URLs in GOPROXY may now be separated with commas (,) or pipes (|). If
a request to a proxy fails with any error (including connection errors
and timeouts) and the proxy URL is followed by a pipe, the go command
will try the request with the next proxy in th... | [
{
"path": "doc/go1.15.html",
"patch": "@@ -43,6 +43,18 @@ <h2 id=\"tools\">Tools</h2>\n \n <h3 id=\"go-command\">Go command</h3>\n \n+<p><!-- golang.org/issue/37367 -->\n+ The <code>GOPROXY</code> environment variable now supports skipping proxies\n+ that return errors. Proxy URLs may now be separated wit... | 2020-03-12T22:56:40 |
huggingface/transformers | ffbcfc0166a5413176dc9401dbe5d3892c36fff6 | 638d49983f36af910934b38771b4e55c835c1774 | Broken links fixed related to datasets docs (#27569)
fixed the broken links belogs to dataset library of transformers | [
{
"path": "docs/source/de/preprocessing.md",
"patch": "@@ -209,7 +209,7 @@ Audioeingaben werden anders vorverarbeitet als Texteingaben, aber das Endziel bl\n pip install datasets\n ```\n \n-Laden Sie den [MInDS-14](https://huggingface.co/datasets/PolyAI/minds14) Datensatz (weitere Informationen zum Laden ei... | 2023-11-17T21:44:09 |
nodejs/node | e8b8d940d503a3c51abdda216a34010f7a42410a | dce2f06f80048f768c99ca40518aa4c234842011 | benchmark: fix typo in inspect-proxy
PR-URL: https://github.com/nodejs/node/pull/14237
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "benchmark/util/inspect-proxy.js",
"patch": "@@ -9,7 +9,7 @@ const bench = common.createBenchmark(main, {\n });\n \n function twoDifferentProxies(n) {\n- // This one should be slower between we're looking up multiple proxies.\n+ // This one should be slower because we're looking up multiple prox... | 2017-07-14T19:24:55 |
ggml-org/llama.cpp | 50aa9389014bba2dd12234132aa6b8ca3601a17f | c4f53563df4575196ea13f5ed669ea8ea659a6be | convert : support non-mxfp4 HF model (#15153)
* convert : support non-mxfp4 HF model
* rm redundant check
* disable debug check | [
{
"path": "convert_hf_to_gguf.py",
"patch": "@@ -8102,15 +8102,13 @@ def repack_mxfp4(self, new_name: str, blocks: Tensor, scales: Tensor):\n def generate_extra_tensors(self) -> Iterable[tuple[str, Tensor]]:\n blocks0: Tensor = torch.zeros(1)\n blocks1: Tensor = torch.zeros(1)\n- ... | 2025-08-07T21:26:03 |
Subsets and Splits
Assembly Language GitHub Issues
Retrieves a sample of assembly-language related commits with their details, but doesn't provide meaningful analysis or patterns beyond basic filtering.
Swift Compiler Issues Analysis
Retrieves all training data for the Swift programming language repository, providing basic filtering but offering limited analytical insight beyond identifying relevant code examples.