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
5a948f6f64a538dedce969b21cde454600197ded
47e3d00241ca69fddaa154462e81f99547533719
dns: fix crash using dns.setServers after resolve4 The callback function in cares_query is synchronous and called before closed. So dns.setServers in the synchronous callback before closed will occur crashing. Fixes: https://github.com/nodejs/node/issues/894 Refs: https://github.com/nodejs/node/blob/v6.9.4/deps/cares...
[ { "path": "src/cares_wrap.cc", "patch": "@@ -98,6 +98,7 @@ inline const char* ToErrorCodeString(int status) {\n V(ETIMEOUT)\n #undef V\n }\n+\n return \"UNKNOWN_ARES_ERROR\";\n }\n \n@@ -296,6 +297,94 @@ Local<Array> HostentToNames(Environment* env, struct hostent* host) {\n return scope.Escape(na...
2017-05-17T05:36:15
vuejs/vue
4f84aefe43d0943ba5d83e6bca876cd89cb6763a
69eab86813b6d2cb1c8a7542fee6ccfe776988f5
support v-model in weex (#4178) * [wip] supported v-model in Weex * fixed v-model in weex * added test cases for v-model in weex * used strToRegExp for all test cases in weex * fixed eslint * fixed parseModel test case
[ { "path": "src/compiler/helpers.js", "patch": "@@ -94,3 +94,87 @@ export function getAndRemoveAttr (el: ASTElement, name: string): ?string {\n }\n return val\n }\n+\n+let len, str, chr, index, expressionPos, expressionEndPos\n+\n+/**\n+ * parse directive model to do the array update transform. a[idx] = ...
2016-11-12T16:33:51
ggml-org/llama.cpp
8733e0cf6eefc7c7752297cc22d0836706f4222c
814f795e063c257f33b921eab4073484238a151a
sycl: addressing non-contiguous src1 mul_mats (nc and batched) (#13343) * sycl: fixed non-contiguous src1 mul_mats (nc and batched) * Fixed wrong static_cast inside kernel
[ { "path": "ggml/src/ggml-sycl/common.hpp", "patch": "@@ -114,17 +114,12 @@ static void crash() {\n GGML_ABORT(\"SYCL error\");\n }\n \n-#define SYCL_CHECK(err) \\\n- do { \\\n- auto err_ = (err); \\\n- if (err_ != 0) ...
2025-05-08T09:08:01
golang/go
67fee6005d48f8e4554c3e933763aec7cd503f8f
a50c3ffbd47e3dcfc1b5bd2a2d19d55731481eaa
go/build: update TestImportDirNotExist to accept more detailed error strings In CL 203820, we switched go/build to use the caller's working directory for the main module (rather than srcDir), so that go/build resolution now respects the requirements and replacements of the main module. When the passed-in srcDir is emp...
[ { "path": "src/go/build/build_test.go", "patch": "@@ -340,20 +340,38 @@ func TestImportDirNotExist(t *testing.T) {\n \t\t{\"Import(full, FindOnly)\", \"go/build/doesnotexist\", \"\", FindOnly},\n \t\t{\"Import(local, FindOnly)\", \"./doesnotexist\", filepath.Join(ctxt.GOROOT, \"src/go/build\"), FindOnly},\n...
2020-01-29T14:14:50
huggingface/transformers
b4773273949b9360d1d38e51fc572340e0eda216
73b13ac099443cf8297a4b729f00c907fa00f1b5
fix the deepspeed tests (#26021) * fix the deepspeed tests * resolve comment
[ { "path": "tests/deepspeed/test_deepspeed.py", "patch": "@@ -379,19 +379,16 @@ def test_ds_scheduler_hf_optimizer(self):\n self.assertNotEqual(new_a, a)\n \n def test_hf_scheduler_ds_optimizer(self):\n+ a = 0\n with mockenv_context(**self.dist_env_1_gpu):\n ds_config_z...
2023-09-13T04:56:53
rust-lang/rust
efaeedef59e4f213806898cdedb2220016d193c0
5df51930f926735f2ec48433e95502c3b214cdf8
Fix tests/codegen/wasm_exceptions
[ { "path": "tests/codegen/wasm_exceptions.rs", "patch": "@@ -1,5 +1,5 @@\n //@ only-wasm32\n-//@ compile-flags: -C panic=unwind\n+//@ compile-flags: -C panic=unwind -Z emscripten-wasm-eh\n \n #![crate_type = \"lib\"]\n #![feature(core_intrinsics)]", "additions": 1, "deletions": 1, "language": "Ru...
2025-01-28T16:03:26
vuejs/vue
1bcc571739d7228db0bc947ee67c20dde5aeb7e0
eb601adb6d907bc2d22202ad6242b6969f95db3d
Revert "fix #4041, warn overriding Vue's internal methods (#4111)" This reverts commit 4078ce9c58830fecff095ab96dc41693377794dd.
[ { "path": "src/core/instance/state.js", "patch": "@@ -21,8 +21,6 @@ import {\n noop\n } from '../util/index'\n \n-import BuiltinVue from '../index'\n-\n export function initState (vm: Component) {\n vm._watchers = []\n initProps(vm)\n@@ -145,16 +143,12 @@ function initMethods (vm: Component) {\n if ...
2016-11-09T21:06:29
ggml-org/llama.cpp
32916a49072f01c43e20df374af5f8a1f70d6963
ffc727203af1061fdeb49efef30f76171722e403
clip : refactor graph builder (#13321) * mtmd : refactor graph builder * fix qwen2vl * clean up siglip cgraph * pixtral migrated * move minicpmv to a dedicated build function * move max_feature_layer to build_llava * use build_attn for minicpm resampler * fix windows build * add comment for batch_size * also ...
[ { "path": "convert_hf_to_gguf.py", "patch": "@@ -3915,6 +3915,16 @@ def set_gguf_parameters(self):\n # default values below are taken from HF tranformers code\n self.gguf_writer.add_vision_attention_layernorm_eps(hparams.get(\"layer_norm_eps\", 1e-6))\n self.gguf_writer.add_vision_us...
2025-05-06T20:40:24
nodejs/node
5de722ab6d1039980d3bafef42496e3659461573
6933419cb919e42b03ef980e762f19e70d3d0c29
doc: fix links from ToC to subsection for 4.8.x PR-URL: https://github.com/nodejs/node/pull/13039 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James...
[ { "path": "doc/changelogs/CHANGELOG_V4.md", "patch": "@@ -7,8 +7,8 @@\n </tr>\n <tr>\n <td valign=\"top\">\n-<a href=\"#4.8.1\">4.8.3</a><br/>\n-<a href=\"#4.8.1\">4.8.2</a><br/>\n+<a href=\"#4.8.3\">4.8.3</a><br/>\n+<a href=\"#4.8.2\">4.8.2</a><br/>\n <a href=\"#4.8.1\">4.8.1</a><br/>\n <a href=\"#4.8.0\">...
2017-05-15T12:53:20
golang/go
2e4f490b31272a2df73d4ba23aad7f5a8ca49a2f
1319bb959c17b8e6c7b44b26c61e8f02850d9c46
cmd/compile,cmd/link: fix and re-enable open-coded defers on riscv64 The R_CALLRISCV relocation marker is on the JALR instruction, however the actual relocation is currently two instructions previous for the AUIPC+ADDI sequence. Adjust the platform dependent offset accordingly and re-enable open-coded defers. Fixes #...
[ { "path": "src/cmd/compile/internal/gc/ssa.go", "patch": "@@ -347,10 +347,6 @@ func buildssa(fn *Node, worker int) *ssa.Func {\n \t\t// preceding the deferreturn/ret code that is generated by gencallret()\n \t\t// that we don't track correctly.\n \t\ts.hasOpenDefers = false\n-\tcase thearch.LinkArch.Name ==...
2020-01-29T09:06:54
huggingface/transformers
12f043eaeaabfef6f6efea411d98e6f6d3c094b7
03e309d58ec1d5dcb3083bf8e78ace1b389af421
Fix `MarianTokenizer` to remove metaspace character in `decode` (#26091) * add: check to remove metaspace from marian tokenizer * fix: metaspace character being removed from everywhere * fix: remove redundant check at top * add: test for marian tokenizer decode fix * fix: simplified the test
[ { "path": "src/transformers/models/marian/tokenization_marian.py", "patch": "@@ -55,6 +55,8 @@\n PRETRAINED_POSITIONAL_EMBEDDINGS_SIZES = {\"Helsinki-NLP/opus-mt-en-de\": 512}\n PRETRAINED_INIT_CONFIGURATION = {}\n \n+SPIECE_UNDERLINE = \"▁\"\n+\n # Example URL https://huggingface.co/Helsinki-NLP/opus-mt-en...
2023-09-12T19:53:31
rust-lang/rust
5df51930f926735f2ec48433e95502c3b214cdf8
66d6064f9eb888018775e08f84747ee6f39ba28e
Fix tests/codegen/float/f128
[ { "path": "src/tools/compiletest/src/directive-list.rs", "patch": "@@ -177,6 +177,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[\n \"only-bpf\",\n \"only-cdb\",\n \"only-dist\",\n+ \"only-emscripten\",\n \"only-gnu\",\n \"only-i686-pc-windows-gnu\",\n \"only-i686-pc-windows-msvc\"...
2025-01-28T16:02:15
vuejs/vue
eb601adb6d907bc2d22202ad6242b6969f95db3d
40c85f79a5520b7c87955752efe7fb9c93dd48fe
fixed deps and README for the 2 packages about weex (#4160)
[ { "path": "packages/weex-template-compiler/README.md", "patch": "@@ -1,3 +1,3 @@\n # weex-template-compiler\n \n-> This package is auto-generated. For pull requests please see [src/entries/weex-compiler.js](https://github.com/weexteam/weex-vue-framework/blob/dev-weex/src/entries/weex-compiler.js).\n+> This ...
2016-11-09T02:39:59
ggml-org/llama.cpp
2f54e348ad2999c4e31b8777592247622b20420f
2356fb1d53c86d838756211010bbabfafda7cb94
llama : fix build_ffn without gate (#13336) * llama : fix build_ffn without gate * fix build on windows * Revert "fix build on windows" This reverts commit fc420d3c7eef3481d3d2f313fef2757cb33a7c56.
[ { "path": "src/llama-graph.cpp", "patch": "@@ -782,7 +782,7 @@ ggml_tensor * llm_graph_context::build_ffn(\n } break;\n }\n \n- if (type_gate == LLM_FFN_PAR) {\n+ if (gate && type_gate == LLM_FFN_PAR) {\n cur = ggml_mul(ctx0, cur, tmp);\n cb(cur, \"ffn_gate_par\", il);\...
2025-05-06T12:25:40
nodejs/node
6933419cb919e42b03ef980e762f19e70d3d0c29
0dd8b9a96561f9b85783a7e1178d35d49e2340e2
test: add hasCrypto to tls-lookup Currently when building --without-ssl this test will report the following error: internal/util.js:82 throw new Error('Node.js is not compiled with openssl crypto support'); This commit adds a check for crypto and skips this test if node was built without ssl support. PR-URL: htt...
[ { "path": "test/parallel/test-tls-lookup.js", "patch": "@@ -1,5 +1,9 @@\n 'use strict';\n const common = require('../common');\n+if (!common.hasCrypto) {\n+ common.skip('missing crypto');\n+ return;\n+}\n const assert = require('assert');\n const tls = require('tls');\n ", "additions": 4, "deletio...
2017-05-15T18:39:52
golang/go
1319bb959c17b8e6c7b44b26c61e8f02850d9c46
566ebbc3ae97741e9419e2668833ac297d63ba54
doc: add the change to json.Compact in the 1.14 changelog Fixes #36690. Change-Id: Id4234ab9467270d51f0411375b71ece7f41269b2 Reviewed-on: https://go-review.googlesource.com/c/go/+/215817 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Jay Conrod <jayconrod@google.com>
[ { "path": "doc/go1.14.html", "patch": "@@ -452,6 +452,17 @@ <h2 id=\"library\">Core library</h2>\n \n </dl><!-- encoding/asn1 -->\n \n+<dl id=\"encoding/json\"><dt><a href=\"/pkg/encoding/json/\">encoding/json</a></dt>\n+ <dd>\n+ <p><!-- CL 200217 -->\n+ <a href=\"/pkg/encoding/json/#Compact\"><cod...
2020-01-22T12:20:02
huggingface/transformers
92f2fbad508f0f4640e91d5de67601e64e8bd2f3
1fe7ce48f13559a5a3ec29c5ad17a01c6244a20a
🌐 [i18n-KO] Translated `contributing.md` to Korean (#25877) * docs: ko-contributing.md * feat: chatGPT draft * feat: manual edits * feat: change linked document * fix: resolve suggestion Co-authored-by: Haewon Kim <ehdvkf02@naver.com> * fix: resolve suggestion Co-authored-by: Haewon Kim <ehdvkf02...
[ { "path": "docs/source/ko/_toctree.yml", "patch": "@@ -149,8 +149,8 @@\n title: TensorFlow 모델을 위한 XLA 통합\n title: (번역중) 성능 및 확장성\n - sections:\n- - local: in_translation\n- title: (번역중) How to contribute to transformers?\n+ - local: contributing\n+ title: 🤗 Transformers에 기여하는 방법\n ...
2023-09-12T15:35:29
vuejs/vue
2f63cc8a142f9045b78571432df384a551363c35
c4252d3f174653fa9b15c96d864fd9ab47620606
fix eslint
[ { "path": ".eslintrc", "patch": "@@ -4,6 +4,7 @@\n \"extends\": \"vue\",\n \"plugins\": [\"flowtype\"],\n \"rules\": {\n+ \"no-useless-escape\": 0,\n \"flowtype/define-flow-type\": 1,\n \"flowtype/use-flow-type\": 1\n }", "additions": 1, "deletions": 0, "language": "Unknown" ...
2016-11-07T22:31:25
ggml-org/llama.cpp
2356fb1d53c86d838756211010bbabfafda7cb94
764b85627b46f43d7ea801867cd1b6abef484574
CUDA: fix bad asserts for partial offload (#13337)
[ { "path": "ggml/include/ggml.h", "patch": "@@ -673,11 +673,15 @@ extern \"C\" {\n GGML_API bool ggml_is_3d (const struct ggml_tensor * tensor);\n GGML_API int ggml_n_dims (const struct ggml_tensor * tensor); // returns 1 for scalars\n \n+ // returns whether the tensor elements can b...
2025-05-06T11:58:51
nodejs/node
5debcceafcdd73035d840f53deb931925691a3ab
ad7b98baa84172d1c6de1ed0a06be6aad9f6f3db
test: add hasCrypto to tls-wrap-event-emmiter Currently when building --without-ssl this test will report the following error: internal/util.js:82 throw new Error('Node.js is not compiled with openssl crypto support'); This commit adds a check for crypto and skips this test if node was built without ssl support. ...
[ { "path": "test/parallel/test-tls-wrap-event-emmiter.js", "patch": "@@ -5,7 +5,11 @@\n * Test checks if we get exception instead of runtime error\n */\n \n-require('../common');\n+const common = require('../common');\n+if (!common.hasCrypto) {\n+ common.skip('missing crypto');\n+ return;\n+}\n const ass...
2017-05-15T18:39:52
huggingface/transformers
be9438ed43dc4027d3c59af8405e3996ad3d9825
6acc27eea853885270dba5313181443d43e31f2c
🌐 [i18n-KO] Translated `llama2.md` to Korean (#26047) * docs: ko-llama2.md * feat: chatGPT draft and manul edits * feat: added inline TOC * fix: inline TOC * fix: resolve suggestions Co-authored-by: Jungnerd <46880056+jungnerd@users.noreply.github.com> * fix: resolve suggestion Co-authored-by: Ju...
[ { "path": "docs/source/ko/_toctree.yml", "patch": "@@ -339,6 +339,8 @@\n title: (번역중) LED\n - local: model_doc/llama\n title: LLaMA\n+ - local: model_doc/llama2\n+ title: LLaMA2\n - local: in_translation\n title: (번역중) Longformer\n - local: in_translatio...
2023-09-12T15:04:26
golang/go
566ebbc3ae97741e9419e2668833ac297d63ba54
c436eadbc36704012be727457f464d8fbf950638
doc/go1.14: document RISC-V support Fixes #36708 Updates #27532 Change-Id: I9e3bb92d15825e2c4a505e1aea41b2897f18e0ff Reviewed-on: https://go-review.googlesource.com/c/go/+/216757 Reviewed-by: Joel Sing <joel@sing.id.au> Reviewed-by: Ian Lance Taylor <iant@golang.org>
[ { "path": "doc/go1.14.html", "patch": "@@ -116,6 +116,15 @@ <h3 id=\"wasm\">WebAssembly</h3>\n and <code>IsNaN</code> methods.\n </p>\n \n+<h3 id=\"riscv\">RISC-V</h3>\n+\n+<p><!-- Issue 27532 -->\n+ Go 1.14 contains experimental support for 64-bit RISC-V on Linux\n+ (<code>GOOS=linux</code>, <code>GOAR...
2020-01-28T21:40:08
vuejs/vue
c4252d3f174653fa9b15c96d864fd9ab47620606
ff551029bf872ad067ac7c5ba7c6311fdde7c674
fix weex merge flow types
[ { "path": "src/entries/weex-compiler.js", "patch": "@@ -11,9 +11,10 @@ export function compile (\n options = options || {}\n const errors = []\n // allow injecting modules/directives\n+ const baseModules = baseOptions.modules || []\n const modules = options.modules\n- ? baseOptions.modules.conca...
2016-11-07T22:27:46
rust-lang/rust
0a2221dcd6cf0f1e388f05a10e7c21514361adc5
1eb9f5e825ad2c23a3a464f865b93a7cf1150a9b
Fix scip `crate` symbol name
[ { "path": "src/tools/rust-analyzer/crates/ide/src/moniker.rs", "patch": "@@ -289,7 +289,10 @@ fn def_to_non_local_moniker(\n definition: Definition,\n from_crate: Crate,\n ) -> Option<Moniker> {\n- let module = definition.module(db)?;\n+ let module = match definition {\n+ Definition::Mo...
2025-01-28T05:10:05
ggml-org/llama.cpp
15a28ec8c705b188ebe178170966d1dcc36fe151
a7366faa5bb2fff97b9fb43340d853709f52d8c9
CUDA: fix --split-mode row for MMQ (#13323)
[ { "path": "ggml/src/ggml-cuda/mmq.cu", "patch": "@@ -128,7 +128,7 @@ void ggml_cuda_mul_mat_q(\n \n const mmq_args args = {\n src0_d, src0->type, (const int *) src1_q8_1.ptr, nullptr, nullptr, dst_d,\n- ne00, ne01, ne1, s01, s1,\n+ ne00, ne01, ne1, s01, ne11, s1,\n ...
2025-05-06T06:36:46
huggingface/transformers
6acc27eea853885270dba5313181443d43e31f2c
d65c4a4fed7c3ab00b18f053739264184b5b4718
Fix ExponentialDecayLengthPenalty negative logits issue (#25594) * Fix issues in test_exponential_decay_length_penalty Fix tests which were broken and add validation of negative scores. Current test didn't take into account that ExponentialDecayLengthPenalty updates the score inplace, resulting in updates to bas...
[ { "path": "src/transformers/generation/logits_process.py", "patch": "@@ -1297,8 +1297,9 @@ def __call__(self, input_ids: torch.LongTensor, scores: torch.FloatTensor) -> to\n \n class ExponentialDecayLengthPenalty(LogitsProcessor):\n r\"\"\"\n- [`LogitsProcessor`] that exponentially increases the scor...
2023-09-12T11:50:41
nodejs/node
53dae8383309b8d1a7ccdf81bbddd5e4e594b48d
80355271c324d2a5515768c1d58976d4483f650c
src: fix --abort_on_uncaught_exception arg parsing Fix c0bde73f, which inadvertently introduced a use of strcmp() without correctly comparing its return to zero. Caught by coverity: >>> CID 169223: Integer handling issues (CONSTANT_EXPRESSION_RESULT) >>> The "or" condition "strcmp(arg, "--ab...
[ { "path": "src/node.cc", "patch": "@@ -3906,8 +3906,8 @@ static void ParseArgs(int* argc,\n } else if (strcmp(arg, \"--\") == 0) {\n index += 1;\n break;\n- } else if (strcmp(arg, \"--abort-on-uncaught-exception\") ||\n- strcmp(arg, \"--abort_on_uncaught_exception\")) {\n+ ...
2017-05-12T19:47:47
vuejs/vue
ff551029bf872ad067ac7c5ba7c6311fdde7c674
cb253d74052ce6ec27bb4961314c7b1bb6d003b9
wip: fix flow type for weex merge
[ { "path": "flow/compiler.js", "patch": "@@ -120,6 +120,9 @@ declare type ASTElement = {\n once?: true;\n onceProcessed?: boolean;\n wrapData?: (code: string) => string;\n+\n+ // weex specific\n+ atom?: boolean;\n }\n \n declare type ASTExpression = {", "additions": 3, "deletions": 0, "la...
2016-11-07T19:47:14
golang/go
c436eadbc36704012be727457f464d8fbf950638
a6701d81a04bc84b5851e104b27783395a348832
net/http: don't treat an alternate protocol as a known round tripper As of CL 175857, the client code checks for known round tripper implementations, and uses simpler cancellation code when it finds one. However, this code was not considering the case of a request that uses a user-defined protocol, where the user-defi...
[ { "path": "src/net/http/client.go", "patch": "@@ -288,10 +288,17 @@ func timeBeforeContextDeadline(t time.Time, ctx context.Context) bool {\n \n // knownRoundTripperImpl reports whether rt is a RoundTripper that's\n // maintained by the Go team and known to implement the latest\n-// optional semantics (nota...
2020-01-28T00:35:28
rust-lang/rust
1abc85356209580bba5688ea1dadeb9fa8a90719
aa6f5ab18e67cb815f73e0d53d217bc54b0da924
Stabilize `get_many_mut` as `get_disjoint_mut` * Renames the methods: * `get_many_mut` -> `get_disjoint_mut` * `get_many_unchecked_mut` -> `get_disjoint_unchecked_mut` * Does not rename the feature flag: `get_many_mut` * Marks the feature as stable * Renames some helper stuff: * `GetManyMutError` -> `GetDisjointMut...
[ { "path": "library/alloc/src/slice.rs", "patch": "@@ -27,8 +27,8 @@ pub use core::slice::ArrayChunksMut;\n pub use core::slice::ArrayWindows;\n #[stable(feature = \"inherent_ascii_escape\", since = \"1.60.0\")]\n pub use core::slice::EscapeAscii;\n-#[unstable(feature = \"get_many_mut\", issue = \"104642\")]...
2024-12-21T22:57:28
ggml-org/llama.cpp
907036502070ba608bdb2aaebf802092d4cfba07
233461f8121455f957a47e6a22a77b3bc88277b0
CUDA: fix logic for clearing padding with -ngl 0 (#13320)
[ { "path": "ggml/include/ggml-backend.h", "patch": "@@ -38,7 +38,7 @@ extern \"C\" {\n GGML_API ggml_backend_buffer_t ggml_backend_buft_alloc_buffer (ggml_backend_buffer_type_t buft, size_t size);\n GGML_API size_t ggml_backend_buft_get_alignment (ggml_backend_buffer_type_t buft);\n ...
2025-05-05T20:32:13
vuejs/vue
550dcee233b3a5a81fdd34f7309e0508901d49c8
b69b4a4eeff204488c3eb60cac951f9808581e1c
fix coverage
[ { "path": "src/platforms/web/compiler/modules/style.js", "patch": "@@ -12,6 +12,7 @@ function transformNode (el: ASTElement, options: CompilerOptions) {\n const warn = options.warn || baseWarn\n const staticStyle = getAndRemoveAttr(el, 'style')\n if (staticStyle) {\n+ /* istanbul ignore if */\n ...
2016-11-07T21:25:51
nodejs/node
4aff0563aa75f64adc6f6d4ef0965b3a14617d2b
11918c4aedd27c0ed6b5f029fb2a50c889530db5
build: reduce one level of spawning in node_gyp `configure` will now call `node_gyp` as a module instead of forking makes it easier to debug PR-URL: https://github.com/nodejs/node/pull/12653 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
[ { "path": "configure", "patch": "@@ -40,6 +40,7 @@ import nodedownload\n # imports in tools/\n sys.path.insert(0, os.path.join(root_dir, 'tools'))\n import getmoduleversion\n+from gyp_node import run_gyp\n \n # parse our options\n parser = optparse.OptionParser()\n@@ -1380,7 +1381,7 @@ config = '\\n'.join(m...
2017-04-25T21:36:50
huggingface/transformers
9cccb3a8381980c0ca94d494f07ca001cb6dd399
5af2c6269672cda01c24ad48fab13f14a3ffb746
[`Persimmon`] Add support for persimmon (#26042) * intiial commit * updates * nits * update conversion script * update conversion script * use path to load * add tips etc * some modeling logic * modeling update * more nits * nits * normal layer norm * update config and doc * nits...
[ { "path": "README.md", "patch": "@@ -432,6 +432,7 @@ Current number of checkpoints: ![](https://img.shields.io/endpoint?url=https://h\n 1. **[Pegasus](https://huggingface.co/docs/transformers/model_doc/pegasus)** (from Google) released with the paper [PEGASUS: Pre-training with Extracted Gap-sentences for A...
2023-09-12T09:33:27
golang/go
a6701d81a04bc84b5851e104b27783395a348832
212c0bf24c299616f24880401a621a31c9099b8c
cmd/dist: remove riscv64 from set of incomplete ports Fixes #27532 Fixes #36853 Updates #28944 Change-Id: I4d0f212deb361c941ce7e5999e237a951c89a296 Reviewed-on: https://go-review.googlesource.com/c/go/+/216758 Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> Revi...
[ { "path": "src/cmd/dist/build.go", "patch": "@@ -1563,7 +1563,6 @@ var cgoEnabled = map[string]bool{\n // List of platforms which are supported but not complete yet. These get\n // filtered out of cgoEnabled for 'dist list'. See golang.org/issue/28944\n var incomplete = map[string]bool{\n-\t\"linux/riscv64\...
2020-01-28T22:57:18
ggml-org/llama.cpp
b34c859146630dff136943abc9852ca173a7c9d6
9b61acf06041dcbaff6afa5f28940e93297f8520
server : Webui - change setText command from parent window to also send the message. (#13309) * setText command from parent window for llama-vscode now sends the message automatically. * Upgrade packages versions to fix vulnerabilities with "npm audit fix" command. * Fix code formatting. * Add index.html.gz changes...
[ { "path": "tools/server/webui/src/components/ChatScreen.tsx", "patch": "@@ -157,6 +157,9 @@ export default function ChatScreen() {\n clearExtraContext();\n };\n \n+ // for vscode context\n+ textarea.refOnSubmit.current = sendNewMessage;\n+\n const handleEditMessage = async (msg: Message, content: ...
2025-05-05T14:03:31
huggingface/transformers
95b374952dc27d8511541d6f5a4e22c9ec11fb24
09b2de6eb74b1e5ff4f4c3d9839485f4165627c9
[`CITests`] skip failing tests until #26054 is merged (#26063) * skip failing tests until #26054 is merged * fixup
[ { "path": "tests/models/whisper/test_tokenization_whisper.py", "patch": "@@ -52,6 +52,7 @@ def test_convert_token_and_id(self):\n self.assertEqual(self.get_tokenizer()._convert_token_to_id(token), token_id)\n self.assertEqual(self.get_tokenizer()._convert_id_to_token(token_id), token)\n \n+ ...
2023-09-09T03:43:26
nodejs/node
11918c4aedd27c0ed6b5f029fb2a50c889530db5
7906ed50fab6d3e8f6bd259484c465f2df1bc754
stream: fix highWaterMark integer overflow Fixes integer overflows when supplying values exceeding MAX_SAFE_INTEGER for highWaterMark. PR-URL: https://github.com/nodejs/node/pull/12593 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luca Maraschi <luca.maraschi@gmail.com> Reviewed-By: James M Snel...
[ { "path": "lib/_stream_readable.js", "patch": "@@ -72,7 +72,7 @@ function ReadableState(options, stream) {\n this.highWaterMark = (hwm || hwm === 0) ? hwm : defaultHwm;\n \n // cast to ints.\n- this.highWaterMark = ~~this.highWaterMark;\n+ this.highWaterMark = Math.floor(this.highWaterMark);\n \n //...
2017-05-10T13:36:22
golang/go
e7f9e17b7927cad7a93c5785e864799e8d9b4381
b13ce14c4a6aa59b7b041ad2b6eed2d23e15b574
runtime: ensure that searchAddr always refers to inUse memory This change formalizes an assumption made by the page allocator, which is that (*pageAlloc).searchAddr should never refer to memory that is not represented by (*pageAlloc).inUse. The portion of address space covered by (*pageAlloc).inUse reflects the parts ...
[ { "path": "src/runtime/export_test.go", "patch": "@@ -582,6 +582,7 @@ const (\n \tPageSize = pageSize\n \tPallocChunkPages = pallocChunkPages\n \tPageAlloc64Bit = pageAlloc64Bit\n+\tPallocSumBytes = pallocSumBytes\n )\n \n // Expose pallocSum for testing.", "additions": 1, "deletions": 0...
2020-01-28T19:59:19
vuejs/vue
e960cd104e67e8e410956fa589090fe171382528
33cf1134ede0f84f9e50a5f23eea15173e97437e
enable style merge behavior between parent-child components (fix #3997) (#4138) * merge style between components * update test case * update style compiler * add paren to style binding code * update background property parsing * introduce interpolation warning and refactor var to const
[ { "path": "flow/compiler.js", "patch": "@@ -106,6 +106,7 @@ declare type ASTElement = {\n \n staticClass?: string;\n classBinding?: string;\n+ staticStyle?: string;\n styleBinding?: string;\n events?: ASTElementHandlers;\n nativeEvents?: ASTElementHandlers;", "additions": 1, "deletions": ...
2016-11-07T21:19:48
ggml-org/llama.cpp
5215b91e9377ce23e4ccc92ec3156bf5c7f892a3
ae803bfc3d0fc2d0d3e1cce22ee103a30939e104
clip : fix confused naming ffn_up and ffn_down (#13290) * clip : fix confused naming ffn_up and ffn_down * rm ffn_i/o/g naming * rename n_embd, n_ff * small fix * no check n_ff
[ { "path": "convert_hf_to_gguf.py", "patch": "@@ -1778,6 +1778,12 @@ class LlamaModel(TextModel):\n model_arch = gguf.MODEL_ARCH.LLAMA\n undo_permute = True\n \n+ def __init__(self, *args, **kwargs):\n+ super().__init__(*args, **kwargs)\n+ # fix for SmolVLM2, missing `num_attention_h...
2025-05-05T10:54:44
huggingface/transformers
09b2de6eb74b1e5ff4f4c3d9839485f4165627c9
d53606031fdf59a6d25a18bd743d77846d0ea22a
[`CodeLlamaTokenizerFast`] Fix fix `set_infilling_processor` to properly reset (#26041) * fix `set_infilling_processor` to properly reset * Add docstring! * fixups * more details in the docuemtation about the tokenization * styl;e
[ { "path": "src/transformers/models/code_llama/tokenization_code_llama_fast.py", "patch": "@@ -256,6 +256,16 @@ def add_bos_token(self, value):\n self.update_post_processor()\n \n def set_infilling_processor(self, reset, suffix_first=False, add_special_tokens=True):\n+ \"\"\"\n+ Upd...
2023-09-08T20:03:09
nodejs/node
7906ed50fab6d3e8f6bd259484c465f2df1bc754
92f3b301ab706d6254814b3f0a2689a32bbafb01
test: add regex check in test-url-parse-invalid-input Use a regex to validate the error message. PR-URL: https://github.com/nodejs/node/pull/12879 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: David Cai ...
[ { "path": "test/parallel/test-url-parse-invalid-input.js", "patch": "@@ -12,9 +12,13 @@ const url = require('url');\n 0.0,\n 0,\n [],\n- {}\n-].forEach(function(val) {\n- assert.throws(function() { url.parse(val); }, TypeError);\n+ {},\n+ () => {},\n+ Symbol('foo')\n+].forEach((val) => {\n+ asse...
2017-05-07T11:12:30
vuejs/vue
33cf1134ede0f84f9e50a5f23eea15173e97437e
a4fcdbe6731ca4a0ef6a3f94ef06d56cc92636f7
Update ssr class render (fix #4143) (#4146) * fix ssr class render * update test case
[ { "path": "src/platforms/web/server/modules/class.js", "patch": "@@ -3,7 +3,8 @@\n import { genClassForVnode } from 'web/util/index'\n \n export default function renderClass (node: VNodeWithData): ?string {\n- if (node.data.class || node.data.staticClass) {\n- return ` class=\"${genClassForVnode(node)}\...
2016-11-07T16:33:37
golang/go
b13ce14c4a6aa59b7b041ad2b6eed2d23e15b574
a858d15f11f87b53792a6afb156716b80f9634c7
src/go.mod: import x/crypto/cryptobyte security fix for 32-bit archs cryptobyte: fix panic due to malformed ASN.1 inputs on 32-bit archs When int is 32 bits wide (on 32-bit architectures like 386 and arm), an overflow could occur, causing a panic, due to malformed ASN.1 being passed to any of the ASN1 methods of ...
[ { "path": "src/go.mod", "patch": "@@ -3,7 +3,7 @@ module std\n go 1.14\n \n require (\n-\tgolang.org/x/crypto v0.0.0-20200109152110-61a87790db17\n+\tgolang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d\n \tgolang.org/x/net v0.0.0-20191126235420-ef20fe5d7933\n \tgolang.org/x/sys v0.0.0-20190529130038-5219a...
2020-01-28T18:20:57
rust-lang/rust
9c4fd25f278d1a04e4d3cd5138bf8ffd9ce52e6a
aa6f5ab18e67cb815f73e0d53d217bc54b0da924
uefi: process: Fix args - While working on process env support, I found that args were currently broken. Not sure how I missed it in the PR, but well here is the fix. - Additionally, no point in adding space at the end of args. Signed-off-by: Ayush Singh <ayush@beagleboard.org>
[ { "path": "library/std/src/sys/pal/uefi/process.rs", "patch": "@@ -460,7 +460,7 @@ mod uefi_command_internal {\n helpers::open_protocol(self.handle, loaded_image::PROTOCOL_GUID).unwrap();\n \n let len = args.len();\n- let args_size: u32 = crate::mem::size_of_val(&args)...
2025-01-28T13:40:28
ggml-org/llama.cpp
27aa2595321c4d9cc4086a8e67bdea204b8309b0
9fdfcdaeddd1ef57c6d041b89cd8fb7048a0f028
mtmd : add C public API (#13184) * init * wip * working version * add mtmd::bitmaps * add test target * rm redundant define * test: mtmd_input_chunks_free * rm outdated comment * fix merging issue * explicitly create mtmd::input_chunks * mtmd_input_chunk_copy * add clone() * add const to various places * ...
[ { "path": "tests/CMakeLists.txt", "patch": "@@ -165,6 +165,10 @@ if (NOT GGML_BACKEND_DL)\n llama_build_and_test(test-rope.cpp)\n endif()\n \n+# libmtmd\n+set(LLAMA_TEST_NAME test-mtmd-c-api)\n+llama_build_and_test(test-mtmd-c-api.c)\n+target_link_libraries(${LLAMA_TEST_NAME} PRIVATE mtmd)\n \n # dummy ...
2025-05-04T21:43:42
huggingface/transformers
d53606031fdf59a6d25a18bd743d77846d0ea22a
6c26faa159b79a42d7fa46cb66e2d21523351987
🌐 [i18n-KO] Translated `llama.md` to Korean (#26044) * docs: ko-llama.md * fix: chatgpt draft * feat: manual edits * fix: resolve suggestions
[ { "path": "docs/source/ko/_toctree.yml", "patch": "@@ -337,8 +337,8 @@\n title: (번역중) Jukebox\n - local: in_translation\n title: (번역중) LED\n- - local: in_translation\n- title: (번역중) LLaMA\n+ - local: model_doc/llama\n+ title: LLaMA\n - local: in_translatio...
2023-09-08T19:38:41
vuejs/vue
b7ab388df325e2552cf1e38b14c8218ec7d3a68a
a2cc6e2b68239460d1c27f9af8b2165594f8ab00
Fix xhtml namespace typo (#4131)
[ { "path": "src/platforms/web/util/element.js", "patch": "@@ -6,7 +6,7 @@ import { makeMap } from 'shared/util'\n export const namespaceMap = {\n svg: 'http://www.w3.org/2000/svg',\n math: 'http://www.w3.org/1998/Math/MathML',\n- xhtml: 'http://www.w3.org/1999/xhtm'\n+ xhtml: 'http://www.w3.org/1999/xh...
2016-11-05T15:23:57
nodejs/node
92f3b301ab706d6254814b3f0a2689a32bbafb01
fefab9026b4dac57de30f81dd39b9c2f20a3ada8
doc: document method for reverting commits PR-URL: https://github.com/nodejs/node/pull/13015 Fixes: https://github.com/nodejs/node/issues/12979 Refs: https://github.com/nodejs/node/pull/4679#issuecomment-172421320 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luig...
[ { "path": "COLLABORATOR_GUIDE.md", "patch": "@@ -252,6 +252,13 @@ not can often be based on many complex factors that are not easily codified. It\n is also possible that the breaking commit can be labeled retroactively as a\n semver-major change that will not be backported to Current or LTS branches.\n \n+#...
2017-05-13T17:12:26
golang/go
8f14f33f96d35416786d65664ca731ae75d1c733
22f09ced523d907177670293061be678f42608e0
cmd/compile/internal/ssa/gen: avoid importing internal riscv64 packages Duplicate the register definitions and names to avoid importing the cmd/internal/obj/riscv64 package. This makes it possible to build compiler rules with a stable Go tool chain. Fixes #36663 Change-Id: I09116a97bb037ca1bc00073306a82bb88862b1e9 R...
[ { "path": "src/cmd/compile/internal/ssa/gen/RISCV64Ops.go", "patch": "@@ -6,7 +6,9 @@\n \n package main\n \n-import \"cmd/internal/obj/riscv\"\n+import (\n+\t\"fmt\"\n+)\n \n // Suffixes encode the bit width of various instructions:\n //\n@@ -18,6 +20,30 @@ import \"cmd/internal/obj/riscv\"\n // D (double) ...
2020-01-27T12:55:30
ggml-org/llama.cpp
86bd60d3fe4a08b8c9d920e6defbc2412d803569
9f2da5871f4bbd205b8a3b952cdc76283218d595
llava/mtmd : fixes to fully support dl backends (#13303)
[ { "path": "tools/CMakeLists.txt", "patch": "@@ -27,11 +27,11 @@ else()\n add_subdirectory(run)\n add_subdirectory(tokenize)\n add_subdirectory(tts)\n+ add_subdirectory(llava)\n if (NOT GGML_BACKEND_DL)\n # these examples use the backends directly and cannot be built with dynamic l...
2025-05-04T15:05:20
huggingface/transformers
6c26faa159b79a42d7fa46cb66e2d21523351987
18ee1fe76295239335bf1528c744fe1cfba21cc8
Skip warning if tracing with dynamo (#25581) * Ignore warning if tracing with dynamo * fix import error * separate to function * add test
[ { "path": "src/transformers/modeling_utils.py", "patch": "@@ -81,7 +81,12 @@\n strtobool,\n )\n from .utils.hub import convert_file_size_to_int, get_checkpoint_shard_files\n-from .utils.import_utils import ENV_VARS_TRUE_VALUES, is_sagemaker_mp_enabled, is_torch_fx_proxy\n+from .utils.import_utils import...
2023-09-08T19:13:33
nodejs/node
fefab9026b4dac57de30f81dd39b9c2f20a3ada8
986e1d2c6fda62e189bbcc27c856ee0e58adddaf
src: only call FatalException if not verbose This commit attempts to address the TODO regarding not calling FatalException if the try_catch is verbose. PR-URL: https://github.com/nodejs/node/pull/12826 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noord...
[ { "path": "src/node.cc", "patch": "@@ -2648,9 +2648,9 @@ void FatalException(Isolate* isolate,\n \n void FatalException(Isolate* isolate, const TryCatch& try_catch) {\n HandleScope scope(isolate);\n- // TODO(bajtos) do not call FatalException if try_catch is verbose\n- // (requires V8 API to expose gett...
2017-05-03T17:17:22
ggml-org/llama.cpp
93c4e23905987949b714b21ae918ff6bfb55fe36
8afbd968182909cf93fb15959fc867b6dd3adb53
CUDA: fix race condition in MMQ stream-k fixup (#13299)
[ { "path": "ggml/src/ggml-cuda/mmq.cuh", "patch": "@@ -2958,6 +2958,7 @@ static __global__ void mul_mat_q_stream_k_fixup(\n for (int j = threadIdx.y*WARP_SIZE + threadIdx.x; j < mmq_x; j += nwarps*WARP_SIZE) {\n ids_dst_shared[j] = ids_dst[col_low + j];\n }\n+ __syncthreads();\n \n con...
2025-05-04T12:16:39
golang/go
6fbdfe48041c883a9f6d8c981a7205b7c327862a
4615b39514d1463c1cfed624ff3629ab1580a915
cmd/compile: on PPC64, fold offset into some loads/stores only when offset is 4-aligned On PPC64, MOVWload, MOVDload, and MOVDstore are assembled to a "DS from" instruction which requiers the offset is a multiple of 4. Only fold offset to such instructions if it is a multiple of 4. Fixes #36723. "GOARCH=ppc64 GOOS=l...
[ { "path": "src/cmd/compile/internal/ssa/gen/PPC64.rules", "patch": "@@ -813,7 +813,7 @@\n (MFVSRD x:(FMOVDload [off] {sym} ptr mem)) && x.Uses == 1 && clobber(x) -> @x.Block (MOVDload [off] {sym} ptr mem)\n \n // Fold offsets for stores.\n-(MOVDstore [off1] {sym} (ADDconst [off2] x) val mem) && is16Bit(off1...
2020-01-24T19:11:04
vuejs/vue
c67a710b3c4b2630f7e33c61e9fe61b8e732c04c
6e3e989a90e8685c2cf0c029fa9c657354762b04
avoid triggering watcher on unchanged default props (fix #4090) (26 seconds ago)
[ { "path": "src/core/instance/lifecycle.js", "patch": "@@ -132,6 +132,7 @@ export function lifecycleMixin (Vue: Class<Component>) {\n if (process.env.NODE_ENV !== 'production') {\n observerState.isSettingProps = false\n }\n+ vm.$options.propsData = propsData\n }\n // update l...
2016-11-05T02:49:30
huggingface/transformers
18ee1fe76295239335bf1528c744fe1cfba21cc8
0c67a72c9ab46996b0dc3175c80c1fee881bcc83
Update missing docs on `activation_dropout` and fix DropOut docs for SEW-D (#26031) * add missing doc for activation dropout * fix doc for SEW-D dropout * deprecate hidden_dropout for SEW-D
[ { "path": "src/transformers/models/data2vec/configuration_data2vec_audio.py", "patch": "@@ -58,6 +58,8 @@ class Data2VecAudioConfig(PretrainedConfig):\n `\"relu\"`, `\"selu\"` and `\"gelu_new\"` are supported.\n hidden_dropout (`float`, *optional*, defaults to 0.1):\n The dro...
2023-09-08T13:51:54
ggml-org/llama.cpp
8afbd968182909cf93fb15959fc867b6dd3adb53
8ae5ebcf859b05a2ea3bbd930133a2fe4a89ed3c
CUDA: fix race condition in MMQ ids_dst (#13294)
[ { "path": "ggml/src/ggml-cuda/mmq.cuh", "patch": "@@ -2636,6 +2636,7 @@ static __global__ void mul_mat_q(\n \n ids_dst_shared[j] = j;\n }\n+ __syncthreads();\n \n // On AMD or old CUDA the performance with stream-k was worse, use conventional tiling instead:\n #if (defined(GGML_USE_HIP) &...
2025-05-04T11:58:38
nodejs/node
986e1d2c6fda62e189bbcc27c856ee0e58adddaf
0c2edd27e693ef5bb914a25c3257511fe2bb99f6
deps: cherry-pick f5fad6d from upstream v8 Original commit message: This commit adds a getter for the private is_verbose_ member. The use case for this comes from Node.js where the ability to avoid calling FatalException if the TryCatch is verbose would be nice to have. BUG= Review-Url: http...
[ { "path": "deps/v8/include/v8-version.h", "patch": "@@ -11,7 +11,7 @@\n #define V8_MAJOR_VERSION 5\n #define V8_MINOR_VERSION 8\n #define V8_BUILD_NUMBER 283\n-#define V8_PATCH_LEVEL 38\n+#define V8_PATCH_LEVEL 39\n \n // Use 1 for candidates and 0 otherwise.\n // (Boolean macro values are not supported by ...
2017-05-02T10:28:17
vuejs/vue
6e3e989a90e8685c2cf0c029fa9c657354762b04
ef0d788fc19eeb3b30f56180e126cf1543f42f94
log render error instead of throwing
[ { "path": "src/core/instance/render.js", "patch": "@@ -65,7 +65,7 @@ export function renderMixin (Vue: Class<Component>) {\n if (config._isServer) {\n throw e\n } else {\n- setTimeout(() => { throw e }, 0)\n+ console.error(e)\n }\n }\n // retur...
2016-11-05T02:19:45
golang/go
f652015a0ab0f197a5a3929afa39d76dc73ed9e6
c333d07ebe9268efc3cf4bd68319d65818c75966
doc/go1.14: document the new GOINSECURE variable Fixes #36746 Change-Id: Iab9eaceb743ee52c82e7645216a671362189a021 Reviewed-on: https://go-review.googlesource.com/c/go/+/216380 Reviewed-by: witchard <ben.witchard@gmail.com> Reviewed-by: Russ Cox <rsc@golang.org>
[ { "path": "doc/go1.14.html", "patch": "@@ -193,6 +193,16 @@ <h4 id=\"go-flags\">Flags</h4>\n trimming the \".mod\" extension and appending \".sum\".\n </p>\n \n+<h4 id=\"go-env-vars\">Environment variables</h4>\n+\n+<p><!-- golang.org/issue/32966 -->\n+ <code>GOINSECURE</code> is a new environment variab...
2020-01-24T19:57:41
huggingface/transformers
0c67a72c9ab46996b0dc3175c80c1fee881bcc83
fb7d246951d5f60aa36a7958841dfea72f51fc6b
Fix Dropout Implementation in Graphormer (#24817) This commit corrects the dropout implementation in Graphormer, aligning it with the original implementation and improving performance. Specifically: 1. The `attention_dropout` variable, intended for use in GraphormerMultiheadAttention, was defined but not used. This...
[ { "path": "src/transformers/models/graphormer/configuration_graphormer.py", "patch": "@@ -79,6 +79,8 @@ class GraphormerConfig(PretrainedConfig):\n The dropout probability for all fully connected layers in the embeddings, encoder, and pooler.\n attention_dropout (`float`, *optional*, def...
2023-09-08T11:49:39
ggml-org/llama.cpp
3e959f09764a2bb0e64af594eab83f7fb3e08eb2
36667c8edcded08063ed51c7d57e9e086bbfc903
imatrix: fix oob writes if src1 is not contiguous (#13286)
[ { "path": "tools/imatrix/imatrix.cpp", "patch": "@@ -46,7 +46,7 @@ class IMatrixCollector {\n common_params m_params;\n std::mutex m_mutex;\n int m_last_call = 0;\n- std::vector<float> ...
2025-05-03T22:50:37
vuejs/vue
53964dbad277c81ff0e733b43bee7801eb50fb52
51725cff5e2b026088c3afac4c10cbe1e1be3aa7
fix html parser infinite loop (fix #4127)
[ { "path": "src/compiler/parser/html-parser.js", "patch": "@@ -139,7 +139,7 @@ export function parseHTML (html, options) {\n }\n }\n \n- let text, rest\n+ let text, rest, next\n if (textEnd > 0) {\n rest = html.slice(textEnd)\n while (\n@@ -149,7 +149,9 @@ export...
2016-11-05T01:58:06
nodejs/node
0c2edd27e693ef5bb914a25c3257511fe2bb99f6
008301167eaed35306005ba20c5ac7bc04ff32f7
test: fixed flaky test-net-connect-local-error Fixed test-net-connect-local-error by moving the test from parallel to sequential. PR-URL: https://github.com/nodejs/node/pull/12964 Fixes: https://github.com/nodejs/node/issues/12950 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail....
[ { "path": "test/sequential/test-net-connect-local-error.js", "patch": "@@ -3,25 +3,28 @@ const common = require('../common');\n const assert = require('assert');\n const net = require('net');\n \n-const server = net.createServer();\n-server.listen(0);\n-const port = server.address().port;\n const client = n...
2017-05-15T17:19:43
huggingface/transformers
fb7d246951d5f60aa36a7958841dfea72f51fc6b
c5e66a40a44d3170101236830737a22424846e46
Try to fix training Loss inconsistent after resume from old checkpoint (#25872) * fix loss inconsistent after resume #25340 * fix typo * clean code * reformatted code * adjust code according to comments * adjust check_dataloader_randomsampler location * return sampler only * handle sampler is Non...
[ { "path": "src/transformers/trainer.py", "patch": "@@ -65,7 +65,7 @@\n from .modeling_utils import PreTrainedModel, load_sharded_checkpoint, unwrap_model\n from .models.auto.modeling_auto import MODEL_FOR_CAUSAL_LM_MAPPING_NAMES, MODEL_MAPPING_NAMES\n from .optimization import Adafactor, get_scheduler\n-fro...
2023-09-07T19:00:22
golang/go
c333d07ebe9268efc3cf4bd68319d65818c75966
73d213708e3186b48d5147b8eb939fdfd51f1f8d
strconv: stop describing Unicode graphic characters as non-ASCII Fixes #36778 Change-Id: I3c4ce100fc219bda0ff1d7a086c2309ed695691d Reviewed-on: https://go-review.googlesource.com/c/go/+/216478 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Rob Pike <r@golang.org>
[ { "path": "src/strconv/quote.go", "patch": "@@ -145,8 +145,9 @@ func AppendQuoteToASCII(dst []byte, s string) []byte {\n }\n \n // QuoteToGraphic returns a double-quoted Go string literal representing s.\n-// The returned string uses Go escape sequences (\\t, \\n, \\xFF, \\u0100) for\n-// non-ASCII characte...
2020-01-26T16:12:58
vuejs/vue
51725cff5e2b026088c3afac4c10cbe1e1be3aa7
5d36e8bc1ba6e25c3094f69490712e9c9113ed1d
fix SVG foreignObject (fix #4122)
[ { "path": "src/core/vdom/create-element.js", "patch": "@@ -55,8 +55,9 @@ function _createElement (\n // unknown or unlisted namespaced elements\n // check at runtime because it may get assigned a namespace when its\n // parent normalizes children\n+ const childNs = tag === 'foreignObj...
2016-11-05T00:51:17
ggml-org/llama.cpp
b34443923cad751483cc53af2e680d595daadce7
a75cb30dc9e63488c3614e2d5a9fe2306eaf47cd
sync : ggml (#13268) * vulkan : kernels for depthwise 2D convolution (CONV_2D_DW) (ggml/1204) * vulkan : add kernels for depthwise 2d convolution (OP_CONV_2D_DW) * review: remove src_x/y < 0 checks; add performance tests * sync : ggml ggml-ci * vulkan : fix lint (#0) --------- Co-authored-by: Acly <aclysia@gmai...
[ { "path": "ggml/src/ggml-vulkan/ggml-vulkan.cpp", "patch": "@@ -389,6 +389,8 @@ struct vk_device_struct {\n vk_pipeline pipeline_rwkv_wkv6_f32;\n vk_pipeline pipeline_rwkv_wkv7_f32;\n vk_pipeline pipeline_opt_step_adamw_f32;\n+ vk_pipeline pipeline_conv2d_dw_whcn_f32;\n+ vk_pipeline pipeli...
2025-05-02T17:54:30
nodejs/node
e600fbe576e7806a01e11708b65830aeae96b590
276720921ba8b4428d3832867e8c6474156a75d1
tls: accept `lookup` option for `tls.connect()` `net.connect()` and consequently `http.Agent` support custom DNS `lookup` option. However, as we move to `https.Agent` - this option no longer works because it is not proxied by `tls.connect`. Fix this inconsistency by passing it down to `net.connect`. PR-URL: https://...
[ { "path": "doc/api/tls.md", "patch": "@@ -752,6 +752,9 @@ decrease overall server throughput.\n <!-- YAML\n added: v0.11.3\n changes:\n+ - version: REPLACEME\n+ pr-url: https://github.com/nodejs/node/pull/12839\n+ description: The `lookup` option is supported now.\n - version: REPLACEME\n pr-ur...
2017-05-04T23:05:35
huggingface/transformers
c5e66a40a44d3170101236830737a22424846e46
00efd64e516cf9062ff2c0dea023ad07c993869f
Punctuation fix (#26025) fix typo
[ { "path": "src/transformers/trainer_utils.py", "patch": "@@ -664,7 +664,7 @@ def find_executable_batch_size(\n \"\"\"\n Args:\n A basic decorator that will try to execute `function`. If it fails from exceptions related to out-of-memory or\n- CUDNN, the batch size is cut in half and passed to ...
2023-09-07T18:54:52
golang/go
64c22b70bf00e15615bb17c29f808b55bc339682
ad3cef184e55ab53306a466bda100dc72c40fc3b
Revert "runtime: don't hold worldsema across mark phase" This reverts commit 7b294cdd8df0a9523010f6ffc80c59e64578f34b, CL 182657. Reason for revert: This change may be causing latency problems for applications which call ReadMemStats, because it may cause all goroutines to stop until the GC completes. https://golang...
[ { "path": "src/runtime/debug.go", "patch": "@@ -26,12 +26,12 @@ func GOMAXPROCS(n int) int {\n \t\treturn ret\n \t}\n \n-\tstopTheWorldGC(\"GOMAXPROCS\")\n+\tstopTheWorld(\"GOMAXPROCS\")\n \n \t// newprocs will be processed by startTheWorld\n \tnewprocs = int32(n)\n \n-\tstartTheWorldGC()\n+\tstartTheWorld(...
2020-01-24T16:51:11
vuejs/vue
5d36e8bc1ba6e25c3094f69490712e9c9113ed1d
0973342e5cadaa68c21535cb9e62f27fd5493e2c
fix IE conditional comments (fix #4125)
[ { "path": "src/compiler/parser/html-parser.js", "patch": "@@ -37,6 +37,8 @@ const startTagOpen = new RegExp('^<' + qnameCapture)\n const startTagClose = /^\\s*(\\/?)>/\n const endTag = new RegExp('^<\\\\/' + qnameCapture + '[^>]*>')\n const doctype = /^<!DOCTYPE [^>]+>/i\n+const comment = /^<!--/\n+const co...
2016-11-04T23:48:11
ggml-org/llama.cpp
a75cb30dc9e63488c3614e2d5a9fe2306eaf47cd
3f3769ba76061a511f02f2a48da2ad2d93fce511
context : fix reorder logic (#13267) ggml-ci
[ { "path": "src/llama-context.cpp", "patch": "@@ -1050,6 +1050,9 @@ int llama_context::decode(llama_batch & inp_batch) {\n // finalize the batch processing\n kv_guard.commit();\n \n+ // set to total number of outputs in the batch, for use in llama_get_logits_ith\n+ n_outputs = n_outputs_all;\n+...
2025-05-02T17:54:13
huggingface/transformers
00efd64e516cf9062ff2c0dea023ad07c993869f
02c4a77f572199a926b52fd8559dca87de6ed4bb
Fix vilt config docstring parameter to match value in init (#26017) * Fix vilt config init parameter to match the ones in documentation * Fix the documentation
[ { "path": "src/transformers/models/vilt/configuration_vilt.py", "patch": "@@ -58,9 +58,9 @@ class ViltConfig(PretrainedConfig):\n hidden_act (`str` or `function`, *optional*, defaults to `\"gelu\"`):\n The non-linear activation function (function or string) in the encoder and pooler. If ...
2023-09-07T18:53:43
nodejs/node
b23d414c7ec0674ba3cbb36427e4c29dbd396338
ef16319effe396622666268cd8100ad8d586c4ee
tls: do not wrap net.Socket with StreamWrap Fixes: https://github.com/nodejs/node/issues/3655 PR-URL: https://github.com/nodejs/node/pull/12799 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Fedor Indutny <fedor@indutny.com>
[ { "path": "lib/_tls_wrap.js", "patch": "@@ -31,7 +31,6 @@ const util = require('util');\n const common = require('_tls_common');\n const StreamWrap = require('_stream_wrap').StreamWrap;\n const Buffer = require('buffer').Buffer;\n-const Duplex = require('stream').Duplex;\n const debug = util.debuglog('tls')...
2017-05-02T17:36:50
vuejs/vue
d0afcd3cf9ad572621676ef02005d226cb4ac7c4
fa16b129ca1a2c23211ee545e129cae4eaff877d
fix domProps unset for v-html (fix #4107)
[ { "path": "src/core/vdom/patch.js", "patch": "@@ -78,7 +78,10 @@ export function createPatchFunction (backend) {\n \n function removeElement (el) {\n const parent = nodeOps.parentNode(el)\n- nodeOps.removeChild(parent, el)\n+ // element may have already been removed due to v-html\n+ if (paren...
2016-11-04T20:22:49
golang/go
e35876ec6591768edace6c6f3b12646899fd1b11
1f9f88b95eaec50c72c8595ca9f52b7b876e28f9
Revert "runtime: speed up receive on empty closed channel" This reverts CL 181543 (git e1446d9cee91af263af15efe8291644b590bb9ff) Reason for revert: Caused a regression in the race detector. Updates #32529 Fixes #36714 Change-Id: Ifefe6784f86ea72f414a89f131c239e9c9fd74eb Reviewed-on: https://go-review.googlesource.c...
[ { "path": "src/runtime/chan.go", "patch": "@@ -121,21 +121,6 @@ func chanbuf(c *hchan, i uint) unsafe.Pointer {\n \treturn add(c.buf, uintptr(i)*uintptr(c.elemsize))\n }\n \n-// full reports whether a send on c would block (that is, the channel is full).\n-// It uses a single word-sized read of mutable stat...
2020-01-23T22:56:39
ggml-org/llama.cpp
074e42ab31de4c99aa7d9d2d239660f64b2380d6
c642bc014c105728ce45015813351dc5a37f60a2
convert : converting mmproj for Qwen2/2.5VL from convert_hf_to_gguf (#13209) * wip * qwen2.5vl ok * vision: fix models missing "text_config" * add test * fix test repo name * fix 32B model * Revert "fix 32B model" This reverts commit 651752f1ae25fe8a01c1e57c18cf2eca80b2774e. * clarify about 32B * rm qwen surg...
[ { "path": "convert_hf_to_gguf.py", "patch": "@@ -1089,6 +1089,8 @@ def __init__(self, *args, **kwargs):\n raise TypeError(\"VisionModel must be subclassed with model_arch = gguf.MODEL_ARCH.CLIP_VISION\")\n \n # get n_embd of the text model\n+ if \"text_config\" not in self.hparams...
2025-05-02T15:17:15
nodejs/node
ef16319effe396622666268cd8100ad8d586c4ee
e896898deac171c94de6466948686fbc280663b2
util: fixup internal util exports util.promisify landed without using the module.exports = {} pattern. This fixes it up for consistency PR-URL: https://github.com/nodejs/node/pull/12998 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@...
[ { "path": "lib/internal/util.js", "patch": "@@ -198,28 +198,6 @@ function getConstructorOf(obj) {\n return null;\n }\n \n-module.exports = exports = {\n- assertCrypto,\n- cachedResult,\n- convertToValidSignal,\n- createClassWrapper,\n- decorateErrorStack,\n- deprecate,\n- filterDuplicateStrings,\n-...
2017-05-12T15:37:32
vuejs/vue
e5f23d9fa020e392c70914e61cd4bd8f6b9bc120
240df147f11824db5811d23c8704225aa586b96b
fix component attrs/domProps merging in SSR
[ { "path": "src/platforms/web/server/modules/attrs.js", "patch": "@@ -8,14 +8,28 @@ import {\n \n export default function renderAttrs (node: VNodeWithData): string {\n let res = ''\n- if (node.data.attrs) {\n- res += render(node.data.attrs)\n+ if (node.data.attrs || node.parent) {\n+ res += render(...
2016-11-04T16:53:15
golang/go
1f9f88b95eaec50c72c8595ca9f52b7b876e28f9
8d7be1e3c9a98191f8c900087025c5e78b73d962
cmd/go: fix cgo test when min macOS version is set Regression tests for #24161 use a macro to conditionally compile some stub definitions. The macro tests that the minimum macOS version is less than 10.12. We get duplicate definitions when building this test with CGO_CFLAGS=-mmacosx-version-min=10.x where 10.x < 10.1...
[ { "path": "misc/cgo/test/testdata/issue24161e0/main.go", "patch": "@@ -12,7 +12,7 @@ package issue24161e0\n #include <TargetConditionals.h>\n #include <CoreFoundation/CoreFoundation.h>\n #include <Security/Security.h>\n-#if TARGET_OS_IPHONE == 0 && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 101200\n+#i...
2020-01-24T16:25:52
huggingface/transformers
02c4a77f572199a926b52fd8559dca87de6ed4bb
2af87d018eff577c421b02e00bf34ab6aeeb8c42
Added HerBERT to README.md (#26020) * Added HerBERT to README.md * Update README.md to contain HerBERT (#26016) * Resolved #26016: Updated READMEs and index.md to contain Herbert Updated READMEs and ran make fix-copies
[ { "path": "README.md", "patch": "@@ -373,6 +373,7 @@ Current number of checkpoints: ![](https://img.shields.io/endpoint?url=https://h\n 1. **[GPTSAN-japanese](https://huggingface.co/docs/transformers/model_doc/gptsan-japanese)** released in the repository [tanreinama/GPTSAN](https://github.com/tanreinama/GP...
2023-09-07T18:51:45
ggml-org/llama.cpp
c642bc014c105728ce45015813351dc5a37f60a2
cb06a3c363f50cd35113984fe8fb164aea419077
kv-cache : separate recurrent vs non-recurrent impl (#12799) * kv-cache : serparate recurrent vs non-recurrent impl (wip) ggml-ci * kv-cache : init -> contructor + add llama_memory_params ggml-ci * kv-cache : fix callback reference ggml-ci * context : llama_kv_cache -> llama_memory_i ggml-ci * context : move m...
[ { "path": "src/llama-batch.cpp", "patch": "@@ -189,7 +189,7 @@ llama_ubatch llama_sbatch::split_seq(size_t n_ubatch) {\n return ubatch;\n }\n \n-void llama_sbatch::from_batch(const llama_batch & batch, size_t n_embd, bool simple_split, bool logits_all) {\n+llama_sbatch::llama_sbatch(const llama_batch & ...
2025-05-02T14:48:36
rust-lang/rust
aa1f941116e62aca07ea916bfef605b19793e058
b2728d5426bab1d8c39709768c7e22b7f66dde5d
Fix platform-specific doc string for AtomicUsize::from_mut to be platform-independent
[ { "path": "library/core/src/sync/atomic.rs", "patch": "@@ -2297,7 +2297,7 @@ macro_rules! atomic_int {\n $int_type,\n no = [\n \"**Note:** This function is only available on targets where `\",\n- stringify!($int_type), \"` has an alignme...
2025-01-22T08:30:28
vuejs/vue
240df147f11824db5811d23c8704225aa586b96b
c23c5c5d7011d29764fccca4f88155d1c5cfbbf8
Generate style on custom component in SSR (fix #4055) (#4076) * fix #4055, generate style on custom component * add test for custom component style * add synthetic data for module processing
[ { "path": "src/platforms/web/server/modules/style.js", "patch": "@@ -2,24 +2,43 @@\n \n import { hyphenate, toObject } from 'shared/util'\n \n-export default function renderStyle (node: VNodeWithData): ?string {\n+function concatStyleString (former: string, latter: string) {\n+ if (former === '' || latter ...
2016-11-04T13:38:52
golang/go
8453844ed774b0f864d28cb83844402c63db2849
39ea3d0a2365fe1619fced89f94b747ce4852540
time: document how Parse handles two-digit years Fixes #36549 Change-Id: Ia803330fc046d5807bbefd67acb419cb81640a13 GitHub-Last-Rev: bd354319083bf80c250e1915f2be6860d2f7d14b GitHub-Pull-Request: golang/go#36584 Reviewed-on: https://go-review.googlesource.com/c/go/+/214980 Reviewed-by: Rob Pike <r@golang.org>
[ { "path": "src/time/format.go", "patch": "@@ -792,6 +792,9 @@ func skip(value, prefix string) (string, error) {\n // Years must be in the range 0000..9999. The day of the week is checked\n // for syntax but it is otherwise ignored.\n //\n+// For layouts specifying the two-digit year 06, a value NN >= 69 wil...
2020-01-23T16:14:40
huggingface/transformers
2af87d018eff577c421b02e00bf34ab6aeeb8c42
3744126c87ad429ba60efc690d8ceb4630dff523
[VITS] Fix nightly tests (#25986) * fix tokenizer * make bs even * fix multi gpu test * style * model forward * fix torch import * revert tok pin
[ { "path": "tests/models/vits/test_modeling_vits.py", "patch": "@@ -27,6 +27,7 @@\n is_flaky,\n is_torch_available,\n require_torch,\n+ require_torch_multi_gpu,\n slow,\n torch_device,\n )\n@@ -177,6 +178,30 @@ def test_model_forward(self):\n config_and_inputs = self.model_test...
2023-09-07T16:49:14
vuejs/vue
c23c5c5d7011d29764fccca4f88155d1c5cfbbf8
4078ce9c58830fecff095ab96dc41693377794dd
keep consistency in dev and prod env (#4093) * keep consistency in dev and prod env * Update extend.js * delete name=null * fixup * Update name.spec.js
[ { "path": "src/core/global-api/extend.js", "patch": "@@ -22,14 +22,13 @@ export function initExtend (Vue: GlobalAPI) {\n if (isFirstExtend && extendOptions._Ctor) {\n return extendOptions._Ctor\n }\n- let name = extendOptions.name || Super.options.name\n+ const name = extendOptions.name ...
2016-11-04T13:35:10
rust-lang/rust
51c5700f15a23ac55c51e8e6a3f478a7fd77fcc6
2f348cb7ce4063fa4eb40038e6ada3c5214717bd
clarify BufRead::{fill_buf, consume} docs Fixes #85394
[ { "path": "library/std/src/io/mod.rs", "patch": "@@ -2250,24 +2250,18 @@ fn skip_until<R: BufRead + ?Sized>(r: &mut R, delim: u8) -> Result<usize> {\n /// ```\n #[stable(feature = \"rust1\", since = \"1.0.0\")]\n pub trait BufRead: Read {\n- /// Returns the contents of the internal buffer, filling it wit...
2025-01-28T08:38:54
ggml-org/llama.cpp
2af6880178b4bc2c0eced726bab68b4bf333042b
e84773ab604fe0d935d03741df003716398dc57b
llama-chat : reset glmedge chat template (#13253) * reset glmedge chat template * fix glmedge chat template
[ { "path": "src/llama-chat.cpp", "patch": "@@ -447,7 +447,7 @@ int32_t llm_chat_apply_template(\n if (add_ass) {\n ss << \"<|assistant|>\";\n }\n- } else if (tmpl == LLM_CHAT_TEMPLATE_CHATGLM_4 || tmpl == LLM_CHAT_TEMPLATE_GLMEDGE) {\n+ } else if (tmpl == LLM_CHAT_TEMPLATE_C...
2025-05-02T09:06:09
huggingface/transformers
3744126c87ad429ba60efc690d8ceb4630dff523
0188739a74dca8a9cf3f646a9a417af7f136f1aa
Add `tgs` speed metrics (#25858) * Add tgs metrics * bugfix and black formatting * workaround for tokens counting * formating and bugfix * Fix * Add opt-in for tgs metrics * make style and fix error * Fix doc * fix docbuild * hf-doc-build * fix * test * Update src/transformers/train...
[ { "path": "src/transformers/trainer.py", "patch": "@@ -1159,6 +1159,22 @@ def num_examples(self, dataloader: DataLoader) -> int:\n except (NameError, AttributeError, TypeError): # no dataset or length, estimate by length of dataloader\n return len(dataloader) * self.args.per_device_trai...
2023-09-07T16:17:30
golang/go
8689ea6a4a2aa33b90bfbcf5076bfff0b6fdcaed
64378c233b69ca577a23a85285aa9adf3849d7f5
cmd/go: make Script/test_regexps less flaky under load With the command below, I was able to reproduce failures within the first 50 or so runs: go test -c -o test && stress -p 32 ./test -test.run Script/test_regexp When printing the full failure output, we'd see: BenchmarkX BenchmarkX: x_test.go:13: LOG: X r...
[ { "path": "src/cmd/go/testdata/script/test_regexps.txt", "patch": "@@ -2,31 +2,38 @@ go test -cpu=1 -run=X/Y -bench=X/Y -count=2 -v testregexp\n \n # Test the following:\n \n-#\tTestX is run, twice\n+# TestX is run, twice\n stdout -count=2 '^=== RUN TestX$'\n stdout -count=2 '^ TestX: x_test.go:6: LOG:...
2020-01-21T10:21:17
vuejs/vue
4078ce9c58830fecff095ab96dc41693377794dd
35f145cfc10b6101c1b0c10d348520d367031619
fix #4041, warn overriding Vue's internal methods (#4111) * fix #4041, warn overriding Vue's internal methods * prefer concise warning message
[ { "path": "src/core/instance/state.js", "patch": "@@ -21,6 +21,8 @@ import {\n noop\n } from '../util/index'\n \n+import BuiltinVue from '../index'\n+\n export function initState (vm: Component) {\n vm._watchers = []\n initProps(vm)\n@@ -143,12 +145,16 @@ function initMethods (vm: Component) {\n if ...
2016-11-04T11:44:47
ggml-org/llama.cpp
e84773ab604fe0d935d03741df003716398dc57b
fab647e8842c5f80da7e8f2c625dab6a0e19e5d4
mtmd-cli : fix out_of_range when input image path is empty (#13244) * fix out_of_range error to keep the chat loop running * Update examples/llava/mtmd-cli.cpp Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com> * mtmd-cli : load image right away * add a new line for readability * rm printf * Update ...
[ { "path": "examples/llava/mtmd-cli.cpp", "patch": "@@ -72,6 +72,8 @@ struct mtmd_cli_context {\n llama_batch batch;\n int n_batch;\n \n+ std::vector<mtmd_bitmap> bitmaps;\n+\n // note: we know that gemma3 template is \"linear\", meaning each turn is completely separate...
2025-05-02T08:20:27
huggingface/transformers
0188739a74dca8a9cf3f646a9a417af7f136f1aa
df04959e5542d41b269f96305d82c62287350cee
Fix CircleCI config (#26023) fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
[ { "path": ".circleci/create_circleci_config.py", "patch": "@@ -231,7 +231,7 @@ def to_dict(self):\n check_test_command += f'cat reports/{self.job_name}/failures_short.txt; '\n check_test_command += 'echo \"\"; echo \"\"; '\n \n- py_command = f'import os; fp = open(\"reports/{self.job_...
2023-09-07T12:51:35
golang/go
9f07cdd99ee70b90e2a5fe998acb48c5fc6e39f2
fa610c776e4bc659211b65a2dfbc74051ef99159
cmd/internal/obj/riscv: restore the ADDI instruction in jalrToSym While this instruction is not needed for the relocation (the lower immediate can be patched directly into the JALR instruction), other code currently depends on the jump sequence being 12 bytes (or three instructions) long. Put the ADDI instruction back...
[ { "path": "src/cmd/internal/obj/riscv/obj.go", "patch": "@@ -55,6 +55,15 @@ func jalrToSym(ctxt *obj.Link, p *obj.Prog, newprog obj.ProgAlloc, lr int16) *ob\n \tp.Mark |= NEED_PCREL_ITYPE_RELOC\n \tp = obj.Appendp(p, newprog)\n \n+\t// TODO(jsing): This instruction is not necessary, as the lower bits\n+\t//...
2020-01-22T16:31:49
vuejs/vue
35f145cfc10b6101c1b0c10d348520d367031619
bc455352a3dd95bc7c5789feb4d7e969427351d4
Update vue.d.ts (#4105) fix typo.
[ { "path": "types/vue.d.ts", "patch": "@@ -7,7 +7,7 @@ import {\n WatchHandler,\n DirectiveOptions,\n DirectiveFunction\n-} from \"./options.d\";\n+} from \"./options\";\n import { VNode, VNodeData, VNodeChildren } from \"./vnode\";\n import { PluginFunction, PluginObject } from \"./plugin\";\n ", ...
2016-11-04T00:37:20
rust-lang/rust
4693d0a9ffceeabed36d2e82be3cfce5e1322b30
66dc8a1a30b19f31454a9e58f8723500a1a8ad17
Add new lint `doc_overindented_list_items` Add a new lint `doc_overindented_list_items` to detect and fix list items in docs that are overindented. For example, ```rs /// - first line /// second line fn foo() {} ``` this would be fixed to: ```rs /// - first line /// second line fn foo() {} ``` This lint im...
[ { "path": "CHANGELOG.md", "patch": "@@ -5533,6 +5533,7 @@ Released 2018-09-13\n [`doc_link_with_quotes`]: https://rust-lang.github.io/rust-clippy/master/index.html#doc_link_with_quotes\n [`doc_markdown`]: https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown\n [`doc_nested_refdefs`]: https:...
2025-01-14T08:06:31