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 | 380494f0226052ced2918bfdbbac76cf87788a95 | db459e9f72eec7d47504336591ee23a27341dc81 | test: make sure test function resolves in test-worker-debug
Use the common `.then(common.mustCall())` check to verify that.
Also, we should not use `process.abort()` in `test/parallel`; if
the test fails, that leaves core dumps lying around on POSIX systems.
PR-URL: https://github.com/nodejs/node/pull/28155
Reviewed-... | [
{
"path": "test/parallel/test-worker-debug.js",
"patch": "@@ -272,7 +272,7 @@ async function testWaitForDisconnectInWorker(session, post) {\n \n session.disconnect();\n console.log('Test done');\n-})().catch((err) => {\n+})().then(common.mustCall()).catch((err) => {\n console.error(err);\n- process.a... | 2019-06-10T16:26:43 |
electron/electron | 838cf0ffdc02bef70ca51ffe4678b344797faaf8 | 34ee29871b7e0611b7afb83370dbf839a39e1f11 | Correct transposition errors by changing xfvb to xvfb | [
{
"path": "docs/tutorial/testing-on-headless-ci.md",
"patch": "@@ -18,9 +18,9 @@ Then, create a virtual xvfb screen and export an environment variable\n called DISPLAY that points to it. Chromium in Electron will automatically look\n for `$DISPLAY`, so no further configuration of your app is required.\n Thi... | 2016-04-19T16:31:04 |
golang/go | 2e2ef31778800856d9db87ad06cc963ef2530eeb | 9867262dfd9b1ba2f212c24dbf26758f81d7cd58 | go/types, types2: better error messages for append
For #49735.
Change-Id: Ib7343061dca0e8d848e0719d39be0393d7cfad93
Reviewed-on: https://go-review.googlesource.com/c/go/+/384615
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com> | [
{
"path": "src/cmd/compile/internal/types2/builtins.go",
"patch": "@@ -85,7 +85,21 @@ func (check *Checker) builtin(x *operand, call *syntax.CallExpr, id builtinId) (\n \t\tif s, _ := structuralType(S).(*Slice); s != nil {\n \t\t\tT = s.elem\n \t\t} else {\n-\t\t\tcheck.errorf(x, invalidArg+\"%s is not a sl... | 2022-02-09T20:02:10 |
huggingface/transformers | 2e29a9a664fc3869794fbb2b9ace4ccae6cdea57 | 8f978e5b4ed99efa8603249765bead48baa4d8de | Ensure e_score_correction_bias dtype of DeepSeek-V3/R1 is FP32 (#42580)
* Ensure e_score_correction_bias dtype of DeepSeek-V3/R1 is FP32
* fix CI
Signed-off-by: He, Xin3 <xin3.he@intel.com>
---------
Signed-off-by: He, Xin3 <xin3.he@intel.com> | [
{
"path": "src/transformers/models/deepseek_v3/modeling_deepseek_v3.py",
"patch": "@@ -548,6 +548,7 @@ class DeepseekV3PreTrainedModel(PreTrainedModel):\n \"hidden_states\": DeepseekV3DecoderLayer,\n \"attentions\": DeepseekV3Attention,\n }\n+ _keep_in_fp32_modules_strict = [\"e_score... | 2025-12-10T10:46:28 |
rust-lang/rust | 4cfc341451a0f236697f7bc64b6933ee58db03a8 | 42e9a9f418ea6919c659d9bb94bf17048d0f3f83 | fix: Honor `rust-analyzer.cargo.noDeps` option when fetching sysroot metadata | [
{
"path": "src/tools/rust-analyzer/crates/project-model/src/sysroot.rs",
"patch": "@@ -209,6 +209,7 @@ impl Sysroot {\n pub fn load_workspace(\n &self,\n sysroot_source_config: &RustSourceWorkspaceConfig,\n+ no_deps: bool,\n current_dir: &AbsPath,\n progress: &dyn ... | 2025-07-02T15:16:05 |
vercel/next.js | 86112a357c99c0bff68eefe8bc2705bf67eee68f | 916d2aa4d5fc0f3663086fe43d205cece362dacf | Update images.mdx (#51275)
fix Fastly and Gumlet heading level | [
{
"path": "docs/02-app/02-api-reference/05-next-config-js/images.mdx",
"patch": "@@ -78,7 +78,7 @@ export default function contentfulLoader({ src, quality, width }) {\n }\n ```\n \n-## Fastly\n+### Fastly\n \n ```js\n // Docs: https://developer.fastly.com/reference/io/\n@@ -91,7 +91,7 @@ export default func... | 2023-06-14T18:59:04 |
nodejs/node | ed24c19002379063ce100037bfff7ca2da5b6cc8 | 10a346edde47c872de9afbcb79aa43095064078b | worker: refactor `worker.terminate()`
At the collaborator summit in Berlin, the behaviour of
`worker.terminate()` was discussed.
In particular, switching from a callback-based to a Promise-based API
was suggested. While investigating that possibility later, it was
discovered that `.terminate()` was unintentionally sy... | [
{
"path": "doc/api/deprecations.md",
"patch": "@@ -2484,6 +2484,20 @@ The legacy HTTP parser, used by default in versions of Node.js prior to 12.0.0,\n is deprecated. This deprecation applies to users of the\n [`--http-parser=legacy`][] command-line flag.\n \n+<a id=\"DEP0XXX\"></a>\n+### DEP0XXX: worker.te... | 2019-06-02T13:09:57 |
golang/go | 9867262dfd9b1ba2f212c24dbf26758f81d7cd58 | 20c300bc70e10071bb15091f37a8bb3464cf13e3 | spec: document behavior of generic type switch cases
Fixes #51110.
Change-Id: I11370417f1ef435b05dfab18eeabc2c3c1b7b8a1
Reviewed-on: https://go-review.googlesource.com/c/go/+/384674
Trust: Robert Griesemer <gri@golang.org>
Trust: Dan Scales <danscales@google.com>
Reviewed-by: Dan Scales <danscales@google.com>
Reviewe... | [
{
"path": "doc/go_spec.html",
"patch": "@@ -6253,6 +6253,32 @@ <h4 id=\"Type_switches\">Type switches</h4>\n }\n </pre>\n \n+<p>\n+A <a href=\"#Type_parameters\">type parameter</a> or a <a href=\"#Type_declarations\">parameterized type</a>\n+may be used as a type in a case. If upon <a href=\"#Instantiations... | 2022-02-09T20:43:21 |
huggingface/transformers | 8f978e5b4ed99efa8603249765bead48baa4d8de | 6d0adb5bab99a1175bc77036a490d3779bb210ee | [Quantization] Fixing some tests (#42763)
* fix
* skip | [
{
"path": "src/transformers/quantizers/quantizer_bitnet.py",
"patch": "@@ -81,7 +81,6 @@ def _process_model_before_weight_loading(\n model,\n modules_to_not_convert=self.modules_to_not_convert,\n quantization_config=self.quantization_config,\n- pre_quantized=se... | 2025-12-10T10:24:10 |
vercel/next.js | 2761cf34fa4a207af9819d61a27ce02bbba6d2e8 | 754c6480cba7535ef95fb8a6beace53e07c5a601 | feat(turbopack): enable sassOptions (#51259)
### What?
Minor fix to remove guards to the config since turbopack have this feature enabled. | [
{
"path": "packages/next/src/lib/turbopack-warning.ts",
"patch": "@@ -19,6 +19,7 @@ const supportedTurbopackNextConfigOptions = [\n 'reactStrictMode',\n 'swcMinify',\n 'transpilePackages',\n+ 'sassOptions.includePaths',\n 'experimental.appDir',\n 'experimental.serverComponentsExternalPackages',\n... | 2023-06-14T17:27:04 |
nodejs/node | 10a346edde47c872de9afbcb79aa43095064078b | 432958528ea5a68d68afe0f0bc379abd3f35e8a0 | n-api: define ECMAScript-compliant accessors on napi_define_class
PR-URL: https://github.com/nodejs/node/pull/27851
Fixes: https://github.com/nodejs/node/issues/26551
Fixes: https://github.com/nodejs/node-addon-api/issues/485
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gus Caplan <me@gus.host>
Review... | [
{
"path": "src/js_native_api_v8.cc",
"patch": "@@ -79,12 +79,10 @@ inline static v8::PropertyAttribute V8PropertyAttributesFromDescriptor(\n const napi_property_descriptor* descriptor) {\n unsigned int attribute_flags = v8::PropertyAttribute::None;\n \n- if (descriptor->getter != nullptr || descripto... | 2019-05-29T05:25:07 |
huggingface/transformers | 6d0adb5bab99a1175bc77036a490d3779bb210ee | 3230fb50809566f6ea8c0beaad080ac2bb7c0a62 | Only call `torch.autocast` if it will have an effect (#42747)
* Only call `torch.autocast` if it will have an effect
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
* whitespace
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
* fixup
Signed-off-by: Harry Mellor <199... | [
{
"path": "src/transformers/models/afmoe/modeling_afmoe.py",
"patch": "@@ -37,7 +37,7 @@\n from ...modeling_utils import ALL_ATTENTION_FUNCTIONS, PreTrainedModel\n from ...processing_utils import Unpack\n from ...utils import TransformersKwargs, auto_docstring, can_return_tuple\n-from ...utils.generic impor... | 2025-12-10T09:20:27 |
electron/electron | c3200ba7f6f4c9c53167baffde764ffc00c42eaa | 4dd2716865f6944606f8dffd27ab68434f30643b | Revert "Fix headers"
This reverts commit 4dd2716865f6944606f8dffd27ab68434f30643b. | [
{
"path": "docs/api/session.md",
"patch": "@@ -48,11 +48,11 @@ const session = require('electron').session;\n var ses = session.fromPartition('persist:name');\n ```\n \n-## Instance Events\n+### Instance Events\n \n The following events are available on instances of `Session`:\n \n-### Event: 'will-download... | 2016-04-19T01:00:32 |
golang/go | 20c300bc70e10071bb15091f37a8bb3464cf13e3 | 5d3476c3dbc5e16b680e4b5ceab49c032b1b0a83 | spec: the type of a constant cannot be a type parameter
Add corresponding rules and a couple of examples.
Fixes #50202.
Change-Id: I4287b5e2d0fd29a0c871795e07f1bb529c9c6004
Reviewed-on: https://go-review.googlesource.com/c/go/+/384240
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golan... | [
{
"path": "doc/go_spec.html",
"patch": "@@ -1,6 +1,6 @@\n <!--{\n \t\"Title\": \"The Go Programming Language Specification - Go 1.18 Draft (incomplete)\",\n-\t\"Subtitle\": \"Version of Feb 8, 2022\",\n+\t\"Subtitle\": \"Version of Feb 9, 2022\",\n \t\"Path\": \"/ref/spec\"\n }-->\n \n@@ -679,6 +679,8 @@ <h... | 2022-02-09T02:40:28 |
rust-lang/rust | 625b73b8b0e15c8be56f1116cf27e6f391d9a8d9 | 7ddab22727b5e951614d2a7dd5c2ac805e90d2ea | Fix AsMut::as_mut name | [
{
"path": "src/tools/rust-analyzer/crates/test-utils/src/minicore.rs",
"patch": "@@ -382,7 +382,7 @@ pub mod convert {\n // endregion:as_ref\n // region:as_mut\n pub trait AsMut<T: crate::marker::PointeeSized>: crate::marker::PointeeSized {\n- fn as_ref(&mut self) -> &mut T;\n+ fn ... | 2025-07-02T13:55:55 |
huggingface/transformers | 471d7ce9abbb3bc1b3bab673367378f9dbc3caac | 5b4d72c5061a2be587598bb3b44c140abdad2914 | fix links in `CONTRIBUTING.md` (#42745)
fix links | [
{
"path": "CONTRIBUTING.md",
"patch": "@@ -125,9 +125,9 @@ If you're contributing a **vision-language model** (or any multimodal model that\n All new models should use the modular architecture pattern. Create a `modular_<model_name>.py` file using the modular model converter:\n \n - Use the CLI, [`transform... | 2025-12-09T20:28:58 |
nodejs/node | 432958528ea5a68d68afe0f0bc379abd3f35e8a0 | 44f18d236b1bc573cbf4bb8488dda6e1b1c3cab0 | n-api: define ECMAScript-compliant accessors on napi_define_properties
PR-URL: https://github.com/nodejs/node/pull/27851
Fixes: https://github.com/nodejs/node/issues/26551
Fixes: https://github.com/nodejs/node-addon-api/issues/485
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gus Caplan <me@gus.host>
R... | [
{
"path": "src/js_native_api_v8.cc",
"patch": "@@ -1178,26 +1178,45 @@ napi_status napi_define_properties(napi_env env,\n return napi_set_last_error(env, status);\n }\n \n- v8::PropertyAttribute attributes =\n- v8impl::V8PropertyAttributesFromDescriptor(p);\n-\n if (p->getter != null... | 2019-05-24T13:48:21 |
rust-lang/rust | 0b61286dd3a95522a5c9acea6d941fc27500cd38 | 4b5c44b14166083eef8d71f15f5ea1f53fc976a0 | Fix m68k CI | [
{
"path": ".github/workflows/m68k.yml",
"patch": "@@ -59,14 +59,12 @@ jobs:\n \n - name: Setup path to libgccjit\n run: |\n- sudo dpkg -i gcc-m68k-15.deb\n+ sudo dpkg --force-overwrite -i gcc-m68k-15.deb\n echo 'gcc-path = \"/usr/lib/\"' > config.toml\n \n - name: S... | 2025-07-02T13:38:38 |
electron/electron | 64a84dee3bdcc81819733fb7f3e266e8e0bb5709 | 3a9bbe30ac3a45748dbc4796ab4f2f51558be2f2 | Add `isLoadingMainFrame` method to WebContents.
Also switch `webContents.executeJavaScript` to check it instead of `isLoading`.
There doesn’t seem to be a reasonable public way to get this information out of Chromium, so it’s synthesized here based on WebContentsObserver callbacks.
Fixes #5183. | [
{
"path": "atom/browser/api/atom_api_web_contents.cc",
"patch": "@@ -220,7 +220,8 @@ WebContents::WebContents(content::WebContents* web_contents)\n embedder_(nullptr),\n type_(REMOTE),\n request_id_(0),\n- background_throttling_(true) {\n+ background_throttling_(true),\n+ is... | 2016-04-18T17:37:08 |
golang/go | 9ed0d81fb5b2a7e6707010a226b72626433b83d2 | a3aed62512dd5b5239762e8c93a79122a2849a7d | crypto/aes: fix key size typo
AES-196 does not exist, but AES-192 does.
Signed-off-by: Eric Lagergren <eric@ericlagergren.com>
Change-Id: I8c9ac67735e99e5b2ee7fb9824029c1164221153
Reviewed-on: https://go-review.googlesource.com/c/go/+/384374
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <... | [
{
"path": "src/crypto/aes/asm_amd64.s",
"patch": "@@ -15,15 +15,15 @@ TEXT ·encryptBlockAsm(SB),NOSPLIT,$0\n \tADDQ $16, AX\n \tPXOR X1, X0\n \tSUBQ $12, CX\n-\tJE Lenc196\n+\tJE Lenc192\n \tJB Lenc128\n Lenc256:\n \tMOVUPS 0(AX), X1\n \tAESENC X1, X0\n \tMOVUPS 16(AX), X1\n \tAESENC X1, X0\n \tADDQ $32, AX... | 2022-02-09T06:38:28 |
huggingface/transformers | 5b4d72c5061a2be587598bb3b44c140abdad2914 | 3f3cae74245cba80b5cc34c6c3e914940ac3f109 | Add an alternative scenario to EoMT `post_process_semantic_segmentation` in case `path_offsets` is None (#42716)
* Add an alternative scenario in case patch_offsets is None
* Fixup
* Fix an error
* Simplified the function
---------
Co-authored-by: Yoni Gozlan <74535834+yonigozlan@users.noreply.github.com> | [
{
"path": "src/transformers/models/eomt/image_processing_eomt.py",
"patch": "@@ -815,7 +815,19 @@ def post_process_semantic_segmentation(\n \n segmentation_logits = torch.einsum(\"bqc, bqhw -> bchw\", masks_classes, masks_probs)\n \n- output_logits = self.merge_image_patches(segmentation_logi... | 2025-12-09T18:00:09 |
nodejs/node | c72506c828be158bb149fe4e8662e0f0cf1dffdf | b97b003c352cf9da5885ac0a5516fee0a767f134 | build: fix cctest target for --without-report
Conditionally build `test/cctest/test_report_util.cc` only when
configured to include the diagnostic report feature.
PR-URL: https://github.com/nodejs/node/pull/28238
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> | [
{
"path": "node.gyp",
"patch": "@@ -1096,7 +1096,6 @@\n 'test/cctest/test_linked_binding.cc',\n 'test/cctest/test_per_process.cc',\n 'test/cctest/test_platform.cc',\n- 'test/cctest/test_report_util.cc',\n 'test/cctest/test_traced_value.cc',\n 'test/cctest/test_... | 2019-06-15T03:06:13 |
electron/electron | 2c0494dcef0b483061bbdf07f09e39d1774d20a0 | 919be67cd2ad481668815d065174c88fff9e2343 | fix spec | [
{
"path": "spec/api-app-spec.js",
"patch": "@@ -95,7 +95,6 @@ describe('app module', function () {\n \n this.timeout(5000)\n \n- var port\n var w = null\n var certPath = path.join(__dirname, 'fixtures', 'certificates')\n var options = {\n@@ -115,9 +114,6 @@ describe('app module', function... | 2016-04-18T17:27:37 |
golang/go | 846c06d33b55493caa7b49738cb7c85218fa0fd0 | 9cec77ac11b012283e654b423cf85cf9976bedd9 | net: fix a race in TestLookupContextCancel
If the actual DNS lookup in LookupIPAddr completes quickly enough,
it may succeed even if the passed-in Context is already canceled.
That would (rarely) cause TestLookupContextCancel to fail due to an
unexpectedly-nil error.
This change uses the existing testHookLookupIP hoo... | [
{
"path": "src/net/lookup_test.go",
"patch": "@@ -883,21 +883,66 @@ func TestLookupNonLDH(t *testing.T) {\n \n func TestLookupContextCancel(t *testing.T) {\n \tmustHaveExternalNetwork(t)\n-\tdefer dnsWaitGroup.Wait()\n+\ttestenv.SkipFlakyNet(t)\n \n-\tctx, ctxCancel := context.WithCancel(context.Background(... | 2022-02-08T22:09:40 |
huggingface/transformers | 3f3cae74245cba80b5cc34c6c3e914940ac3f109 | 73a13f86f6d208882d59d1200609986c5a5f49a7 | 🚨🚨 [saving] Default to 50GB shards, and remove non-safe serialization (#42734)
* switch
* remove now useless save_function
* a bit more involved than i thought
* all converters
* fix
* pretty print
* fix
* trainer
* update musicgen.md docs
* marc comments
* doc and last missed instances
* CI
---------
C... | [
{
"path": "docs/source/en/model_doc/musicgen.md",
"patch": "@@ -60,7 +60,7 @@ This model was contributed by [sanchit-gandhi](https://huggingface.co/sanchit-ga\n \n ```bash\n python src/transformers/models/musicgen/convert_musicgen_transformers.py \\\n- --checkpoint small --pytorch_dump_folder /output/pat... | 2025-12-09T16:15:20 |
vercel/next.js | d27cda21d67a147248af6736967c35e6e27de65e | 419194bb4ba00067a20326f857d75e1259ed2cd7 | [Docs] Fix broken links (#51285)
Bring back #related-links and fix broken link in fonts page | [
{
"path": "docs/05-community/01-contribution-guide.mdx",
"patch": "@@ -126,7 +126,7 @@ The following fields are **optional**:\n | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |\n | `nav_title`... | 2023-06-14T14:30:35 |
nodejs/node | 9bead0ce851d53c316be15abd300ccc16d8b38f4 | 215fd083ea5c028f6c1929a5ff58965bb9af1f59 | test: fix NODE_OPTIONS feature check
The configuration variable being tested is `true` if Node.js was
compiled without support for NODE_OPTIONS.
PR-URL: https://github.com/nodejs/node/pull/28225
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com> | [
{
"path": "test/sequential/test-set-http-max-http-headers.js",
"patch": "@@ -60,7 +60,7 @@ parsers.forEach((parser) => {\n });\n \n // Next, repeat the same checks using NODE_OPTIONS if it is supported.\n- if (process.config.variables.node_without_node_options) {\n+ if (!process.config.variables.node_... | 2019-06-14T15:46:06 |
golang/go | 9cec77ac11b012283e654b423cf85cf9976bedd9 | be0d049a42ee4b07bfb71acb5e8f7c3d2735049a | runtime/debug: replace (*BuildInfo).Marshal methods with Parse and String
Since a String method cannot return an error, escape fields that may
contain unsanitized values, and unescape them during parsing.
Add a fuzz test to verify that calling the String method on any
BuildInfo returned by Parse produces a string tha... | [
{
"path": "api/go1.18.txt",
"patch": "@@ -165,8 +165,8 @@ pkg reflect, method (Value) FieldByIndexErr([]int) (Value, error)\n pkg reflect, method (Value) SetIterKey(*MapIter)\n pkg reflect, method (Value) SetIterValue(*MapIter)\n pkg reflect, method (Value) UnsafePointer() unsafe.Pointer\n-pkg runtime/debug... | 2022-02-08T17:23:50 |
vercel/next.js | 419194bb4ba00067a20326f857d75e1259ed2cd7 | c6c4a3d3ebed2e7e43d5bfc377507019dba8a74d | [Docs] Fix broken link (#51281) | [
{
"path": "docs/02-app/01-building-your-application/05-optimizing/02-fonts.mdx",
"patch": "@@ -233,7 +233,7 @@ const inter = Inter({ subsets: ['latin'] })\n \n </PagesOnly>\n \n-View the [Font API Reference](/docs/02-app/02-api-reference/01-components/font.mdx) for more information.\n+View the [Font API Ref... | 2023-06-14T13:52:03 |
rust-lang/rust | 4a95b165274f9de5c6a0d3c13ae3103e2ac23eb9 | cbc3cf716e16c20ba8fb652f8a41dc1d62f03f66 | Move crashes tests. | [
{
"path": "tests/ui/mir/gvn-nonsensical-coroutine-layout.rs",
"patch": "@@ -1,15 +1,19 @@\n-//@ known-bug: rust-lang/rust#128094\n+//! Verify that we do not ICE when a coroutine body is malformed.\n //@ compile-flags: -Zmir-enable-passes=+GVN\n //@ edition: 2018\n \n pub enum Request {\n TestSome(T),\n+... | 2025-07-02T10:42:07 |
nodejs/node | b456bbcc6d0598ed3a8fa5edd05d5d71b372eab7 | 370873c59e811132bfd60ccea12caaad869daac7 | build: guard test-doc recipe with node_use_openssl
Currently, when configuring --without-ssl the test-doc target fails with
the following error:
/node/test/common/index.js:707
const crashOnUnhandledRejection = (err) => { throw err; };
^
Error [ERR_NO_CRYPTO]:
Node.js is no... | [
{
"path": "Makefile",
"patch": "@@ -586,8 +586,12 @@ test-hash-seed: all\n \n .PHONY: test-doc\n test-doc: doc-only ## Builds, lints, and verifies the docs.\n-\t$(MAKE) lint\n-\t$(PYTHON) tools/test.py $(PARALLEL_ARGS) $(CI_DOC)\n+\t@if [ \"$(shell $(node_use_openssl))\" != \"true\" ]; then \\\n+\t\techo \"... | 2019-06-13T09:59:15 |
golang/go | be0d049a42ee4b07bfb71acb5e8f7c3d2735049a | 255acb0c059268c99e45b693645a256719f3abb2 | runtime: AES maphash scramble 3 times on 386
Issue #43130 shows flaky hash not inbalanced on 386 platform,
which is using AES hashing instead of wyhash.
This CL increase the scramble times to 3 that amd64 using right now.
Fixes #43130
Change-Id: I9d012eda99ff71c13a89448f46fcb9c5e7cec921
Reviewed-on: https://go-revie... | [
{
"path": "src/runtime/asm_386.s",
"patch": "@@ -937,8 +937,9 @@ aes0to15:\n \tPAND\tmasks<>(SB)(BX*8), X1\n \n final1:\n-\tAESENC\tX0, X1 // scramble input, xor in seed\n-\tAESENC\tX1, X1 // scramble combo 2 times\n+\tPXOR\tX0, X1\t// xor data with seed\n+\tAESENC\tX1, X1 // scramble combo 3 times\n+\tA... | 2022-02-09T02:39:15 |
electron/electron | c8e77f47abc5239a6614350513ee2a8188e963a3 | 8d08c3241dda53753be3e612133df96ceb8ab885 | :memo: Fix typos
[ci skip] | [
{
"path": "docs-translations/ko-KR/README.md",
"patch": "@@ -69,7 +69,7 @@ Electron에 대해 자주 묻는 질문이 있습니다. 이슈를 생성하기\n * [webContents](api/web-contents.md)\n * [Tray](api/tray.md)\n \n-### 랜더러 프로세스에서 사용할 수 있는 모듈 (웹 페이지):\n+### 렌더러 프로세스에서 사용할 수 있는 모듈 (웹 페이지):\n \n * [desktopCapturer](api/desktop-capturer.md)\n *... | 2016-04-17T17:39:05 |
huggingface/transformers | 73a13f86f6d208882d59d1200609986c5a5f49a7 | 9a6df2ce9c01118036772d5d251400de3e4297d7 | Refactor-tokenization-more (#42563)
* On commit to bind them all
* nits
* smnall update
* elif
* super small nit
* BPE!
* fix
* up up up
* fix?
* one typo
* per model updates
* more model specific updates
* more per model updates
* more model specific updates
* simplify default merges
* fiuxp
* update
... | [
{
"path": "MIGRATION_GUIDE_V5.md",
"patch": "@@ -105,7 +105,7 @@ class Llama5Tokenizer(TokenizersBackend):\n self._vocab = vocab\n \n if merges is not None:\n- self._merges = merges\n+ self._merges = merges or []\n else:\n self._merges = generate... | 2025-12-09T15:37:43 |
rust-lang/rust | d2f2271ccde38f591e17874569eefb79fdfa61d5 | 28900b0ee2eb1a7a364b7dc33b57b87344074078 | rename show_error -> fatal_error | [
{
"path": "src/tools/miri/src/bin/log/setup.rs",
"patch": "@@ -59,7 +59,7 @@ fn init_logger_once(early_dcx: &EarlyDiagCtxt) {\n let guard = if env::var_os(\"MIRI_TRACING\").is_some() {\n #[cfg(not(feature = \"tracing\"))]\n {\n- crate::show_error!(\n+ ... | 2025-07-02T06:30:53 |
vercel/next.js | c6c4a3d3ebed2e7e43d5bfc377507019dba8a74d | cbeecba83bdc7c749806cb1ac08776ddf7f1174a | app router: fix double fetch on prefetch={false} (#51292)
This PR fixes a few reports that we were double fetching when navigating via a link that had prefetch false.
## Context
The bug was happening because we were inadvertently eagerly fetching even if we potentially bailed out of the optimistic navigation, which ... | [
{
"path": "packages/next/src/client/components/router-reducer/reducers/navigate-reducer.ts",
"patch": "@@ -157,9 +157,16 @@ export function navigateReducer(\n temporaryCacheNode.subTreeData = state.cache.subTreeData\n temporaryCacheNode.parallelRoutes = new Map(state.cache.parallelRoutes)\n \n- c... | 2023-06-14T13:42:14 |
nodejs/node | 1432065e9dc77218507f328b63cb7f5d279dd6e9 | 28d3f1963a98ce157b360c0a3ba70fb8e1f73f60 | lib: correct error.errno to always be numeric
Historically `error.errno` of system errors thrown by Node.js
can sometimes be the same as `err.code`, which are string
representations of the error numbers. This is useless and incorrect,
and results in an information loss for users since then they
will have to resort to ... | [
{
"path": "doc/api/errors.md",
"patch": "@@ -419,7 +419,7 @@ attempts to read a file that does not exist.\n * `code` {string} The string error code\n * `dest` {string} If present, the file path destination when reporting a file\n system error\n-* `errno` {number|string} The system-provided error number\n+... | 2019-06-09T13:04:51 |
huggingface/transformers | 9a6df2ce9c01118036772d5d251400de3e4297d7 | 85ced0f92b6fa296d379f95ae527d7b5063eb5c1 | Fix failing `CodeGenModelTests` (#42730)
* Fixed failing codegen model tests.
* Fix failing test_codegen_sample test
* Remove breakpoint. | [
{
"path": "tests/models/codegen/test_modeling_codegen.py",
"patch": "@@ -365,7 +365,7 @@ def test_batch_generation(self):\n model.config.pad_token_id = model.config.eos_token_id\n \n # use different length sentences to test batching\n- sentences = [\"def hello_world():\", \"def greet(... | 2025-12-09T15:19:49 |
golang/go | e4ca3fa345a204b72a011b3634ddcfc09dcc68bc | 6749dd40b31dbcfae2eb91deb93989899b868617 | cmd/dist: test cgo internal linking on darwin-arm64
CL 383554 disables testing cgo internal linking on all ARM64 but
Windows, because it doesn't work with newer GCC. But
- darwin-arm64 works, and it does not use GCC
- we don't support cgo internal linking on windows-arm64 anyway.
This CL fixes the condition.
Change-... | [
{
"path": "src/cmd/dist/test.go",
"patch": "@@ -1119,7 +1119,7 @@ func (t *tester) cgoTest(dt *distTest) error {\n \n \t// Skip internal linking cases on arm64 to support GCC-9.4 and above.\n \t// See issue #39466.\n-\tskipInternalLink := goarch == \"arm64\" && goos != \"windows\"\n+\tskipInternalLink := go... | 2022-02-08T19:46:58 |
electron/electron | d5124210844a9a85faefc9563c992ddbc2beb7fb | 8d08c3241dda53753be3e612133df96ceb8ab885 | Fix documentation | [
{
"path": "docs/api/web-view-tag.md",
"patch": "@@ -504,6 +504,7 @@ Returns:\n * `errorCode` Integer\n * `errorDescription` String\n * `validatedURL` String\n+* `isMainFrame` Boolean\n \n This event is like `did-finish-load`, but fired when the load failed or was\n cancelled, e.g. `window.stop()` is invoked... | 2016-04-16T17:58:03 |
rust-lang/rust | be35d37d8b6c206576ff3cdcad956d921b47cc6b | 6c4221818e00828ecf54b395475477f49d0ea716 | Use the compiler to determine whether or not to enable `f16` and `f128`
Currently we whether or not to build and test `f16` and `f128` support
mostly based on the target triple. This isn't always accurate, however,
since support also varies by backend and the backend version.
Since recently, `rustc` is aware of this ... | [
{
"path": "library/compiler-builtins/builtins-test-intrinsics/build.rs",
"patch": "@@ -6,6 +6,5 @@ fn main() {\n println!(\"cargo::rerun-if-changed=../configure.rs\");\n \n let target = builtins_configure::Target::from_env();\n- builtins_configure::configure_f16_f128(&target);\n builtins_conf... | 2025-06-30T21:53:21 |
vercel/next.js | dd937bde09060686493040f04f33267ce2789904 | c8f65ede874ff8ae6e049a93882e7d2374d8e5fe | Remove edge functions tracking in dev server (#51122)
## What?
While looking at the CPU profile of booting up Vercel's site I noticed
that we call `getPageStaticInfo` a lot. Looking into this more it turns
out `getPageStaticInfo` is currently called for all routes, `pages` and
`app`, even though the data is only... | [
{
"path": "packages/next/src/build/analysis/get-page-static-info.ts",
"patch": "@@ -20,9 +20,9 @@ import { RSC_MODULE_TYPES } from '../../shared/lib/constants'\n import type { RSCMeta } from '../webpack/loaders/get-module-build-info'\n \n export interface MiddlewareConfig {\n- matchers: MiddlewareMatcher[]... | 2023-06-14T11:17:16 |
nodejs/node | 558f8349c3b08b382dbe622b304a610cd451b1c8 | 7e5e1c251526a1ee59071f0e312cb2da99454bda | doc: clarify commit message format in pull-requests.md
Resolved ambiguous meanings for the term `body of commit message`
in `pull-requests.md` file,
Fixes: https://github.com/nodejs/node/issues/28068
PR-URL: https://github.com/nodejs/node/pull/28125
Reviewed-By: Rich Trott <rtrott@gmail.com> | [
{
"path": "doc/guides/contributing/pull-requests.md",
"patch": "@@ -176,14 +176,9 @@ Sample complete commit message:\n ```txt\n subsystem: explain the commit in one line\n \n-Body of commit message is a few lines of text, explaining things\n-in more detail, possibly giving some background about the issue\n-... | 2019-06-07T22:25:03 |
huggingface/transformers | 85ced0f92b6fa296d379f95ae527d7b5063eb5c1 | ec37fc88097423e2950d7ad74fe9e652ab001ca9 | Update replace_with_ for quants methods to not use recursion (#42711)
* Fix replace
* fix bnb
* fix
* style
* fix
* fix
* styke
* fix
* style
* Apply suggestions from code review
Co-authored-by: Mohamed Mekkouri <93391238+MekkCyber@users.noreply.github.com>
---------
Co-authored-by: Mohamed Mekkouri <93391... | [
{
"path": "src/transformers/integrations/aqlm.py",
"patch": "@@ -13,88 +13,60 @@\n # limitations under the License.\n \"AQLM (Additive Quantization of Language Model) integration file\"\n \n-from ..utils import ACCELERATE_MIN_VERSION, is_accelerate_available, is_aqlm_available, is_torch_available\n+from ..q... | 2025-12-09T13:57:37 |
golang/go | 6749dd40b31dbcfae2eb91deb93989899b868617 | 0b7e586e485d4790b240354513acbb8438bb842f | net/smtp: match actual behavior for Auth.Start
Looking at history, it appears to never have worked as documented.
Fixes #48759
Change-Id: I066307c28e3ed1875c1c4049bade62e2818dd400
Reviewed-on: https://go-review.googlesource.com/c/go/+/383998
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Cherry Mui <cherryyz... | [
{
"path": "src/net/smtp/auth.go",
"patch": "@@ -16,8 +16,7 @@ type Auth interface {\n \t// Start begins an authentication with a server.\n \t// It returns the name of the authentication protocol\n \t// and optionally data to include in the initial AUTH message\n-\t// sent to the server. It can return proto ... | 2022-02-08T21:34:13 |
electron/electron | 1976c271ec39362e9f800cac5a2a4be0a2d0b302 | 65c37fe64bc1140813fad22c47b7519f9865ba2e | Fix JS linter errors | [
{
"path": "lib/browser/api/dialog.js",
"patch": "@@ -49,11 +49,11 @@ var checkAppInitialized = function () {\n }\n \n module.exports = {\n- setSheetOffset: function(window, offset) {\n+ setSheetOffset: function (window, offset) {\n return binding.setSheetOffset(window, offset)\n },\n \n- showOpenDi... | 2016-04-16T15:04:48 |
rust-lang/rust | 5773d38c7a7d522e6d867de1e57375d129ae478e | 4e973370053a5fe87ee96d43c506623e9bd1eb9d | fix: Fix TypePrintFn flag passing for autodiff codegen
Signed-off-by: Karan Janthe <karanjanthe@gmail.com> | [
{
"path": "compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp",
"patch": "@@ -700,6 +700,10 @@ struct LLVMRustSanitizerOptions {\n #ifdef ENZYME\n extern \"C\" void registerEnzymeAndPassPipeline(llvm::PassBuilder &PB,\n /* augmentPassBuilder */ bool);\n+\n+extern ... | 2025-06-30T14:29:59 |
huggingface/transformers | ec37fc88097423e2950d7ad74fe9e652ab001ca9 | c1ac18258d1060199a7e593b3a0fc531b809e601 | Fix failing `owlv2` image processor integration test (#42714)
Fixed failing owlv2 image processor integration test. | [
{
"path": "tests/models/owlv2/test_image_processing_owlv2.py",
"patch": "@@ -151,7 +151,9 @@ def test_image_processor_integration_test_resize(self):\n with torch.no_grad():\n outputs = model(**inputs)\n \n- results = processor.post_process_object_detection(outputs, thr... | 2025-12-09T13:33:00 |
vercel/next.js | 99bdad42746a6547acda967c88447975653b239b | aa8400c2ca95667cff306fddea09be93b23ecf00 | fix trigger release step | [
{
"path": ".github/workflows/trigger_release.yml",
"patch": "@@ -50,7 +50,7 @@ jobs:\n \n - run: git clone https://github.com/vercel/next.js.git --depth=25 .\n \n- - run: git describe || 'echo failed to get tag'\n+ - run: git describe || echo 'failed to get tag'\n \n # https://github.c... | 2023-06-14T06:45:54 |
golang/go | 0cbe3e00d820a2022d220d0790c0e85eb96de3d1 | 5442f4d51b01fea94159b035ce5b5ca5834487e5 | runtime: fix an error message in TestCrashDumpsAllThreads
Change-Id: I04962c836fd448378b8bf071ba848f3b24253dce
Reviewed-on: https://go-review.googlesource.com/c/go/+/384159
Trust: Cherry Mui <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result... | [
{
"path": "src/runtime/crash_unix_test.go",
"patch": "@@ -132,7 +132,7 @@ func TestCrashDumpsAllThreads(t *testing.T) {\n \tout := outbuf.Bytes()\n \tn := bytes.Count(out, []byte(\"main.crashDumpsAllThreadsLoop(\"))\n \tif n != 4 {\n-\t\tt.Errorf(\"found %d instances of main.loop; expected 4\", n)\n+\t\tt.E... | 2022-02-07T17:00:04 |
rust-lang/rust | 1bbe5946f231b4c05818fb18f9252b68af251498 | 1d2b874b847e2d59a7deb639ef79999b87ee2837 | Fix installation of libgccjit for m68k | [
{
"path": ".github/workflows/m68k.yml",
"patch": "@@ -57,7 +57,7 @@ jobs:\n \n - name: Setup path to libgccjit\n run: |\n- sudo dpkg -i gcc-m68k-15.deb\n+ sudo dpkg --force-overwrite -i gcc-m68k-15.deb\n echo 'gcc-path = \"/usr/lib/\"' > config.toml\n \n - name: Set... | 2025-07-01T22:50:39 |
huggingface/transformers | c1ac18258d1060199a7e593b3a0fc531b809e601 | 5ac6284b0743efd92112852348af4e52349114d0 | [kernels] make the module declaration implicit with decorator (#42700)
* initial
* fix
* fix copies
* fix
* address review
* import order
* fix copies
* fix copies
* fix
* update
* fix | [
{
"path": "src/transformers/integrations/__init__.py",
"patch": "@@ -73,6 +73,7 @@\n \"replace_kernel_forward_from_hub\",\n \"use_kernel_forward_from_hub\",\n \"use_kernel_func_from_hub\",\n+ \"use_kernelized_func\",\n ],\n \"integration_utils\": [\n \"INTEGRAT... | 2025-12-09T12:32:30 |
vercel/next.js | f676d001b66d1e2d2ef9098ab4f2998e5f10294d | 862f556c69b05b4c5d5701028818ed5707da3b30 | Correct build workers perf issue (#51271)
This continues off of https://github.com/vercel/next.js/pull/49937 and
https://github.com/vercel/next.js/pull/50194 ensuring we don't regress
on build perf due to reducing the amount of workers being used in
parallel.
Fixes: https://github.com/vercel/next.js/issues/51201... | [
{
"path": "packages/next/src/build/index.ts",
"patch": "@@ -1141,10 +1141,6 @@ export default async function build(\n : config.experimental.cpus || 4\n \n function createStaticWorker(type: 'app' | 'pages') {\n- const numWorkersPerType = isAppDirEnabled\n- ? Math.max(1, ~~(numWo... | 2023-06-14T06:23:50 |
nodejs/node | 2b7dfbcdbe2ce32be7d3bd5ba007ad447c75ae8f | 7561a38ccd7cc6b543a81a62fdbd455f600f684e | src: fix compiler warning in node_worker.cc
Currently, when configuring --without-ssl the following compiler warning
is generated:
../src/node_worker.cc:192:10:
warning: unused variable 'inspector_started' [-Wunused-variable]
bool inspector_started = false;
^
1 warning generated.
This commit adds a macro... | [
{
"path": "src/node_worker.cc",
"patch": "@@ -189,7 +189,9 @@ void Worker::Run() {\n Locker locker(isolate_);\n Isolate::Scope isolate_scope(isolate_);\n SealHandleScope outer_seal(isolate_);\n+#if NODE_USE_V8_PLATFORM && HAVE_INSPECTOR\n bool inspector_started = false;\n+#endif\n \n Del... | 2019-06-13T09:03:53 |
golang/go | f524a2baa4aca9e603fbf3891951b53b497dc0a1 | 275aedccd4f2beae82dbf96c94a6c1c9b365a647 | builtin: clarify that interface types do not implement comparable
Fixes #51083
Change-Id: Ic9207ae4104b06749925186e0eb4f18edf1b5007
Reviewed-on: https://go-review.googlesource.com/c/go/+/384235
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@... | [
{
"path": "src/builtin/builtin.go",
"patch": "@@ -95,11 +95,11 @@ type rune = int32\n type any = interface{}\n \n // comparable is an interface that is implemented by all comparable types\n-// (booleans, numbers, strings, pointers, channels, interfaces,\n-// arrays of comparable types, structs whose fields ... | 2022-02-08T21:11:09 |
huggingface/transformers | 5ac6284b0743efd92112852348af4e52349114d0 | 799103bf9a0046b3a080bf565de5cb6003a24c78 | Fix tests quantization (#42703)
* fix
* fix
* fix
* skip hqq
* fix
* fix
* fix
* Apply style fixes
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | [
{
"path": "src/transformers/integrations/quanto.py",
"patch": "@@ -49,6 +49,7 @@ def convert(\n \n # need to discard some missing keys we already updated the module in freeze.\n module_name = full_layer_name.rsplit(\".\", 1)[0]\n+ missing_keys.discard(f\"{module_name}.weight\")\n ... | 2025-12-09T11:11:51 |
vercel/next.js | 862f556c69b05b4c5d5701028818ed5707da3b30 | 2ce15c4d3c233d3b5bdb66b96d10e9602afdc2b0 | Update Player.tsx to improve code readability and styling. (#50275)
Updated the demo player component to have more consistent styling and
format.
I thought this could be some nice spring cleaning for the community 🧹
<!-- Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is ... | [
{
"path": "examples/with-videojs/components/Player.tsx",
"patch": "@@ -3,21 +3,51 @@ import videojs from 'video.js'\n import 'videojs-youtube'\n \n interface PlayerProps {\n+ /**\n+ *\n+ */\n techOrder: string[]\n+ /**\n+ * Is autoplay enabled for this video?\n+ */\n autoplay: boolean\n+ /**\... | 2023-06-14T06:20:28 |
nodejs/node | 3cdd5a286e8f758182f2bc90bdc56c267b253245 | 30f285da314dc5c9fa7457784d948bf5ddfab361 | build: unbreak --with-intl=system-icu build
Include directories are configured by the tools/icu/icu-*.gyp files.
The v8.gyp file doesn't need to add them and in fact the way it did
that breaks when building against an external copy of ICU.
Fixes: https://github.com/nodejs/node/issues/28052
PR-URL: https://github.com/... | [
{
"path": "tools/v8_gypfiles/v8.gyp",
"patch": "@@ -393,13 +393,6 @@\n '<(icu_gyp_path):icui18n',\n '<(icu_gyp_path):icuuc',\n ],\n- 'direct_dependent_settings': {\n- 'include_dirs': [\n- '<(icu_path)/source/common',\n- '<(icu_p... | 2019-06-07T09:36:39 |
golang/go | 275aedccd4f2beae82dbf96c94a6c1c9b365a647 | 1fe8f47cc39aec39fca3e6f367a7c1c7b254014f | runtime: skip TestGdbBacktrace flakes matching a known GDB internal error
TestGdbBacktrace occasionally fails due to a GDB internal error.
We have observed the error on various linux builders since at least
October 2020, and it has been reported upstream at least twice.¹²
Since the bug is external to the Go project a... | [
{
"path": "src/runtime/runtime-gdb_test.go",
"patch": "@@ -427,6 +427,9 @@ func TestGdbBacktrace(t *testing.T) {\n \tgot, err := testenv.RunWithTimeout(t, exec.Command(\"gdb\", args...))\n \tt.Logf(\"gdb output:\\n%s\", got)\n \tif err != nil {\n+\t\tif bytes.Contains(got, []byte(\"internal-error: wait retu... | 2022-02-08T20:07:21 |
huggingface/transformers | 799103bf9a0046b3a080bf565de5cb6003a24c78 | 745ad8c7c4cd924739c4a524ae8689693ae616be | Delete previous comments of `View the CircleCI Test Summary` (#42725)
fix
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com> | [
{
"path": ".github/workflows/circleci-failure-summary-comment.yml",
"patch": "@@ -173,6 +173,40 @@ jobs:\n print(f\"Uploaded {folder_path} to {dataset_id}\")\n EOF\n \n+ - name: Delete existing CircleCI summary comments\n+ if: steps.circleci.outputs.artifact_found == 'true'\n... | 2025-12-09T04:44:53 |
electron/electron | 059ca01767a573cd206e669e96e2ed5ebbd8af57 | 38f008884495aeb607b21248fa8950c2a11acd32 | Update brightray for printing fix | [
{
"path": "vendor/brightray",
"patch": "@@ -1 +1 @@\n-Subproject commit ea38caf127b9d4e6f22e69ea15d612d15fb1841d\n+Subproject commit 79b80e83f4a64790e51ad2fc44b0a56bdb3d7ef3",
"additions": 1,
"deletions": 1,
"language": "Unknown"
}
] | 2016-04-15T07:47:17 |
vercel/next.js | 667a90262bdfe522f6637da9311e9eb1ac696a84 | 825eefe7c0492c6cdc2d464f2679c40c27512e16 | [docs] Clarify `.md` handling with @next/mdx (#49785)
…iles as MDX
I got bitten by this passage because it reads as if merely changing the
`extension` setting will cause `.md` files to be loaded as MDX.
See: https://github.com/mdx-js/mdx/issues/2302
<!-- Thanks for opening a PR! Your contribution is much app... | [
{
"path": "packages/next-mdx/readme.md",
"patch": "@@ -51,7 +51,8 @@ module.exports = withMDX({\n })\n ```\n \n-Optionally you can match other file extensions for MDX compilation, by default only `.mdx` is supported\n+By default MDX will only match and compile MDX files with the `.mdx` extension.\n+However,... | 2023-06-14T05:53:04 |
huggingface/transformers | 745ad8c7c4cd924739c4a524ae8689693ae616be | 8fe97d9040ff456d99adefd7e30eed5381aa0b9c | Fix indentation in EoMT fast image processor (#42707)
Fix indentation
Co-authored-by: Yoni Gozlan <74535834+yonigozlan@users.noreply.github.com> | [
{
"path": "src/transformers/models/eomt/image_processing_eomt_fast.py",
"patch": "@@ -239,7 +239,7 @@ def _preprocess(\n for shape, stacked_images in grouped_images.items():\n if do_resize:\n stacked_images = self.resize(image=stacked_images, size=size, interpolation=inte... | 2025-12-08T21:14:56 |
nodejs/node | 30f285da314dc5c9fa7457784d948bf5ddfab361 | 16edec8cfab1d88e86de75057b669ccaea5ced87 | build: fix icu-i18n pkg-config version check
The pkg_config() helper can either return a tuple of None values
(no pkg-config installed) and that was what the check was testing
for, but it can also return a tuple of empty strings when the
package isn't installed.
PR-URL: https://github.com/nodejs/node/pull/28118
Revie... | [
{
"path": "configure.py",
"patch": "@@ -1348,7 +1348,7 @@ def write_config(data, name):\n # ICU from pkg-config.\n o['variables']['v8_enable_i18n_support'] = 1\n pkgicu = pkg_config('icu-i18n')\n- if pkgicu[0] is None:\n+ if not pkgicu[0]:\n error('''Could not load pkg-config data fo... | 2019-06-07T09:36:39 |
golang/go | 9e0de1fe7b3c977d871496bf0d8f26ae39dfce5c | ef06a5f44a46dfaf601ca79717ffb00b3591d297 | cmd/go: remove deleted subdirectories in 'go work use'
Also remove absolute names (relative to PWD) when updating relative
directories, and relative names when updating absolute directories.
Fixes #50959
Change-Id: If129019cad7146e82face7f23427b28240d29cfc
Reviewed-on: https://go-review.googlesource.com/c/go/+/38383... | [
{
"path": "src/cmd/go/internal/modload/init.go",
"patch": "@@ -301,7 +301,7 @@ func InitWorkfile() {\n \t}\n }\n \n-// WorkFilePath returns the path of the go.work file, or \"\" if not in\n+// WorkFilePath returns the absolute path of the go.work file, or \"\" if not in\n // workspace mode. WorkFilePath mus... | 2022-02-02T18:56:22 |
electron/electron | ffe88163bb56c6ec848c8ae43410964d2fce69d9 | 08b6fe52291bdb438b111d6774b30647f75ffde8 | Update libchromiumcontent for printing fix | [
{
"path": "brightray/vendor/libchromiumcontent",
"patch": "@@ -1 +1 @@\n-Subproject commit b06d4c307b861cdb091f4ba26b1a185333889033\n+Subproject commit 60c7ec9f9bf465a8c9c7ccc3fcd2aa1cdf644bac",
"additions": 1,
"deletions": 1,
"language": "Unknown"
}
] | 2016-04-15T07:46:55 |
huggingface/transformers | 8fe97d9040ff456d99adefd7e30eed5381aa0b9c | 6564633bc87b1f808de5773a74db2ec01f681520 | Raise error when missing or incorrect dates (#42610)
* Raise error when missing or incorrect dates
* refactor, improve readability, add to fix-copies
* fix lasr model card | [
{
"path": "Makefile",
"patch": "@@ -53,7 +53,7 @@ repo-consistency:\n \tpython utils/check_doctest_list.py\n \tpython utils/update_metadata.py --check-only\n \tpython utils/check_docstrings.py\n-\tpython utils/add_dates.py\n+\tpython utils/add_dates.py --check-only\n \n # this target runs checks on all file... | 2025-12-08T21:11:19 |
vercel/next.js | d080c8ee79da5f50f4a846e8abee074cc54b5c74 | 6f9c9ad1d8c5739dcf62fe1a6c4525a02fdd6893 | fix deprecated configureStore in with-redux-saga example (#50342)
<!-- 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(s) that you're making:
... | [
{
"path": "examples/with-redux-saga/package.json",
"patch": "@@ -6,13 +6,14 @@\n \"start\": \"next start\"\n },\n \"dependencies\": {\n+ \"@reduxjs/toolkit\": \"^1.9.5\",\n \"next\": \"latest\",\n- \"next-redux-wrapper\": \"^6.0.2\",\n+ \"next-redux-wrapper\": \"^8.1.0\",\n \"react\... | 2023-06-14T05:00:35 |
nodejs/node | b6148402d461ffb70446ddd4b55051e093ad1aef | 039cfdc838bec28fa98f0cd50e65d64aa6b2faaf | test: skip `test-worker-prof` as flaky for all
Due to a bug in V8 GC, this test case has to potential to fail
on all platforms. V8 master has been patched with a fix and waiting
for it to be backported to V8 7.5 and 7.6. Skipping the test until
it is backported. Bug can be tracked here:
https://bugs.chromium.org/p/v8... | [
{
"path": "test/parallel/parallel.status",
"patch": "@@ -10,7 +10,7 @@ test-fs-stat-bigint: PASS,FLAKY\n # https://github.com/nodejs/node/issues/23207\n test-net-connect-options-port: PASS,FLAKY\n # https://github.com/nodejs/node/issues/26401\n-test-worker-prof: PASS,FLAKY\n+test-worker-prof: SKIP\n \n [$sy... | 2019-06-11T14:48:48 |
golang/go | ef06a5f44a46dfaf601ca79717ffb00b3591d297 | c856fbf36190cef65ac6639a048cd512e4b7fc0a | misc/reboot: don't use symlinks when copying GOROOT/src
go:embed disallows using symlinked files by design.
crypto/elliptic is the first std package to use it as of CL 380475,
and unfortunately that broke the TestRepeatBootstrap long test.
The reason it uses symlinks is for speed; it wants to copy GOROOT/src,
but reg... | [
{
"path": "misc/reboot/overlaydir_test.go",
"patch": "@@ -6,6 +6,7 @@ package reboot_test\n \n import (\n \t\"io\"\n+\t\"io/fs\"\n \t\"os\"\n \t\"path/filepath\"\n \t\"strings\"\n@@ -26,17 +27,22 @@ func overlayDir(dstRoot, srcRoot string) error {\n \t\treturn err\n \t}\n \n-\treturn filepath.Walk(srcRoot, ... | 2022-02-08T14:49:30 |
huggingface/transformers | 6564633bc87b1f808de5773a74db2ec01f681520 | 2db992d858e0f99294a9420bebd9e456a7443457 | fix tp (#42704)
* fix tp
* Apply style fixes
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | [
{
"path": "src/transformers/trainer.py",
"patch": "@@ -5087,14 +5087,14 @@ def create_accelerator_and_postprocess(self):\n self.is_tp_enabled = False\n if getattr(self.model, \"tp_size\", None) is not None and self.model.tp_size > 1:\n self.is_tp_enabled = True\n- if s... | 2025-12-08T17:48:35 |
rust-lang/rust | bb74f4732739d41bfca4e0689a3f00dda0439c4d | 076a0a26fd6f4c445647a33d6daaac56f732ac05 | Do not suggest borrow that is already there in fully-qualified call
When encountering `&str::from("value")` do not suggest `&&str::from("value")`.
Fix #132041. | [
{
"path": "compiler/rustc_trait_selection/src/error_reporting/traits/suggestions.rs",
"patch": "@@ -1195,6 +1195,15 @@ impl<'a, 'tcx> TypeErrCtxt<'a, 'tcx> {\n c @ ObligationCauseCode::WhereClauseInExpr(_, _, hir_id, _)\n if self.tcx.hir_span(*hir_id).lo() == span.lo() =>\n ... | 2024-11-01T19:00:05 |
vercel/next.js | 6f9c9ad1d8c5739dcf62fe1a6c4525a02fdd6893 | a59c1f0d58d75330c6d5d76fc4f79cae8e486582 | fix: cypress component testing - fixes #50283 (#50303)
<!-- 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(s) that you're making:
## For Cont... | [
{
"path": "examples/with-cypress/components/about-component.cy.tsx",
"patch": "@@ -1,15 +1,14 @@\n+import AboutComponent from './about-component'\n /* eslint-disable */\n // Disable ESLint to prevent failing linting inside the Next.js repo.\n // If you're using ESLint on your project, we recommend installin... | 2023-06-14T04:53:50 |
nodejs/node | e2562047763a666599b64d016cdbf399dab855d8 | e6b3ec3d3c553200fa98ed47dff12d58ebedf8a2 | src: reset SIGSEGV handler before crashing
Without this, we would re-enter the signal handler immediately
after re-raising the signal, leading to an infinite loop.
PR-URL: https://github.com/nodejs/node/pull/27775
Refs: https://github.com/nodejs/node/pull/27246
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed... | [
{
"path": "src/node.cc",
"patch": "@@ -487,6 +487,12 @@ void TrapWebAssemblyOrContinue(int signo, siginfo_t* info, void* ucontext) {\n if (prev != nullptr) {\n prev(signo, info, ucontext);\n } else {\n+ // Reset to the default signal handler, i.e. cause a hard crash.\n+ struct sigact... | 2019-05-19T23:57:17 |
golang/go | c856fbf36190cef65ac6639a048cd512e4b7fc0a | 69e1711f287f5cd92296240f99d347edc23d40b7 | crypto/elliptic: use go:embed for the precomputed p256 table
go.dev/cl/339591 changed the code generation to use a constant string,
so that the ~88KiB table can be marked read-only.
The compiled code became a lot better, but unfortunately,
the generated Go source became significantly more inefficient.
The numbers bel... | [
{
"path": "src/crypto/elliptic/gen_p256_table.go",
"patch": "@@ -7,30 +7,13 @@\n package main\n \n import (\n-\t\"bytes\"\n \t\"crypto/elliptic\"\n \t\"encoding/binary\"\n-\t\"fmt\"\n-\t\"go/format\"\n \t\"log\"\n \t\"os\"\n )\n \n func main() {\n-\tbuf := new(bytes.Buffer)\n-\tfmt.Fprint(buf, `\n-// Copyri... | 2022-01-24T15:26:33 |
huggingface/transformers | 2db992d858e0f99294a9420bebd9e456a7443457 | 0e51e7a23ceaf05b2b532474d2cc17ee9614899f | hotfix for circleci summary workflow (#42708)
hotfix
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com> | [
{
"path": ".github/workflows/circleci-failure-summary-comment.yml",
"patch": "@@ -111,8 +111,9 @@ jobs:\n failure_summary_url=$(echo \"$artifacts\" | jq -r '.items[] | select(.path == \"outputs/failure_summary.json\") | .url')\n \n if [ -z \"$failure_summary_url\" ]; then\n- ... | 2025-12-08T16:40:23 |
electron/electron | 4dd2716865f6944606f8dffd27ab68434f30643b | 7d96f3d720f32b3bc6166c01cbe04152d93e8b39 | Fix headers | [
{
"path": "docs/api/session.md",
"patch": "@@ -48,11 +48,11 @@ const session = require('electron').session;\n var ses = session.fromPartition('persist:name');\n ```\n \n-### Instance Events\n+## Instance Events\n \n The following events are available on instances of `Session`:\n \n-#### Event: 'will-downloa... | 2016-04-15T03:55:43 |
rust-lang/rust | 8b1dbac4e508c4b27f0461ad2631b6df07f1af73 | 2a0fdef9260a72ded605ae1d980cad70644f25cb | fix: remove unneeded(?) install script | [
{
"path": "src/ci/docker/host-x86_64/dist-various-1/Dockerfile",
"patch": "@@ -55,9 +55,6 @@ RUN ./install-riscv64-none-elf.sh\n COPY host-x86_64/dist-various-1/install-riscv32-none-elf.sh /build\n RUN ./install-riscv32-none-elf.sh\n \n-COPY host-x86_64/dist-various-1/install-llvm-mingw.sh /build\n-RUN ./in... | 2025-07-01T21:12:21 |
vercel/next.js | a59c1f0d58d75330c6d5d76fc4f79cae8e486582 | 6dcc4fbc236d177df579364f92864868b69b0705 | Fix with typescript stripe example fixes #50541 (#50574)
### What?
The TypeScript Stripe example has been fixed to address various issues. One of the issues was related to calling a function, which has now been resolved. Additionally, the Stripe API used in the example was outdated, causing an error during the bui... | [
{
"path": "examples/with-stripe-typescript/components/CartSummary.tsx",
"patch": "@@ -1,9 +1,8 @@\n-import React, { useState, useEffect } from 'react'\n+import React, { useEffect, useState } from 'react'\n \n import StripeTestCards from '../components/StripeTestCards'\n-\n-import { useShoppingCart } from 'u... | 2023-06-14T04:41:56 |
nodejs/node | 282e2f669c0e4738a13c6b49d59dbd83002f3953 | 3ca0df22e67704f061e0f3b3dcdff89bb66ae4f2 | doc: document behavior of family:0 in dns.lookup()
Fixes: https://github.com/nodejs/node/issues/28159
PR-URL: https://github.com/nodejs/node/pull/28163
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ruben Bridgewater... | [
{
"path": "doc/api/dns.md",
"patch": "@@ -139,8 +139,9 @@ changes:\n -->\n * `hostname` {string}\n * `options` {integer | Object}\n- - `family` {integer} The record family. Must be `4` or `6`. IPv4\n- and IPv6 addresses are both returned by default.\n+ - `family` {integer} The record family. Must be `4... | 2019-06-11T00:35:25 |
huggingface/transformers | 0e51e7a23ceaf05b2b532474d2cc17ee9614899f | b3565823aa8485a2c832ba76bdc1799a690bcce6 | Fixed failing batch_generation test for `opt` model (#42693)
* Fixed batch_generation test for opt model.
* Removed unused variable. | [
{
"path": "tests/models/opt/test_modeling_opt.py",
"patch": "@@ -474,22 +474,22 @@ def test_batch_generation(self):\n outputs = model.generate(\n input_ids=input_ids,\n attention_mask=inputs[\"attention_mask\"].to(torch_device),\n+ max_new_tokens=10,\n )\n ... | 2025-12-08T16:38:59 |
golang/go | 911c78fe54fe9fc0655c013d2aa303e147d63529 | 7db75b368d4599e02b065f48b6ca8675b658b928 | go/parser: fix incorrect resolution of receiver type parameters
Declare receiver type parameters in the function scope, but don't
resolve them (for now), as ast.Object.Decl is not documented to hold
*ast.Idents. This avoids incorrect resolution of identifiers to names
outside the function scope.
Also make tracing and... | [
{
"path": "src/go/parser/resolver.go",
"patch": "@@ -8,6 +8,7 @@ import (\n \t\"fmt\"\n \t\"go/ast\"\n \t\"go/token\"\n+\t\"strings\"\n )\n \n const debugResolve = false\n@@ -24,6 +25,7 @@ func resolveFile(file *ast.File, handle *token.File, declErr func(token.Pos, str\n \t\tdeclErr: declErr,\n \t\ttopScop... | 2022-02-01T22:13:53 |
rust-lang/rust | 2a0fdef9260a72ded605ae1d980cad70644f25cb | e2d2926e6840294fe2e0b1a72d162e8d9facf8ea | fix: error message | [
{
"path": "src/bootstrap/src/core/sanity.rs",
"patch": "@@ -333,9 +333,14 @@ than building it.\n && (build.config.optimized_compiler_builtins(*target)\n || build.config.rust_std_features.contains(\"compiler-builtins-c\"))\n {\n- let is_clang = build.cc_tool(*ta... | 2025-07-01T21:12:01 |
electron/electron | 1985e1b8e0dafaacc5790a8b14b006edb7ac45dc | 075da45b748bdcb8829dc9c0458b5995779b080f | translation error in browser-window.md
'same-origin policy' means '同源策略' in Chinese | [
{
"path": "docs-translations/zh-CN/api/browser-window.md",
"patch": "@@ -99,7 +99,7 @@ win.show();\n * `zoomFactor` Number - 界面默认缩放值, `3.0` 表示\n `300%`. 默认 `1.0`.\n * `javascript` Boolean - 开启javascript支持. 默认为`true`.\n-* `webSecurity` Boolean - 当设置为 `false`, 它将禁用相同地方的规则 (通常测试服), 并且如果有2个非用户设置的参数,就设置\n+* `w... | 2016-04-15T02:04:01 |
vercel/next.js | 8ac9b342e3b9699deef29bc50c018b8e2da9bc54 | 2bd76827f09bbd9c60ac87af0d8f48e815272ea3 | chore(router): fix typo in comment (#50581)
<!-- 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(s) that you're making:
## For Contributors
... | [
{
"path": "packages/next/src/client/router.ts",
"patch": "@@ -126,7 +126,7 @@ routerEvents.forEach((event) => {\n // Export the singletonRouter and this is the public API.\n export default singletonRouter as SingletonRouter\n \n-// Reexport the withRoute HOC\n+// Reexport the withRouter HOC\n export { defau... | 2023-06-14T04:10:36 |
huggingface/transformers | b3565823aa8485a2c832ba76bdc1799a690bcce6 | 0e0af808686ff6bb77dd00d2f9d35ca2bac3abfb | Fixed failing Bart-Model Integration Tests (#42676)
Fixed failing BartModelIntegrationTests | [
{
"path": "tests/models/bart/test_modeling_bart.py",
"patch": "@@ -962,7 +962,7 @@ def test_xsum_summarization_same_as_fairseq(self):\n \" state.\"\n \"</s>\"\n )\n- dct = tok.batch_encode_plus(\n+ dct = tok(\n [PGE_ARTICLE],\n max_length... | 2025-12-08T16:38:46 |
golang/go | 7db75b368d4599e02b065f48b6ca8675b658b928 | 49030c87e02c02f9b3ad812e4d447c4f1e39d745 | go/types, types2: ensure we have an interface before checking constraints
Due to delayed computation of constraint type sets it is possible that
a type argument is checked against a constraint before that constraint
has been wrapped into an implicit interface (if needed).
When the type checker is about to check wheth... | [
{
"path": "src/cmd/compile/internal/types2/instantiate.go",
"patch": "@@ -135,6 +135,8 @@ func (check *Checker) validateTArgLen(pos syntax.Pos, ntparams, ntargs int) bool\n func (check *Checker) verify(pos syntax.Pos, tparams []*TypeParam, targs []Type) (int, error) {\n \tsmap := makeSubstMap(tparams, targs... | 2022-02-07T19:28:14 |
electron/electron | a5b93211e6bff7f734564348b229b92d7d6be9a8 | 313883b1fc86fb522b605007a28011ba0d63699c | AutoUpdate Windows: Don't spawn if running
Previously, the auto updater would run as many squirrel processes
as told. This introduces a little change where instead of spawning
a second process, we attach to the already running process - or, if
different arguments are passed, return and emit an error.
This is not fail... | [
{
"path": "lib/browser/api/auto-updater/squirrel-update-win.js",
"patch": "@@ -7,17 +7,34 @@ const appFolder = path.dirname(process.execPath)\n \n // i.e. my-app/Update.exe\n const updateExe = path.resolve(appFolder, '..', 'Update.exe')\n-\n const exeName = path.basename(process.execPath)\n+var spawnedArgs ... | 2016-04-13T01:09:46 |
huggingface/transformers | 0e0af808686ff6bb77dd00d2f9d35ca2bac3abfb | e8e142de378e15626ace04b02256a9d8ee158550 | Fix failing `ColPaliModelIntegrationTest` (#42705)
Fixed failing ColPaliModelIntegrationTest | [
{
"path": "tests/models/colpali/test_modeling_colpali.py",
"patch": "@@ -270,8 +270,8 @@ def test_model_integration_test(self):\n ds = load_dataset(\"hf-internal-testing/document-visual-retrieval-test\", split=\"test\")\n \n # Preprocess the examples\n- batch_images = self.processor(i... | 2025-12-08T16:32:17 |
vercel/next.js | 2bd76827f09bbd9c60ac87af0d8f48e815272ea3 | 3427d324d8cb3fc51d6f1a346085b918d929127c | Fix build error about trace file and edge route (#50808)
<!-- 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(s) that you're making:
## For Co... | [
{
"path": "packages/next/src/build/index.ts",
"patch": "@@ -1770,6 +1770,12 @@ export default async function build(\n \n if (config.outputFileTracing) {\n for (let page of pageKeys.pages) {\n+ // edge routes have no trace files\n+ const pageInfo = pageInfos.ge... | 2023-06-14T04:04:10 |
huggingface/transformers | e8e142de378e15626ace04b02256a9d8ee158550 | ad5410453c2938f3d1bd73d140fbba7108013049 | Fixed failing `BioGPT` batch generation test (#42677)
Fixed failing BioGPT batch generation test | [
{
"path": "tests/models/biogpt/test_modeling_biogpt.py",
"patch": "@@ -335,7 +335,9 @@ def test_batch_generation(self):\n \n num_paddings = inputs_non_padded.shape[-1] - inputs[\"attention_mask\"][-1].long().sum().item()\n inputs_padded = tokenizer(sentences[1], return_tensors=\"pt\").input_... | 2025-12-08T16:12:00 |
golang/go | 49030c87e02c02f9b3ad812e4d447c4f1e39d745 | 8f374aa27f887d78ef709115c140fd5862691df0 | go/types, types2: record correct argument type for cap, len
Record the actual argument type for a cap/len call, not the
underlying type.
Fixes #51055.
Change-Id: Ia0e746a462377f030424ccaec0babf72b78da420
Reviewed-on: https://go-review.googlesource.com/c/go/+/383474
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot... | [
{
"path": "src/cmd/compile/internal/types2/builtins.go",
"patch": "@@ -142,9 +142,8 @@ func (check *Checker) builtin(x *operand, call *syntax.CallExpr, id builtinId) (\n \t\t// cap(x)\n \t\t// len(x)\n \t\tmode := invalid\n-\t\tvar typ Type\n \t\tvar val constant.Value\n-\t\tswitch typ = arrayPtrDeref(under... | 2022-02-05T00:57:43 |
electron/electron | 95a53fc832497a635c0a6f9fad5fbb71901f3c64 | b8e64ac40efc0a89fabd0da820a1a8beceaffd16 | :memo: Small fixes
[ci skip] | [
{
"path": "docs-translations/ko-KR/development/coding-style.md",
"patch": "@@ -52,6 +52,6 @@ Electron API는 Node.js와 비슷한 명명법을 사용합니다:\n \n 새로운 API를 만들 땐 jQuery의 one-function 스타일 대신 getter, setter스타일을\n 사용해야 합니다. 예를 들어 `.text([text])` 대신 `.getText()`와 `.setText(text)`\n-형식으로 함수를 설계하면 됩니다. 포럼에 이 문제에 대한\n+형식으로 함... | 2016-04-14T13:56:56 |
vercel/next.js | 3427d324d8cb3fc51d6f1a346085b918d929127c | 4ef3982f62655a9215361bf3c79a6f6a33f10d50 | fix: app router hash scrolling should respect scroll-padding (#51268)
When navigating to a route with a hash parameter, the layout router
jumps to the element by scrolling to the node's `offsetTop` value.
However, this will ignore `scroll-padding`, which deviates from browser
behavior.
It looks like this isn't a... | [
{
"path": "packages/next/src/client/components/layout-router.tsx",
"patch": "@@ -216,9 +216,10 @@ class InnerScrollAndFocusHandler extends React.Component<ScrollAndFocusHandlerPr\n \n handleSmoothScroll(\n () => {\n- // In case of hash scroll we need to scroll to the top of the elemen... | 2023-06-14T03:50:51 |
huggingface/transformers | 142ae3d9182e68dfcbf6b595a18a25a7f2d503ea | 75beab1c7643ba604798e9ec0718b8c436963b6e | Fix PEFT integration with new weight loader (#42701)
simplify | [
{
"path": "src/transformers/conversion_mapping.py",
"patch": "@@ -228,7 +228,7 @@ def get_model_conversion_mapping(\n \"\"\"\n weight_conversions = []\n \n- # Load models with key mapping\n+ # Load models with explicit, user-provided key mapping\n if key_mapping is not None:\n weig... | 2025-12-08T14:51:22 |
rust-lang/rust | cda9bfef6f7ce3bc1744c0ed41e53523efdc5bba | ad3b7257615c28aaf8212a189ec032b8af75de51 | Fix `x clean` with a fifo
`x clean` was failing when it encountered a special file like a fifo
because it thought it was a directory. | [
{
"path": "src/bootstrap/src/core/build_steps/clean.rs",
"patch": "@@ -181,7 +181,7 @@ fn rm_rf(path: &Path) {\n panic!(\"failed to get metadata for file {}: {}\", path.display(), e);\n }\n Ok(metadata) => {\n- if metadata.file_type().is_file() || metadata.file_type().... | 2025-07-01T16:14:18 |
golang/go | 3c4c10ea8c87836a75c4065660c72c0929309dd7 | 867a3d55024b654347fcbc0782a39ecd57d94a27 | misc/cgo: fix aliasing bugs in parallel tests that append to shared slices
These tests use a slice to represent the base C compiler command (with
flags). Appending to that slice can cause subtle aliasing bugs, such
as commands that silently corrupt the arguments of other concurrent
commands in parallel tests.
In this... | [
{
"path": "misc/cgo/errors/badsym_test.go",
"patch": "@@ -201,6 +201,10 @@ func cCompilerCmd(t *testing.T) []string {\n \tif !lastSpace {\n \t\tcc = append(cc, s[start:])\n \t}\n+\n+\t// Force reallocation (and avoid aliasing bugs) for tests that append to cc.\n+\tcc = cc[:len(cc):len(cc)]\n+\n \treturn cc\... | 2022-02-07T16:33:30 |
nodejs/node | 3ca0df22e67704f061e0f3b3dcdff89bb66ae4f2 | fb4d5286b05dd02054ae0e471ab9d3c3b3845381 | n-api: defer Buffer finalizer with SetImmediate
We have a test that verifies that JS execution from the Buffer
finalizer is accepted, and that errors thrown are passed
down synchronously.
However, since the finalizer executes during GC, this is behaviour is
fundamentally invalid and, for good reasons, disallowed by t... | [
{
"path": "src/node_api.cc",
"patch": "@@ -32,21 +32,30 @@ namespace v8impl {\n \n namespace {\n \n-class BufferFinalizer: private Finalizer {\n+class BufferFinalizer : private Finalizer {\n public:\n // node::Buffer::FreeCallback\n static void FinalizeBufferCallback(char* data, void* hint) {\n Buf... | 2019-06-05T21:29:18 |
vercel/next.js | 4ef3982f62655a9215361bf3c79a6f6a33f10d50 | d31ced1d26b958f647b0f642e2666eea639fd4c1 | chore: remove useless duplicate code (#50705)
<!-- 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(s) that you're making:
## For Contributors
... | [
{
"path": "packages/next/src/server/next-server.ts",
"patch": "@@ -1542,10 +1542,6 @@ export default class NextNodeServer extends BaseServer {\n }\n }\n \n- if (match) {\n- addRequestMeta(req, '_nextMatch', match)\n- }\n-\n // Try to handle the given route wi... | 2023-06-14T03:38:01 |
huggingface/transformers | 75beab1c7643ba604798e9ec0718b8c436963b6e | d3ee06b8cb5e45aab51b85aafd54f4b3f7cad2e2 | Fixed paged|FA2 kernel loading logic and UT. (#42547)
* Fixed UT and kernel loading logic.
* Revision based on comments
* Simplify code
* make style
* simplify CB part
* retrigger ci
---------
Co-authored-by: vasqu <antonprogamer@gmail.com>
Co-authored-by: Anton Vlasjuk <73884904+vasqu@users.noreply.github.com> | [
{
"path": "src/transformers/generation/continuous_batching/continuous_api.py",
"patch": "@@ -763,15 +763,9 @@ def __init__(\n num_kv_padding_intervals: (optional) Number of intervals used to pad the keys/values dimension\n allow_prefix_sharing: (optional) Whether to allow prefix shar... | 2025-12-08T14:16:09 |
Subsets and Splits
Assembly Language GitHub Issues
Retrieves a sample of assembly-language related commits with their details, but doesn't provide meaningful analysis or patterns beyond basic filtering.
Swift Compiler Issues Analysis
Retrieves all training data for the Swift programming language repository, providing basic filtering but offering limited analytical insight beyond identifying relevant code examples.