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
5bb985d3312191d67490f9d826fd13cdbda610e9
f04ab3c756485762a42ed5db76bc417418c9caf4
deps: cherry-pick 0dd3390 from upstream V8 Original commit message: Reland "[builtins] Add %IsTraceCategoryEnabled and %Trace builtins" This is a reland of 8d4572a22b5d2fa0547195bcc40baa18b7565386 Original change's description: > [builtins] Add %IsTraceCategoryEnabled and %Trace builtins > >...
[ { "path": "common.gypi", "patch": "@@ -29,7 +29,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.1',\n+ 'v8_embedder_string': '-node.2',\n \n # Enable disassembler for `--print-code...
2018-07-25T18:03:35
huggingface/transformers
0a52bd24031001a887a63aa6df2bd61785ec4fb3
555715f41847d71d155dcfdaaefbdfa7084fff63
[fix] sliding window attention mask (#38045) * fix sliding attn * make style * Update tests/test_modeling_common.py Co-authored-by: Joao Gante <joaofranciscocardosogante@gmail.com> * no a second throught, should default to `True` fo BC --------- Co-authored-by: Joao Gante <joaofranciscocardosogante@gmail.com>
[ { "path": "src/transformers/models/mimi/modeling_mimi.py", "patch": "@@ -1192,12 +1192,13 @@ def _prepare_4d_causal_attention_mask_with_cache_position(\n diagonal_attend_mask = torch.arange(target_length, device=cache_position.device) > cache_position.reshape(\n -1, 1\n ...
2025-05-20T09:32:19
golang/go
e6dda19888180c5159460486d30c0412e4980748
139e935d3cc8d38c9adc7ff7de8a87c28fe339c6
net/url: reject query values with semicolons Semicolons are no longer valid separators, so net/url.ParseQuery will now return an error if any part of the query contains a semicolon. net/http.(*Request).ParseMultipartForm has been changed to fall through and continue parsing even if the call to (*Request).ParseForm fa...
[ { "path": "src/net/http/request.go", "patch": "@@ -1293,16 +1293,18 @@ func (r *Request) ParseForm() error {\n // its file parts are stored in memory, with the remainder stored on\n // disk in temporary files.\n // ParseMultipartForm calls ParseForm if necessary.\n+// If ParseForm returns an error, ParseMul...
2021-06-07T18:29:43
vercel/next.js
539d9a537c42e3861bbb97a879f0ff5d071a0ee9
f4e663bb2aaba57692c6fe4c3cf74ffa1d5a2dae
`node:` prefixed aliases must not be in fallback aliases (vercel/turbo#3291)
[ { "path": "packages/next-swc/crates/next-core/src/next_import_map.rs", "patch": "@@ -64,6 +64,25 @@ pub fn get_next_client_import_map(\n ClientContextType::Fallback => {}\n ClientContextType::Other => {}\n }\n+\n+ match ty.into_value() {\n+ ClientContextType::Pages {\n+ ...
2023-01-12T16:33:46
electron/electron
9546120ce410b3fc27f1d476b0908ea1ddb99e73
48a5591508fcd0fa1c7728b1b60fa2546e98f809
linux: Fix API changes of Chrome 37.
[ { "path": "atom/browser/native_window_views.cc", "patch": "@@ -145,7 +145,6 @@ NativeWindowViews::NativeWindowViews(content::WebContents* web_contents,\n params.bounds = bounds;\n params.delegate = this;\n params.type = views::Widget::InitParams::TYPE_WINDOW;\n- params.top_level = true;\n params.re...
2014-09-01T12:10:14
huggingface/transformers
555715f41847d71d155dcfdaaefbdfa7084fff63
7a611f0afd5f77ba4802d46c97433ea16ea3ec8a
Fix broken example generation script for Llama3 (#38062) Fix broken example generation script for llama3
[ { "path": "examples/pytorch/text-generation/run_generation.py", "patch": "@@ -34,7 +34,6 @@\n GPT2Tokenizer,\n GPTJForCausalLM,\n LlamaForCausalLM,\n- LlamaTokenizer,\n OpenAIGPTLMHeadModel,\n OpenAIGPTTokenizer,\n OPTForCausalLM,\n@@ -63,7 +62,7 @@\n \"xlm\": (XLMWithLMHeadMo...
2025-05-20T08:53:43
nodejs/node
e638bc5f92ec4396157e9aa728d66b9881d7c9fe
62a3f9b029f7ef4af1a2ea1e6362141164e48eab
doc: fix typo in CHANGELOG_V10.md Fix typo PR-URL: https://github.com/nodejs/node/pull/22744 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yuta Hiroto <hello@...
[ { "path": "doc/changelogs/CHANGELOG_V10.md", "patch": "@@ -60,7 +60,7 @@\n * The methods `fs.read`, `fs.readSync`, `fs.write`, `fs.writeSync`,\n `fs.writeFile` and `fs.writeFileSync` now all accept `TypedArray` and\n `DataView` objects. [#22150](https://github.com/nodejs/node/pull/22150)\n- * A n...
2018-09-07T10:30:38
golang/go
aa5540cd82170f82c6fe11511e12de96aa58cbc1
07ca28d529e1afb64a9f6f068214c05ee9772d34
cmd/compile: make map.zero symbol content-addressable The compiler machinery that generates "map.zero" symbols marks them as RODATA and DUPOK, which is problematic when a given application has multiple map zero symbols (from different packages) with varying sizes: the dupok path in the loader assumes that if two symbo...
[ { "path": "src/cmd/compile/internal/gc/obj.go", "patch": "@@ -148,6 +148,7 @@ func dumpdata() {\n \tif reflectdata.ZeroSize > 0 {\n \t\tzero := base.PkgLinksym(\"go.map\", \"zero\", obj.ABI0)\n \t\tobjw.Global(zero, int32(reflectdata.ZeroSize), obj.DUPOK|obj.RODATA)\n+\t\tzero.Set(obj.AttrContentAddressable...
2021-06-09T00:09:49
vercel/next.js
5687c4ab000a07ec07035259bc02ce4de7a3120d
33ea5dea7876d3a170d8fdf2854ca6842a2c3d39
`node:` prefixed aliases must not be in fallback aliases (vercel/turbo#3291)
[ { "path": "crates/next-core/src/next_import_map.rs", "patch": "@@ -64,6 +64,25 @@ pub fn get_next_client_import_map(\n ClientContextType::Fallback => {}\n ClientContextType::Other => {}\n }\n+\n+ match ty.into_value() {\n+ ClientContextType::Pages {\n+ pages_dir: con...
2023-01-12T16:33:46
electron/electron
3e46363ae19011718c5d4941239a164eda7167bf
d4a46fa35fc4e9d3d09856f7f5968006910b53c0
Fix API changes of Chrome 37.
[ { "path": "atom/browser/atom_browser_context.cc", "patch": "@@ -13,7 +13,8 @@\n #include \"content/public/common/url_constants.h\"\n #include \"net/url_request/data_protocol_handler.h\"\n #include \"net/url_request/file_protocol_handler.h\"\n-#include \"net/url_request/protocol_intercept_job_factory.h\"\n+#...
2014-09-01T07:36:37
huggingface/transformers
7a611f0afd5f77ba4802d46c97433ea16ea3ec8a
3bd1c201496bd39efb05193bf594e36128a55136
Fix: make docs work better with doc builder (#38213)
[ { "path": "docs/source/en/perf_infer_gpu_multi.md", "patch": "@@ -77,16 +77,16 @@ class ParallelInterface(MutableMapping):\n }\n ```\n \n-We support following strategies:\n+We support the following strategies:\n \n-1) `ColwiseParallel` - A simple column-wise partitioning, being able to handle both weigh...
2025-05-20T08:23:03
nodejs/node
1a57ad22d6ba452e8c8f727473ba3d1beef3ac9c
4a5886cb8a41d2b6d07d7ab76701ae09899c5af7
src: fix trace-event-file-pattern description PR-URL: https://github.com/nodejs/node/pull/22690 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
[ { "path": "src/node_options.cc", "patch": "@@ -203,7 +203,7 @@ PerProcessOptionsParser::PerProcessOptionsParser() {\n kAllowedInEnvironment);\n AddOption(\"--trace-event-file-pattern\",\n \"Template string specifying the filepath for the trace-events \"\n- \"data, it sup...
2018-09-04T17:30:11
golang/go
07ca28d529e1afb64a9f6f068214c05ee9772d34
bcecae2af6ee43abebf84411385d538ec4e7d0ea
cmd/link: fix bug in -strictdups checking of BSS symbols The linker's -strictdups debugging option was not properly checking for cases where you have two dupok BSS symbols with different length (the check examined data length and content, but not symbol size). Updates #46653. Change-Id: I3844f25ef76dd6e4a84ffd5caed5...
[ { "path": "src/cmd/link/internal/loader/loader.go", "patch": "@@ -699,12 +699,18 @@ func (l *Loader) checkdup(name string, r *oReader, li uint32, dup Sym) {\n \tp := r.Data(li)\n \trdup, ldup := l.toLocal(dup)\n \tpdup := rdup.Data(ldup)\n-\tif bytes.Equal(p, pdup) {\n-\t\treturn\n-\t}\n \treason := \"same ...
2021-06-08T23:45:41
vercel/next.js
0b36a526c7e232610bc64ad76a21d097a77b01dc
2b7e32c3f15e50668e262f8f2040a586c4709ac3
Fix capitalization in formatted server errors (#44798)
[ { "path": "packages/next/src/lib/format-server-error.ts", "patch": "@@ -30,7 +30,7 @@ export function formatServerError(error: Error): void {\n error,\n `${error.message}\n \n-This might be caused by a React Class component being rendered in a server component, React Class components only works ...
2023-01-12T16:15:28
huggingface/transformers
3bd1c201496bd39efb05193bf594e36128a55136
dbc4b91db4eff5d660ae212d87b7657674b0b484
enable misc cases on XPU & use device agnostic APIs for cases in tests (#38192) * use device agnostic APIs in tests Signed-off-by: Matrix Yao <matrix.yao@intel.com> * more Signed-off-by: Matrix Yao <matrix.yao@intel.com> * fix style Signed-off-by: Matrix Yao <matrix.yao@intel.com> * add reset_peak_memory_stats A...
[ { "path": "src/transformers/testing_utils.py", "patch": "@@ -3024,6 +3024,11 @@ def _device_agnostic_dispatch(device: str, dispatch_table: dict[str, Callable],\n \"cpu\": 0,\n \"default\": 0,\n }\n+ BACKEND_RESET_PEAK_MEMORY_STATS = {\n+ \"cuda\": torch.cuda.reset_peak_memory_s...
2025-05-20T08:09:01
electron/electron
d4a46fa35fc4e9d3d09856f7f5968006910b53c0
134f8236cc77e52e9a44a6bbc90af8a4b083c23a
Comment out debugger agent. V8 has discarded support for debugger agent, we should reimplement it in atom-shell.
[ { "path": "atom/browser/node_debugger.cc", "patch": "@@ -44,10 +44,12 @@ NodeDebugger::NodeDebugger() {\n if (use_debug_agent) {\n if (!port_str.empty())\n base::StringToInt(port_str, &port);\n+#if 0\n v8::Debug::EnableAgent(\"atom-shell \" ATOM_VERSION, port,\n wa...
2014-09-01T07:35:56
nodejs/node
4a5886cb8a41d2b6d07d7ab76701ae09899c5af7
32957100dd22bb11e4a33787ddd81482f360a31b
test: fix flaky addons/callback-scope/test-resolve-async Fixes: https://github.com/nodejs/node/issues/22668 PR-URL: https://github.com/nodejs/node/pull/22664 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Georg...
[ { "path": "test/addons/callback-scope/test-resolve-async.js", "patch": "@@ -4,7 +4,9 @@ const common = require('../../common');\n const assert = require('assert');\n const { testResolveAsync } = require(`./build/${common.buildType}/binding`);\n \n+// Checks that resolving promises from C++ works.\n+\n let c...
2018-09-02T18:15:51
vercel/next.js
223c974774a3cb307c634752b35a210abee9788d
e0aac6f46eef7d1ce7140a5c34be66a68703666f
Fix router.refresh() resetting state and Suspense boundaries (#44775) Co-authored-by: JJ Kasper <jj@jjsweb.site>
[ { "path": "packages/next/src/client/components/layout-router.tsx", "patch": "@@ -157,7 +157,6 @@ export function InnerLayoutRouter({\n // TODO-APP: implement `<Offscreen>` when available.\n // isActive,\n path,\n- rootLayoutIncluded,\n }: {\n parallelRouterKey: string\n url: string\n@@ -167,7 +16...
2023-01-12T14:48:59
rust-lang/rust
63e7c7ece3c7ee5f54edb804cd76fd57e7ac784a
b858b977223d823459a5af4d9f0fde3db7271076
fix: negative nums in `concat!` expansion
[ { "path": "src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/builtin_fn_macro.rs", "patch": "@@ -454,13 +454,13 @@ fn test_concat_expand() {\n #[rustc_builtin_macro]\n macro_rules! concat {}\n \n-fn main() { concat!(\"fo\", \"o\", 0, r#\"\"bar\"\"#, \"\\n\", false, '\"', '\\0'); }\n+fn main()...
2025-03-23T12:35:45
huggingface/transformers
dbc4b91db4eff5d660ae212d87b7657674b0b484
46a4b7c909fab58355936e1c7109bb5e2e558267
Qwen2.5-Omni: Update modeling_qwen2_5_omni.py to fix error when loading quantized weights with AutoAWQ. (#38013) * Update modular_qwen2_5_omni.py fix the error when loading quantized model by AuotAWQ. * Update modeling_qwen2_5_omni.py sync code to modular_qwen2_5_omni.py
[ { "path": "src/transformers/models/qwen2_5_omni/modeling_qwen2_5_omni.py", "patch": "@@ -127,8 +127,10 @@ def _init_weights(self, module):\n if module.padding_idx is not None:\n module.weight.data[module.padding_idx].zero_()\n elif isinstance(module, nn.LayerNorm):\n- ...
2025-05-20T07:53:51
electron/electron
f8c8c415ebaf65619e92128f96aedc72df26896e
6010539914b3eb055f633678786f57b729378a82
Fix cpplint warnings.
[ { "path": "brightray/browser/url_request_context_getter.cc", "patch": "@@ -90,8 +90,8 @@ net::URLRequestJobFactory* URLRequestContextGetter::Delegate::CreateURLRequestJo\n // Set up interceptors in the reverse order.\n scoped_ptr<net::URLRequestJobFactory> top_job_factory =\n job_factory.PassAs<ne...
2014-08-31T12:04:48
golang/go
bcecae2af6ee43abebf84411385d538ec4e7d0ea
63dcab2e91cfa40ae6dc1f0455b1f3c2801a00ec
doc/go1.17: mention new possibility of type conversion panicking For #44513 For #46020 Change-Id: I07c7a4268465c536d1866cc6bb1fad76b2b88b15 Reviewed-on: https://go-review.googlesource.com/c/go/+/326149 Trust: Ian Lance Taylor <iant@golang.org> Reviewed-by: Matthew Dempsky <mdempsky@google.com>
[ { "path": "doc/go1.17.html", "patch": "@@ -67,6 +67,14 @@ <h2 id=\"language\">Changes to the language</h2>\n using <code>unsafe.Add</code> or <code>unsafe.Slice</code>.\n </p>\n \n+\n+<p>\n+ Note that the new conversion from slice to array pointer is the\n+ first case in which a type conversion can pani...
2021-06-08T19:42:02
rust-lang/rust
84bb0f07e6c3e920db567ff95a5f8365cf042c75
097cd98869cf07a2860bef16c0d4a2b3b019b23a
std: stop using TLS in signal handler TLS is not async-signal-safe, making its use in the signal handler used to detect stack overflows unsound (c.f. #133698). POSIX however lists two thread-specific identifiers that can be obtained in a signal handler: the current `pthread_t` and the address of `errno`. Since `pthrea...
[ { "path": "library/std/src/sys/pal/unix/stack_overflow.rs", "patch": "@@ -25,6 +25,18 @@ impl Drop for Handler {\n }\n }\n \n+#[cfg(any(\n+ target_os = \"linux\",\n+ target_os = \"freebsd\",\n+ target_os = \"hurd\",\n+ target_os = \"macos\",\n+ target_os = \"netbsd\",\n+ target_os = \"...
2025-05-03T17:39:13
vercel/next.js
e0aac6f46eef7d1ce7140a5c34be66a68703666f
12bfabd179838918560e058ddf0b5213e87b66c1
[example] Add missing package in app dir i18n example (#44820) <!-- Thanks for opening a PR! Your contribution is much appreciated. To make sure your PR is handled as smoothly as possible we request that you follow the checklist sections below. Choose the right checklist for the change that you're making: --> ...
[ { "path": "examples/app-dir-i18n-routing/package.json", "patch": "@@ -10,7 +10,8 @@\n \"negotiator\": \"0.6.3\",\n \"next\": \"latest\",\n \"react\": \"^18.2.0\",\n- \"react-dom\": \"^18.2.0\"\n+ \"react-dom\": \"^18.2.0\",\n+ \"server-only\": \"0.0.1\"\n },\n \"devDependencies\": {...
2023-01-12T14:24:27
huggingface/transformers
46a4b7c909fab58355936e1c7109bb5e2e558267
9ecee14378271e96b6686c6e25996db2abf9994a
Feat: save_pretrained for tensor parallel (and other parallelisms) models (#37919) * tmp: initial save pretrained with dtensors * Feat: add correctness tests * Refactor: version checks * Temp: 1:1 checkpoint llama4 * refactor * Tests * Feat: works * Style * Feat: version checks + minor fixes * Style * Fix: v...
[ { "path": "src/transformers/integrations/tensor_parallel.py", "patch": "@@ -61,6 +61,22 @@ def _blocks_to_block_sizes(total_size: int, blocks: Union[int, List[int]]) -> Li\n return [single_size] * blocks\n \n \n+def _get_parameter_tp_plan(parameter_name: str, tp_plan: dict[str, str]) -> Optional[str...
2025-05-19T18:16:21
golang/go
965b1147549ef28a407bd4e8f5efe5e7b7616f80
b2ff3e82ba04f86c724b179d0c0d383da9767243
internal/fuzz: use consistent log format Match the existing "fuzzing, ..." logging style for debug logs, so that processing everything is considerably simpler. Change-Id: I4da4071700b3d9f8fb1ebf0c2de91ac693fd492f Reviewed-on: https://go-review.googlesource.com/c/go/+/325876 Reviewed-by: Katie Hockman <katie@golang.or...
[ { "path": "src/go/build/deps_test.go", "patch": "@@ -509,7 +509,7 @@ var depsRules = `\n \tFMT, flag, runtime/debug, runtime/trace, internal/sysinfo, math/rand\n \t< testing;\n \n-\tFMT, crypto/sha256, encoding/json, go/ast, go/parser, go/token, math/rand, encoding/hex, crypto/sha256, log\n+\tFMT, crypto/sh...
2021-06-08T00:25:21
electron/electron
dca1c51b3214c287914258570d5db406aa1299ec
f0e46a472893b0b94543bf9bae592461860008eb
Fix API changes of Chrome37.
[ { "path": "brightray/browser/browser_client.cc", "patch": "@@ -61,7 +61,7 @@ content::BrowserMainParts* BrowserClient::CreateBrowserMainParts(\n net::URLRequestContextGetter* BrowserClient::CreateRequestContext(\n content::BrowserContext* browser_context,\n content::ProtocolHandlerMap* protocol_hand...
2014-08-31T10:43:01
vercel/next.js
7899500e4d261ef4b7218dc471d8a466095b3754
82e0bd630a09dd5bc53dfcaf43d13e6e5e2031f3
Apply `hygiene` pass before `fixer` (vercel/turbo#3283) `hygiene` pass is required to prevent duplicate variable names. fixes WEB-393 x-ref: https://vercel.slack.com/archives/C02HY34AKME/p1673451065749759
[ { "path": "crates/turbopack-ecmascript/src/lib.rs", "patch": "@@ -318,6 +318,7 @@ impl EcmascriptChunkItem for ModuleChunkItem {\n for visitor in root_visitors {\n program.visit_mut_with(&mut visitor.create());\n }\n+ program.visit_mut_with(...
2023-01-12T11:40:49
huggingface/transformers
9ecee14378271e96b6686c6e25996db2abf9994a
f524439cc5723a60be675649e71f8b708ed87946
[doc] fix bugs in `how_to_hack_models.md` (#38198) fix several bugs
[ { "path": "docs/source/en/how_to_hack_models.md", "patch": "@@ -90,11 +90,6 @@ class SamVisionAttentionSplit(SamVisionAttention, nn.Module):\n \n attn_weights = (query * self.scale) @ key.transpose(-2, -1)\n \n- if self.use_rel_pos:\n- attn_weights = self.add_decomposed_rel_pos(\n-...
2025-05-19T17:37:54
golang/go
6551763a60ce25d171feaa69089a7f1ca60f43b6
cb80937bf6b728fa56ee315d2c079f07c2f9f2a1
doc/go1.17: mention block profile bias fix Re-apply the doc part of CL 324471, originally written by Felix Geisendörfer. Change-Id: I831bead9a385bc5a5eed3058649a25ef17373bc6 Reviewed-on: https://go-review.googlesource.com/c/go/+/326171 Trust: Cherry Mui <cherryyz@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@go...
[ { "path": "doc/go1.17.html", "patch": "@@ -737,6 +737,15 @@ <h3 id=\"minor_library_changes\">Minor changes to the library</h3>\n </dd>\n </dl><!-- runtime/metrics -->\n \n+<dl id=\"runtime/pprof\"><dt><a href=\"/pkg/runtime/pprof\">runtime/pprof</a></dt>\n+ <dd>\n+ <p><!-- CL 299991 -->\n+ Block ...
2021-06-08T20:42:02
electron/electron
39b98b0e4dcd929832f4ade62b95ac3f2ddebf25
b6c2e7ef768c542308cd06ecaee56382134b205d
Fix cpplint warnings.
[ { "path": "atom/app/atom_content_client.cc", "patch": "@@ -4,6 +4,9 @@\n \n #include \"atom/app/atom_content_client.h\"\n \n+#include <string>\n+#include <vector>\n+\n namespace atom {\n \n AtomContentClient::AtomContentClient() {", "additions": 3, "deletions": 0, "language": "Unknown" }, { ...
2014-08-27T13:16:45
rust-lang/rust
845106e0f9b3ae70250c8900ae3762239d223117
53881efacb7af06677c1632523d43c5c173dd2dd
fix: Fix `move_bounds` assists not working for lifetimes
[ { "path": "src/tools/rust-analyzer/crates/hir-expand/src/builtin/derive_macro.rs", "patch": "@@ -1,5 +1,6 @@\n //! Builtin derives.\n \n+use either::Either;\n use intern::sym;\n use itertools::{Itertools, izip};\n use parser::SyntaxKind;\n@@ -1179,10 +1180,10 @@ fn coerce_pointee_expand(\n }...
2025-05-05T11:56:24
huggingface/transformers
f524439cc5723a60be675649e71f8b708ed87946
6e738411e18de0820f6ccde2bb915be25f489645
Translating model_doc/bert.md to Chinese (#37806) * Translated model_doc/bert.md * Revise grammatical errors * Changed _toctree.yml * Revise some errors
[ { "path": "docs/source/zh/_toctree.yml", "patch": "@@ -157,5 +157,8 @@\n title: 通用工具\n - local: internal/time_series_utils\n title: 时序数据工具\n+ - sections:\n+ - local: model_doc/bert\n+ title: BERT\n title: 内部辅助工具\n- title: 应用程序接口 (API)\n+ title: 应用程序接口 (API)\n\\ No newlin...
2025-05-19T17:14:57
vercel/next.js
010923e9f9a49d573a492720daf74054d73738f1
3d99a8bcad12382f30f90c7672e35c32e06a0054
fix windows paths with --root (vercel/turbo#3281)
[ { "path": "packages/next-swc/crates/next-dev/src/lib.rs", "patch": "@@ -265,8 +265,9 @@ async fn source(\n let project_relative = project_dir.strip_prefix(&root_dir).unwrap();\n let project_relative = project_relative\n .strip_prefix(MAIN_SEPARATOR)\n- .unwrap_or(project_relative);\n-...
2023-01-12T11:38:17
golang/go
cb80937bf6b728fa56ee315d2c079f07c2f9f2a1
d3e3d03666bbd8784007bbb78a75864aac786967
Revert "doc/go1.17: mention block profile bias fix" This reverts CL 324471 (commit 689f4c7415acc8a135440574a483e0eeabba8b87). Reason for revert: break ~all builders. And it is not a doc-only change. Change-Id: Iadbdda34d2ca476a9f5e6c2d3a28592ed7ccb067 Reviewed-on: https://go-review.googlesource.com/c/go/+/326170 Tru...
[ { "path": "doc/go1.17.html", "patch": "@@ -737,16 +737,6 @@ <h3 id=\"minor_library_changes\">Minor changes to the library</h3>\n </dd>\n </dl><!-- runtime/metrics -->\n \n-\n-<dl id=\"runtime/pprof\"><dt><a href=\"/pkg/runtime/pprof\">runtime/pprof</a></dt>\n- <dd>\n- <p><!-- CL 299991 -->\n- Blo...
2021-06-08T20:38:30
nodejs/node
a1a0c5906338c62eeb4c9f3b9ee094862ec02dad
ba87c7ce7d3c0ebfa0c94b6188b2af8b2149aca6
errors: decapitalize PBKDF2 error PR-URL: https://github.com/nodejs/node/pull/22687 Refs: https://github.com/nodejs/node/pull/20816 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Revi...
[ { "path": "lib/internal/errors.js", "patch": "@@ -501,8 +501,7 @@ E('ERR_CRYPTO_HASH_FINALIZED', 'Digest already called', Error);\n E('ERR_CRYPTO_HASH_UPDATE_FAILED', 'Hash update failed', Error);\n E('ERR_CRYPTO_INVALID_DIGEST', 'Invalid digest: %s', TypeError);\n E('ERR_CRYPTO_INVALID_STATE', 'Invalid sta...
2018-09-04T13:16:08
rust-lang/rust
4b58c5034a59f58b9ba1a713a667b4d9ffc1df34
db074a06fe6649f9455dff8ad3eddd60683036f3
Make -Zfixed-x18 into a target modifier
[ { "path": "compiler/rustc_session/src/options.rs", "patch": "@@ -2208,7 +2208,7 @@ options! {\n fewer_names: Option<bool> = (None, parse_opt_bool, [TRACKED],\n \"reduce memory use by retaining fewer names within compilation artifacts (LLVM-IR) \\\n (default: no)\"),\n- fixed_x18: bool...
2025-05-05T12:34:22
electron/electron
400d5cef3fe69d79b0464c19c6f06ca04afbc735
af531d685e255434fbd9effd4bfb96dfe021755a
linux: Fix BrowserWindow.setResizable.
[ { "path": "atom.gyp", "patch": "@@ -164,6 +164,8 @@\n 'atom/browser/ui/win/notify_icon_host.h',\n 'atom/browser/ui/win/notify_icon.cc',\n 'atom/browser/ui/win/notify_icon.h',\n+ 'atom/browser/ui/x/x_window_utils.cc',\n+ 'atom/browser/ui/x/x_window_utils.h',\n 'atom/browser/...
2014-08-26T05:37:37
huggingface/transformers
9c500015c556f9ddf6e7a7449d3f46b2e3ff8ea5
6f9da7649f2b23b22543424140ce2421fccff8af
🚨🚨🚨 [pipelines] update defaults in pipelines that can `generate` (#38129) * pipeline generation defaults * add max_new_tokens=20 in test pipelines * pop all kwargs that are used to parameterize generation config * add class attr that tell us whether a pipeline calls generate * tmp commit * pt text gen pipelin...
[ { "path": "src/transformers/generation/configuration_utils.py", "patch": "@@ -577,19 +577,21 @@ def get_generation_mode(self, assistant_model: Optional[\"PreTrainedModel\"] = Non\n if generation_mode in (\"greedy_search\", \"sample\"):\n generation_mode = GenerationMode.ASSISTED_...
2025-05-19T17:02:06
vercel/next.js
82e0bd630a09dd5bc53dfcaf43d13e6e5e2031f3
36f2caae07115d8d3adc9769d7ccea0873641de3
fix windows paths with --root (vercel/turbo#3281)
[ { "path": "crates/next-dev/src/lib.rs", "patch": "@@ -265,8 +265,9 @@ async fn source(\n let project_relative = project_dir.strip_prefix(&root_dir).unwrap();\n let project_relative = project_relative\n .strip_prefix(MAIN_SEPARATOR)\n- .unwrap_or(project_relative);\n- let project_pa...
2023-01-12T11:38:17
golang/go
d3e3d03666bbd8784007bbb78a75864aac786967
da4a64014140adf83fb1434367ff68067249c267
net: reject leading zeros in IP address parsers In both net.ParseIP and net.ParseCIDR reject leading zeros in the dot-decimal notation of IPv4 addresses. Fixes #30999 Fixes #43389 Change-Id: I2b6a31fe84db89ac828cf5ed03eaa586ee96ab68 Reviewed-on: https://go-review.googlesource.com/c/go/+/325829 Trust: Roland Shoemake...
[ { "path": "doc/go1.17.html", "patch": "@@ -639,6 +639,16 @@ <h3 id=\"minor_library_changes\">Minor changes to the library</h3>\n <a href=\"/pkg/net/#ParseError\"><code>ParseError</code></a> error type now implement\n the <a href=\"/pkg/net/#Error\"><code>net.Error</code></a> interface.\n </p...
2021-06-07T17:21:29
nodejs/node
83c1ba3180f4f16e28e4eeba49bed08c8a35befd
ed976d76b0cab84eb26618d50541289d3e0687b8
doc: add warning to readline's close() method When close() is called on a readline instance, it is possible that data is already buffered, and will trigger 'line' events. This commit adds a warning to the corresponding docs. Note that a similar warning already exists for the pause() method. PR-URL: https://github.com...
[ { "path": "doc/api/readline.md", "patch": "@@ -195,6 +195,9 @@ The `rl.close()` method closes the `readline.Interface` instance and\n relinquishes control over the `input` and `output` streams. When called,\n the `'close'` event will be emitted.\n \n+Calling `rl.close()` does not immediately stop other even...
2018-09-03T21:39:09
electron/electron
eb5f1f78bf6c7b2b10cc6122025d0e4443f39b60
c81a4bcafc3d7c77682bef3ac836195c66e57548
linux: Set WM_CLASS and WM_WINDOW_ROLE for window, fixes #605.
[ { "path": "atom/browser/native_window_views.cc", "patch": "@@ -35,10 +35,12 @@\n #include \"ui/views/widget/widget.h\"\n \n #if defined(USE_X11)\n+#include \"atom/browser/browser.h\"\n #include \"atom/browser/ui/views/global_menu_bar_x11.h\"\n #include \"atom/browser/ui/views/frameless_view.h\"\n #include \...
2014-08-26T02:34:48
huggingface/transformers
aef12349b690541285a8ff6565561e8c45af2afe
9644acb7cb5171ee9e81156c59e3f8530f57474d
Make HF implementation match original OLMo 2 models for lower precisions (#38131) * Make HF implementation match OLMo models for lower precisions * Add test of 1B logits in bfloat16 * Run make fixup
[ { "path": "src/transformers/models/olmo/modeling_olmo.py", "patch": "@@ -70,33 +70,6 @@ def rotate_half(x):\n return torch.cat((-x2, x1), dim=-1)\n \n \n-def apply_rotary_pos_emb(q, k, cos, sin, position_ids=None, unsqueeze_dim=1):\n- \"\"\"Applies Rotary Position Embedding to the query and key tenso...
2025-05-19T13:35:23
vercel/next.js
3d99a8bcad12382f30f90c7672e35c32e06a0054
753de8b3f8775b3a5d71689f4610b2b357947f00
fix code generation in shorthand properties (vercel/turbo#3259)
[ { "path": "packages/next-swc/crates/next-dev/tests/integration/turbopack/basic/shorthand-props/index.js", "patch": "@@ -0,0 +1,52 @@\n+import def, { named } from \"./module.js\";\n+import {\n+ nested,\n+ nested2,\n+ nested_with_identity,\n+ nested_with_identity2,\n+ double_nested,\n+ double_nested2,\n...
2023-01-12T08:09:01
rust-lang/rust
4f0c28e1dcc07052c1f8ddce686628c1c8f959c8
53881efacb7af06677c1632523d43c5c173dd2dd
fix: Fix proc-macro API creating malformed negative literals
[ { "path": "src/tools/rust-analyzer/crates/proc-macro-srv/src/server_impl/rust_analyzer_span.rs", "patch": "@@ -168,16 +168,38 @@ impl server::TokenStream for RaSpanServer {\n }\n \n bridge::TokenTree::Literal(literal) => {\n- let literal = tt::Literal {\n- ...
2025-05-05T11:56:24
golang/go
689f4c7415acc8a135440574a483e0eeabba8b87
9afe071c605c65302066fa8ece7bdecd00730f8b
doc/go1.17: mention block profile bias fix Change-Id: I76fd872b2d74704396f0683ffa9cec40b7027247 Reviewed-on: https://go-review.googlesource.com/c/go/+/324471 Reviewed-by: Heschi Kreinick <heschi@google.com> Trust: Dmitri Shuralyov <dmitshur@golang.org>
[ { "path": "doc/go1.17.html", "patch": "@@ -725,6 +725,16 @@ <h3 id=\"minor_library_changes\">Minor changes to the library</h3>\n </dd>\n </dl><!-- runtime/metrics -->\n \n+\n+<dl id=\"runtime/pprof\"><dt><a href=\"/pkg/runtime/pprof\">runtime/pprof</a></dt>\n+ <dd>\n+ <p><!-- CL 299991 -->\n+ Blo...
2021-06-03T13:33:08
nodejs/node
0c30d0e4e02e5b2b125a4eccb29ae8f48b457b8a
2bf4697ff4be6a510410be1f1e67549be347614b
zlib: fix memory leak for invalid input Don’t toggle the weak/strong reference flag from the error handler, that’s too confusing. Instead, always do it in the code that handles the write call. Fixes: https://github.com/nodejs/node/issues/22705 PR-URL: https://github.com/nodejs/node/pull/22713 Reviewed-By: James M Sn...
[ { "path": "src/node_zlib.cc", "patch": "@@ -215,8 +215,8 @@ class ZCtx : public AsyncWrap, public ThreadPoolWork {\n ctx->write_result_[0] = ctx->strm_.avail_out;\n ctx->write_result_[1] = ctx->strm_.avail_in;\n ctx->write_in_progress_ = false;\n- ctx->Unref();\n }\n+ ...
2018-09-05T15:52:21
huggingface/transformers
7d93f93f83bce983d6bb142155444f6e992a3ca9
47f8578d96a2f814084d7c04b480bcf894b8101e
[docs] minor fixes in `models.md` (#38193) minor gix
[ { "path": "docs/source/en/models.md", "patch": "@@ -54,8 +54,8 @@ For each model type, there is a separate class for each machine learning framewo\n from transformers import AutoModelForCausalLM, MistralForCausalLM\n \n # load with AutoClass or model-specific class\n-model = AutoModelForCausalLM.from_pretra...
2025-05-19T13:14:21
vercel/next.js
36f2caae07115d8d3adc9769d7ccea0873641de3
4fe5f1db93e877d5a53e82a849e8b87d571f6423
fix code generation in shorthand properties (vercel/turbo#3259)
[ { "path": "crates/next-dev/tests/integration/turbopack/basic/shorthand-props/index.js", "patch": "@@ -0,0 +1,52 @@\n+import def, { named } from \"./module.js\";\n+import {\n+ nested,\n+ nested2,\n+ nested_with_identity,\n+ nested_with_identity2,\n+ double_nested,\n+ double_nested2,\n+ double_nested_w...
2023-01-12T08:09:01
golang/go
9498b0155d4c38c018d00b83afaedaabbdbb9e85
949f00cebe9a40c7454bc42acaa77fdb8bf6c4e6
cmd/go: in Go 1.17+ modules, add indirect go.mod dependencies separately from direct ones Fixes #45965 Change-Id: If5c0d7b29e9f81be0763f3fa68051d4ef5419990 Reviewed-on: https://go-review.googlesource.com/c/go/+/325922 Trust: Bryan C. Mills <bcmills@google.com> Reviewed-by: Michael Matloob <matloob@golang.org>
[ { "path": "doc/go1.17.html", "patch": "@@ -137,6 +137,14 @@ <h4 id=\"lazy-loading\">Lazy module loading</h4>\n <!-- TODO(bcmills): replace the design-doc link with proper documentation. -->\n </p>\n \n+<p><!-- golang.org/issue/45965 -->\n+ Because the number of additional explicit requirements in the go....
2021-06-08T03:04:16
nodejs/node
af883e1f99598492474c13447e2a1895c0c6f1b7
3209679b7f9ec9bd3ffc6cf2c56c6c5583be6b87
child_process: fix switches for alternative shells on Windows On Windows, normalizeSpawnArguments set "/d /s /c" for any shells. It cause exec and other methods are limited to cmd.exe as a shell. Powershell and git-bash are often used instead of cmd.exe, and they can recieve "-c" switch like unix shells. So normalize...
[ { "path": "doc/api/child_process.md", "patch": "@@ -415,7 +415,7 @@ changes:\n [Default Windows Shell][]. **Default:** `false` (no shell).\n * `windowsVerbatimArguments` {boolean} No quoting or escaping of arguments is\n done on Windows. Ignored on Unix. This is set to `true` automatically\n- w...
2018-07-21T12:24:08
electron/electron
9ad81c054d0c4333c7ed3cec5d2ae94786902927
fdcad1066e48698c716d98cba5b32cafd50d8dbf
docs: Correct debugging chapter.
[ { "path": "docs/tutorial/debugging-browser-process.md", "patch": "@@ -33,13 +33,13 @@ $ node-inspector\n You can either start atom-shell with a debug flag like:\n \n ```bash\n-$ atom-shell --debug your/app\n+$ atom-shell --debug=5858 your/app\n ```\n \n or, to pause your script on the first line:\n \n ```ba...
2014-08-25T05:08:11
vercel/next.js
a26a13d1d10223a80a6e12d027831abcf08c76ec
a59cb72d6dc266674387e2bfd3a4c2bed0d4d2e0
escape error message for HTML (vercel/turbo#3263)
[ { "path": "crates/turbopack-node/src/render/render_static.rs", "patch": "@@ -91,7 +91,11 @@ async fn static_error(\n operation: Option<NodeJsOperation>,\n fallback_page: DevHtmlAssetVc,\n ) -> Result<AssetContentVc> {\n- let message = format!(\"{error:?}\");\n+ let message = format!(\"{error:?...
2023-01-12T07:59:35
golang/go
2169deb35247a80794519589e7cd845c6ebf4e5a
c20bcb64882d1134770683d663ee9f82fea715e6
cmd/compile: use t.AllMethods when sorting typesByString For interface types, t.Methods contains only unexpanded method set, i.e exclusive of interface embedding. Thus, we can't use it to detect an interface contains embedding empty interface, like in: type EI interface{} func f() interface{ EI } { return nil }...
[ { "path": "src/cmd/compile/internal/reflectdata/reflect.go", "patch": "@@ -1475,8 +1475,8 @@ func (a typesByString) Less(i, j int) bool {\n \t// will be equal for the above checks, but different in DWARF output.\n \t// Sort by source position to ensure deterministic order.\n \t// See issues 27013 and 30202....
2021-05-30T08:35:06
nodejs/node
702e11454eb1d572e55ca0bb37568b3db9c76b6a
67bfcb78f6d00c8bc2a0fa659ccc187dbcd7f142
Revert "test: mark async-hooks/test-callback-error as flaky" This reverts commit 59c8abf8862dfe0df8d19cee0de9597388e43737. PR-URL: https://github.com/nodejs/node/pull/22655 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: George Adams <george.adams@uk.ibm.com>...
[ { "path": "test/async-hooks/async-hooks.status", "patch": "@@ -13,8 +13,6 @@ test-statwatcher: PASS,FLAKY\n [$system==linux]\n # https://github.com/nodejs/node/issues/21425\n test-statwatcher: PASS,FLAKY\n-# https://github.com/nodejs/node/issues/15985\n-test-callback-error: PASS,FLAKY\n \n [$system==macos]\...
2018-09-02T13:42:17
electron/electron
d0c1b63064ebc103c0cad1344e1e6e210ba6e4d0
a98e26a307f52b2119bf58250b8f8bf736fb09e8
linux: Fix linking error.
[ { "path": "chromium_src/chrome/common/print_messages.cc", "patch": "@@ -45,8 +45,8 @@ void PrintMsg_Print_Params::Reset() {\n supports_alpha_blend = false;\n print_scaling_option = blink::WebPrintScalingOptionSourceSize;\n print_to_pdf = false;\n- title = base::string16();\n- url = base::string16();...
2014-08-22T05:03:27
rust-lang/rust
1ddb4d0062fbe55b88e55cffc00fe8b898512536
54d024e4bf462c77a86c4126d7e66d89b64f053a
Fix parameter order for `_by()` variants of `min` / `max`/ `minmax` in `std::cmp`
[ { "path": "library/core/src/cmp.rs", "patch": "@@ -1552,6 +1552,9 @@ pub fn min<T: Ord>(v1: T, v2: T) -> T {\n ///\n /// Returns the first argument if the comparison determines them to be equal.\n ///\n+/// The parameter order is preserved when calling the `compare` function, i.e. `v1` is\n+/// always passe...
2025-04-04T08:01:37
golang/go
0c40cb4a0736df4514c5e5f35fdbb87c0543fe6f
74d46381b2003f7d77bbe6eb4a8a31cb6f753a09
[dev.typeparams] cmd/compile/internal/types2: provide valid signature in errors involving method expressions This is an adjusted port of a similar fix in https://golang.org/cl/324733. Fixes #46583. Change-Id: Ica1410e4de561e64e58b753e3da04b32156cbaf6 Reviewed-on: https://go-review.googlesource.com/c/go/+/325369 Trus...
[ { "path": "src/cmd/compile/internal/types2/call.go", "patch": "@@ -582,13 +582,27 @@ func (check *Checker) selector(x *operand, e *syntax.SelectorExpr) {\n \t\t\tgoto Error\n \t\t}\n \n-\t\t// the receiver type becomes the type of the first function\n-\t\t// argument of the method expression's function type...
2021-06-05T04:38:40
nodejs/node
67bfcb78f6d00c8bc2a0fa659ccc187dbcd7f142
b3eb3a19ade16b9a5aeef75399a6a91a07313f49
test: fix flaky async-hooks/test-callback-error Remove an unnecessary timeout. Fixes: https://github.com/nodejs/node/issues/15985 PR-URL: https://github.com/nodejs/node/pull/22655 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: George Adams <george.adams@uk....
[ { "path": "test/async-hooks/test-callback-error.js", "patch": "@@ -58,10 +58,6 @@ assert.ok(!arg);\n {\n console.log('start case 3');\n console.time('end case 3');\n- // Timeout is set because this case is known to be problematic, so stderr is\n- // logged for further analysis.\n- // Ref: https://git...
2018-09-02T13:39:43
huggingface/transformers
6c6302817d16a170c50cd34af21d210b535756a4
003deb16f1a3168aa31e205e6a93c389747c9dbf
Resolve Python logger warnings (#38183) * Resolve Python logger warnings Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com> * Apply style fixes --------- Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
[ { "path": "src/transformers/utils/quantization_config.py", "patch": "@@ -1357,13 +1357,15 @@ def __init__(\n def post_init(self):\n if self.run_compressed:\n if self.is_sparsification_compressed:\n- logger.warn(\n+ logger.warning(\n \...
2025-05-19T12:53:07
electron/electron
a98e26a307f52b2119bf58250b8f8bf736fb09e8
57d06c52413b94fbd5517569efab0e058655c4bb
Fix handling failed print.
[ { "path": "atom/browser/printing/printing_config_service.cc", "patch": "@@ -83,6 +83,10 @@ void PrintingConfigService::GetPrintSettings(\n weak_factory_.GetWeakPtr(), printer_query,\n callback)));\n } else {\n+ BrowserThread::PostTask(\n+ ...
2014-08-22T05:01:49
rust-lang/rust
7845c011dd3bdfb5eaa461476f5f7d0f3aa16dfc
54d024e4bf462c77a86c4126d7e66d89b64f053a
collect all Fuchsia bindings into the `fuchsia` module The Fuchsia bindings are currently spread out across multiple modules in `sys/pal/unix` leading to unnecessary duplication. This PR moves all of these definitions into `sys::pal::unix::fuchsia` and additionally: * deduplicates the definitions * makes the error nam...
[ { "path": "library/std/src/sys/pal/unix/fuchsia.rs", "patch": "@@ -1,48 +1,35 @@\n-#![allow(non_camel_case_types, unused)]\n+#![expect(non_camel_case_types)]\n \n-use libc::{c_int, c_void, size_t};\n+use libc::size_t;\n \n+use crate::ffi::{c_char, c_int, c_void};\n use crate::io;\n-use crate::mem::MaybeUnin...
2025-05-05T10:16:40
golang/go
39c39ae52f0f35085be8ca1e004dee509abc21de
dc8b55895166c808b02e93ef4a778c6648c10bf3
doc: document Go 1.17 language changes Fixes #46020. Change-Id: Iadf9a0ac4a8863e17155d6ba1af2cc497634a634 Reviewed-on: https://go-review.googlesource.com/c/go/+/325870 Trust: Matthew Dempsky <mdempsky@google.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
[ { "path": "doc/go1.17.html", "patch": "@@ -25,12 +25,46 @@ <h2 id=\"introduction\">DRAFT RELEASE NOTES — Introduction to Go 1.17</h2>\n \n <h2 id=\"language\">Changes to the language</h2>\n \n-<p><!-- CL 216424 -->\n- TODO: <a href=\"https://golang.org/cl/216424\">https://golang.org/cl/216424</a>: allow co...
2021-06-07T21:28:14
huggingface/transformers
dbb9813dff3d5dc4784ad3c7116cba96ccee16b6
656e2eab3fb6a762ab247a275de1aeae16849c0a
[generation] Less verbose warnings by default (#38179) * tmp commit (imports broken) * working version; update tests * remove line break * shorter msg * dola checks need num_beams=1; other minor PR comments * update early trainer failing on bad gen config * make fixup * test msg
[ { "path": "src/transformers/generation/configuration_utils.py", "patch": "@@ -35,6 +35,7 @@\n is_torch_available,\n logging,\n )\n+from ..utils.deprecation import deprecate_kwarg\n \n \n if TYPE_CHECKING:\n@@ -514,7 +515,7 @@ def __init__(self, **kwargs):\n raise err\n \n ...
2025-05-19T10:03:37
nodejs/node
b3eb3a19ade16b9a5aeef75399a6a91a07313f49
caf8e7a49d60ca4230e5ec4417c2ef2060c94ee3
test: fix flaky test-worker-message-port-transfer-self Look at the status of the `MessagePort` rather than relying on a timeout. PR-URL: https://github.com/nodejs/node/pull/22658 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Luigi Pinca <luigipinc...
[ { "path": "test/parallel/test-worker-message-port-transfer-self.js", "patch": "@@ -3,6 +3,7 @@\n \n const common = require('../common');\n const assert = require('assert');\n+const util = require('util');\n const { MessageChannel } = require('worker_threads');\n \n const { port1, port2 } = new MessageChanne...
2018-09-02T15:30:45
electron/electron
c95869e5153eb5a7a9cbe7abfc121515d45232d2
c2f79200689171a49c5bd72e6354ba56ee09a6b6
Fix cpplint warnings.
[ { "path": "chromium_src/chrome/browser/browser_process.h", "patch": "@@ -10,6 +10,8 @@\n #ifndef CHROME_BROWSER_BROWSER_PROCESS_H_\n #define CHROME_BROWSER_BROWSER_PROCESS_H_\n \n+#include <string>\n+\n #include \"base/basictypes.h\"\n #include \"base/memory/scoped_ptr.h\"\n ", "additions": 2, "dele...
2014-08-21T12:25:12
golang/go
74d46381b2003f7d77bbe6eb4a8a31cb6f753a09
ccfb0ce8df980599750db4fa56a8ab16202f1ba6
[dev.typeparams] cmd/compile: do extra markObjects during iexport to deal with generics markInlBody/markObject/markType don't fully work as they stand for generic functions/methods, since markInlBody can't understand method calls on generic types. Those method calls will be resolved to concrete methods in a full insta...
[ { "path": "src/cmd/compile/internal/typecheck/crawler.go", "patch": "@@ -146,7 +146,9 @@ func (p *crawler) markInlBody(n *ir.Name) {\n \t\t\tcase ir.PEXTERN:\n \t\t\t\tExport(n)\n \t\t\t}\n-\n+\t\t\tp.checkGenericType(n.Type())\n+\t\tcase ir.OTYPE:\n+\t\t\tp.checkGenericType(n.Type())\n \t\tcase ir.OCALLPAR...
2021-06-04T22:22:55
nodejs/node
be5e3964b316da013d02ee743420e5fd9cb50c76
9be15559cc0bfe506d9cdfba4ad0f4beacf5ce17
assert: fix loose set and map comparison The fast path did not anticipate different ways to express a loose equal string value (e.g., 1n == '+0001'). This is now fixed with the downside that all primitives that could theoretically have equal entries must go through a full comparison. Only some strings, symbols, undef...
[ { "path": "lib/internal/util/comparisons.js", "patch": "@@ -374,23 +374,52 @@ function setHasEqualElement(set, val1, strict, memo) {\n return false;\n }\n \n-// Note: we currently run this multiple times for each loose key!\n-// This is done to prevent slowing down the average case.\n-function setHasLoose...
2018-08-23T18:29:57
vercel/next.js
975d96afdd8512d17e54557139bdaa29973321c9
28afb887db3bb9342ee6aafb58a8f20fad5d75e9
Update: SharedModal.tsx swipe bug in with-cloudinary (#44771) Co-authored-by: JJ Kasper <jj@jjsweb.site>
[ { "path": "examples/with-cloudinary/components/SharedModal.tsx", "patch": "@@ -32,8 +32,16 @@ export default function SharedModal({\n )\n \n const handlers = useSwipeable({\n- onSwipedLeft: () => changePhotoId(index + 1),\n- onSwipedRight: () => changePhotoId(index - 1),\n+ onSwipedLeft: () => ...
2023-01-11T23:53:34
electron/electron
7de0f71a75abad601a3fd45f44395e3722680e6b
8dcb3726f97ada070735a960b6416297f465d195
Fix compiling with print messages.
[ { "path": "atom.gyp", "patch": "@@ -167,7 +167,6 @@\n 'atom/browser/window_list.cc',\n 'atom/browser/window_list.h',\n 'atom/browser/window_list_observer.h',\n- 'atom/common/api/api_messages.cc',\n 'atom/common/api/api_messages.h',\n 'atom/common/api/atom_api_clipboard.cc'...
2014-08-21T08:14:22
huggingface/transformers
40a493c7ed4f19f08eadb0639cf26d49bfa5e180
ea29f61ed9c53a0c99a47d58e352dcbdb02d5ec5
[tests] remove `test_sdpa_equivalence` (redundant) (#37911) * rm test_sdpa_equivalence * make fixup --------- Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com>
[ { "path": "tests/models/aya_vision/test_modeling_aya_vision.py", "patch": "@@ -297,10 +297,6 @@ def test_generate_continue_from_inputs_embeds(self):\n def test_multi_gpu_data_parallel_forward(self):\n pass\n \n- @unittest.skip(\"Cohere2's eager attn/sdpa attn outputs are expected to be differ...
2025-05-16T17:37:27
golang/go
dc8b55895166c808b02e93ef4a778c6648c10bf3
909dd5e010c99d48f1dc72d7da61fd8d3fd8f030
cmd/dist: pass -Wno-lto-type-mismatch in swig_callback_lto Fixes #46557 Change-Id: I95200ddd60e2879db15dd7353c2152b515c89020 Reviewed-on: https://go-review.googlesource.com/c/go/+/324909 Trust: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Go Bot <gobot@golang.org> R...
[ { "path": "src/cmd/dist/test.go", "patch": "@@ -737,9 +737,9 @@ func (t *tester) registerTests() {\n \t\t\t\t\t\tfn: func(dt *distTest) error {\n \t\t\t\t\t\t\tcmd := t.addCmd(dt, \"misc/swig/callback\", t.goTest())\n \t\t\t\t\t\t\tcmd.Env = append(os.Environ(),\n-\t\t\t\t\t\t\t\t\"CGO_CFLAGS=-flto\",\n-\t\...
2021-06-03T21:15:12
vercel/next.js
25b5845a0a8bd6e4d6b159a646232b7b499391ce
91677d7d02a7c0c0f9f7625f35b58914b062e4a6
Fix app ISR handling with no generateStaticParams (#44787)
[ { "path": "packages/next/src/build/index.ts", "patch": "@@ -1494,7 +1494,8 @@ export default async function build(\n isSsg = true\n }\n if (\n- !isDynamicRoute(page) &&\n+ (!isDynamicR...
2023-01-11T23:28:03
rust-lang/rust
339793d62b4c455f2a8268e09f85ee471cd4847c
687902c1af4651ca0db9614c0a1ba6431cff266a
ci: Mention `ci: skip-extensive` in the error message
[ { "path": "library/compiler-builtins/ci/ci-util.py", "patch": "@@ -261,7 +261,9 @@ def emit_workflow_output(self):\n if error_on_many_tests and total_to_test > MANY_EXTENSIVE_THRESHOLD:\n eprint(\n f\"More than {MANY_EXTENSIVE_THRESHOLD} tests would be run; add\"\n- ...
2025-05-05T05:43:58
nodejs/node
0d3da39f575afba5ab6a5a34f4e88a798a66dc6d
bb3575242cc87f59882bbcefa253353313f5606b
deps: cherry-pick 22116dd from upstream V8 Refs: https://github.com/v8/v8/commit/22116dd6c884c026225e56dd8e442a660193e729 Original commit message: [snapshot] fix resetting function code. Unconditionally setting the JSFunction code to that of the SFI may skip initializing the feedback vector. R=lesz...
[ { "path": "common.gypi", "patch": "@@ -29,7 +29,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.25',\n+ 'v8_embedder_string': '-node.26',\n \n # Enable disassembler for `--print-co...
2018-07-29T16:37:56
huggingface/transformers
ea29f61ed9c53a0c99a47d58e352dcbdb02d5ec5
a4389494c74891b7d496a5aafd4ae795f909b21d
fix bug in distributed loss test (#38166) * fix bug in distributed loss test and change some config to pass at both 2&8 gpus * fix doc
[ { "path": "src/transformers/trainer.py", "patch": "@@ -3784,7 +3784,7 @@ def training_step(\n with amp.scale_loss(loss, self.optimizer) as scaled_loss:\n scaled_loss.backward()\n else:\n- # Finally we need to normalize the loss for reporting\n+ # Fin...
2025-05-16T16:21:35
electron/electron
cab546cbb7fe1bdcbdb712f2aed05eec1467fb98
058d0bbe19a61b0709ac75cb258ee65147d9ac57
No more need to flip rect for capturePage, fixes #589.
[ { "path": "atom/browser/native_window.cc", "patch": "@@ -249,18 +249,10 @@ void NativeWindow::CapturePage(const gfx::Rect& rect,\n return;\n }\n \n- gfx::Rect flipped_y_rect = rect;\n- flipped_y_rect.set_y(-rect.y());\n-\n- gfx::Size size;\n- if (flipped_y_rect.IsEmpty())\n- size = render_widge...
2014-08-21T04:40:31
golang/go
909dd5e010c99d48f1dc72d7da61fd8d3fd8f030
821270787109408ae7c86a01ccc93162be9c020c
strconv: ParseFloat: always return ErrSyntax for bad syntax Previously we would sometimes return ErrRange if the parseable part of the floating point number was out of range. Fixes #46628 Change-Id: I15bbbb1e2a56fa27c19fe25ab5554d988cbfd9d2 Reviewed-on: https://go-review.googlesource.com/c/go/+/325750 Trust: Ian Lan...
[ { "path": "src/strconv/atof.go", "patch": "@@ -689,7 +689,7 @@ func atof64(s string) (f float64, n int, err error) {\n // as their respective special floating point values. It ignores case when matching.\n func ParseFloat(s string, bitSize int) (float64, error) {\n \tf, n, err := parseFloatPrefix(s, bitSize...
2021-06-07T17:51:33
rust-lang/rust
bad7d122f4d64560b7dc43fbae797a9bd37a4dda
d6183aa9d70e59eaa52ee7938d331a84f24942e9
Fix incorrect handling of unresolved non-module imports in name resolution
[ { "path": "src/tools/rust-analyzer/crates/hir-def/src/lib.rs", "patch": "@@ -701,6 +701,16 @@ pub enum AssocItemId {\n // casting them, and somehow making the constructors private, which would be annoying.\n impl_from!(FunctionId, ConstId, TypeAliasId for AssocItemId);\n \n+impl From<AssocItemId> for Module...
2025-05-05T06:29:34
vercel/next.js
91677d7d02a7c0c0f9f7625f35b58914b062e4a6
636d00e36d036003f60431c49bb089d0eb828841
Fix echoing DOCS_CHANGE result
[ { "path": ".github/workflows/build_test_deploy.yml", "patch": "@@ -57,7 +57,7 @@ jobs:\n run: echo \"DOCS_CHANGE<<EOF\" >> $GITHUB_OUTPUT; echo \"$(node scripts/run-for-change.js --not --type docs --exec echo 'nope')\" >> $GITHUB_OUTPUT; echo 'EOF' >> $GITHUB_OUTPUT\n id: docs-change\n \n- ...
2023-01-11T23:21:55
huggingface/transformers
a4389494c74891b7d496a5aafd4ae795f909b21d
0ba95564b7d79b93cb54b6581e7554cffde71836
Fix import torchao.prototype.low_bit_optim since torchao v0.11 (#38174) * Fix ModuleNotFoundError torchao.prototype.low_bit_optim since torchao v 0.11.0 * Fix space on blank line * update torchao's AdamW4bit and AdamW8bit import for v0.11.0 * Apply style fixes --------- Co-authored-by: github-actions[bot] <githu...
[ { "path": "src/transformers/trainer.py", "patch": "@@ -1679,8 +1679,11 @@ def optimizer_hook(param):\n \"You need to have `torch>2.4` in order to use torch 4-bit optimizers. \"\n \"Install it with `pip install --upgrade torch` it is available on pipy. Otherwise, you n...
2025-05-16T16:02:33
nodejs/node
bb3575242cc87f59882bbcefa253353313f5606b
8e9121530711414586075186879ce3f7bada4125
deps: backport a8f6869 from upstream V8 Original commit message: [debug] Fully implement Debug::ArchiveDebug and Debug::RestoreDebug. I have a project that embeds V8 and uses a single `Isolate` from multiple threads. The program runs just fine, but sometimes the inspector doesn't stop on the correct line aft...
[ { "path": "common.gypi", "patch": "@@ -29,7 +29,7 @@\n \n # Reset this number to 0 on major V8 upgrades.\n # Increment by one for each non-official patch applied to deps/v8.\n- 'v8_embedder_string': '-node.24',\n+ 'v8_embedder_string': '-node.25',\n \n # Enable disassembler for `--print-co...
2018-08-04T15:28:29
electron/electron
058d0bbe19a61b0709ac75cb258ee65147d9ac57
a32669ac0dcf2112839db885e438a68c11b24c06
linux: Add "dark-theme" option for BrowserWindow, fixes #352.
[ { "path": "atom/browser/native_window_views.cc", "patch": "@@ -150,6 +150,19 @@ NativeWindowViews::NativeWindowViews(content::WebContents* web_contents,\n \n window_->Init(params);\n \n+#if defined(USE_X11)\n+ bool use_dark_theme = false;\n+ if (options.Get(switches::kDarkTheme, &use_dark_theme) && use_...
2014-08-21T04:24:55
golang/go
b2ff3e82ba04f86c724b179d0c0d383da9767243
2c98915ac7d304590590fc33a10a8922c466958b
[dev.fuzz] testing: fix documentation for fuzzminimizetime This removes redundancy for the default value. Fixes #46555 Change-Id: Ib62bd2d584ef82bef806d0fe2ce59957488e469e Reviewed-on: https://go-review.googlesource.com/c/go/+/325070 Trust: Katie Hockman <katie@golang.org> Run-TryBot: Katie Hockman <katie@golang.org...
[ { "path": "src/testing/fuzz.go", "patch": "@@ -20,7 +20,7 @@ import (\n func initFuzzFlags() {\n \tmatchFuzz = flag.String(\"test.fuzz\", \"\", \"run the fuzz target matching `regexp`\")\n \tflag.Var(&fuzzDuration, \"test.fuzztime\", \"time to spend fuzzing; default is to run indefinitely\")\n-\tflag.Var(&m...
2021-06-04T19:18:35
huggingface/transformers
0ba95564b7d79b93cb54b6581e7554cffde71836
d69945e5fced637e77cf7af5e4955cb897bc298c
Add args support for fast image processors (#37018) * add args support to fast image processors * add comment for clarity * fix-copies * Handle child class args passed as both args or kwargs in call and preprocess functions * revert support args passed as kwargs in overwritten preprocess * fix image processor err...
[ { "path": "src/transformers/image_processing_utils_fast.py", "patch": "@@ -18,11 +18,7 @@\n \n import numpy as np\n \n-from .image_processing_utils import (\n- BaseImageProcessor,\n- BatchFeature,\n- get_size_dict,\n-)\n+from .image_processing_utils import BaseImageProcessor, BatchFeature, get_size...
2025-05-16T16:01:46
vercel/next.js
636d00e36d036003f60431c49bb089d0eb828841
52c22de79093bc7c94f7bf6c88b6a57e64f53da2
Fix set output handling for DOCS_CHANGE env (#44789)
[ { "path": ".github/workflows/build_test_deploy.yml", "patch": "@@ -54,7 +54,7 @@ jobs:\n run: sudo ethtool -K eth0 tx off rx off\n \n - name: Check non-docs only change\n- run: echo \"DOCS_CHANGE=$(node scripts/run-for-change.js --not --type docs --exec echo 'nope')\" >> $GITHUB_OUTPUT\...
2023-01-11T23:20:10
nodejs/node
ebc965f021fa23eca9bb9a1235b4e1046574dde5
71f633a32f1f5617c1c7b60ad936342a579bff74
deps: fix V8 test regression Fixes a regression introduced in a V8 backport PR. A small change in cctest/test-log.cc was forgotten. Refs: https://github.com/nodejs/node/pull/22028 Refs: https://github.com/v8/v8/commit/ba752ea4c50713dff1e94f45a79db3ba968a8d66 PR-URL: https://github.com/nodejs/node/pull/22677 Reviewed...
[ { "path": "deps/v8/test/cctest/test-log.cc", "patch": "@@ -738,7 +738,7 @@ TEST(LogVersion) {\n TEST(Issue539892) {\n class : public i::CodeEventLogger {\n public:\n- void CodeMoveEvent(i::AbstractCode* from, Address to) override {}\n+ void CodeMoveEvent(i::AbstractCode* from, i::AbstractCode* to...
2018-09-03T19:35:31
electron/electron
fdcad1066e48698c716d98cba5b32cafd50d8dbf
41d43920f9894b44a96af307053de94640cb5a92
docs: Fix typos.
[ { "path": "docs/api/chrome-command-line-switches.md", "patch": "@@ -1,8 +1,8 @@\n # Supported Chrome command line switches\n \n Following command lines switches in Chrome browser are also Supported in\n-atom-shell, you can use [app.commandLine.appendSwitch](append-switch) to append\n-them in your app's main...
2014-08-20T02:53:20
huggingface/transformers
7f28da285076c8267ff4c907e3948157f490fb69
01ad9f4b493726a159429c86595fbcf0ac5419ed
clean autoawq cases on xpu (#38163) * clean autoawq cases on xpu Signed-off-by: Matrix Yao <matrix.yao@intel.com> * fix style Signed-off-by: Matrix Yao <matrix.yao@intel.com> --------- Signed-off-by: Matrix Yao <matrix.yao@intel.com>
[ { "path": "tests/quantization/autoawq/test_awq.py", "patch": "@@ -21,6 +21,7 @@\n backend_empty_cache,\n require_accelerate,\n require_auto_awq,\n+ require_flash_attn,\n require_intel_extension_for_pytorch,\n require_torch_accelerator,\n require_torch_gpu,\n@@ -243,7 +244,7 @@ def...
2025-05-16T11:56:43
golang/go
201d55e6376365dc5e8c2392e34fdf7ee8a4b63e
7c8a5be2d6f26caed84c6bae2a115872af5b1021
[dev.typeparams] cmd/compile: create .dict Param in the package of the instantiated function The instantiated functions are created in the source package of the generic function, so all lookups of symbols should be relative to that package, so all symbols are consistently in the source package. Fixes #46575 Change-I...
[ { "path": "src/cmd/compile/internal/noder/stencil.go", "patch": "@@ -558,7 +558,7 @@ func (g *irgen) genericSubst(newsym *types.Sym, nameNode *ir.Name, targs []*type\n \toldt := nameNode.Type()\n \t// We also transform a generic method type to the corresponding\n \t// instantiated function type where the di...
2021-06-05T01:17:49
vercel/next.js
52c22de79093bc7c94f7bf6c88b6a57e64f53da2
f83ef2753854bc198cda29cbb7efc5b2b9adc4a5
Exposing NextFont types (#44772) Now we can import { NextFont } from '@next/font'; instead of import { NextFont } from '@next/font/dist/types'; ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have a helpful link attached, see [`contributing.md`](https://github.c...
[ { "path": "packages/font/package.json", "patch": "@@ -5,6 +5,7 @@\n \"url\": \"vercel/next.js\",\n \"directory\": \"packages/font\"\n },\n+ \"types\": \"dist/types.d.ts\",\n \"files\": [\n \"dist\",\n \"google\",", "additions": 1, "deletions": 0, "language": "JSON" } ]
2023-01-11T21:21:04
nodejs/node
71f633a32f1f5617c1c7b60ad936342a579bff74
6455bea52ba262cea8d1c706ec8a2eec192ec643
src: allow UTF-16 in generic StringBytes decode call This allows removing a number of special cases in other parts of the code, at least one of which was incorrect in expecting aligned input when that was not guaranteed. Fixes: https://github.com/nodejs/node/issues/22358 PR-URL: https://github.com/nodejs/node/pull/2...
[ { "path": "src/node.h", "patch": "@@ -410,7 +410,6 @@ NODE_DEPRECATED(\"Use FatalException(isolate, ...)\",\n return FatalException(v8::Isolate::GetCurrent(), try_catch);\n })\n \n-// Don't call with encoding=UCS2.\n NODE_EXTERN v8::Local<v8::Value> Encode(v8::Isolate* isolate,\n ...
2018-08-31T14:57:03
rust-lang/rust
5032002c2fc753b9f2734e7723254b57b860f22e
16150ebb314b3ff80bab2c6776641f43a583acd3
docs: fix typo in Cargo.toml Initially introduced in 63ccaf11f08fb5d0b39cc33884c5a1a63f547ace Signed-off-by: ELginas <gintaras.z123@yahoo.com>
[ { "path": "library/compiler-builtins/compiler-builtins/Cargo.toml", "patch": "@@ -35,7 +35,7 @@ default = [\"compiler-builtins\"]\n c = [\"dep:cc\"]\n \n # Workaround for the Cranelift codegen backend. Disables any implementations\n-# which use inline assembly and fall back to pure Rust versions (if avalibl...
2025-04-28T14:17:11
electron/electron
fecc90e67c47c86066bc596d9420fdbe6fd5bb7d
6e3b3fa5a2a7d887395a4a7143e0f2893089360d
docs: Add chapter on debugging with node-inspector.
[ { "path": "docs/tutorial/debugging-browser-process.md", "patch": "@@ -5,11 +5,45 @@ The devtools of browser window can only debug the scripts of the web pages\n the browser side (e.g. the browser process), atom-shell has provided the\n `--debug` and `--debug-brk` switches.\n \n-## `--debug=[port]`\n+## Comm...
2014-08-20T02:43:41
nodejs/node
c0e3af1bf25604b7c950fd4cafb3aacaf1f5eaa0
f42323109a580dc84982d15de507b4f4b8608e8b
tls: improve debugging assertion Refs: https://github.com/nodejs/node/issues/22618 PR-URL: https://github.com/nodejs/node/pull/22625 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tnies...
[ { "path": "lib/_tls_wrap.js", "patch": "@@ -64,7 +64,8 @@ function onhandshakestart(now) {\n debug('onhandshakestart');\n \n const { lastHandshakeTime } = this;\n- assert(now >= lastHandshakeTime);\n+ assert(now >= lastHandshakeTime,\n+ `now (${now}) < lastHandshakeTime (${lastHandshakeTime})`...
2018-08-31T15:42:54
vercel/next.js
f83ef2753854bc198cda29cbb7efc5b2b9adc4a5
ee0f4831591507af800a665767b11f459f3f9849
Autolabel with linear when labeled with kind: bug (#44774) Creates a new workflow and action that auto labels with `linear` whenever we apply `kind: bug`. It's using JS action instead of docker, so it should be quite fast. I tested this on my fork and it works. Also created the action with TS so we can use it as a s...
[ { "path": ".github/actions/issue-auto-label/.gitignore", "patch": "@@ -0,0 +1,2 @@\n+!package-lock.json\n+lib/\n\\ No newline at end of file", "additions": 2, "deletions": 0, "language": "Unknown" }, { "path": ".github/actions/issue-auto-label/action.yaml", "patch": "@@ -0,0 +1,6 @@\...
2023-01-11T16:48:37
huggingface/transformers
01ad9f4b493726a159429c86595fbcf0ac5419ed
3ab47b6ce37897c4061dd665143f12ef40b6179d
Bart: new cache format (#35314) * bart compile * add mbart * some more models touched by fix-copies * more * more models * even more models * fix copies * fix tests * fix copies * fix * biogpt accepts position ids now (breaking?) * fix failing non-slow tests * fix some tests * should not be removed * sma...
[ { "path": "src/transformers/generation/candidate_generator.py", "patch": "@@ -28,7 +28,7 @@\n if is_sklearn_available():\n from sklearn.metrics import roc_curve\n \n-from ..cache_utils import DynamicCache\n+from ..cache_utils import Cache\n from ..pytorch_utils import isin_mps_friendly\n from .logits_pr...
2025-05-16T11:26:54
golang/go
2c98915ac7d304590590fc33a10a8922c466958b
542e8c74e7051690539889a1dd0197517603e473
[dev.fuzz] internal/fuzz: add additional debug logging When GODEBUG=fuzzdebug=1, log additional debug level information about what the fuzzer is doing. This provides useful information for investigating the operation and performance of the fuzzing engine, and is necessary for profiling new fuzzing strategies. Change-...
[ { "path": "src/go/build/deps_test.go", "patch": "@@ -509,7 +509,7 @@ var depsRules = `\n \tFMT, flag, runtime/debug, runtime/trace, internal/sysinfo, math/rand\n \t< testing;\n \n-\tFMT, crypto/sha256, encoding/json, go/ast, go/parser, go/token, math/rand, encoding/hex, crypto/sha256\n+\tFMT, crypto/sha256,...
2021-05-23T00:24:17
nodejs/node
120814b15c697d7ce5463430935e084359442707
7033fc771a1832d678cbcd7ec48b848f7acc647c
test: fix test-trace-events-dns Test is using `common.fileExists()` which has been removed. There is no need to check that the file exists as the attempt to read the file in the next line will fail if the file does not exist. Remove existence check. PR-URL: https://github.com/nodejs/node/pull/22674 Reviewed-By: Danie...
[ { "path": "test/internet/test-trace-events-dns.js", "patch": "@@ -53,8 +53,6 @@ for (const tr in tests) {\n \n const file = path.join(tmpdir.path, traceFile);\n \n- // Confirm that trace log file is created.\n- assert(common.fileExists(file));\n const data = fs.readFileSync(file);\n const traces = J...
2018-09-03T12:42:37