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
golang/go
35d2712b324af111816e9d637032cbbb8eaeedc7
90c970cd0fce1804d82f5148884e69d179c2e265
net/http: fix typo in Transport docs Change-Id: Ifeb8d6d2e3fd4c8b0e27da62bec5cf28fe71db34 GitHub-Last-Rev: 5760fb106f58bf77817b9813f029d47be4ca7e3b GitHub-Pull-Request: golang/go#76316 Reviewed-on: https://go-review.googlesource.com/c/go/+/720800 Auto-Submit: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI ...
[ { "path": "src/net/http/transport.go", "patch": "@@ -87,7 +87,7 @@ const DefaultMaxIdleConnsPerHost = 2\n // ClientTrace.Got1xxResponse.\n //\n // Transport only retries a request upon encountering a network error\n-// if the connection has been already been used successfully and if the\n+// if the connecti...
2025-11-16T00:00:59
kubernetes/kubernetes
f3de090c6061991aaa63a2b08c3e14ce0ecc7402
a53840212694c71f2f37e7fa3fadf6603940a658
fix: introduce metric as stage alpha
[ { "path": "staging/src/k8s.io/cloud-provider/controllers/route/metrics.go", "patch": "@@ -35,7 +35,7 @@ var (\n \t\tName: \"route_sync_total\",\n \t\tSubsystem: subsystem,\n \t\tHelp: \"A metric counting the amount of times routes have been synced with the cloud provider.\",\n-\t\tS...
2026-01-27T09:56:01
mrdoob/three.js
155d41e56acbc61cf5f426ab9f8433ed2f1273a6
11c6c58190870ac5ffae1994ec7198bd2d68927a
Docs: Fixes missing material on the doc page about the LOD class (#30591) * Docs: Fixes missing material on the doc page about the LOD class * Update LOD.html --------- Co-authored-by: Michael Herzog <michael.herzog@human-interactive.org>
[ { "path": "docs/api/en/objects/LOD.html", "patch": "@@ -25,6 +25,7 @@ <h2>Code Example</h2>\n \n \t\t<code>\n \t\tconst lod = new THREE.LOD();\n+\t\tconst material = new THREE.MeshBasicMaterial( { color: 0xffff00 } );\n \n \t\t//Create spheres with 3 levels of detail and create new LOD levels for them\n \t\...
2025-02-23T14:30:53
denoland/deno
8a00009a834cdb51df5f6678a7822f8dcade7d6b
892bc94afe9dd24133f52cd1d35c024aeb7679ff
fix(x): fix shim script when use custom alias name, re-enable alias tests (#31653)
[ { "path": "cli/args/flags.rs", "patch": "@@ -427,6 +427,7 @@ pub enum DenoXShimName {\n #[default]\n Dx,\n Denox,\n+ Dnx,\n Other(String),\n }\n \n@@ -435,6 +436,7 @@ impl DenoXShimName {\n match self {\n Self::Dx => \"dx\",\n Self::Denox => \"denox\",\n+ Self::Dnx => \"dnx\",\...
2025-12-18T09:06:35
tensorflow/tensorflow
2036d7711b84b63f519c6d0da1931bbaeb01b902
d2095fdd5a6d089d2009333c4f1a93dcd01057cf
Fix flabuffer export custom option alignment behavior PiperOrigin-RevId: 862775421
[ { "path": "tensorflow/compiler/mlir/lite/flatbuffer_export.cc", "patch": "@@ -1231,6 +1231,10 @@ std::optional<BufferOffset<tflite::Buffer>> Translator::BuildBuffer(\n std::string buffer = storage_it->second->GetData();\n buffer_storage_.buffers().erase(storage_it);\n \n+ if (custom_option_alignm...
2026-01-29T17:42:23
golang/go
9772d3a690eabd4a167301b886e18c6ce7b6e4bc
1903782ade15293358c983e03db2bf238c5352fa
cmd/cgo: strip top-level const qualifier from argument frame struct Otherwise we can't assign to it. Fixes #75751 Change-Id: Iba680db672297bca1a1d1a33912b80863da66a08 Reviewed-on: https://go-review.googlesource.com/c/go/+/717342 Reviewed-by: David Chase <drchase@google.com> Auto-Submit: Ian Lance Taylor <iant@golang...
[ { "path": "src/cmd/cgo/internal/test/test.go", "patch": "@@ -953,6 +953,12 @@ typedef struct {\n } issue69086struct;\n static int issue690861(issue69086struct* p) { p->b = 1234; return p->c; }\n static int issue690862(unsigned long ul1, unsigned long ul2, unsigned int u, issue69086struct s) { return (int)(s...
2025-11-03T23:54:39
mrdoob/three.js
3bb6e70ca2107d709c003b4a7df9853d9fc51717
498be07c42e792343819e72f08e393609a43f94e
RenderTarget: Fix copy of images. (#30585)
[ { "path": "docs/api/en/renderers/WebGLRenderTarget.html", "patch": "@@ -133,7 +133,11 @@ <h3>[method:WebGLRenderTarget clone]()</h3>\n \t\t<p>Creates a copy of this render target.</p>\n \n \t\t<h3>[method:this copy]( [param:WebGLRenderTarget source] )</h3>\n-\t\t<p>Adopts the settings of the given render ta...
2025-02-23T11:58:22
kubernetes/kubernetes
a53840212694c71f2f37e7fa3fadf6603940a658
61cfa3fd14670de900813ecebb57ce106d0ea389
fix: update golden list of metrics
[ { "path": "test/instrumentation/testdata/stable-metrics-list.yaml", "patch": "@@ -256,6 +256,12 @@\n labels:\n - deprecated_version\n - stability_level\n+- name: route_sync_total\n+ subsystem: route_controller\n+ help: A metric counting the amount of times routes have been synced with the cloud\n+ ...
2026-01-27T08:36:55
golang/go
1903782ade15293358c983e03db2bf238c5352fa
ec92bc6d63efdbd1e04b7590b8ec3ea5236503e0
errors: add examples for custom Is/As matching Change-Id: Ia92dae13b6a4e9434b29d2ab3f698f6ba87b4b89 Reviewed-on: https://go-review.googlesource.com/c/go/+/713740 Reviewed-by: Damien Neil <dneil@google.com> Reviewed-by: Mark Freeman <markfreeman@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accoun...
[ { "path": "src/errors/example_test.go", "patch": "@@ -44,6 +44,39 @@ func ExampleNew() {\n \t// Output: emit macho dwarf: elf header corrupted\n }\n \n+func OopsNew() error {\n+\treturn errors.New(\"an error\")\n+}\n+\n+var ErrSentinel = errors.New(\"an error\")\n+\n+func OopsSentinel() error {\n+\treturn E...
2025-10-22T12:13:51
denoland/deno
892bc94afe9dd24133f52cd1d35c024aeb7679ff
baf02f935a5a2025a7785886ea7bedf4cae8b368
fix(flags): implement a better sandbox subcommand (#31657)
[ { "path": "cli/args/flags.rs", "patch": "@@ -224,6 +224,11 @@ pub struct CoverageFlags {\n pub r#type: CoverageType,\n }\n \n+#[derive(Clone, Debug, Eq, PartialEq, Default)]\n+pub struct DeployFlags {\n+ pub sandbox: bool,\n+}\n+\n #[derive(Clone, Debug, Eq, PartialEq, Default)]\n pub enum DocSourceFileF...
2025-12-17T22:29:57
tensorflow/tensorflow
1bf301128ea3f1c7647e443cf0e48b8c1bd559c5
6b7bd8fca6305efcba1e02d0c9e221f9e70ef225
[XLA] Internal Migration of IndexingMap storage from MLIR::AffineMap to XLA::SymbolicMap This CL migrates the internal storage and core logic of IndexingMap to use the new XLA-native SymbolicMap and SymbolicExpr, fully replacing mlir::AffineMap. This is a foundational change that decouples XLA's indexing analysis from...
[ { "path": "third_party/xla/xla/hlo/analysis/BUILD", "patch": "@@ -608,6 +608,9 @@ cc_library(\n ],\n deps = [\n \":interval\",\n+ \":symbolic_expr\",\n+ \":symbolic_map\",\n+ \":symbolic_map_converter\",\n \"//xla:permutation_util\",\n \"//xla:shape_util\...
2026-01-29T15:33:14
mrdoob/three.js
a759c34fa37878be156074dfb45d8454dd3a9dda
1eb2fc95b25fc13e82644f031a013bb22d793e8d
COnfig: Fix eslint for test and .gitignore (#30580) Co-authored-by: Samuel Rigaud <srigaud@duodisplay.com>
[ { "path": ".gitignore", "patch": "@@ -8,11 +8,13 @@ npm-debug.log\n .vs/\n \n test/unit/build\n+test/treeshake/index-src.bundle.min.js\n test/treeshake/index.bundle.js\n test/treeshake/index.bundle.min.js\n test/treeshake/index.webgpu.bundle.js\n test/treeshake/index.webgpu.bundle.min.js\n-test/treeshake/in...
2025-02-21T14:16:24
kubernetes/kubernetes
65693b2d2ae1e1843c2ae460c5ed562aa92202be
d91be59690cb722dc0b820c572a5cef9390979bc
ktesting: fix setting up progress reporting The recent change to support importing ktesting into an E2E suite without progress reporting was flawed: - If a Go unit test had a deadline (the default when invoked by `go test`!), the early return skipped initializing progress reporting. - When it didn't, for example w...
[ { "path": "test/utils/ktesting/examples/with_ktesting/example_test.go", "patch": "@@ -40,6 +40,16 @@ func TestTimeout(t *testing.T) {\n \tif deadline, ok := t.Deadline(); ok {\n \t\tt.Logf(\"Will fail shortly before the test suite deadline at %s.\", deadline)\n \t}\n+\n+\t// This is how Ginkgo and ktesting ...
2026-01-27T09:13:43
swiftlang/swift
d4547ec74c55c1f9274c51c653a2af284b282aeb
ad51a7d68667aa303bab49c47e57a1d686da5056
stdlib: Fix compiler warnings in Concurrency, Cxx, and RuntimeModule - Remove spurious `unsafe` on non-unsafe calls in TaskCancellation.swift and UnsafeCxxIterators.swift - Change `var fd` to `let fd` in ImageSource.swift since it is never mutated
[ { "path": "stdlib/public/Concurrency/TaskCancellation.swift", "patch": "@@ -225,7 +225,7 @@ extension Task {\n // This is @available(SwiftStdlib 6.4, *) but can't use SwiftStdlib in transparent function\n if #available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, visionOS 9999, *) {\n let ig...
2026-02-23T17:29:46
golang/go
ec92bc6d63efdbd1e04b7590b8ec3ea5236503e0
3820f94c1d081921494ada1da64b4fab21ae1a48
cmd/compile: rewrite Rsh to RshU if arguments are proved positive Fixes #76332 Change-Id: I9044025d5dc599531c7f88ed2870bcf3d8b0acbd Reviewed-on: https://go-review.googlesource.com/c/go/+/721206 Reviewed-by: Mark Freeman <markfreeman@google.com> Reviewed-by: Keith Randall <khr@google.com> Auto-Submit: Jorropo <jorropo...
[ { "path": "src/cmd/compile/internal/ssa/prove.go", "patch": "@@ -2664,14 +2664,30 @@ var mostNegativeDividend = map[Op]int64{\n \tOpMod64: -1 << 63,\n }\n var unsignedOp = map[Op]Op{\n-\tOpDiv8: OpDiv8u,\n-\tOpDiv16: OpDiv16u,\n-\tOpDiv32: OpDiv32u,\n-\tOpDiv64: OpDiv64u,\n-\tOpMod8: OpMod8u,\n-\tOpMod16:...
2025-11-18T00:42:37
denoland/deno
baf02f935a5a2025a7785886ea7bedf4cae8b368
15f9fe2f9248fbbf8cb74c5e87b20dce59f43b8b
chore: remove error-prone wildcard_match function (#31650) This function was error-prone. In one place it was causing output where it shouldn't and in another place it wasn't asserting the test.
[ { "path": "tests/integration/test_tests.rs", "patch": "@@ -1,12 +1,12 @@\n // Copyright 2018-2025 the Deno authors. MIT license.\n \n-use test_util as util;\n+use test_util::TestContext;\n+use test_util::TestContextBuilder;\n+use test_util::assert_contains;\n+use test_util::assert_not_contains;\n+use test_u...
2025-12-17T16:49:36
tensorflow/tensorflow
6b7bd8fca6305efcba1e02d0c9e221f9e70ef225
799b505efddf417686989f5ef55de0f75731a6dd
Add missing parser for SymbolicMap This CL introduces a parser for the string representation of SymbolicMap objects. Errors are handled similarly to ParseSymbolicExpr, and the parser returns directly the SymbolicMap without any absl::Status to be consistent with the legacy ParseAffineMap. Test: Replace ParseAffineMap...
[ { "path": "third_party/xla/xla/hlo/analysis/BUILD", "patch": "@@ -726,6 +726,7 @@ cc_library(\n deps = [\n \":symbolic_expr\",\n \"@com_google_absl//absl/algorithm:container\",\n+ \"@com_google_absl//absl/log\",\n \"@com_google_absl//absl/log:check\",\n \"@com_goog...
2026-01-29T14:48:19
denoland/deno
3df3f275dfef15a3e0bc58830d8330bd712c67a3
8aead9bf10e77f80fcad919174470036499bab64
fix(ext/node): fix hot loop in `setImmediate` with a pending timer (#31643) Contains fix from https://github.com/denoland/deno_core/pull/1263. This effectively reopens https://github.com/denoland/deno/issues/28016 for the time being as we're regressing one of the Node.js compat tests and the interaction between `setT...
[ { "path": "Cargo.lock", "patch": "@@ -1885,9 +1885,9 @@ dependencies = [\n \n [[package]]\n name = \"deno_core\"\n-version = \"0.374.0\"\n+version = \"0.375.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"2eb22113497200da6707378af84a45b48452e5e1a4c19aee595e9f9e42272b9...
2025-12-17T16:13:54
golang/go
d474f1fd21fde4a508235c48caf0acca6ce73642
d0d0a7298036793e0648bfd6d296a1cdac372a97
cmd/compile: make dse track multiple shadowed ranges Track multiple shadowed ranges when doing DSE. Elides zeroing for: func nozero() (b [5]int64) { b[0] = 1 b[1] = 7 b[3] = 1 b[4] = 1 b[2] = 0 return b } goes from: v28 00003 (7) LEAQ main.b(SP), AX v5 00004 (7) MOVUPS X15, (AX) v5 00005 (7) MO...
[ { "path": "src/cmd/compile/internal/ssa/deadstore.go", "patch": "@@ -10,6 +10,10 @@ import (\n \t\"cmd/internal/obj\"\n )\n \n+// maxShadowRanges bounds the number of disjoint byte intervals\n+// we track per pointer to avoid quadratic behaviour.\n+const maxShadowRanges = 64\n+\n // dse does dead-store elim...
2025-05-21T07:34:48
swiftlang/swift
75e2a0a33b258e9f944f7788a86d6fe8975972c4
41524f9591c3c7b183a5540d85a5e379ae010b9d
[cxx-interop] Fix miscompilation of some single field structs Swift has some optimizations in place to treat structs with a single refcounted field as if it was only the field. This logic was not correctly taken into account for foreign reference types when a struct like this was stored in a single element enum like a...
[ { "path": "lib/IRGen/ClassTypeInfo.h", "patch": "@@ -100,7 +100,7 @@ class ClassTypeInfo : public HeapTypeInfo<ClassTypeInfo> {\n }\n \n void strongCustomRetain(IRGenFunction &IGF, Explosion &e,\n- bool needsNullCheck) const {\n+ bool needsNullCheck) con...
2026-02-23T17:18:57
mrdoob/three.js
eb51e091948980d061ea77625c7d78cf6ac65126
2ab9aea318610820a3f5410c898eb56f8d6a9c29
Revert "RenderTarget: Fix copy of images. (#30570)" (#30572) This reverts commit 2ab9aea318610820a3f5410c898eb56f8d6a9c29.
[ { "path": "src/core/RenderTarget.js", "patch": "@@ -148,12 +148,12 @@ class RenderTarget extends EventDispatcher {\n \t\t\tthis.textures[ i ].isRenderTargetTexture = true;\n \t\t\tthis.textures[ i ].renderTarget = this;\n \n-\t\t\t// ensure image object is not shared, see #20328\n+\t\t}\n \n-\t\t\tconst ima...
2025-02-20T12:32:51
tensorflow/tensorflow
fd817d5287750f142cde13b46e9159a79b165b02
1289bb56e78798b8bb9d39e5de6ac10627209dc2
Fix change_op_data_type_test build failure PiperOrigin-RevId: 862326440
[ { "path": "third_party/xla/xla/service/BUILD", "patch": "@@ -5923,7 +5923,7 @@ xla_cc_test(\n \"//xla/tests:xla_internal_test_main\", # fixdeps: keep\n \"//xla/tsl/platform:statusor\",\n \"@com_google_absl//absl/types:span\",\n- \"@com_google_googletest//:gtest_main\",\n+ ...
2026-01-28T19:38:41
golang/go
d0d0a7298036793e0648bfd6d296a1cdac372a97
a9704f89ea6bc02815557db8d89c1fa22a779b7e
cmd/compile/internal/ssa: correct type of ARM64 conditional instructions The CCMP, CCMN, CCMPconst, and related instructions in ARM64Ops.go were incorrectly set to type "Flag". This non-existent type caused compilation failures during the "lower" and "late lower" passes. Change them to the correct type, "Flags". Cha...
[ { "path": "src/cmd/compile/internal/ssa/_gen/ARM64Ops.go", "patch": "@@ -517,15 +517,15 @@ func init() {\n \t\t// If the condition 'Cond' evaluates to true against current flags,\n \t\t// flags are set to the result of the comparison operation.\n \t\t// Otherwise, flags are set to the fallback value '...
2025-11-21T09:58:40
denoland/deno
26fdc29fe027eaf3f2c77dcdb48b568cc7684aac
22e550088d5c56447e074cfa52663a2e86817eb4
fix: update glob implementation to match with latest node (#31627) Fixes #31625
[ { "path": "ext/node/polyfills/_fs/_fs_glob.ts", "patch": "@@ -205,7 +205,7 @@ class Cache {\n const promise = PromisePrototypeThen(\n readdir(path, { __proto__: null, withFileTypes: true }),\n null,\n- () => null,\n+ () => [],\n );\n this.#readdirCache.set(path, promise);\n...
2025-12-17T16:05:08
mrdoob/three.js
2ab9aea318610820a3f5410c898eb56f8d6a9c29
a5df72ec62b0a48a9bf622180686d9874eded995
RenderTarget: Fix copy of images. (#30570)
[ { "path": "src/core/RenderTarget.js", "patch": "@@ -148,12 +148,12 @@ class RenderTarget extends EventDispatcher {\n \t\t\tthis.textures[ i ].isRenderTargetTexture = true;\n \t\t\tthis.textures[ i ].renderTarget = this;\n \n-\t\t}\n+\t\t\t// ensure image object is not shared, see #20328\n \n-\t\t// ensure i...
2025-02-20T10:16:43
swiftlang/swift
21df97bce78dad4fe719b949abeba9f281e60448
d8e35bf381505ec826d5b8bbdcdc619d7d54d0e3
[Backtracing] Disable the Runtime module on Android for now. The Runtime module currently doesn't build successfully on Android; we need to fix it to do so, but for now we should disable it so it doesn't block Windows builds.
[ { "path": "utils/build.ps1", "patch": "@@ -2243,8 +2243,12 @@ function Get-CompilersDefines([Hashtable] $Platform, [string] $Variant, [switch]\n SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED = \"YES\";\n SWIFT_ENABLE_EXPERIMENTAL_OBSERVATION = \"YES\";\n SWIFT_ENABLE_EXPERIMENTAL_STRING_PROCESSING = \"Y...
2026-02-23T15:34:27
denoland/deno
22e550088d5c56447e074cfa52663a2e86817eb4
3dac3dfc6d64daf75fb7e71144c9de824da1998b
chore: update patchver to 0.5.0 (#31630) Includes the intel mac fix for future rc releases using the promote script
[ { "path": "tools/release/promote_to_release.ts", "patch": "@@ -5,7 +5,7 @@\n \n import { $ } from \"jsr:@david/dax@0.41.0\";\n import { gray } from \"jsr:@std/fmt@1/colors\";\n-import { patchver } from \"jsr:@deno/patchver@0.4.0\";\n+import { patchver } from \"jsr:@deno/patchver@0.5.0\";\n \n const SUPPORTE...
2025-12-17T13:13:36
tensorflow/tensorflow
2d138a24bfececd1e26d50def24c040e4ae0b0bb
769705bd255885398681db171ad9d952a273435c
Fixes test failure due to checking `TiledDataRank` before checking sharding being tiled PiperOrigin-RevId: 862207725
[ { "path": "third_party/xla/xla/hlo/utils/hlo_sharding_util.cc", "patch": "@@ -1705,12 +1705,13 @@ HloSharding RemoveShapeDimensions(const HloSharding& sharding,\n \n HloSharding AddShapeDimensions(const HloSharding& sharding,\n int64_t insertion_index, int64_t num_dims) {\n- ...
2026-01-28T14:31:12
mrdoob/three.js
d8bf25aa51968e78bdac6f4de2d2bfbb0d049da2
4bc99d47eb8d3e339ca936d3458a6777ce60070d
Docs: Fix function types. (#30559)
[ { "path": "src/materials/nodes/NodeMaterial.js", "patch": "@@ -292,7 +292,7 @@ class NodeMaterial extends Material {\n \t\t * \treturn shadow.mix( color( 0xff0000 ), 1 ); // modify shadow color\n \t\t * } );\n \t\t *\n-\t\t * @type {?(Function<vec4>|FunctionNode<vec4>)}\n+\t\t * @type {?(Function|FunctionNo...
2025-02-19T08:53:01
golang/go
d3a0321dbad4c2f60bede3bd033b26a5a4839c53
74ebdd28d10f93fbcb58708c76b5805bc6c114a3
[dev.simd] cmd/compile: fix incorrect mapping of SHA256MSG2128 Change-Id: Iff00fdb5cfc83c546ad564fa7618ec34d0352fdc Reviewed-on: https://go-review.googlesource.com/c/go/+/722640 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Junyang Shao <shaojunyang@google.com> ...
[ { "path": "src/cmd/compile/internal/amd64/simdssa.go", "patch": "@@ -2291,7 +2291,8 @@ func ssaGenSIMDValue(s *ssagen.State, v *ssa.Value) bool {\n \tcase ssa.OpAMD64SHA1MSG1128,\n \t\tssa.OpAMD64SHA1MSG2128,\n \t\tssa.OpAMD64SHA1NEXTE128,\n-\t\tssa.OpAMD64SHA256MSG1128:\n+\t\tssa.OpAMD64SHA256MSG1128,\n+\t...
2025-11-20T22:28:41
kubernetes/kubernetes
59e3b9137e743e21f7b5e4c925e684c005894f37
f4eedc41b8c7aa9a4c66c08d153d8d4ce6c1e6a6
Fix image volume subPath test and add feature tag Change /etc/os-release to /etc/passwd in subPath test to avoid symlink issues with Alpine 3.21 (kitten:1.8). Add Feature:ImageVolume tag to properly categorize tests for CI. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
[ { "path": "test/e2e_node/image_volume.go", "patch": "@@ -31,6 +31,7 @@ import (\n \tmetav1 \"k8s.io/apimachinery/pkg/apis/meta/v1\"\n \t\"k8s.io/kubernetes/pkg/kubelet/images\"\n \t\"k8s.io/kubernetes/pkg/kubelet/kuberuntime\"\n+\t\"k8s.io/kubernetes/test/e2e/feature\"\n \t\"k8s.io/kubernetes/test/e2e/frame...
2026-01-26T10:32:46
tensorflow/tensorflow
bbbf299c3140537a73def0a497c98dbc8891f873
16bc94ba802b362c9a40f46a8f45bb1b5447d2eb
PR #36803: Fix typo in HLO parser: `rls_dilate` -> `rhs_dilate` Imported from GitHub PR https://github.com/openxla/xla/pull/36803 📝 Summary of Changes Fix typo in `HloParserImpl::ParseWindow`: the string `"rls_dilate"` passed to ParseDxD was incorrect and should be `"rhs_dilate"`. 🎯 Justification The typo causes `...
[ { "path": "third_party/xla/xla/hlo/parser/hlo_parser.cc", "patch": "@@ -5790,7 +5790,7 @@ bool HloParserImpl::ParseWindow(Window* window, bool expect_outer_curlies) {\n return ParseDxD(\"lhs_dilate\", &lhs_dilate);\n }\n if (field_name == \"rhs_dilate\") {\n- return ParseDxD(\"rls...
2026-01-28T10:00:46
denoland/deno
32d5a305ecb5f2b35ebe20f867627c3b605c5afc
611d7255d2e5c640559d01e71f5fd9623aed14e8
feat: worker debugging support via CDP (#31527)
[ { "path": "Cargo.lock", "patch": "@@ -1885,9 +1885,9 @@ dependencies = [\n \n [[package]]\n name = \"deno_core\"\n-version = \"0.373.0\"\n+version = \"0.374.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"559b437009e516b78cb30927182ec0b7563bf68a03cbda43fd57573a33196cf...
2025-12-16T17:47:28
golang/go
f87aaec53d943eb2b5a6b9be9e4af284543c4004
dbd2ab999262e1c9304d0591d6883f83b09c8570
cmd/compile: fix integer overflow in prove pass The detectSliceLenRelation function incorrectly deduced lower bounds for "len(s) - i" without checking if the subtraction could overflow (e.g. when i is negative). This led to incorrect elimination of bounds checks. Fixes: #76355 Change-Id: I30ada0e5f1425929ddd8ae1b66e5...
[ { "path": "src/cmd/compile/internal/ssa/prove.go", "patch": "@@ -2051,8 +2051,11 @@ func (ft *factsTable) detectSliceLenRelation(v *Value) {\n \t\treturn\n \t}\n \n-\tslice := v.Args[0].Args[0]\n \tindex := v.Args[1]\n+\tif !ft.isNonNegative(index) {\n+\t\treturn\n+\t}\n+\tslice := v.Args[0].Args[0]\n \n \t...
2025-11-19T10:17:47
kubernetes/kubernetes
c8c5a1653f785f1360d2cb038b3ef8fc58b96fc2
f006a945623017f353fba6b97d2318ad1b98472e
refactor: improve CSI plugin code clarity and error handling Signed-off-by: KunWuLuan <kunwuluan@gmail.com>
[ { "path": "pkg/scheduler/framework/plugins/nodevolumelimits/csi.go", "patch": "@@ -600,9 +600,8 @@ func NewCSI(_ context.Context, _ runtime.Object, handle fwk.Handle, fts feature.\n \tscLister := informerFactory.Storage().V1().StorageClasses().Lister()\n \tvaLister := informerFactory.Storage().V1().VolumeAt...
2026-01-20T07:36:45
mrdoob/three.js
4bc99d47eb8d3e339ca936d3458a6777ce60070d
91964e82f4e90ec1eee0eab443bcb65f7c3594ec
WebGPURenderer: Volumetric lighting (#30530) * volumetric fog - wip * performance-test * revision * Update webgpu_volume_cloud4.html * revision shadow * revisions * rename * volumetric lighting * rename to live test * improve names * update shadow intensity * rev * update title * update description * des...
[ { "path": "examples/files.json", "patch": "@@ -447,6 +447,8 @@\n \t\t\"webgpu_video_frame\",\n \t\t\"webgpu_video_panorama\",\n \t\t\"webgpu_volume_cloud\",\n+\t\t\"webgpu_volume_lighting\",\n+\t\t\"webgpu_volume_lighting_rectarea\",\n \t\t\"webgpu_volume_perlin\",\n \t\t\"webgpu_water\",\n \t\t\"webgpu_xr_...
2025-02-19T02:24:14
denoland/deno
4d385965bac3fe97b3043e496ee68a5a4153c735
4c08a08a4ee87ebe988b58721702f33047860fab
fix(cli): deno tunnel when token storage isn't working or without deno.json (#31584)
[ { "path": "cli/main.rs", "patch": "@@ -39,7 +39,6 @@ use std::path::PathBuf;\n use std::sync::Arc;\n \n use args::TaskFlags;\n-use deno_core::anyhow;\n use deno_core::anyhow::Context;\n use deno_core::error::AnyError;\n use deno_core::futures::FutureExt;\n@@ -985,17 +984,33 @@ fn wait_for_start(\n })\n }\...
2025-12-16T13:58:43
golang/go
dbd2ab999262e1c9304d0591d6883f83b09c8570
b9d86baae34197004a175c5c02b901240056a250
cmd/compile/internal: fix typos Change-Id: I5974f5b460f827877f49f69aff01ce5042f511c0 GitHub-Last-Rev: 552d12c0e609a65481381191be6bbd9f353120f5 GitHub-Pull-Request: golang/go#76398 Reviewed-on: https://go-review.googlesource.com/c/go/+/722900 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gservice...
[ { "path": "src/cmd/compile/internal/ir/expr.go", "patch": "@@ -681,7 +681,7 @@ type TypeAssertExpr struct {\n \n \t// When set to true, if this assert would panic, then use a nil pointer panic\n \t// instead of an interface conversion panic.\n-\t// It must not be set for type asserts using the commaok form....
2025-11-21T16:08:00
tensorflow/tensorflow
16bc94ba802b362c9a40f46a8f45bb1b5447d2eb
8eec5878f842fabf693eb07cdaa1649fcce3c4d7
[XLA:GPU/Triton] Fixing OOB issues that occur due to potentially dropping the mask on the loads. This surfaces with reductions, as an example. The failure manifests with CUDA_ERROR_ILLEGAL_ADDRESS when tested on tensors that are "large" enough. PiperOrigin-RevId: 862121705
[ { "path": "third_party/xla/xla/backends/gpu/codegen/triton/transforms/tests/triton_xla_extract_insert_to_triton.mlir", "patch": "@@ -275,3 +275,28 @@ func.func @parameter_into_broadcast_with_3_or_more_stages_does_not_use_tma(\n // CHECK-TMA-LABEL: tt.func @parameter_into_broadcast_with_3_or_more_stages_does...
2026-01-28T09:57:49
kubernetes/kubernetes
4b4fa73c1f28ad0657b0b34e78a72b1e8ba2039f
6560d3b1a8d78a5398270a9672d2694cd7962031
refactor: rename vaindexer to vaIndexer and improve error handling in CSI volume limits plugin This commit includes the following changes: 1. Rename 'vaindexer' variable to 'vaIndexer' for better readability and consistency 2. Add proper error handling with utilruntime.HandleError when encountering unexpected object t...
[ { "path": "pkg/scheduler/framework/plugins/nodevolumelimits/csi.go", "patch": "@@ -19,13 +19,13 @@ package nodevolumelimits\n import (\n \t\"context\"\n \t\"fmt\"\n-\t\"strings\"\n \n \tv1 \"k8s.io/api/core/v1\"\n \tstoragev1 \"k8s.io/api/storage/v1\"\n \tapierrors \"k8s.io/apimachinery/pkg/api/errors\"\n \...
2025-12-18T12:17:30
swiftlang/swift
131bae63e00b2c6b634391073c5b92f38113978b
d8e35bf381505ec826d5b8bbdcdc619d7d54d0e3
DiagnoseUnreachable: ignore `ignored_user` instructions Fixes a wrong "will never be executed" warning rdar://169271677 https://github.com/swiftlang/swift/issues/86891
[ { "path": "lib/SILOptimizer/Mandatory/DiagnoseUnreachable.cpp", "patch": "@@ -775,7 +775,8 @@ static bool simplifyBlocksWithCallsToNoReturn(SILBasicBlock &BB,\n // happens when passing a guaranteed argument through generic code paths\n // to no return functions.\n if (isa<EndBorrowInst>(currInst...
2026-02-23T13:45:44
mrdoob/three.js
4c206121baeccf3be37f5bffcd2962fb2c827f91
4473f143082770a0f08fa3d72025dfb5cb23bb1c
Jsdoc: More fixes (#30557) Co-authored-by: Samuel Rigaud <srigaud@duodisplay.com>
[ { "path": "src/materials/Material.js", "patch": "@@ -194,8 +194,8 @@ class Material extends EventDispatcher {\n \t\t *\n \t\t * This property has only an effect when using custom blending with `ConstantAlpha` or `OneMinusConstantAlpha`.\n \t\t *\n-\t\t * @type {Color}\n-\t\t * @default (0,0,0)\n+\t\t * @typ...
2025-02-18T22:44:49
denoland/deno
4c08a08a4ee87ebe988b58721702f33047860fab
2ec057b3e01b0451f5fd1f4468de803f0e6557fe
fix(ext/telemetry): otel baggage propagation (#31620) There were three bugs in baggage propagation: - `BaggageImpl` was not reading items from the map passsed in, instead always creating an empty baggage - `Deno.serve` was reading out baggage and storing it in a context, but then not starting the callback in that con...
[ { "path": "ext/http/00_serve.ts", "patch": "@@ -638,7 +638,7 @@ function mapToCallback(context, callback, onError) {\n { kind: 1 },\n activeContext,\n );\n- enterSpan(span);\n+ enterSpan(span, activeContext);\n try {\n return SafePromisePrototypeFinally(\n ...
2025-12-16T12:12:29
golang/go
b9d86baae34197004a175c5c02b901240056a250
4b0e3cc1d63a00ee184ea1f6b17e79808e3d9fdc
cmd/compile/internal/devirtualize: fix typos Change-Id: I4f5a89f452a252018072d067da4cdb9a6cb0f4fe GitHub-Last-Rev: 7eb108d3878109ccb9846d97b2adc7ea3003772a GitHub-Pull-Request: golang/go#76396 Reviewed-on: https://go-review.googlesource.com/c/go/+/722860 Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Robert ...
[ { "path": "src/cmd/compile/internal/devirtualize/devirtualize.go", "patch": "@@ -131,7 +131,7 @@ func StaticCall(s *State, call *ir.CallExpr) {\n \t\t// type assertion that we make here would also have failed, but with a different\n \t\t// panic \"pkg.Iface is nil, not *pkg.Impl\", where previously we would...
2025-11-21T15:51:03
kubernetes/kubernetes
6560d3b1a8d78a5398270a9672d2694cd7962031
dd767cdcd6752c4f6a4fac85cf0b5ef17877ac6e
fix unit test Signed-off-by: KunWuLuan <kunwuluan@gmail.com>
[ { "path": "pkg/scheduler/framework/plugins/nodevolumelimits/csi.go", "patch": "@@ -19,6 +19,7 @@ package nodevolumelimits\n import (\n \t\"context\"\n \t\"fmt\"\n+\t\"strings\"\n \n \tv1 \"k8s.io/api/core/v1\"\n \tstoragev1 \"k8s.io/api/storage/v1\"\n@@ -592,14 +593,16 @@ func NewCSI(_ context.Context, _ ru...
2025-08-22T08:46:19
swiftlang/swift
94658384039582ec5a369bc930c01dba18463eb9
d8e35bf381505ec826d5b8bbdcdc619d7d54d0e3
[di] Fix a typo in a DI diagnostic. Specifically initalizer -> initializer.
[ { "path": "include/swift/AST/DiagnosticsSIL.def", "patch": "@@ -245,7 +245,7 @@ ERROR(use_of_self_before_fully_init,none,\n NOTE(stored_property_not_initialized,none,\n \"'%0' not initialized\", (StringRef))\n NOTE(isolated_property_initializer,none,\n- \"%1 default value of '%0' cannot be used in ...
2026-02-20T01:32:17
mrdoob/three.js
97a078d73a8bdd77047809d0768ecea65588f447
eb41b4090cc1fbb5c7ae063a38c48d011fafce90
BatchedMesh: Deprecate old instancing render paths (#30550) * Deprecate use of "_multiDrawInstances" * r170 -> r173 * 173 -> 174 * Fix logs
[ { "path": "src/renderers/WebGLRenderer.js", "patch": "@@ -870,6 +870,8 @@ class WebGLRenderer {\n \n \t\t\t\tif ( object._multiDrawInstances !== null ) {\n \n+\t\t\t\t\t// @deprecated, r174\n+\t\t\t\t\twarnOnce( 'THREE.WebGLRenderer: renderMultiDrawInstances has been deprecated and will be removed in r184. ...
2025-02-18T10:31:55
denoland/deno
2ec057b3e01b0451f5fd1f4468de803f0e6557fe
5396fed4f90d7044c999d8d922094a7bc99e1ea9
fix(ext/node): `sqlite:backup` compatibility (#31610) Notable changes: - Respect progress callback function option. - Set default backup rate to 100 to follow Node's implementation. - Various validation and error handling. Note that the op implementation in this PR is still sync. Given this code: ```js import { back...
[ { "path": "ext/node/ops/sqlite/backup.rs", "patch": "@@ -1,51 +1,217 @@\n // Copyright 2018-2025 the Deno authors. MIT license.\n \n use std::borrow::Cow;\n+use std::cell::RefCell;\n use std::ffi::c_int;\n-use std::time;\n+use std::rc::Rc;\n \n use deno_core::OpState;\n use deno_core::op2;\n+use deno_core::...
2025-12-16T08:26:12
golang/go
4b0e3cc1d63a00ee184ea1f6b17e79808e3d9fdc
cdba82c7d6fce54b212872ae45d04c3911b11014
cmd/link: support loading R_LARCH_PCREL20_S2 and R_LARCH_CALL36 relocs Host libgcc.a (among other libraries) on loong64 systems may contain such relocs if built with the "medium" code model and/or linker relaxation, which is increasingly the case. Make the internal linker aware of these for cgo interopability going fo...
[ { "path": "src/cmd/internal/obj/fips140.go", "patch": "@@ -354,8 +354,10 @@ func (s *LSym) checkFIPSReloc(ctxt *Link, rel Reloc) {\n \t\tobjabi.R_CALLLOONG64,\n \t\tobjabi.R_CALLPOWER,\n \t\tobjabi.R_GOTPCREL,\n-\t\tobjabi.R_LOONG64_ADDR_LO, // used with PC-relative load\n-\t\tobjabi.R_LOONG64_ADDR_HI, // u...
2025-10-06T10:09:14
mrdoob/three.js
3ba9864239c0cbf2ff4a86663b2477317d91c296
cb5d4de85f2a4e8ca36354345975574cd8d33d1f
WebGPURenderer: Fix `mat2()` arguments (#30543) * WebGPURenderer: Fix matN() and matN(x) behaviors * simplify the code since luckily the nodebuilder fallback all values to zero if no arguments * from specs scalar x spread on diagonal * even more simple * partial revert
[ { "path": "src/nodes/core/NodeBuilder.js", "patch": "@@ -1160,11 +1160,11 @@ class NodeBuilder {\n \n \t\t\treturn `${ this.getType( type ) }( ${ generateConst( value.x ) }, ${ generateConst( value.y ) }, ${ generateConst( value.z ) } )`;\n \n-\t\t} else if ( typeLength === 4 ) {\n+\t\t} else if ( typeLengt...
2025-02-17T16:39:17
kubernetes/kubernetes
27c59678f0083f236a3eff8327d1b18b1a84c05d
028015267e30a5f4f975c9a57f91f53ddd79eca5
test: Fix KubeProxy CLOSE_WAIT test for IPv6 environments The /proc/net/nf_conntrack file uses fully expanded IPv6 addresses with leading zeros in each 16-bit group. For example: fc00:f853:ccd:e793::3 -> fc00:f853:0ccd:e793:0000:0000:0000:0003 Add expandIPv6ForConntrack() helper function to expand IPv6 addresses to...
[ { "path": "test/e2e/network/kube_proxy.go", "patch": "@@ -48,6 +48,20 @@ import (\n \tnetutils \"k8s.io/utils/net\"\n )\n \n+// expandIPv6ForConntrack expands an IPv6 address to the format used in /proc/net/nf_conntrack.\n+// The conntrack file uses fully expanded IPv6 addresses with leading zeros in each g...
2026-01-26T23:04:49
swiftlang/swift
9f72071a3dfa0d7622f4df8ba1ae9e2a8aac151e
d8e35bf381505ec826d5b8bbdcdc619d7d54d0e3
embedded: specialize vtables of classes which are a target of cast operations Even if the specific class is never created, we need to specialize a vtable, because it's used in IRGen for generating the code for the cast operation. Fixes a crash in IRGen https://github.com/swiftlang/swift/issues/87248 rdar://170435034
[ { "path": "SwiftCompilerSources/Sources/Optimizer/ModulePasses/MandatoryPerformanceOptimizations.swift", "patch": "@@ -95,7 +95,17 @@ private func optimize(function: Function, _ context: FunctionPassContext, _ modu\n worklist.pushIfNotVisited(f)\n }\n }\n- \n+\n+ func specializeVTable(for type...
2026-02-23T09:50:25
denoland/deno
5396fed4f90d7044c999d8d922094a7bc99e1ea9
1eef8a2b599b2709a6b3f5242c164acd02dccc70
fix(check): regression with tsgo and node globals (#31621)
[ { "path": "cli/tsc/go.rs", "patch": "@@ -507,18 +507,20 @@ impl deno_typescript_go_client_rust::CallbackHandler for Handler {\n \"isNodeSourceFile\" => {\n let path = deser::<String>(payload)?;\n let state = &*state;\n- let result = ModuleSpecifier::parse(&path)\n- .ok(...
2025-12-15T23:30:00
golang/go
74ebdd28d10f93fbcb58708c76b5805bc6c114a3
4d26d66a49c51b5a7c610c4815322809b31962d9
[dev.simd] simd, cmd/compile: add more element types for Select128FromPair Also includes a comment cleanup pass. Fixed NAME processing for additional documentation. Change-Id: Ide5b60c17ddbf3c6eafd20147981c59493fc8133 Reviewed-on: https://go-review.googlesource.com/c/go/+/722180 Reviewed-by: Junyang Shao <shaojunyang...
[ { "path": "src/cmd/compile/internal/ssa/_gen/simdAMD64.rules", "patch": "@@ -941,8 +941,12 @@\n (ScaleFloat64x8 ...) => (VSCALEFPD512 ...)\n (Select128FromPairFloat32x8 ...) => (VPERM2F128256 ...)\n (Select128FromPairFloat64x4 ...) => (VPERM2F128256 ...)\n+(Select128FromPairInt8x32 ...) => (VPERM2I128256 .....
2025-11-19T22:17:54
tensorflow/tensorflow
7ee3958d7ffbde9e9104e72eeee683a647e18eff
5baea41aa158ce6c3396726bd84fda5cd81737a0
PR #36846: [xla:gpu] Improve XLA + collectives debuggability Imported from GitHub PR https://github.com/openxla/xla/pull/36846 **NFC:** Improve XLA + collectives debuggability 1. Don't print extremely long list of devices for GPU cliques and instead print first + last devices, it's enough to identify what devices ar...
[ { "path": "third_party/xla/xla/backends/gpu/collectives/BUILD", "patch": "@@ -88,6 +88,7 @@ cc_library(\n \"@com_google_absl//absl/log:check\",\n \"@com_google_absl//absl/strings\",\n \"@com_google_absl//absl/strings:str_format\",\n+ \"@com_google_absl//absl/strings:string_vie...
2026-01-28T09:23:12
mrdoob/three.js
82c9bb09e6235072b887c4cbce1d8ea2e2be6801
cddc10580113c8d92b1f7935a07c48cec880f080
SpriteNodeMaterial: Fix `scaleNode` type convertion (#30545)
[ { "path": "src/materials/nodes/SpriteNodeMaterial.js", "patch": "@@ -121,7 +121,7 @@ class SpriteNodeMaterial extends NodeMaterial {\n \n \t\tif ( scaleNode !== null ) {\n \n-\t\t\tscale = scale.mul( float( scaleNode ) );\n+\t\t\tscale = scale.mul( vec2( scaleNode ) );\n \n \t\t}\n ", "additions": 1, ...
2025-02-17T15:42:14
denoland/deno
783829a8821599b9bdb8912dcddaf6293d649eb7
cc34594ded959eeb057bf47cdb1ae9ef84723571
fix(x): cache on demand when running, resolve packages with only one binary, don't fail on node-gyp if not present (#31619) Fixes #31591. Fixes #31583.
[ { "path": "cli/task_runner.rs", "patch": "@@ -359,12 +359,14 @@ impl ShellCommand for NodeGypCommand {\n \"{} node-gyp was used in a script, but was not listed as a dependency. Either add it as a dependency or install it globally (e.g. `npm install -g node-gyp`)\",\n crate::colors::yellow(\"...
2025-12-15T22:19:17
kubernetes/kubernetes
2f82dc6dce33cb00b51ce4fbe40c49f87ea4fe19
acff01fe8b0c062fee9d3bb7aa30a8e3ef2ea7b9
kubelet: DRA: claiminfo: improve logging - got rid of embedding logger into a struct - added logging prefix
[ { "path": "pkg/kubelet/cm/dra/claiminfo.go", "patch": "@@ -45,8 +45,6 @@ type ClaimInfo struct {\n \n // claimInfoCache is a cache of processed resource claims keyed by namespace/claimname.\n type claimInfoCache struct {\n-\tlogger klog.Logger\n-\n \tsync.RWMutex\n \tcheckpointer state.Checkpointer\n \tclai...
2026-01-26T15:24:24
swiftlang/swift
aa2a9245e07049dbd8cf8b87a5da1b54c91d44e3
9525932a2a16accec97b8f5638fb3561e2777b86
[flow-isolation] Adopt print/dump pattern for Info and analysis-info dumping Convert the dump() methods on Info and the FlowIsolation analysis class to follow the standard Swift C++ compiler pattern: a print(raw_ostream &) method for the real implementation, with SWIFT_DEBUG_DUMP delegating to it via llvm::dbgs(). Thi...
[ { "path": "lib/SILOptimizer/Mandatory/FlowIsolation.cpp", "patch": "@@ -116,15 +116,17 @@ struct Info {\n return !propertyUses.empty();\n }\n \n- void dump() const LLVM_ATTRIBUTE_USED {\n- llvm::dbgs() << \"nonisolatedUses:\\n\";\n+ void print(llvm::raw_ostream &os) const {\n+ os << \"nonisola...
2026-02-22T19:33:03
tensorflow/tensorflow
5baea41aa158ce6c3396726bd84fda5cd81737a0
518f30bcd09ae82312688a608b7bce484e07090c
PR #36815: Sync gha docker image with rbe docker image Imported from GitHub PR https://github.com/openxla/xla/pull/36815 📝 Summary of Changes Use the same docker image for local build/run as well as for rbe executors 🎯 Justification The environment between the main ci worker and rbe executor shall match to avoid i...
[ { "path": "third_party/xla/.github/workflows/rocm_xla_ci.yml", "patch": "@@ -79,14 +79,14 @@ jobs:\n run: |\n docker exec \\\n ${{ env.CONTAINER_NAME }} \\\n- bash -c \"build_tools/rocm/execute_ci_build.sh --config=ci_single_gpu --local_test_jobs=2 --repo_env=TF_ROCM...
2026-01-28T09:02:00
golang/go
4d26d66a49c51b5a7c610c4815322809b31962d9
e3d4645693bc030b9ff9b867f1d374a1d72ef2fe
[dev.simd] simd: fix signatures for PermuteConstant* methods This moves the packed-immediate methods to package-private, and adds exported versions with four parameters. Rename PermuteConstant to PermuteScalars Rename VPSHUFB Permute to PermuteOrZero Rename Permute2 to ConcatPermute Comments were repaired/enhanced. ...
[ { "path": "src/cmd/compile/internal/amd64/simdssa.go", "patch": "@@ -396,7 +396,7 @@ func ssaGenSIMDValue(s *ssagen.State, v *ssa.Value) bool {\n \t\tssa.OpAMD64VPOR256,\n \t\tssa.OpAMD64VPORD512,\n \t\tssa.OpAMD64VPORQ512,\n-\t\tssa.OpAMD64VPSHUFB128,\n+\t\tssa.OpAMD64VPERMB128,\n \t\tssa.OpAMD64VPERMB256,...
2025-11-17T20:31:36
mrdoob/three.js
11c126131dfbe281713f2e049c37bfb41721ccb6
517e9b7d6ae5ab919afd006a43e9bd5a7f72d2a2
JSDoc: More docs and fixes. (#30541)
[ { "path": "src/core/EventDispatcher.js", "patch": "@@ -1,9 +1,33 @@\n /**\n- * https://github.com/mrdoob/eventdispatcher.js/\n+ * This modules allows to dispatch event objects on custom JavaScript objects.\n+ *\n+ * Main repository: [eventdispatcher.js]{@link https://github.com/mrdoob/eventdispatcher.js/}\n...
2025-02-17T13:11:39
denoland/deno
aa5fc409d02987689181938e4c99316b5b0d4559
a97997b8e57782b8fba003da1298ba2772606b57
fix: --preload and --require flags only available in runtime subcommands (#31614) Closes https://github.com/denoland/deno/issues/31609
[ { "path": "cli/args/flags.rs", "patch": "@@ -4378,8 +4378,6 @@ fn compile_args_without_check_args(app: Command) -> Command {\n .args(lock_args())\n .arg(ca_file_arg())\n .arg(unsafely_ignore_certificate_errors_arg())\n- .arg(preload_arg())\n- .arg(require_arg())\n .arg(min_dep_age_arg(...
2025-12-15T10:52:46
kubernetes/kubernetes
acff01fe8b0c062fee9d3bb7aa30a8e3ef2ea7b9
7933d90815e16a3ae0ee009509b2bc40379ac3e6
kubelet: DRA: healthinfo: set logging prefix
[ { "path": "pkg/kubelet/cm/dra/healthinfo.go", "patch": "@@ -42,6 +42,7 @@ type healthInfoCache struct {\n \n // newHealthInfoCache creates a new cache, loading from a checkpoint if present.\n func newHealthInfoCache(logger klog.Logger, stateFile string) (*healthInfoCache, error) {\n+\tlogger = logger.WithNa...
2026-01-26T15:13:59
mrdoob/three.js
12e4fd8bdd409d2b1b3771edc7f9d693d8b0c78a
5f2b92f0be254b3c38662d354c153795d1d33377
WebGPURenderer: Fix storage buffer update range (#30532)
[ { "path": "src/renderers/webgpu/utils/WebGPUAttributeUtils.js", "patch": "@@ -186,9 +186,21 @@ class WebGPUAttributeUtils {\n \t\t\tfor ( let i = 0, l = updateRanges.length; i < l; i ++ ) {\n \n \t\t\t\tconst range = updateRanges[ i ];\n+\t\t\t\tlet dataOffset, size;\n \n-\t\t\t\tconst dataOffset = range.st...
2025-02-16T09:27:04
denoland/deno
a97997b8e57782b8fba003da1298ba2772606b57
d17ae8ca9b0777c64934ae332b83ff0996a9fae0
fix(compile): sentinal conflict with strtab on intel mac (#31587)
[ { "path": ".github/workflows/ci.generate.ts", "patch": "@@ -5,7 +5,7 @@ import { stringify } from \"jsr:@std/yaml@^0.221/stringify\";\n // Bump this number when you want to purge the cache.\n // Note: the tools/release/01_bump_crate_versions.ts script will update this version\n // automatically via regex, s...
2025-12-15T09:36:35
mrdoob/three.js
a39dbfad240eb2084be5fc2ee956f1fcea7b9a2a
414482678b9257dee26c18ccee35adb61cfdbe5b
WebGPURenderer: Support rotation of env maps. (#30528) * WebGPURenderer: Support rotation of env maps. * move `materialEnvIntensity` and `materialEnvRotation` to `MaterialProperties` * MaterialPropeties: Fix update. --------- Co-authored-by: sunag <sunagbrasil@gmail.com>
[ { "path": "examples/webgpu_materials_envmaps.html", "patch": "@@ -107,7 +107,8 @@\n \t\t\t\t\tRefraction: false,\n \t\t\t\t\tbackgroundRotationX: false,\n \t\t\t\t\tbackgroundRotationY: false,\n-\t\t\t\t\tbackgroundRotationZ: false\n+\t\t\t\t\tbackgroundRotationZ: false,\n+\t\t\t\t\tsyncMaterial: false\n \t...
2025-02-15T22:30:27
golang/go
bd2b117c2c778343106f5823e4ae99da2160d095
3ad2e113fc3dd202bfb2ef87d376b6ef54337f0b
crypto/tls: add QUICErrorEvent Add a new QUICEvent type for reporting errors. This provides a way to report errors that don't occur as a result of QUICConn.Start, QUICConn.HandleData, or QUICConn.SendSessionTicket. Fixes #75108 Change-Id: I941371a21f26b940e75287a66d7e0211fc0baab1 Reviewed-on: https://go-review.googl...
[ { "path": "api/next/75108.txt", "patch": "@@ -0,0 +1,3 @@\n+pkg crypto/tls, const QUICErrorEvent = 10 #75108\n+pkg crypto/tls, const QUICErrorEvent QUICEventKind #75108\n+pkg crypto/tls, type QUICEvent struct, Err error #75108", "additions": 3, "deletions": 0, "language": "Plain Text" }, { ...
2025-11-08T19:22:59
swiftlang/swift
1af61400bec4ecedfb572c597acaab915a5b8da5
843299c72e59d1e5806b5b72b17143f94446e120
[Frontend][Driver] Update a last note to refer to `-language-mode` instead (#87394) Also, fix a no-asserts test that was missed, this is a follow-up to #87284.
[ { "path": "include/swift/AST/DiagnosticsFrontend.def", "patch": "@@ -152,8 +152,8 @@ ERROR(error_load_resolved_plugin,none,\n \"invalid value '%0' in '-load-resolved-plugin'; \"\n \"make sure to use format '<library path>#<plugin path>#<module names>' where library and plugin path can't both be ...
2026-02-22T02:27:54
mrdoob/three.js
414482678b9257dee26c18ccee35adb61cfdbe5b
d264b7c1be435b18f585745ca498b8590b0c336a
WebGPURenderer: Fix storage buffer binding update and 4 bytes alignment (#30529) * WebGPURenderer: Fix storage buffer binding update and 4 bytes alignment * remove unused import
[ { "path": "src/renderers/common/Bindings.js", "patch": "@@ -224,6 +224,16 @@ class Bindings extends DataMap {\n \n \t\t\t}\n \n+\t\t\tif ( binding.isStorageBuffer ) {\n+\n+\t\t\t\tconst attribute = binding.attribute;\n+\t\t\t\tconst attributeType = attribute.isIndirectStorageBufferAttribute ? AttributeType....
2025-02-15T20:02:17
denoland/deno
d17ae8ca9b0777c64934ae332b83ff0996a9fae0
ee7c483df4bdc271edd0264c66246cc3297c6351
chore: fix spec tests not checking test result (#31594) There's also a bug fix for source maps. See: https://github.com/denoland/deno/actions/runs/20185729600/job/57955229671?pr=31593
[ { "path": "Cargo.lock", "patch": "@@ -4054,9 +4054,9 @@ checksum = \"c007b1ae3abe1cb6f85a16305acd418b7ca6343b953633fee2b76d8f108b830f\"\n \n [[package]]\n name = \"file_test_runner\"\n-version = \"0.9.0\"\n+version = \"0.9.2\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum =...
2025-12-13T23:27:46
golang/go
d58b733646d2d52638b08d5c44afbc7292aeca4d
1bc54868d4fd03e3716e7ad9669d87c34c8aaa2d
runtime: track goroutine location until actual STW TestTraceSTW / TestTraceGCSTW currently tracks the location (M/P) of the target goroutines until it reaches the "start" log message, assuming the actual STW comes immediately afterwards. On 386 with TestTraceGCSTW, it actually tends to take >10ms after the start log ...
[ { "path": "src/runtime/proc_test.go", "patch": "@@ -1321,11 +1321,13 @@ func runTestTracesSTW(t *testing.T, run int, name, stwType string) (err error) {\n \t//\n \t// 2. Once found, track which M and P the target goroutines run on until...\n \t//\n-\t// 3. Look for the \"TraceSTW\" \"start\" log message, wh...
2025-11-20T21:21:09
kubernetes/kubernetes
581ee0a2eca3eb7cbeeb49099c784c2555136b5e
703642baf653b14f1a614fec37d1a27c98028f19
DRA scheduler: fix another root cause of double device allocation GatherAllocatedState and ListAllAllocatedDevices need to collect information from different sources (allocated devices, in-flight claims), potentially even multiple times (GatherAllocatedState first gets allocated devices, then the capacities). The und...
[ { "path": "pkg/scheduler/framework/plugins/dynamicresources/allocateddevices.go", "patch": "@@ -85,11 +85,18 @@ func foreachAllocatedDevice(claim *resourceapi.ResourceClaim,\n // This is cheaper than repeatedly calling List, making strings unique, and building the set\n // each time PreFilter is called.\n /...
2026-01-16T06:51:14
tensorflow/tensorflow
48bce46cf3fd0a81e80bcc8864c400f71f485141
9a55de6499eb01d5c898837d1a6622e29fa7ea06
Allow returning an error from `xla::HostMemoryAllocator::Factory` PiperOrigin-RevId: 861977271
[ { "path": "third_party/xla/xla/pjrt/BUILD", "patch": "@@ -1450,6 +1450,7 @@ cc_library(\n \"//xla/tsl/framework:allocator\",\n \"@com_google_absl//absl/functional:any_invocable\",\n \"@com_google_absl//absl/status\",\n+ \"@com_google_absl//absl/status:statusor\",\n ],\n )\...
2026-01-28T02:46:34
mrdoob/three.js
1805ecd79527e25ad528bb91cbca0073ea058190
27a593bc687aa5c595731360009250784caa55fd
WebGLBackend: Fix depth regression. (#30527)
[ { "path": "src/renderers/webgl-fallback/WebGLBackend.js", "patch": "@@ -212,10 +212,10 @@ class WebGLBackend extends Backend {\n \t\tconst parameters = this.parameters;\n \n \t\tconst contextAttributes = {\n-\t\t\tantialias: false, // MSAA is applied via a custom renderbuffer\n+\t\t\tantialias: renderer.sam...
2025-02-15T09:39:52
denoland/deno
952963cb42b20cd9469a8b0349fb53b15ef95d1f
b97dfb01b5d097ea9f4f40affc8498831fabd8bb
fix: source map file names to non-existent paths (#31564)
[ { "path": "Cargo.lock", "patch": "@@ -1887,9 +1887,9 @@ dependencies = [\n \n [[package]]\n name = \"deno_core\"\n-version = \"0.372.0\"\n+version = \"0.373.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"e24cc349b258a9825f0dc29e986b33093fabb33f2e332991d35b0641c680b2f...
2025-12-12T18:13:44
swiftlang/swift
8943dff0ee8f44bcb27746f7dbad483ef92b7762
843299c72e59d1e5806b5b72b17143f94446e120
[gardening] Modernize BitDataflow debug printing to use print+dump pattern NFC. Just peeling off small things from a alrger commit. Replace the standalone dump() method with a print(llvm::raw_ostream &os) method that writes to an arbitrary output stream, and implement dump() via the SWIFT_DEBUG_DUMP macro delegating ...
[ { "path": "include/swift/SIL/BitDataflow.h", "patch": "@@ -138,7 +138,9 @@ class BitDataflow {\n void solveBackwardWithUnion();\n \n /// Debug dump the BitDataflow state.\n- void dump() const;\n+ SWIFT_DEBUG_DUMP { print(llvm::dbgs()); }\n+\n+ void print(llvm::raw_ostream &os) const;\n };\n \n } // e...
2026-02-21T23:28:58
kubernetes/kubernetes
77b79d7d1a7b8bfc293aa37bc639c9fd77443675
5ca517efa1c4e6a9a39595697c74382528a2b83e
node status test: fixed lint errors
[ { "path": "pkg/kubelet/kubelet_node_status_test.go", "patch": "@@ -320,14 +320,14 @@ func TestUpdateNewNodeStatus(t *testing.T) {\n \t\t\t}\n \n \t\t\tkubelet.updateRuntimeUp(tCtx)\n-\t\t\tassert.NoError(t, kubelet.updateNodeStatus(tCtx))\n+\t\t\trequire.NoError(t, kubelet.updateNodeStatus(tCtx))\n \t\t\tac...
2026-01-20T08:17:57
mrdoob/three.js
27a593bc687aa5c595731360009250784caa55fd
9c012158a55ab0d60ca521bc06dea2a704c8a4ca
TSL Transpiler: Basic texture support. (#30521) * TSL Transpiler: Basic texture support. * TSLEncoder: Fix placeholders.
[ { "path": "examples/jsm/transpiler/GLSLDecoder.js", "patch": "@@ -34,6 +34,10 @@ const glslToTSL = {\n \tinversesqrt: 'inverseSqrt'\n };\n \n+const samplers = [ 'sampler1D', 'sampler2D', 'sampler2DArray', 'sampler2DShadow', 'sampler2DArrayShadow', 'isampler2D', 'isampler2DArray', 'usampler2D', 'usampler2DAr...
2025-02-15T01:36:50
tensorflow/tensorflow
647a359477d89fb6213af85e96e6f89b4c359761
a57092c215960d373c5431e05d048e4698c4e05d
[XLA] Relieve contention on BackendConfigWrapper::GetProto Copying the proto takes time, use a reader lock to not create a threading bottleneck. We could optimize this further by using a lock-free implementation, but that's a rather error-prone construction. ReaderMutexLock is more expensive and gets us most of the b...
[ { "path": "third_party/xla/xla/hlo/ir/backend_config.cc", "patch": "@@ -19,6 +19,7 @@ limitations under the License.\n #include <string>\n #include <utility>\n \n+#include \"absl/base/thread_annotations.h\"\n #include \"absl/status/status.h\"\n #include \"absl/status/statusor.h\"\n #include \"absl/synchroni...
2026-01-28T01:46:19
denoland/deno
b27665f3635b61291a46bde2ae94c42a6e29c164
4178a57a68f2764e449ed6fcd0bc215a11cc3185
fix(cli): add streams as transferable types (#31586) https://github.com/denoland/deno/pull/31126#issuecomment-3643982160
[ { "path": "cli/tsc/dts/lib.deno_web.d.ts", "patch": "@@ -1214,7 +1214,12 @@ declare var MessageEvent: {\n };\n \n /** @category Events */\n-type Transferable = MessagePort | ArrayBuffer;\n+type Transferable =\n+ | MessagePort\n+ | ArrayBuffer\n+ | ReadableStream\n+ | WritableStream\n+ | TransformStream...
2025-12-12T10:29:05
swiftlang/swift
489436ffab38e81cc28d37771b5385a8d10fb8c7
0814f34d9b9c5154f9c36b4c60e7c878e294f614
[Modules] Don't search for cross import when building explicit modules Do not search for cross import when building swiftinterfaces. This is uncessary because: * The cross import modules are explicitly listed in the interface file thus there is no need to walk the file system to discover more cross imports. * All ...
[ { "path": "lib/DependencyScan/ModuleDependencyScanner.cpp", "patch": "@@ -1820,6 +1820,24 @@ void ModuleDependencyScanner::resolveCrossImportOverlayDependencies(\n discoverCrossImportOverlayFiles(DependencyCache, ScanASTContext, newOverlays,\n overlayFiles);\n \n+ auto m...
2026-02-21T00:28:48
mrdoob/three.js
f27108e8645fa2a53cfc21596a4056414a31783f
f64082923239aeaa149f4dd67f2a6c9dd0038809
PMREMNode: Manage own generator. (#30504) * PMREMNode: Manage own generator. * PMREMNode: Fix import. * PMREMNode: Simplify code. * PMREMNode: Clean up. * PMREMNode: Fix cache.
[ { "path": "src/nodes/core/NodeBuilder.js", "patch": "@@ -22,8 +22,6 @@ import { getCurrentStack, setCurrentStack } from '../tsl/TSLBase.js';\n import CubeRenderTarget from '../../renderers/common/CubeRenderTarget.js';\n import ChainMap from '../../renderers/common/ChainMap.js';\n \n-import PMREMGenerator fr...
2025-02-13T09:47:25
tensorflow/tensorflow
a57092c215960d373c5431e05d048e4698c4e05d
f5540f347151f4808fe1304f965b857a483cb69c
[XLA Test Fixture Migration] Migrate `hlo_cse_test ` PiperOrigin-RevId: 861933836
[ { "path": "third_party/xla/xla/service/BUILD", "patch": "@@ -4078,10 +4078,11 @@ cc_library(\n ],\n )\n \n-xla_cc_test(\n+xla_test(\n name = \"hlo_cse_test\",\n srcs = [\"hlo_cse_test.cc\"],\n- tags = [\"pjrt_migration_candidate\"],\n+ backends = [\"interpreter\"],\n+ tags = [\"test_mig...
2026-01-28T00:29:04
denoland/deno
4178a57a68f2764e449ed6fcd0bc215a11cc3185
e8a725f5e9d9237824e79e58984ead0ba534497d
revert: Revert "test: disable more tests on Mac Intel (#31541)" (#31580) This reverts commit dd80d7575f7c07e2eaa73ad76ce3d811fb61f1b0. <!-- Before submitting a PR, please read https://docs.deno.com/runtime/manual/references/contributing 1. Give the PR a descriptive title. Examples of good title: - fix(std/htt...
[ { "path": "tests/integration/compile_tests.rs", "patch": "@@ -1,17 +1,11 @@\n // Copyright 2018-2025 the Deno authors. MIT license.\n \n-// NB(bartlomieju): a bunch of code is not used on Mac Intel\n-#![allow(dead_code)]\n-#![allow(unused_imports)]\n-\n use test_util as util;\n use util::TestContext;\n use ...
2025-12-12T02:05:07
golang/go
ff654ea1000af81bd08f24faf06c2113e8df001a
a662badab918d7708bbc750f24b9c7313520e2b0
net/url: permit colons in the host of postgresql:// URLs PostgreSQL's postgresql:// URL scheme permits a comma-separated list of host:ports to appear in the host subcomponent: https://www.postgresql.org/docs/11/libpq-connect.html#LIBPQ-MULTIPLE-HOSTS While this is not compliant with RFC 3986, it's something we've acc...
[ { "path": "src/net/url/url.go", "patch": "@@ -489,7 +489,7 @@ func parse(rawURL string, viaRequest bool) (*URL, error) {\n \t\tif i := strings.Index(authority, \"/\"); i >= 0 {\n \t\t\tauthority, rest = authority[:i], authority[i:]\n \t\t}\n-\t\turl.User, url.Host, err = parseAuthority(authority)\n+\t\turl....
2025-11-19T23:32:04
mrdoob/three.js
f64082923239aeaa149f4dd67f2a6c9dd0038809
5dc5211b696dc676ac2273ebdf8d76e42f51da3f
WebGPURenderer: Fix output depth struct (#30514)
[ { "path": "src/renderers/webgpu/nodes/WGSLNodeBuilder.js", "patch": "@@ -789,19 +789,6 @@ class WGSLNodeBuilder extends NodeBuilder {\n \n \t}\n \n-\t/**\n-\t * Returns uniforms group count for the given shader stage.\n-\t *\n-\t * @private\n-\t * @param {string} shaderStage - The shader stage.\n-\t * @retu...
2025-02-13T06:32:45
kubernetes/kubernetes
81e4b115fd290208d757566d4e6f58c62d0833eb
4925c6bea44efd05082cbe03d02409e0e7201252
fix(kubelet): ignore resource claim statuses in pod status comparison The isPodStatusByKubeletEqual function in the status manager was comparing the entire pod status, including the ResourceClaimStatuses and ExtendedResourceClaimStatus fields. However, these fields are not owned or managed by the kubelet; they are po...
[ { "path": "pkg/kubelet/status/status_manager.go", "patch": "@@ -202,10 +202,10 @@ func NewManager(kubeClient clientset.Interface, podManager PodManager, podDeleti\n \t}\n }\n \n-// isPodStatusByKubeletEqual returns true if the given pod statuses are equal when non-kubelet-owned\n-// pod conditions are exclu...
2026-01-15T05:36:25
denoland/deno
e8a725f5e9d9237824e79e58984ead0ba534497d
5a51219a6664f0edd4e195aaa9cd3d1fc5025cdf
ci: deflake some watch_env_file tests (#31577) Debugged and fixed by claude, mostly
[ { "path": "tests/integration/watcher_tests.rs", "patch": "@@ -2172,6 +2172,8 @@ console.log(\"---\");\n wait_contains(\"FOO: initial_value\", &mut stdout_lines).await;\n wait_contains(\"BAR: test_value\", &mut stdout_lines).await;\n wait_contains(\"---\", &mut stdout_lines).await;\n+ // Ensure initia...
2025-12-11T23:25:58
tensorflow/tensorflow
f5540f347151f4808fe1304f965b857a483cb69c
c8988ddf2fa8543a82947188c7a6bc3f3fae8cfa
Add env variables JAX_TRITON_PTXAS_DEVICE_DEBUG JAX_TRITON_PTXAS_EXTRA_FLAGS. These 2 env variables will allow passing in ptxas flags to aid debugging such as -g (i.e. --device_debug). PiperOrigin-RevId: 861927356
[ { "path": "third_party/xla/xla/stream_executor/gpu/BUILD", "patch": "@@ -249,6 +249,7 @@ cc_library(\n name = \"gpu_asm_opts\",\n hdrs = [\"gpu_asm_opts.h\"],\n visibility = internal_visibility([\n+ \"//third_party/py/jax/jaxlib/cuda:__subpackages__\",\n \"//xla/service/gpu:__subp...
2026-01-28T00:11:52
mrdoob/three.js
5dc5211b696dc676ac2273ebdf8d76e42f51da3f
577ee127b613c9790bd02f9abf43c322cc9fd2f1
Type: use TS to fix issues (#30511) Co-authored-by: Samuel Rigaud <srigaud@duodisplay.com>
[ { "path": "examples/jsm/loaders/TDSLoader.js", "patch": "@@ -41,7 +41,7 @@ class TDSLoader extends Loader {\n \t * Load 3ds file from url.\n \t *\n \t * @method load\n-\t * @param {[type]} url URL for the file.\n+\t * @param {string} url URL for the file.\n \t * @param {Function} onLoad onLoad callback, rec...
2025-02-12T22:18:24
golang/go
c1b7112af8331d37e33be521d2d8baa552945971
ca37d24e0b9369b8086959df5bc230b38bf98636
os/signal: make NotifyContext cancel the context with a cause This is especially useful when combined with the nesting semantics of context.Cause, and with errgroup's use of CancelCauseFunc. For example, with the following code ctx, stop := signal.NotifyContext(context.Background(), os.Interrupt) defer stop() ser...
[ { "path": "doc/next/6-stdlib/99-minor/os/signal/notifycontext.md", "patch": "@@ -0,0 +1,2 @@\n+[NotifyContext] now cancels the returned context with [context.CancelCauseFunc]\n+and an error indicating which signal was received.", "additions": 2, "deletions": 0, "language": "Markdown" }, { ...
2025-11-18T16:19:04
swiftlang/swift
649743a3c37c06b8b9be1685086d92fcbeba264a
25cab2833a2278388e6916baa50761eef4064462
[Build][Backtracer] Make the CMakeLists.txt fatal error on x86. On compnerd's suggestion, make CMakeLists.txt for `swift-backtrace` fatal error on 32-bit x86, since it won't work there until we fix Swift to respect `stdcall`. rdar://170769502
[ { "path": "Runtimes/Supplemental/StackWalker/CMakeLists.txt", "patch": "@@ -61,42 +61,34 @@ add_link_options($<$<PLATFORM_ID:Windows>:LINKER:/WX>)\n add_link_options($<$<PLATFORM_ID:Android,Linux>:LINKER:-z,defs>)\n \n # Don't build on 32-bit Windows; it doesn't work there\n-set(should_build_backtracer YES)...
2026-02-21T10:26:02
denoland/deno
5a51219a6664f0edd4e195aaa9cd3d1fc5025cdf
224be5a3d94bc26a0ef70c7a745ba6cf4db09b5e
fix(compile): intel mac compile fix (#31575)
[ { "path": "Cargo.lock", "patch": "@@ -5786,9 +5786,9 @@ dependencies = [\n \n [[package]]\n name = \"libsui\"\n-version = \"0.12.2\"\n+version = \"0.12.3\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"99dc19fe502fbaca89d5607b14a0e301a40af42a14e33afc349e73eaef2bc86f\"\n...
2025-12-11T23:05:09
kubernetes/kubernetes
e6ef79b2f6bb05205652e4fe48ffa523d9e3a1ec
2274f69d9a00b52e076c3df5b82827f756ec8c81
client-go informers: fix potential deadlock In the unlikely situation that sharedProcessor.distribute was triggered by a resync before sharedProcessor.run had a chance to start the listeners, the sharedProcessor deadlocked: sharedProcessor.distribute held a read/write lock on listenersLock while being blocked on the w...
[ { "path": "staging/src/k8s.io/client-go/tools/cache/shared_informer.go", "patch": "@@ -21,6 +21,7 @@ import (\n \t\"errors\"\n \t\"fmt\"\n \t\"sync\"\n+\t\"sync/atomic\"\n \t\"time\"\n \n \t\"k8s.io/apimachinery/pkg/api/meta\"\n@@ -302,9 +303,12 @@ func NewSharedIndexInformer(lw ListerWatcher, exampleObject...
2026-01-23T18:38:52
mrdoob/three.js
c398904d8e9ff5a4e1672ea93f84e818c41b61ef
1d1df9a0c736424c65d8087b5b099f1dbbc41a37
MTLLoader: Add support for displacement maps. (#30508) * Added displacement map to mtl files. * Fixed formatting of the code.
[ { "path": "examples/jsm/loaders/MTLLoader.js", "patch": "@@ -443,6 +443,14 @@ class MaterialCreator {\n \n \t\t\t\t\tbreak;\n \n+\t\t\t\tcase 'disp':\n+\n+\t\t\t\t\t// Displacement texture map\n+\n+\t\t\t\t\tsetMapForType( 'displacementMap', value );\n+\n+\t\t\t\t\tbreak;\n+\n \t\t\t\tcase 'map_d':\n \n \t\...
2025-02-12T14:55:51
tensorflow/tensorflow
c8988ddf2fa8543a82947188c7a6bc3f3fae8cfa
ae193a9aaf8543da3d48a38a1feb7c7b7df85d10
Fix dynamic shape stripping in CommonPjRtClient::PrepareArguments. PiperOrigin-RevId: 861924446
[ { "path": "third_party/xla/xla/pjrt/se_raw_buffer.cc", "patch": "@@ -266,6 +266,14 @@ void PjRtStreamExecutorRawBuffer::ReadDynamicShape(\n }\n }\n \n+absl::StatusOr<tsl::RCReference<CommonPjRtRawBuffer>>\n+PjRtStreamExecutorRawBuffer::RemoveDynamicShapeMetadataIfPresent(\n+ const xla::Shape& logical_s...
2026-01-28T00:04:22
denoland/deno
9d9f355e288a86a59c8dc11208dee5cd0dcb65c5
8381d921068300a87d10e9b0ce84dbc1614a0ee0
fix(x): correct alias deno command location for Windows (#31573) I'm not familiar with Rust or Windows CMD syntax. But I tried both the current option and just plain `deno.exe` locally by changing `dx.cmd`, which solved the issue for me. Closes #31572 Signed-off-by: Christian Svensson <csvn.dev@gmail.com>
[ { "path": "cli/tools/x.rs", "patch": "@@ -251,7 +251,7 @@ exec \"$SCRIPT_DIR/deno\" x --default-allow-all \"$@\"\n std::fs::write(\n out_path,\n r##\"@echo off\n-./deno.exe x %*\n+\"%~dp0deno.exe\" x %*\n exit /b %ERRORLEVEL%\n \"##,\n )?;", "additions": 1, "deletions": 1, "l...
2025-12-11T20:57:40
mrdoob/three.js
7b4b9ff3f75ac97054b0f9e60bb5fe17815fde8d
e0b7bd9ca547889d6a57dfcd32596317f2ccf28c
3MFLoader: Fix parsing of assets with sub models. (#30491) * 3MFLoader: Reversed build order to support 3MF production extension references * 3MFLoader: Changed build order with regex to put root file last instead of reversing * Update 3MFLoader.js Clean up. --------- Co-authored-by: Michael Herzog <mic...
[ { "path": "examples/jsm/loaders/3MFLoader.js", "patch": "@@ -122,6 +122,8 @@ class ThreeMFLoader extends Loader {\n \n \t\t\t}\n \n+\t\t\tlet rootModelFile = null;\n+\n \t\t\tfor ( file in zip ) {\n \n \t\t\t\tif ( file.match( /\\_rels\\/.rels$/ ) ) {\n@@ -132,9 +134,13 @@ class ThreeMFLoader extends Loader...
2025-02-10T16:25:22
tensorflow/tensorflow
469dbaf6a723834e6202eb299ae9a35196ba3eec
d81e8eaf5b0de6d2f2367559fb11f7f3c22107f7
[XLA Test Fixture Migration] Migrate `scan_loop_accumulator_input_unification_test ` PiperOrigin-RevId: 861918534
[ { "path": "third_party/xla/xla/service/BUILD", "patch": "@@ -2887,17 +2887,18 @@ cc_library(\n ],\n )\n \n-xla_cc_test(\n+xla_test(\n name = \"scan_loop_accumulator_input_unification_test\",\n srcs = [\"scan_loop_accumulator_input_unification_test.cc\"],\n- tags = [\"pjrt_migration_candidate\...
2026-01-27T23:46:55