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 | dce2738a91dec43ad50d31b390c81e04a78451cc | b210d61869edb0dbe0362db6a7226dada30ef94a | src: handle uv_async_init() failure
Fix CHECKED_RETURN, RESOURCE_LEAK) and UNINIT Coverity warnings in
MarkGarbageCollectionEnd().
PR-URL: https://github.com/nodejs/node/pull/15458
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>... | [
{
"path": "src/node_perf.cc",
"patch": "@@ -212,13 +212,14 @@ void MarkGarbageCollectionEnd(Isolate* isolate,\n v8::GCCallbackFlags flags,\n void* data) {\n Environment* env = static_cast<Environment*>(data);\n- uv_async_t *async = new uv_async_... | 2017-09-18T14:38:59 |
huggingface/transformers | 836921fdeb498820b71dcc7b70e990e828f4c6bc | ed74d97871468f3a4695ede50abdc0b55717a84d | Add UDOP (#22940)
* First draft
* More improvements
* More improvements
* More fixes
* Fix copies
* More improvements
* More fixes
* More improvements
* Convert checkpoint
* More improvements, set up tests
* Fix more tests
* Add UdopModel
* More improvements
* Fix equivalence tes... | [
{
"path": ".circleci/create_circleci_config.py",
"patch": "@@ -475,6 +475,7 @@ def job_name(self):\n \"pip install -U --upgrade-strategy eager 'git+https://github.com/facebookresearch/detectron2.git'\",\n \"sudo apt install tesseract-ocr\",\n \"pip install -U --upgrade-strategy eager... | 2024-03-04T17:49:02 |
vuejs/vue | 895669ffa01f8075a326308caa8ad6a5f69a1919 | 73bdf14ef5c9979dcba18ede3410515cecbe2f2f | fix(types): export more types for v3 alignment (jsx / component options)
close #13078
close #13128 | [
{
"path": "types/index.d.ts",
"patch": "@@ -1,6 +1,7 @@\n import { Vue } from './vue'\n import './umd'\n import './jsx'\n+export * from './jsx'\n \n export default Vue\n \n@@ -49,7 +50,12 @@ export {\n ComputedOptions as ComponentComputedOptions,\n MethodOptions as ComponentMethodOptions,\n ComponentP... | 2023-12-14T00:33:45 |
ggml-org/llama.cpp | 99c53d6558e1882fdddd1077495b618f3210cc02 | 07b0e7a5ac5ae2ed553fccb12d452c027fb3c060 | webui: Add a "Continue" Action for Assistant Message (#16971)
* feat: Add "Continue" action for assistant messages
* feat: Continuation logic & prompt improvements
* chore: update webui build output
* feat: Improve logic for continuing the assistant message
* chore: update webui build output
* chore: Linting
* c... | [
{
"path": "tools/server/webui/.gitignore",
"patch": "@@ -25,3 +25,4 @@ vite.config.ts.timestamp-*\n \n *storybook.log\n storybook-static\n+*.code-workspace\n\\ No newline at end of file",
"additions": 1,
"deletions": 0,
"language": "Unknown"
},
{
"path": "tools/server/webui/package-lock.... | 2025-11-19T13:39:50 |
golang/go | b424a312ea9d970b4ee7e535a092b7f183c53ae5 | af09ff1981063b28705726a86b913dfa98d70942 | runtime/trace: fix file name in example
The preceding paragraph suggests the test run will produce a file called trace.out.
The same name, trace.out, is used in the output from go help testflag, thus we change the go test line instead of changing the preceding paragraph.
Change-Id: Ib1fa7e49e540853e263a2399b16040ea6f... | [
{
"path": "src/runtime/trace/trace.go",
"patch": "@@ -19,7 +19,7 @@\n // command runs the test in the current directory and writes the trace\n // file (trace.out).\n //\n-// go test -trace=test.out\n+// go test -trace=trace.out\n //\n // This runtime/trace package provides APIs to add equivalent traci... | 2020-06-19T15:31:25 |
nodejs/node | bc23681aa2fc49df6e7cd134dfa0a782d8a471a0 | e5c290bed9775bdddd74650995f3358373af8097 | http2: small fixes to compatibility layer
Expand argument validation through compat API, adjust behaviour
of response.end to not throw if stream already closed to match
http1, adjust behaviour of writeContinue to not throw if stream
already closed and other very small tweaks. Add tests for added
and fixed behaviour. A... | [
{
"path": "lib/internal/http2/compat.js",
"patch": "@@ -92,7 +92,7 @@ function onStreamError(error) {\n // errors in compatibility mode are\n // not forwarded to the request\n // and response objects. However,\n- // they are forwarded to 'clientError'\n+ // they are forwarded to 'streamError'\n //... | 2017-09-19T15:22:35 |
huggingface/transformers | ed74d97871468f3a4695ede50abdc0b55717a84d | bcd23a54f12a29eb6c3c6541935d4b12de17a6fc | DeformableDETR support bfloat16 (#29232)
* Update ms_deform_attn_cuda.cu
* Update ms_deform_attn_cuda.cuh
* Update modeling_deformable_detr.py
* Update src/transformers/models/deformable_detr/modeling_deformable_detr.py
Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
* Update... | [
{
"path": "src/transformers/kernels/deformable_detr/cuda/ms_deform_attn_cuda.cu",
"patch": "@@ -64,7 +64,7 @@ at::Tensor ms_deform_attn_cuda_forward(\n for (int n = 0; n < batch/im2col_step_; ++n)\n {\n auto columns = output_n.select(0, n);\n- AT_DISPATCH_FLOATING_TYPES_AND_HALF(value... | 2024-03-04T14:18:09 |
vuejs/vue | e0747f40a879b4000a1959d21377b51d1f1ed988 | 2632249925e632e56f6dfc8fdbcf682c82e4081b | fix(keep-alive): fix memory leak without breaking transition tests | [
{
"path": "src/core/components/keep-alive.ts",
"patch": "@@ -33,10 +33,15 @@ function matches(\n }\n \n function pruneCache(\n- keepAliveInstance: { cache: CacheEntryMap; keys: string[]; _vnode: VNode },\n+ keepAliveInstance: {\n+ cache: CacheEntryMap\n+ keys: string[]\n+ _vnode: VNode\n+ $vno... | 2023-12-07T09:07:15 |
ggml-org/llama.cpp | fd7353d5eb828def58b1e2afc09ea01df395d8cb | 6fd4f953673e6a91041b827c45cdfd1d85e9bb64 | cuda: fix rope fusion for gemma3 (#17378) | [
{
"path": "ggml/src/ggml-cuda/ggml-cuda.cu",
"patch": "@@ -3001,6 +3001,10 @@ static void update_cuda_graph_executable(ggml_backend_cuda_context * cuda_ctx) {\n static bool ggml_cuda_should_fuse_rope_set_rows(const ggml_tensor * rope,\n const ggml_tensor * vie... | 2025-11-19T10:25:05 |
huggingface/transformers | 7941769e557c850c8f599146a1371cf429ec0707 | 1681a6d452b60ff3652a96f03541dfa491124192 | Fix grad_norm unserializable tensor log failure (#29212)
* Fix grad_norm unserializable tensor log failure
* Fix origin of grad_norm logs to be in deepspeed get_global_grad_norm() | [
{
"path": "src/transformers/trainer.py",
"patch": "@@ -2011,7 +2011,7 @@ def _inner_training_loop(\n is_accelerate_available()\n and self.accelerator.distributed_type == DistributedType.DEEPSPEED\n ):\n- ... | 2024-03-04T13:12:35 |
nodejs/node | e5c290bed9775bdddd74650995f3358373af8097 | f27b5e4bdaafc73a830a0451ee3c641b8bcd08fe | fs: refactor close to use destroy
Refactor close() to use destroy() and not vice versa in ReadStream.
Avoid races between WriteStream.close and WriteStream.write, by aliasing
close to end().
Fixes: https://github.com/nodejs/node/issues/2006
PR-URL: https://github.com/nodejs/node/pull/15407
Reviewed-By: James M Snell ... | [
{
"path": "lib/fs.js",
"patch": "@@ -2090,44 +2090,38 @@ ReadStream.prototype._read = function(n) {\n }\n };\n \n-\n ReadStream.prototype._destroy = function(err, cb) {\n- this.close(function(err2) {\n- cb(err || err2);\n- });\n-};\n-\n-\n-ReadStream.prototype.close = function(cb) {\n- if (cb)\n- ... | 2017-09-14T11:46:02 |
golang/go | af09ff1981063b28705726a86b913dfa98d70942 | 3dec253783e1211989102ac6abd34cddbf8ba0e6 | runtime, syscall: use local cache for Setenv/Getenv in Plan 9
In os.Getenv and os.Setenv, instead of directly reading and writing the
Plan 9 environment device (which may be shared with other processes),
use a local copy of environment variables cached at the start of
execution. This gives the same semantics for Geten... | [
{
"path": "src/runtime/env_plan9.go",
"patch": "@@ -6,45 +6,117 @@ package runtime\n \n import \"unsafe\"\n \n-var tracebackbuf [128]byte\n+const (\n+\t// Plan 9 environment device\n+\tenvDir = \"/env/\"\n+\t// size of buffer to read from a directory\n+\tdirBufSize = 4096\n+\t// size of buffer to read an en... | 2020-05-25T09:30:23 |
vuejs/vue | 2632249925e632e56f6dfc8fdbcf682c82e4081b | 3650c12f7d3a20f3155bc1fd2b068e84289e0d33 | fix(keep-alive): fix keep-alive memory leak
close #12827 | [
{
"path": "src/core/vdom/create-component.ts",
"patch": "@@ -62,6 +62,8 @@ const componentVNodeHooks = {\n vnode, // new parent vnode\n options.children // new children\n )\n+ // #12187 unset children reference after use to avoid memory leak\n+ options.children = undefined\n },\n \n ... | 2023-12-07T08:12:36 |
ggml-org/llama.cpp | 6fd4f953673e6a91041b827c45cdfd1d85e9bb64 | 980b7cd17e055c8c587f79ffda7eb4fddf405566 | Fix too relaxed check on CUDA "fast copy" (can_be_transposed) condition (#17332)
* Fix too relaxed check on CUDA "fast copy" (can_be_transposed) condition
* Argh.
* Making CISC happy ;)
* Integrate CONT tests
* Use loopy loop
* Skip new tests for (B)F16 for now. | [
{
"path": "ggml/src/ggml-cuda/cpy.cu",
"patch": "@@ -384,7 +384,8 @@ void ggml_cuda_cpy(ggml_backend_cuda_context & ctx, const ggml_tensor * src0, gg\n char * src1_ddc = (char *) src1->data;\n \n const bool contiguous_srcs = ggml_is_contiguous(src0) && ggml_is_contiguous(src1);\n- const bool can_... | 2025-11-19T09:36:33 |
rust-lang/rust | fe7ed278b7cfc8a152dcee29ca6ba583ff0d876d | ed49386d3aa3a445a9889707fd405df01723eced | Specify scope in `out_of_scope_macro_calls` lint
```
warning: cannot find macro `in_root` in the crate root
--> $DIR/key-value-expansion-scope.rs:1:10
|
LL | #![doc = in_root!()]
| ^^^^^^^ not found in the crate root
|
= warning: this was previously accepted by the compiler but is being phased o... | [
{
"path": "compiler/rustc_lint/messages.ftl",
"patch": "@@ -630,7 +630,8 @@ lint_opaque_hidden_inferred_bound_sugg = add this bound\n lint_or_patterns_back_compat = the meaning of the `pat` fragment specifier is changing in Rust 2021, which may affect this macro\n .suggestion = use pat_param to preserve... | 2024-07-23T00:23:54 |
huggingface/transformers | 8ef98628646d2e23b70a2052f96bf1e7b5f9c04a | 81220cba61d469879f460925b237405211b0cc55 | Fix OneFormer `post_process_instance_segmentation` for panoptic tasks (#29304)
* :bug: Fix oneformer instance post processing when using panoptic task type
* :white_check_mark: Add unit test for oneformer instance post processing panoptic bug
---------
Co-authored-by: Nick DeGroot <1966472+nickthegroot@users.... | [
{
"path": "src/transformers/models/oneformer/image_processing_oneformer.py",
"patch": "@@ -1244,8 +1244,8 @@ def post_process_instance_segmentation(\n # if this is panoptic segmentation, we only keep the \"thing\" classes\n if task_type == \"panoptic\":\n keep = torch... | 2024-03-04T11:04:49 |
vuejs/vue | 3650c12f7d3a20f3155bc1fd2b068e84289e0d33 | 83d95351a9f809311d624fc3398e7f6829b72447 | fix(types): provide types for built-in components
close #13002 | [
{
"path": "types/built-in-components.d.ts",
"patch": "@@ -0,0 +1,63 @@\n+import { DefineComponent } from './v3-define-component'\n+\n+type Hook<T = () => void> = T | T[]\n+\n+export interface TransitionProps {\n+ name?: string\n+ appear?: boolean\n+ css?: boolean\n+ mode?: 'in-out' | 'out-in' | 'default... | 2023-12-07T06:41:10 |
golang/go | 3dec253783e1211989102ac6abd34cddbf8ba0e6 | a07e28194a05800215efe192d2ff840f339924f0 | reflect: zero stack slots before writing to them with write barriers
reflect.assignTo writes to the target using write barriers. Make sure
that the memory it is writing to is zeroed, so the write barrier does
not read pointers from uninitialized memory.
Fixes #39541
Change-Id: Ia64b2cacc193bffd0c1396bbce1dfb8182d490... | [
{
"path": "src/reflect/type.go",
"patch": "@@ -3068,6 +3068,7 @@ func ifaceIndir(t *rtype) bool {\n \treturn t.kind&kindDirectIface == 0\n }\n \n+// Note: this type must agree with runtime.bitvector.\n type bitVector struct {\n \tn uint32 // number of bits\n \tdata []byte",
"additions": 1,
"delet... | 2020-06-18T19:51:35 |
nodejs/node | 01c680b92aed62e128aa2abd4ad923f9a6a0331a | 6763fb2f0ee4fa663e720a1e37570c8a8e18d03b | test: refactor test for readability
PR-URL: https://github.com/nodejs/node/pull/13003
Fixes: https://github.com/nodejs/node/issues/12951
Reviewed-By: Matteo Collina <matteo.collina@gmail.com> | [
{
"path": "test/parallel/test-net-connect-options-allowhalfopen.js",
"patch": "@@ -24,101 +24,95 @@ const common = require('../common');\n const assert = require('assert');\n const net = require('net');\n \n-function testClients(getSocketOpt, getConnectOpt, getConnectCb) {\n- const cloneOptions = (index) =... | 2017-05-12T19:44:08 |
ggml-org/llama.cpp | 980b7cd17e055c8c587f79ffda7eb4fddf405566 | c49daff5baf34cabe41b70f99cc42a9dec87c8ae | vulkan: force full subgroups for flash attention to fix intel subgroup crash (#17356) | [
{
"path": "ggml/src/ggml-vulkan/ggml-vulkan.cpp",
"patch": "@@ -2901,15 +2901,15 @@ static void ggml_vk_load_shaders(vk_device& device) {\n if (path == FAPATH) { \\\n if (aligned) { \\\n if (f32acc) { \\\n- ggml_vk_create_pipeline(device... | 2025-11-19T07:46:26 |
vuejs/vue | 83d95351a9f809311d624fc3398e7f6829b72447 | 24fcf69624a633d43dfc0aa5fa6b93d11de7fad5 | fix(compiler-sfc): check template `ref` usage, (#12985)
close #12984 | [
{
"path": "packages/compiler-sfc/src/compileScript.ts",
"patch": "@@ -1818,6 +1818,8 @@ function resolveTemplateUsageCheckString(sfc: SFCDescriptor, isTS: boolean) {\n if (value) {\n code += `,${processExp(value, isTS, baseName)}`\n }\n+ } else if (name === 'ref') {\n+... | 2023-12-07T06:14:27 |
huggingface/transformers | 81220cba61d469879f460925b237405211b0cc55 | 5e4b69dc12980ce4ee387cb449bfb1169b4f74c3 | Fix: Fixed the previous tracking URI setting logic to prevent clashes with original MLflow code. (#29096)
* Changed logic for setting the tracking URI.
The previous code was calling the `mlflow.set_tracking_uri` function
regardless of whether or not the environment variable
`MLFLOW_TRACKING_URI` is even set. This... | [
{
"path": "src/transformers/integrations/integration_utils.py",
"patch": "@@ -960,9 +960,9 @@ def setup(self, args, state, model):\n remote server, e.g. s3 or GCS. If set to `True` or *1*, will copy each saved checkpoint on each save in\n [`TrainingArguments`]'s `output_dir` to the l... | 2024-03-04T10:53:58 |
nodejs/node | 6763fb2f0ee4fa663e720a1e37570c8a8e18d03b | ee46c7302335ff495fb8acb632aa0b0a1a16e986 | doc: fix some links in http2.md
PR-URL: https://github.com/nodejs/node/pull/15481
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Bryan English <bryan@bryanenglish.com>
Reviewed-By: James M Snell <jasnell@gmail.com> | [
{
"path": "doc/api/http2.md",
"patch": "@@ -16,7 +16,8 @@ in order to use the `'http2'` module.\n \n The Core API provides a low-level interface designed specifically around\n support for HTTP/2 protocol features. It is specifically *not* designed for\n-compatibility with the existing [HTTP/1][] module API.... | 2017-09-20T00:57:40 |
golang/go | a07e28194a05800215efe192d2ff840f339924f0 | 40ef1faabc44ab8ea28a1cf282ecab723ecb0394 | cmd/compile: redo flag constant ops for arm64
Fixes the *noov opcodes so they handle a constant argument properly.
Most of the infrastructure for this CL is in CL 238077 (the arm32 one).
Fixes #39505
Change-Id: Id424a4e18964b848f05aa42f4d78e5f2e2cdf43b
Reviewed-on: https://go-review.googlesource.com/c/go/+/237999
R... | [
{
"path": "src/cmd/compile/internal/arm64/ssa.go",
"patch": "@@ -943,12 +943,8 @@ func ssaGenValue(s *gc.SSAGenState, v *ssa.Value) {\n \t\tp := s.Prog(obj.AGETCALLERPC)\n \t\tp.To.Type = obj.TYPE_REG\n \t\tp.To.Reg = v.Reg()\n-\tcase ssa.OpARM64FlagEQ,\n-\t\tssa.OpARM64FlagLT_ULT,\n-\t\tssa.OpARM64FlagLT_U... | 2020-06-16T05:52:56 |
ggml-org/llama.cpp | 10e9780154365b191fb43ca4830659ef12def80f | a045492088dd105231cc5f8bfaae2d527ce47344 | chat: fix int overflow, prevent size calculation in float/double (#17357)
* chat: fix int overflow, prevent size calculation in float/double
* Update common/chat.cpp
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
---------
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com> | [
{
"path": "common/chat.cpp",
"patch": "@@ -3359,7 +3359,7 @@ static common_chat_params common_chat_templates_apply_legacy(\n const struct common_chat_templates * tmpls,\n const struct common_chat_templates_inputs & inputs)\n {\n- int alloc_size = 0;\n+ size_t alloc_size = 0;\n std::vector<... | 2025-11-18T18:11:53 |
huggingface/transformers | c38a12270a11e237cf65d085fbbaf0c4b7976b67 | 704b3f74f9685e1772acd9949f65b0c5bbd64539 | Workaround for #27758 to avoid ZeroDivisionError (#28756) | [
{
"path": "src/transformers/trainer.py",
"patch": "@@ -2080,7 +2080,8 @@ def _inner_training_loop(\n \n # add remaining tr_loss\n self._total_loss_scalar += tr_loss.item()\n- train_loss = self._total_loss_scalar / self.state.global_step\n+ effective_global_step = max(self.state... | 2024-03-04T09:23:40 |
nodejs/node | ee46c7302335ff495fb8acb632aa0b0a1a16e986 | 75606c4f6901ce4086addb0e54b1e88d108eaf8b | doc: fix external links with 404 status
PR-URL: https://github.com/nodejs/node/pull/15463
Fixes: https://github.com/nodejs/node/issues/15462
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Refael Ackermann <refa... | [
{
"path": "doc/api/crypto.md",
"patch": "@@ -2368,7 +2368,7 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL.\n [Crypto Constants]: #crypto_crypto_constants_1\n [HTML5's `keygen` element]: http://www.w3.org/TR/html5/forms.html#the-keygen-element\n [NIST SP 800-131A]: http://... | 2017-09-18T23:56:23 |
vuejs/vue | 24fcf69624a633d43dfc0aa5fa6b93d11de7fad5 | 6d857f5bee275dc98106e3b2cbc7722f5ec0cfc0 | fix(types): type VNodeChildren should allow type number (#13067)
close #12973 | [
{
"path": "types/vnode.d.ts",
"patch": "@@ -22,6 +22,7 @@ type ScopedSlotReturnValue =\n | VNode\n | string\n | boolean\n+ | number\n | null\n | undefined\n | ScopedSlotReturnArray\n@@ -37,6 +38,7 @@ export type VNodeChildren =\n | [ScopedSlot]\n | string\n | boolean\n+ | number\n | nu... | 2023-12-07T05:59:43 |
golang/go | 377c1536f548ae6295699475683db7574bea3d51 | 4379fa1740b24c610849f597f9ca13711e1bf455 | cmd/compile: mark s390x int <-> float conversions as clobbering flags
These conversion instructions set the condition code and so should
be marked as clobbering flags.
Fixes #39651.
Change-Id: I91cc9687ea70ef0551bb3139c1875071c349d43e
Reviewed-on: https://go-review.googlesource.com/c/go/+/238628
Run-TryBot: Michael ... | [
{
"path": "src/cmd/compile/internal/ssa/gen/S390XOps.go",
"patch": "@@ -394,24 +394,25 @@ func init() {\n \n \t\t{name: \"MOVDconst\", reg: gp01, asm: \"MOVD\", typ: \"UInt64\", aux: \"Int64\", rematerializeable: true}, // auxint\n \n-\t\t{name: \"LDGR\", argLength: 1, reg: gpfp, asm: \"LDGR\"}, // move... | 2020-06-18T12:25:07 |
ggml-org/llama.cpp | a045492088dd105231cc5f8bfaae2d527ce47344 | 1920345c3bcec451421bb6abc4981678cc721154 | vocab : call reserve() for building plamo-2-translate suffix (#17343)
Test 'Q4_K_M' quantization on https://huggingface.co/pfnet/plamo-2-translate
The 'suffix_to_score' size is 193510, it needs 19 memory allocation with final
capacity 262144 to hold the value, if not preserve the memory.
Signed-off-by: Haiyue Wang <... | [
{
"path": "src/llama-vocab.cpp",
"patch": "@@ -1281,6 +1281,7 @@ struct llm_tokenizer_plamo2 : llm_tokenizer {\n \n // Build suffix list in lexicographical order of reversed strings\n std::vector<std::string> suffixes;\n+ suffixes.reserve(suffix_to_score.size() + 1);\n for (co... | 2025-11-18T17:58:22 |
huggingface/transformers | 704b3f74f9685e1772acd9949f65b0c5bbd64539 | 39ef3fb248ba288897f35337f4086054c69332e5 | Add mlx support to BatchEncoding.convert_to_tensors (#29406)
* Add mlx support
* Fix import order and use def instead of lambda
* Another fix for ruff format :)
* Add detecting mlx from repr, add is_mlx_array | [
{
"path": "src/transformers/tokenization_utils_base.py",
"patch": "@@ -48,6 +48,7 @@\n extract_commit_hash,\n is_flax_available,\n is_jax_tensor,\n+ is_mlx_available,\n is_numpy_array,\n is_offline_mode,\n is_remote_url,\n@@ -726,6 +727,16 @@ def as_tensor(value, dtype=None):\n \n... | 2024-03-04T09:19:13 |
vuejs/vue | 6d857f5bee275dc98106e3b2cbc7722f5ec0cfc0 | a174c29dab2cf655b06f7870e0ac5a78ef35ec8a | fix(watch): new property addition should trigger deep watcher with getter
close #12967
close #12972 | [
{
"path": "src/v3/apiWatch.ts",
"patch": "@@ -185,8 +185,11 @@ function doWatch(\n }\n \n const instance = currentInstance\n- const call = (fn: Function, type: string, args: any[] | null = null) =>\n- invokeWithErrorHandling(fn, null, args, instance, type)\n+ const call = (fn: Function, type: strin... | 2023-12-06T16:13:31 |
nodejs/node | 75606c4f6901ce4086addb0e54b1e88d108eaf8b | 6c38ab34a301f76a2d5f306ddc242d2bebbd8f53 | inspector: break in eval script
Fixes: https://github.com/nodejs/node/issues/14577
PR-URL: https://github.com/nodejs/node/pull/14581
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <... | [
{
"path": "lib/internal/bootstrap_node.js",
"patch": "@@ -434,6 +434,13 @@\n }\n }\n \n+ function wrapForBreakOnFirstLine(source) {\n+ if (!process._breakFirstLine)\n+ return source;\n+ const fn = `function() {\\n\\n${source};\\n\\n}`;\n+ return `process.binding('inspector').callAndPaus... | 2017-08-01T22:28:51 |
golang/go | d872bbcfec29f2585ed8144fba6262d4228619cf | 84baf4162a96f360bd64e710a629d1f6753294bd | reflect: handling flagIndir in DeepEqual potential cycles
Fixes #39607
Change-Id: Ia7e597e0da8a193a25382cc633a1c6080b4f7cbf
Reviewed-on: https://go-review.googlesource.com/c/go/+/238361
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.... | [
{
"path": "src/reflect/all_test.go",
"patch": "@@ -824,6 +824,11 @@ var loop1, loop2 Loop\n var loopy1, loopy2 Loopy\n var cycleMap1, cycleMap2, cycleMap3 map[string]interface{}\n \n+type structWithSelfPtr struct {\n+\tp *structWithSelfPtr\n+\ts string\n+}\n+\n func init() {\n \tloop1 = &loop2\n \tloop2 = &... | 2020-06-17T04:57:43 |
ggml-org/llama.cpp | 1920345c3bcec451421bb6abc4981678cc721154 | 561a3e2788b6310f5ac6691d1b2a91546887191e | common : Generalized XML-style tool-call parsing with streaming support (GLM 4.5/4.6 + MiniMax M2 + SeedOSS + Kimi-K2 + Qwen3-Coder + Apriel-1.5 + Xiaomi-MiMo) (#16932)
* Add files via upload
* fix unit test
* fix crashes for --reasoning-format=none
* Patch buggy official MiniMax-M2 chat template
* add upstream mi... | [
{
"path": "common/CMakeLists.txt",
"patch": "@@ -50,6 +50,8 @@ add_library(${TARGET} STATIC\n base64.hpp\n chat-parser.cpp\n chat-parser.h\n+ chat-parser-xml-toolcall.h\n+ chat-parser-xml-toolcall.cpp\n chat.cpp\n chat.h\n common.cpp",
"additions": 2,
"deletions": 0,
... | 2025-11-18T17:54:15 |
huggingface/transformers | 39ef3fb248ba288897f35337f4086054c69332e5 | 38953a75c120a6c1cd713718a9af0ed553c5113d | [Mixtral] Fixes attention masking in the loss (#29363)
Fix mixtral load balancing loss
Co-authored-by: dingkunbo <dingkunbo@baidu.com> | [
{
"path": "src/transformers/models/mixtral/modeling_mixtral.py",
"patch": "@@ -123,8 +123,8 @@ def load_balancing_loss_func(\n # Compute the mask that masks all padding tokens as 0 with the same shape of expert_mask\n expert_attention_mask = (\n attention_mask[None, :, :, None, N... | 2024-03-04T08:08:56 |
vuejs/vue | a174c29dab2cf655b06f7870e0ac5a78ef35ec8a | f5ef882a781b8a62c9ca00e95006d07636567c8e | fix(types): fix shallowRef's return type (#12979)
close #12978 | [
{
"path": "src/v3/reactivity/ref.ts",
"patch": "@@ -40,9 +40,7 @@ export function isRef(r: any): r is Ref {\n return !!(r && (r as Ref).__v_isRef === true)\n }\n \n-export function ref<T extends object>(\n- value: T\n-): [T] extends [Ref] ? T : Ref<UnwrapRef<T>>\n+export function ref<T extends Ref>(value... | 2023-12-06T15:51:56 |
nodejs/node | 87bdddaf412678f1b109e20d03b899714a0bf64c | 602fd36d952af2ee1104b73cf619b50020f08849 | src: fix compiler warning in udp_wrap.cc
Currently the following compiler warning is generated:
1 warning generated.
../src/udp_wrap.cc:238:12: warning: comparison of integers of different
signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
if (size != args[0].As<Uint32>()->Value()) {
~~~~ ^ ~~~... | [
{
"path": "src/udp_wrap.cc",
"patch": "@@ -234,16 +234,16 @@ void UDPWrap::BufferSize(const FunctionCallbackInfo<Value>& args) {\n \n CHECK(args[0]->IsUint32());\n CHECK(args[1]->IsUint32());\n- int size = static_cast<int>(args[0].As<Uint32>()->Value());\n \n- if (size != args[0].As<Uint32>()->Value()... | 2017-09-14T06:36:37 |
ggml-org/llama.cpp | 561a3e2788b6310f5ac6691d1b2a91546887191e | f40a2e5f1134cd78cca4f2c911685517e5deb8a7 | ci : change the openEuler-310p image to fix release (#17361) | [
{
"path": ".github/workflows/build.yml",
"patch": "@@ -1390,14 +1390,10 @@ jobs:\n strategy:\n matrix:\n arch: [x86, aarch64]\n- cann:\n- - '8.3.rc1.alpha001-910b-openeuler22.03-py3.11'\n- chip_type:\n- - '910b'\n- build:\n- - 'Release'\n+ ... | 2025-11-18T17:10:23 |
huggingface/transformers | 38953a75c120a6c1cd713718a9af0ed553c5113d | aade711d1ee225036be22a90bdd1f04eb1c0ba36 | update path to hub files in the error message (#29369)
update path to hub files
need to add `tree/` to path to files at HF hub.
see example path:
`https://huggingface.co/meta-llama/Llama-2-7b-hf/tree/main` | [
{
"path": "src/transformers/utils/hub.py",
"patch": "@@ -368,7 +368,7 @@ def cached_file(\n if _raise_exceptions_for_missing_entries:\n raise EnvironmentError(\n f\"{path_or_repo_id} does not appear to have a file named {full_filename}. Checkout \"\n- ... | 2024-03-04T07:26:01 |
golang/go | 292a771b876b2d7deae141dd352c43e650ac3f54 | 0ce1ffc49d3935a41e1fff2aec224c254a9fad1d | net/rpc: clarify documention of Call.Done field
Fixes #36116
Change-Id: I93909f2addee9a9435ad658e8b40eef966ce53fe
Reviewed-on: https://go-review.googlesource.com/c/go/+/238078
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmai... | [
{
"path": "src/net/rpc/client.go",
"patch": "@@ -31,7 +31,7 @@ type Call struct {\n \tArgs interface{} // The argument to the function (*struct).\n \tReply interface{} // The reply from the function (*struct).\n \tError error // After completion, the error status.\n-\tDone ... | 2020-06-15T22:02:54 |
vuejs/vue | f5ef882a781b8a62c9ca00e95006d07636567c8e | d6468c4c383184acd66f3c9091005e83836a43f3 | fix(style): always set new styles
close #12901
close #12946 | [
{
"path": "src/platforms/web/runtime/modules/style.ts",
"patch": "@@ -91,10 +91,8 @@ function updateStyle(oldVnode: VNodeWithData, vnode: VNodeWithData) {\n }\n for (name in newStyle) {\n cur = newStyle[name]\n- if (cur !== oldStyle[name]) {\n- // ie9 setting to null has no effect, must use ... | 2023-12-06T15:17:02 |
huggingface/transformers | 831bc25d8fdb85768402f772cf65cc3d7872b211 | 1a7c117df96adac7b60a1f6f0f228d71b1ed1283 | Correct zero division error in inverse sqrt scheduler (#28982)
* Correct zero division error in inverse sqrt scheduler
* default timescale to 10_000 | [
{
"path": "src/transformers/optimization.py",
"patch": "@@ -317,7 +317,7 @@ def get_inverse_sqrt_schedule(\n # https://github.com/google-research/big_vision/blob/f071ce68852d56099437004fd70057597a95f6ef/big_vision/utils.py#L930\n \n if timescale is None:\n- timescale = num_warmup_steps\n+ ... | 2024-03-01T17:04:40 |
ggml-org/llama.cpp | bc4064cfea99e139f92bdefcead7ba2af5d7b496 | 97cb3fd5ae65dfeee93af677549e75a81d23120c | CANN: fix acl_tensor_ptr usage in ASCEND_310P ROPE (#17347)
* cann: fix acl_tensor_ptr usage in ASCEND_310P ROPE implementation
Fix compilation errors in the ASCEND_310P-specific ROPE operation code
by adding .get() calls when passing acl_tensor_ptr smart pointers to
functions expecting raw aclTensor* pointers.
This... | [
{
"path": "ggml/src/ggml-cann/aclnn_ops.cpp",
"patch": "@@ -2544,7 +2544,7 @@ void ggml_cann_rope(ggml_backend_cann_context & ctx, ggml_tensor * dst) {\n \n int64_t shifts[] = { 1 };\n int64_t dims[] = { 3 };\n- aclnn_roll(ctx, acl_input_tensor, acl_input_roll_tensor, shifts, dims);... | 2025-11-18T08:41:52 |
nodejs/node | c5eb5bfc2e2cb659db1ce3c12f77ad8f8834d3d8 | 3070d53e31a09be5f8b121dc13d844d04a5541ee | build: enable runtime linking
Enable runtime linking of shared objects. This will
allow loading of symbols using the RTLD_GLOBAL flag.
PR-URL: https://github.com/nodejs/node/pull/15286
Fixes: https://github.com/nodejs/node/issues/15243
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Gireesh Punathil <... | [
{
"path": "node.gyp",
"patch": "@@ -784,7 +784,7 @@\n 'common.gypi',\n ],\n \n- 'ldflags': ['-Wl,-bE:<(PRODUCT_DIR)/node.exp'],\n+ 'ldflags': ['-Wl,-bE:<(PRODUCT_DIR)/node.exp', '-Wl,-brtl'],\n },\n {\n 'target_name': 'node_exp',",
"addit... | 2017-09-08T09:19:29 |
golang/go | 0ce1ffc49d3935a41e1fff2aec224c254a9fad1d | 8b98498a5833111402a2fe8f13a6605e071994b6 | regexp/syntax: append patchLists in constant time
By keeping a tail pointer, we can append to a patchList in constant
time, rather than in time proportional to the length of the list. This
gets rid of the quadratic compile times we were seeing for long series
of alternations.
This is basically the same change as
http... | [
{
"path": "src/regexp/syntax/compile.go",
"patch": "@@ -12,57 +12,47 @@ import \"unicode\"\n // See https://swtch.com/~rsc/regexp/regexp1.html for inspiration.\n //\n // These aren't really pointers: they're integers, so we can reinterpret them\n-// this way without using package unsafe. A value l denotes\n... | 2020-06-15T22:54:49 |
vuejs/vue | 25f97a5033187372e7b8c591c79336197ee5c833 | 10c2a87c7038f2f80df23044c48a130bea253bf8 | fix(compiler-sfc): fix rewriteDefault edge cases
close #13060
close #12892
close #12906 | [
{
"path": "packages/compiler-sfc/src/compileScript.ts",
"patch": "@@ -1575,7 +1575,7 @@ function extractRuntimeEmits(\n }\n \n function extractEventNames(\n- eventName: Identifier | RestElement,\n+ eventName: ArrayPattern | Identifier | ObjectPattern | RestElement,\n emits: Set<string>\n ) {\n if (",
... | 2023-12-06T09:25:12 |
ggml-org/llama.cpp | 97cb3fd5ae65dfeee93af677549e75a81d23120c | ffa277a54c7c7a9838da8b332e66dba761015a32 | fix: resolve undefined variable 'svr' compilation error (#17348) | [
{
"path": "tools/server/server-http.cpp",
"patch": "@@ -46,25 +46,26 @@ bool server_http_context::init(const common_params & params) {\n port = params.port;\n hostname = params.hostname;\n \n+ auto & srv = pimpl->srv;\n+\n #ifdef CPPHTTPLIB_OPENSSL_SUPPORT\n if (params.ssl_file_key != \"\" &&... | 2025-11-18T08:10:47 |
huggingface/transformers | 1a7c117df96adac7b60a1f6f0f228d71b1ed1283 | cec773345aeffce3c04e8891303a3f748de7141e | Fix deprecated arg issue (#29372)
* Fix deprecated arg issue
* Trainer check too
* Check for dict or dataclass
* Simplify, make config always AcceleratorConfig
* Upstream to Trainer | [
{
"path": "src/transformers/trainer.py",
"patch": "@@ -80,7 +80,6 @@\n TrainerState,\n )\n from .trainer_pt_utils import (\n- AcceleratorConfig,\n DistributedTensorGatherer,\n IterableDatasetShard,\n LabelSmoother,\n@@ -4116,21 +4115,10 @@ def create_accelerator_and_postprocess(self):\n ... | 2024-03-01T17:00:29 |
nodejs/node | 3070d53e31a09be5f8b121dc13d844d04a5541ee | 784cdad7407555bbffebc97e75866dc9a8a04106 | doc: fix new nits in links
PR-URL: https://github.com/nodejs/node/pull/15449
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de> | [
{
"path": "doc/api/http.md",
"patch": "@@ -1959,7 +1959,7 @@ const req = http.request(options, (res) => {\n [`agent.createConnection()`]: #http_agent_createconnection_options_callback\n [`agent.getName()`]: #http_agent_getname_options\n [`destroy()`]: #http_agent_destroy\n-[`getHeader(name)`]: #requestgethe... | 2017-09-17T20:02:00 |
vuejs/vue | ae3e4b1c706b8d61a4a312ca5d23441df021b4b4 | de0b97b3eadae120eda505b45df2de2115dcb6f0 | fix(utils): unwrap refs when stringifying values in template
close #12884
close #12888 | [
{
"path": "src/shared/util.ts",
"patch": "@@ -90,10 +90,18 @@ export function toString(val: any): string {\n return val == null\n ? ''\n : Array.isArray(val) || (isPlainObject(val) && val.toString === _toString)\n- ? JSON.stringify(val, null, 2)\n+ ? JSON.stringify(val, replacer, 2)\n : ... | 2023-12-06T08:38:16 |
golang/go | 8b98498a5833111402a2fe8f13a6605e071994b6 | f84bbd52b0021c401b0b6508e90e913ae0aa241d | net/http: make Transport.RoundTrip preserve Requests
Ensure that the exact Request passed to Transport.RoundTrip
is returned in the Response. Do not replace the Request with
a copy when resetting the request body.
Fixes #39533
Change-Id: Ie6fb080c24b0f6625b0761b7aa542af3d2411817
Reviewed-on: https://go-review.google... | [
{
"path": "src/net/http/transport.go",
"patch": "@@ -511,6 +511,7 @@ func (t *Transport) roundTrip(req *Request) (*Response, error) {\n \t\t}\n \t}\n \n+\torigReq := req\n \treq = setupRewindBody(req)\n \n \tif altRT := t.alternateRoundTripper(req); altRT != nil {\n@@ -572,6 +573,7 @@ func (t *Transport) ro... | 2020-06-11T20:30:23 |
ggml-org/llama.cpp | ffa277a54c7c7a9838da8b332e66dba761015a32 | da95bf2a8577ab4ba20b12fd0e7bdf4617abb7e0 | CANN: Add openEuler-cann in build and release (#17192)
Update openEuler version
Remove variable ASCEND_SOC_TYPE
Modify the chip type
Fix case in zip filename
Change "device" to "chip_type"
Modify the value of chip_type | [
{
"path": ".devops/cann.Dockerfile",
"patch": "@@ -3,17 +3,15 @@\n # ==============================================================================\n \n # Define the CANN base image for easier version updates later\n-ARG CANN_BASE_IMAGE=quay.io/ascend/cann:8.1.rc1-910b-openeuler22.03-py3.10\n+ARG CHIP_TYPE=... | 2025-11-18T08:08:55 |
huggingface/transformers | cec773345aeffce3c04e8891303a3f748de7141e | 15f8296a9b493eaa0770557fe2e931677fb62e2f | Fix llama + gemma accelete tests (#29380) | [
{
"path": "tests/models/gemma/test_modeling_gemma.py",
"patch": "@@ -298,6 +298,10 @@ class GemmaModelTest(ModelTesterMixin, GenerationTesterMixin, PipelineTesterMixi\n test_headmasking = False\n test_pruning = False\n \n+ # Need to remove 0.9 in `test_cpu_offload`\n+ # This is because we are ... | 2024-03-01T15:32:36 |
nodejs/node | 784cdad7407555bbffebc97e75866dc9a8a04106 | 15879adf1dab3d67839fd90cfee51c7181b01e30 | doc: add documentation for the 'timeout' event
Adds the `'timeout'` event to the `http.ClientRequest` documentation.
PR-URL: https://github.com/nodejs/node/pull/15443
Fixes: https://github.com/nodejs/node/issues/14856
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Revi... | [
{
"path": "doc/api/http.md",
"patch": "@@ -427,6 +427,16 @@ added: v0.5.3\n \n Emitted after a socket is assigned to this request.\n \n+### Event: 'timeout'\n+<!-- YAML\n+added: v0.7.8\n+-->\n+\n+Emitted when the underlying socket times out from inactivity. This only notifies\n+that the socket has been idle... | 2017-09-17T07:30:16 |
golang/go | f84bbd52b0021c401b0b6508e90e913ae0aa241d | dea6d928f6c293631ce93bd3a3bb8b4020188954 | cmd/compile: mark block control instruction unsafe in "all unsafe" functions
Currently, for runtime functions and nosplit functions, it is
considered "all unsafe", meaning that the entire function body is
unsafe points. In the past, we didn't mark CALLs in such
functions unsafe, which is fixed in CL 230541. We also di... | [
{
"path": "src/cmd/compile/internal/gc/plive.go",
"patch": "@@ -680,8 +680,9 @@ func (lv *Liveness) pointerMap(liveout bvec, vars []*Node, args, locals bvec) {\n \t}\n }\n \n-// markUnsafePoints finds unsafe points and computes lv.unsafePoints.\n-func (lv *Liveness) markUnsafePoints() {\n+// allUnsafe indic... | 2020-06-04T19:41:45 |
rust-lang/rust | a090e76dab39b3771b5e99096766b5ffac588145 | d88ffcdb8bfc6f8b917574c1693eb9764a20eff5 | Tweak "expected ident" parse error to avoid talking about doc comments
When encountering a doc comment without an identifier after, we'd unconditionally state "this doc comment doesn't document anything", swallowing the *actual* error which is that the thing *after* the doc comment wasn't expected. Added a check that ... | [
{
"path": "compiler/rustc_parse/src/parser/diagnostics.rs",
"patch": "@@ -301,13 +301,6 @@ impl<'a> Parser<'a> {\n &mut self,\n recover: bool,\n ) -> PResult<'a, (Ident, IdentIsRaw)> {\n- if let TokenKind::DocComment(..) = self.prev_token.kind {\n- return Err(self.dcx()... | 2025-02-19T17:26:03 |
vuejs/vue | de0b97b3eadae120eda505b45df2de2115dcb6f0 | 45d6ad6645e960a3ee52ad9667520a1625f10dfd | fix(types): fix type augmentation and compiler-sfc types w/moduleResolution: bundler (#13107)
close #13106 | [
{
"path": "package.json",
"patch": "@@ -18,19 +18,20 @@\n ],\n \"exports\": {\n \".\": {\n+ \"types\": \"./types/index.d.ts\",\n \"import\": {\n \"node\": \"./dist/vue.runtime.mjs\",\n \"default\": \"./dist/vue.runtime.esm.js\"\n },\n- \"require\": \"./dist/vue.... | 2023-12-06T07:52:18 |
huggingface/transformers | f1b1379f37c6b9626bb1c795d89be4c0a606f957 | 0a0a279e994ee794acf6102179524f51931e6d61 | [`YOLOS`] Fix - return padded annotations (#29300)
* Fix yolos processing
* Add back slow marker - protects for pycocotools in slow
* Slow decorator goes above copied from header | [
{
"path": "src/transformers/models/conditional_detr/image_processing_conditional_detr.py",
"patch": "@@ -1323,7 +1323,6 @@ def preprocess(\n validate_kwargs(captured_kwargs=kwargs.keys(), valid_processor_keys=self._valid_processor_keys)\n \n # Here, the pad() method pads to the maximum of (w... | 2024-03-01T09:42:13 |
ggml-org/llama.cpp | 0de8878c961c36c88cca5a0c188ae7a6e5a4b778 | 38e2c1b4128fe3ac75dc563dd12d31b9011f4a26 | server: split HTTP into its own interface (#17216)
* server: split HTTP into its own interface
* move server-http and httplib to its own file
* add the remaining endpoints
* fix exception/error handling
* renaming
* missing header
* fix missing windows header
* fix error responses from http layer
* fix slot sa... | [
{
"path": "tools/server/CMakeLists.txt",
"patch": "@@ -14,6 +14,8 @@ endif()\n set(TARGET_SRCS\n server.cpp\n utils.hpp\n+ server-http.cpp\n+ server-http.h\n )\n set(PUBLIC_ASSETS\n index.html.gz",
"additions": 2,
"deletions": 0,
"language": "Plain Text"
},
{
"path": "t... | 2025-11-17T21:05:44 |
nodejs/node | 15879adf1dab3d67839fd90cfee51c7181b01e30 | 8589c70c85411c2dd0e02c021d926b1954c74696 | test: expand http2 frameError test case
Expand maxSendHeaderBlockLength test to check what happens if
frameError listener isn't available.
PR-URL: https://github.com/nodejs/node/pull/15298
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Refael Ackerman... | [
{
"path": "test/parallel/test-http2-options-max-headers-block-length.js",
"patch": "@@ -16,7 +16,7 @@ server.listen(0);\n server.on('listening', common.mustCall(() => {\n \n // Setting the maxSendHeaderBlockLength, then attempting to send a\n- // headers block that is too big should cause a 'meError' to\... | 2017-09-15T17:35:00 |
golang/go | dea6d928f6c293631ce93bd3a3bb8b4020188954 | 340efd3608c2dc69b8786a8e7ca472e9f78d9002 | bufio: test for exact error value in TestNegativeEOFReader and TestLargeReader
CL 225357 added tests for Scanner not panicking on bad readers.
CL 225557 created a named error value that is returned instead.
CL 237739 documents that the bufio.ErrBadReadCount is returned
when bufio.Scanner is used with an invalid io.Rea... | [
{
"path": "src/bufio/scan_test.go",
"patch": "@@ -558,8 +558,8 @@ func (r *negativeEOFReader) Read(p []byte) (int, error) {\n \treturn -1, io.EOF\n }\n \n-// Test that the scanner doesn't panic on a reader that returns a\n-// negative count of bytes read (issue 38053).\n+// Test that the scanner doesn't pan... | 2020-06-16T17:08:47 |
rust-lang/rust | ceab7546935480e0b6f27d3f3036e65107d36dbd | 1ad2fa8d8a67794065eac2f1e947ea9118aacea4 | fix: Binding wrong assoc ty when lowering trait ref bound | [
{
"path": "src/tools/rust-analyzer/crates/hir-ty/src/lower/path.rs",
"patch": "@@ -837,15 +837,16 @@ impl<'a, 'b> PathLoweringContext<'a, 'b> {\n }\n (_, ImplTraitLoweringMode::Param | ImplTraitLoweringMode::Variable) => {\n // Find... | 2025-02-19T15:47:21 |
vuejs/vue | 0ad8e8d94f3a3bf4429f25850c85a6bbb2b81364 | d30f6fd25f90973a84fadb43eef75a54c4b42ea2 | fix(shallowReactive): should track value if already reactive when set in shallowReactive | [
{
"path": "src/core/instance/state.ts",
"patch": "@@ -110,10 +110,10 @@ function initProps(vm: Component, propsOptions: Object) {\n )\n }\n },\n- true\n+ true /* shallow */\n )\n } else {\n- defineReactive(props, key, value, undefined, true)\n+ ... | 2023-12-06T07:45:15 |
huggingface/transformers | e7b983706586c0b809437851f3ba5863b4eda9c0 | 50db7ca4e874e211dd18d9b9ee429f62ef7d7e8f | [`Llama + AWQ`] fix `prepare_inputs_for_generation` 🫠 (#29381)
* use the generation config 🫠
* fixup | [
{
"path": "src/transformers/models/gemma/modeling_gemma.py",
"patch": "@@ -1161,7 +1161,7 @@ def prepare_inputs_for_generation(\n if past_key_values:\n position_ids = position_ids[:, -input_ids.shape[1] :]\n \n- if getattr(self.model.layers[0].self_attn, \"past_key_value\"... | 2024-03-01T07:59:26 |
ggml-org/llama.cpp | 38e2c1b4128fe3ac75dc563dd12d31b9011f4a26 | cb44fc84e8450acf88e913611f5c26a0c8b1aefa | vulkan: add log RTE support to fix Nvidia CI (#17320)
* vulkan: add log RTE support to fix Nvidia CI
* actually use the rte shader | [
{
"path": "ggml/src/ggml-vulkan/ggml-vulkan.cpp",
"patch": "@@ -3793,8 +3793,14 @@ static void ggml_vk_load_shaders(vk_device& device) {\n ggml_vk_create_pipeline(device, device->pipeline_sqrt_f32, \"sqrt_f32\", sqrt_f32_len, sqrt_f32_data, \"main\", 2, sizeof(vk_op_unary_push_constants), {512, 1, 1}, {... | 2025-11-17T20:37:49 |
rust-lang/rust | 70f11ee0c063fa85dff72306c2ec29532b8cabeb | 604364fcf44e0843e4ea9818daaf97418da233d5 | fix by comments
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn> | [
{
"path": "library/std/src/sys/pal/unix/stack_overflow.rs",
"patch": "@@ -319,14 +319,12 @@ mod imp {\n ))]\n unsafe fn get_stack_start() -> Option<*mut libc::c_void> {\n let mut ret = None;\n- let mut attr: mem::MaybeUninit<libc::pthread_attr_t> = if cfg!(target_os = \"freebsd\") {\n... | 2025-02-19T12:16:28 |
nodejs/node | 8589c70c85411c2dd0e02c021d926b1954c74696 | 2f5bef4705de7aefeaf58d15ee270239d98d5b89 | http: revert #14024 writable is never set to false
Setting writable = false in IncomingMessage.end made some errors
being swallowed in some very popular OSS libraries that we must
support. This commit add some of those use cases to the tests,
so we avoid further regressions.
We should reevaluate how to set writable = ... | [
{
"path": "lib/_http_outgoing.js",
"patch": "@@ -780,7 +780,6 @@ OutgoingMessage.prototype.end = function end(chunk, encoding, callback) {\n this.connection.uncork();\n \n this.finished = true;\n- this.writable = false;\n \n // There is the first message on the outgoing queue, and we've sent\n //... | 2017-09-14T09:05:10 |
golang/go | d08bab99b74b6da2f10e16fdcd4fb4b410ae07cb | bc1dbe58cf35454b4f8f981707013fd868c6ce6f | [dev.link] cmd/link: rework line table generation to reduce heap mem
Rework the way symbols are handled in DWARF line table generation to
eliminate copying the data payload for all SWDWARFLINES syms (emitted
by the compiler) into the payload of the ".debug_line" section symbol
(generated by the linker). Instead, chain... | [
{
"path": "src/cmd/internal/obj/dwarf.go",
"patch": "@@ -44,6 +44,13 @@ func (ctxt *Link) generateDebugLinesSymbol(s, lines *LSym) {\n \t\t}\n \t}\n \n+\t// Emit a LNE_set_address extended opcode, so as to establish the\n+\t// starting text address of this function.\n+\tdctxt.AddUint8(lines, 0)\n+\tdwarf.Ul... | 2020-06-10T17:14:15 |
vuejs/vue | d30f6fd25f90973a84fadb43eef75a54c4b42ea2 | 08382f008016c3b3b93f84594266f2e191fee91d | test: fix tests | [
{
"path": "packages/compiler-sfc/test/__snapshots__/compileScript.spec.ts.snap",
"patch": "@@ -93,7 +93,7 @@ exports[`SFC compile <script setup> > <script> and <script setup> co-usage > scr\n \"import { defineComponent as _defineComponent } from 'vue'\n \n const __default__ = {\n- name: \\\\\"t... | 2023-12-06T07:21:00 |
huggingface/transformers | 50db7ca4e874e211dd18d9b9ee429f62ef7d7e8f | 2858d6c634b7ba3348abecdfd2cc403e50991929 | FIX [`quantization` / `ESM`] Fix ESM 8bit / 4bit with bitsandbytes (#29329)
* fix ESM 8bit
* Apply suggestions from code review
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
* fixup
---------
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com> | [
{
"path": "src/transformers/models/esm/modeling_esm.py",
"patch": "@@ -377,7 +377,7 @@ def forward(\n if head_mask is not None:\n attention_probs = attention_probs * head_mask\n \n- context_layer = torch.matmul(attention_probs, value_layer)\n+ context_layer = torch.matmul(a... | 2024-03-01T02:01:53 |
ggml-org/llama.cpp | cb44fc84e8450acf88e913611f5c26a0c8b1aefa | cb623de3fc61011e5062522b4d05721a22f2e916 | cmake : fix ARM feature verification (#17170)
* cmake : fix ARM feature verification
Use check_cxx_source_compiles to prevent conflicts with
the existing GGML_NATIVE detection code.
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
* cmake : unset __ARM_FEATURE when feature is disabled
Signed-off-by: Adrien Gal... | [
{
"path": "ggml/src/ggml-cpu/CMakeLists.txt",
"patch": "@@ -145,26 +145,27 @@ function(ggml_add_cpu_backend_variant_impl tag_name)\n \n include(CheckCXXSourceRuns)\n \n- function(check_arm_feature tag code)\n+ macro(check_arm_feature tag feature code)\n ... | 2025-11-17T20:37:29 |
rust-lang/rust | 35febd7a6d57179f41cb5b4a37f9545915e4d7a5 | 5986ff05d8480da038dd161b3a6aa79ff364a851 | Fix `*-win7-windows-msvc` target since 26eeac1a1e9fe46ffd80dd0d3dafdd2c2a644306 | [
{
"path": "library/std/src/sys/pal/windows/c.rs",
"patch": "@@ -204,7 +204,7 @@ compat_fn_with_fallback! {\n pub fn NtReleaseKeyedEvent(\n EventHandle: HANDLE,\n Key: *const c_void,\n- Alertable: BOOLEAN,\n+ Alertable: bool,\n Timeout: *mut i64\n ) -> NTSTATUS {... | 2025-02-19T10:05:37 |
vuejs/vue | 08382f008016c3b3b93f84594266f2e191fee91d | 947993f7e8e445b9032dd59d7f484593c3174452 | fix(props): should not unwrap props that are raw refs
close #12930 | [
{
"path": "src/core/instance/state.ts",
"patch": "@@ -95,19 +95,25 @@ function initProps(vm: Component, propsOptions: Object) {\n vm\n )\n }\n- defineReactive(props, key, value, () => {\n- if (!isRoot && !isUpdatingChildComponent) {\n- warn(\n- `Avoid ... | 2023-12-06T07:10:49 |
huggingface/transformers | 2858d6c634b7ba3348abecdfd2cc403e50991929 | 5ee0868a4b1193ef8a0f5cc7db02a9bfe5b07038 | Fix Base Model Name of LlamaForQuestionAnswering (#29258)
* LlamaForQuestionAnswering self.transformer->self.model
* fix "Copied from" string
* Llama QA model: set base_model_prefix = "transformer" | [
{
"path": "src/transformers/models/llama/modeling_llama.py",
"patch": "@@ -1454,6 +1454,8 @@ def forward(\n LLAMA_START_DOCSTRING,\n )\n class LlamaForQuestionAnswering(LlamaPreTrainedModel):\n+ base_model_prefix = \"transformer\"\n+\n # Copied from transformers.models.bloom.modeling_bloom.BloomF... | 2024-03-01T01:58:19 |
nodejs/node | 2f5bef4705de7aefeaf58d15ee270239d98d5b89 | 873e5bd0b4c07f3ff983e683d3095f4327421a4f | http2: expand list of known headers
Add access-control-*, dnt, forwarded, trailer, tk,
upgrade-insecure-requests, warning, x-content-type-options and
x-frame-options to known list of headers for HTTP2. Expand tests
to account for these headers.
Fixes: https://github.com/nodejs/node/issues/15337
Refs: https://develope... | [
{
"path": "lib/internal/http2/util.js",
"patch": "@@ -12,6 +12,9 @@ const {\n HTTP2_HEADER_AUTHORITY,\n HTTP2_HEADER_SCHEME,\n HTTP2_HEADER_PATH,\n+ HTTP2_HEADER_ACCESS_CONTROL_ALLOW_CREDENTIALS,\n+ HTTP2_HEADER_ACCESS_CONTROL_MAX_AGE,\n+ HTTP2_HEADER_ACCESS_CONTROL_REQUEST_METHOD,\n HTTP2_HEADER... | 2017-09-19T13:56:09 |
ggml-org/llama.cpp | dbed61294abbc91b93aef64047bf2fecbf44b48b | 80deff3648b93727422461c41c7279ef1dac7452 | vulkan: add LOG operation support for F32 and F16 (#17183)
* vulkan: add LOG operation support for F32 and F16
Part of #14909.
* vulkan: Fix LOG operation types
* docs: Update operation support documentation for Vulkan LOG operation
* vulkan: fix log_f16 shader
* docs: restore missing LOG test cases and regenerat... | [
{
"path": "docs/ops.md",
"patch": "@@ -63,7 +63,7 @@ Legend:\n | IM2COL_3D | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ❌ |\n | L2_NORM | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ❌ |\n | LEAKY_RELU | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | 🟡 | ❌ |\n-| ... | 2025-11-16T21:50:09 |
vuejs/vue | c22363425ae246ccbb8418342e94edfa270d93e5 | 51fef2ca69459c1175e105991f60511f1996e0c8 | fix(patch): clone insert hooks to avoid being mutated during iteration (#12905) | [
{
"path": "src/core/vdom/patch.ts",
"patch": "@@ -878,8 +878,11 @@ export function createPatchFunction(backend) {\n const insert = ancestor.data.hook.insert\n if (insert.merged) {\n // start at index 1 to avoid re-invoking component mounted hook\n- ... | 2023-10-23T07:11:13 |
huggingface/transformers | 0ad770c3733f9478a8d9d0bc18cc6143877b47a2 | bb4f816ad4993a5ed15f8cfd7dae67573c88e1d7 | Fix @require_read_token in tests (#29367) | [
{
"path": "src/transformers/testing_utils.py",
"patch": "@@ -38,7 +38,6 @@\n from unittest import mock\n from unittest.mock import patch\n \n-import huggingface_hub\n import urllib3\n \n from transformers import logging as transformers_logging\n@@ -466,11 +465,11 @@ def require_read_token(fn):\n \"\"\"\... | 2024-02-29T10:25:16 |
ggml-org/llama.cpp | 80deff3648b93727422461c41c7279ef1dac7452 | 8b1c339bd2eb04f5771b4f1e6c88ab95438f109e | vulkan: fix MMQ quantize_y condition (#17301) | [
{
"path": "ggml/src/ggml-vulkan/ggml-vulkan.cpp",
"patch": "@@ -6444,7 +6444,7 @@ static void ggml_vk_mul_mat_q_f16(ggml_backend_vk_context * ctx, vk_context& sub\n \n const bool y_f32_kernel = src1->type == GGML_TYPE_F32 && !y_non_contig;\n \n- bool quantize_y = ctx->device->integer_dot_product && s... | 2025-11-16T18:38:17 |
vuejs/vue | 51fef2ca69459c1175e105991f60511f1996e0c8 | b8c8b3fc7a211744fdabd237a1a986a1f80b7c43 | fix(compiler-sfc): add semicolon after `defineProps` statement (#12879) | [
{
"path": "packages/compiler-sfc/src/compileScript.ts",
"patch": "@@ -1125,15 +1125,15 @@ export function compileScript(\n startOffset,\n `\\nconst ${propsIdentifier} = __props${\n propsTypeDecl ? ` as ${genSetupPropsType(propsTypeDecl)}` : ``\n- }\\n`\n+ };\\n`\n )\n }\n... | 2023-10-23T07:09:23 |
huggingface/transformers | bb4f816ad4993a5ed15f8cfd7dae67573c88e1d7 | 44fe1a1cc41620e807813168ce66b5ced1c3ad9f | Patch YOLOS and others (#29353)
Fix issue | [
{
"path": "src/transformers/models/conditional_detr/modeling_conditional_detr.py",
"patch": "@@ -2514,9 +2514,10 @@ def forward(self, outputs, targets):\n num_boxes = torch.as_tensor([num_boxes], dtype=torch.float, device=next(iter(outputs.values())).device)\n \n world_size = 1\n- if ... | 2024-02-29T10:09:50 |
ggml-org/llama.cpp | 52e5d421f1d0584d2dc2caaa1c35126215660bde | 4db56412103502347e000142ffc01b1eca217e27 | opencl: fix rms_norm_mul (#17250)
* opencl: use subgrroup reduce for reduction in rms_norm_mul
* opencl: add comment about workgroup size | [
{
"path": "ggml/src/ggml-opencl/ggml-opencl.cpp",
"patch": "@@ -5705,7 +5705,7 @@ static void ggml_opencl_op_rms_norm_fused(ggml_backend_t backend, ggml_tensor *\n CL_CHECK(clSetKernelArg(kernel, 21, sizeof(cl_ulong), &nb2));\n CL_CHECK(clSetKernelArg(kernel, 22, sizeof(cl_ulong), &nb3));\... | 2025-11-16T01:40:14 |
vuejs/vue | b8c8b3fc7a211744fdabd237a1a986a1f80b7c43 | d27c128b7cb1640f3aa185a5ecdea4ff35763794 | fix(compiler-sfc): Resolve object expression parsing errors in `v-on` (#12862) | [
{
"path": "packages/compiler-sfc/src/compileScript.ts",
"patch": "@@ -1841,7 +1841,7 @@ function processExp(exp: string, isTS: boolean, dir?: string): string {\n if (dir === 'slot') {\n exp = `(${exp})=>{}`\n } else if (dir === 'on') {\n- exp = `()=>{${exp}}`\n+ exp = `()=>{return ${... | 2023-10-23T07:08:58 |
golang/go | bc1dbe58cf35454b4f8f981707013fd868c6ce6f | 188e995ae9de004322d3f822f70dc9d814e2c03b | [dev.link] cmd/link: stop emitting .debug_pubnames/.debug_pubtypes
Don't emit the .debug_pubnames/.debug_pubtypes sections. These sections
are not used by either GDB or Delve, and C++ compilers [notably GCC
and Clang] no longer emit the sections by default.
Change-Id: Ic3309755e88c8e1aa28a29366bc7f0df1748fe64
Reviewe... | [
{
"path": "src/cmd/link/internal/ld/dwarf.go",
"patch": "@@ -1518,7 +1518,7 @@ func appendSyms(syms []loader.Sym, src []sym.LoaderSym) []loader.Sym {\n \treturn syms\n }\n \n-func (d *dwctxt) writeinfo(units []*sym.CompilationUnit, abbrevsym loader.Sym, pubNames, pubTypes *pubWriter) dwarfSecInfo {\n+func (... | 2020-06-10T14:05:37 |
huggingface/transformers | 44fe1a1cc41620e807813168ce66b5ced1c3ad9f | b647acdb53d251cec126b79e505bac11821d7c93 | Avoid using uncessary `get_values(MODEL_MAPPING)` (#29362)
* more fixes
* more fixes
---------
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com> | [
{
"path": "tests/models/beit/test_modeling_beit.py",
"patch": "@@ -21,7 +21,6 @@\n from packaging import version\n \n from transformers import BeitConfig\n-from transformers.models.auto import get_values\n from transformers.testing_utils import require_torch, require_torch_multi_gpu, require_vision, slow, t... | 2024-02-29T09:19:17 |
ggml-org/llama.cpp | 4db56412103502347e000142ffc01b1eca217e27 | 72bd7321a7d7465d371eb2ae46cd5518842c8f44 | opencl: add kernel to handle mat mul in attention to improve encoding speed (#17181)
* Add mul_mm_f16_f32_kq_kqv kernel
* Add ggml_cl_mul_mat_kq_kqv_adreno func
* fix whitespace
* remove unused variable
* remove redundant
* refactor and clean up
* remove trailing whitespace | [
{
"path": "ggml/src/ggml-opencl/CMakeLists.txt",
"patch": "@@ -119,6 +119,7 @@ set(GGML_OPENCL_KERNELS\n pad\n repeat\n mul_mat_f16_f32\n+ mul_mm_f16_f32_kq_kqv\n conv2d\n conv2d_f16_f32\n flash_attn_f32_f16",
"additions": 1,
"deletions": 0,
"language": "Plain Text"
... | 2025-11-16T01:33:10 |
vuejs/vue | d27c128b7cb1640f3aa185a5ecdea4ff35763794 | bb59751dd4e45afcaafd607f22505a724b1ef841 | fix(compiler-sfc): fix macro usage in multi-variable declaration (#12873) | [
{
"path": "packages/compiler-sfc/src/compileScript.ts",
"patch": "@@ -910,11 +910,11 @@ export function compileScript(\n } else {\n let start = decl.start! + startOffset\n let end = decl.end! + startOffset\n- if (i < total - 1) {\n- // not ... | 2023-10-23T07:08:34 |
golang/go | 340efd3608c2dc69b8786a8e7ca472e9f78d9002 | e25aa4fcea5a3ee5cfaf3e566c83d8a71166d4ab | go/token: explain file base offset better in documentation
Fixes #36648.
Change-Id: I92d4462fea0079f63697fb8f407fd2d50b7d68f7
Reviewed-on: https://go-review.googlesource.com/c/go/+/238117
Reviewed-by: Ian Lance Taylor <iant@golang.org> | [
{
"path": "src/go/token/position.go",
"patch": "@@ -58,8 +58,11 @@ func (pos Position) String() string {\n // larger, representation.\n //\n // The Pos value for a given file is a number in the range [base, base+size],\n-// where base and size are specified when adding the file to the file set via\n-// AddF... | 2020-06-16T04:32:15 |
nodejs/node | b1c8f15c5f169e021f7c46eb7b219de95fe97603 | 4bcb1c3f752ff4d0a4718ea2480e190d9ac1ea2b | util: use constructor name
When reaching the depth limit util.inspect always prints [Array]
or [Object] no matter if it is a subclass or not.
This fixes it by showing the actual constructor name instead.
PR-URL: https://github.com/nodejs/node/pull/14886
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Coli... | [
{
"path": "lib/util.js",
"patch": "@@ -594,11 +594,9 @@ function formatValue(ctx, value, recurseTimes, ln) {\n return ctx.stylize('[Circular]', 'special');\n \n if (recurseTimes != null) {\n- if (recurseTimes < 0) {\n- if (Array.isArray(value))\n- return ctx.stylize('[Array]', 'special'... | 2017-08-17T05:33:11 |
huggingface/transformers | b647acdb53d251cec126b79e505bac11821d7c93 | 8d8ac9c2df13447a6e5f676dbad2907dcebdc77e | FIX [`CI`] `require_read_token` in the llama FA2 test (#29361)
Update test_modeling_llama.py | [
{
"path": "tests/models/llama/test_modeling_llama.py",
"patch": "@@ -398,6 +398,7 @@ def test_model_rope_scaling(self, scaling_type):\n @require_torch_gpu\n @require_bitsandbytes\n @pytest.mark.flash_attn_test\n+ @require_read_token\n @slow\n def test_flash_attn_2_generate_padding_rig... | 2024-02-29T03:49:01 |
rust-lang/rust | 5bb37ce76409f2e2b03d7b7b44b6fd129ea7b02d | 311e8d3e5dbcd0db9ca478f18ed0f8324a5e750e | Improve formatting within `make_mir_visitor` macro body.
rustfmt doesn't touch it because it's a macro body, but it's large
enough that the misformatting is annoying. This commit improves it. The
most common problems fixed:
- Unnecessary multi-line patterns reduced to one line.
- Multi-line function headers adjusted ... | [
{
"path": "compiler/rustc_middle/src/mir/visit.rs",
"patch": "@@ -294,9 +294,11 @@ macro_rules! make_mir_visitor {\n super_body!(self, body, $($mutability, true)?);\n }\n \n- fn super_basic_block_data(&mut self,\n- block: BasicBlock... | 2025-02-19T03:56:46 |
vuejs/vue | bb59751dd4e45afcaafd607f22505a724b1ef841 | 099401e227fd5ed496ff615528d1a9b3b64d4fbf | fix(compiler-sfc): Optimize the value of emitIdentifier (#12851) | [
{
"path": "packages/compiler-sfc/src/compileScript.ts",
"patch": "@@ -414,7 +414,10 @@ export function compileScript(\n }\n \n if (declId) {\n- emitIdentifier = scriptSetup!.content.slice(declId.start!, declId.end!)\n+ emitIdentifier =\n+ declId.type === 'Identifier'\n+ ? d... | 2023-10-23T07:08:17 |
ggml-org/llama.cpp | 72bd7321a7d7465d371eb2ae46cd5518842c8f44 | 22e1ce2f81c0495699502309dc279f1eac2dfdfe | sycl : unify unary kernels with a generic implementation and enable wide operator support (#17213)
* SYCL: add generic unary op implementation for multiple ops (ABS/SGN/…); unify non-contiguous access
* SYCL: update documentation and sycl.csv to reflect new unary op support
* update ops.md after syncing SYCL.csv cha... | [
{
"path": "docs/ops.md",
"patch": "@@ -14,7 +14,7 @@ Legend:\n \n | Operation | BLAS | CANN | CPU | CUDA | Metal | OpenCL | SYCL | Vulkan | zDNN |\n |-----------|------|------|------|------|------|------|------|------|------|\n-| ABS | ❌ | ✅ | ✅ | 🟡 | 🟡 | ❌ | 🟡 | 🟡 | ❌ |\n+|... | 2025-11-15T23:52:42 |
golang/go | 96354f15167dd20c1d1cb4a4a55f8c3330ef3bd8 | 95848fc5c64cde2e0fc95348a861e3cab98feaa7 | [dev.link] cmd/internal/goobj2: fix comment
Fix a stale comment.
Change-Id: Ic14616310cd8e8703cfc7b1ce50c411be34488fa
Reviewed-on: https://go-review.googlesource.com/c/go/+/238243
Reviewed-by: Cherry Zhang <cherryyz@google.com> | [
{
"path": "src/cmd/internal/goobj2/objfile.go",
"patch": "@@ -139,7 +139,7 @@ func (fp FingerprintType) IsZero() bool { return fp == FingerprintType{} }\n // Package Index.\n const (\n \tPkgIdxNone = (1<<31 - 1) - iota // Non-package symbols\n-\tPkgIdxBuiltin // Predefined symbols //... | 2020-06-16T20:58:28 |
huggingface/transformers | 8d8ac9c2df13447a6e5f676dbad2907dcebdc77e | 1aee9afd1c1d588f0e105af0ddbd6247e6e9a032 | FIX [`CI`]: Fix failing tests for peft integration (#29330)
fix failing tests for peft integration | [
{
"path": "tests/peft_integration/test_peft_integration.py",
"patch": "@@ -19,7 +19,14 @@\n from huggingface_hub import hf_hub_download\n \n from transformers import AutoModelForCausalLM, OPTForCausalLM\n-from transformers.testing_utils import require_peft, require_torch, require_torch_gpu, slow, torch_devi... | 2024-02-29T02:56:16 |
rust-lang/rust | dcd643a6524f0f18a17df9fecb6e9821c1f5b33b | 45f7a60d313f75709690bfcb1cc4232d0f44ed3f | `double_ended_iterator_last`: note when drop order is changed
`iter.last()` will drop all elements of `iter` in order, while
`iter.next_back()` will drop the non-last elements of `iter` when
`iter` goes out of scope since `.next_back()` does not consume its
argument.
When the transformation proposed by `double_ended_... | [
{
"path": "clippy_lints/src/methods/double_ended_iterator_last.rs",
"patch": "@@ -49,15 +49,22 @@ pub(super) fn check(cx: &LateContext<'_>, expr: &'_ Expr<'_>, self_expr: &'_ Exp\n expr.span,\n \"called `Iterator::last` on a `DoubleEndedIterator`; this will needlessly iterate the ent... | 2025-02-14T17:00:13 |
nodejs/node | 6f340762d8296902de079208bd55bf7118814db7 | 8a968e4ee7b298496c0e781deccbd95e3717d386 | test: do not write fixture in test-require-symlink
test-require-symlink modifies the fixture directory by adding a symlink.
Copy the fixture to the test tmpdir instead of modifying the fixture
directory.
This also uses a more empirical test for checking for the ability to
make symlinks on Windows.
PR-URL: https://gi... | [
{
"path": "test/fixtures/module-require-symlink/symlinked.js",
"patch": "@@ -1,11 +1,12 @@\n 'use strict';\n const assert = require('assert');\n+const path = require('path');\n+\n const foo = require('./foo');\n-const fixtures = require('../../common/fixtures');\n \n-const linkScriptTarget = fixtures.path('... | 2017-08-27T17:50:00 |
vuejs/vue | 099401e227fd5ed496ff615528d1a9b3b64d4fbf | 67c1d26cb0af3eb2db0a11fc7768a8299e7f7d58 | fix(types/sfc): improve the type inference using `withDefaults` (#12872) | [
{
"path": "types/test/setup-helpers-test.ts",
"patch": "@@ -19,25 +19,35 @@ describe('defineProps w/ type declaration + withDefaults', () => {\n arr?: string[]\n obj?: { x: number }\n fn?: (e: string) => void\n- x?: string\n genStr?: string\n+ x?: string\n+ y?: string\... | 2023-10-23T07:06:28 |
ggml-org/llama.cpp | 22e1ce2f81c0495699502309dc279f1eac2dfdfe | 1411d9275ad7d2af44543fb9c1e64eea1e1c8de7 | webui: Fix clickability around chat processing statistics UI (#17278)
* fix: Better pointer events handling in chat processing info elements
* chore: update webui build output | [
{
"path": "tools/server/webui/src/lib/components/app/chat/ChatProcessingInfo.svelte",
"patch": "@@ -76,10 +76,10 @@\n \t});\n </script>\n \n-<div class=\"chat-processing-info-container\" class:visible={showSlotsInfo}>\n+<div class=\"chat-processing-info-container pointer-events-none\" class:visible={showSlo... | 2025-11-15T21:41:41 |
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.