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 |
|---|---|---|---|---|---|
tensorflow/tensorflow | 41a17bba02d5a4f78d9e15bc0d66b66defa3f9d0 | 520da88443aea613e232fa0eaa3f86f1887f358c | Fix wrong sharding replicated dimension
PiperOrigin-RevId: 859798952 | [
{
"path": "third_party/xla/xla/service/spmd/custom_call_handler.cc",
"patch": "@@ -132,7 +132,7 @@ absl::Status SpmdPartitioningVisitor::HandleCustomCallTopK(\n partitioned_input.state().b);\n std::vector<int64_t> reshape_dimensions(sharding.dimensions().begin(),\n ... | 2026-01-22T23:23:49 |
mrdoob/three.js | 95a994c425bb7e9093e53a9823783fdcda585f6c | 055364a7c3ada0caee81c8b69d5c19adc536edda | WebGPUBackend: Fix Occlusion Query Logic (#30288)
* fix
* Update WebGLBackend.js
* Update webgpu_occlusion.html
---------
Co-authored-by: sunag <sunagbrasil@gmail.com> | [
{
"path": "examples/webgpu_occlusion.html",
"patch": "@@ -92,7 +92,7 @@\n \t\t\t\tconst plane = new THREE.Mesh( planeGeometry, new THREE.MeshPhongNodeMaterial( { color: 0x00ff00, side: THREE.DoubleSide } ) );\n \t\t\t\tconst sphere = new THREE.Mesh( sphereGeometry, new THREE.MeshPhongNodeMaterial( { color: ... | 2025-01-09T02:31:42 |
denoland/deno | 4876b41d59d79bbed3cbf11e010d20c62770dac4 | 24a0209fa1076586a7e76685e3d27e3d41d47246 | fix: upgrade to swc_ecma_parser 27 (#31427) | [
{
"path": ".dprint.json",
"patch": "@@ -83,7 +83,7 @@\n \"tests/specs/run/error_syntax_empty_trailing_line/error_syntax_empty_trailing_line.mjs\"\n ],\n \"plugins\": [\n- \"https://plugins.dprint.dev/typescript-0.95.11.wasm\",\n+ \"https://plugins.dprint.dev/typescript-0.95.13.wasm\",\n \"... | 2025-11-27T18:07:50 |
mrdoob/three.js | 3da65505c560cf0d51e9e1daeb9b1c3c4f9f12c1 | 9ddf4be866249472ff6cdd5ca82c1c0166285748 | Docs: Fix incorrect note on color management in post-processing (#30281)
* Docs: Fix incorrect note on color management in post-processing
* Update Color-management.html | [
{
"path": "docs/manual/en/introduction/Color-management.html",
"patch": "@@ -214,14 +214,10 @@ <h3>Output color space</h3>\n \n \t<p>\n \t\tOutput to a display device, image, or video may involve conversion from the open domain\n-\t\tLinear-sRGB working color space to another color space. This conversion ma... | 2025-01-08T18:03:05 |
kubernetes/kubernetes | 4198b789f543aec6200fc784767928f469dbffda | 0ba578f91f5de11776152b55bac37491d9848ef3 | Fix for preferred dualstack and required dualstack in winkernel proxier. | [
{
"path": "pkg/proxy/winkernel/hns.go",
"patch": "@@ -201,7 +201,7 @@ func (hns hns) getEndpointByIpAddress(ip string, networkName string) (*endpointI\n \t}\n \tfor _, endpoint := range endpoints {\n \t\tequal := false\n-\t\tif endpoint.IpConfigurations != nil && len(endpoint.IpConfigurations) > 0 {\n+\t\ti... | 2025-12-16T18:55:07 |
tensorflow/tensorflow | 190e895b01588ad4fe7bb1cf2e79dc8722c7a151 | 9dcf84b60f08c5f6972161e23910bb653771a6a5 | [XLA:CPU] Link Eigen IR module into XLA JITted code. Attempt 6.
New in this attempt:
- Windows Kokoro
- Fail back to empty string instead of binary file. This means even if we fail to parse COFF files on Windows we will fail gracefully (and have no optimized kernels from Eigen).
- Add other possible section names ... | [
{
"path": "third_party/xla/build_tools/ci/build.py",
"patch": "@@ -380,7 +380,6 @@ def nvidia_gpu_build_with_compute_capability(\n \"-//xla/service/gpu/...\",\n # eigen is not windows compatible\n \"-//xla/codegen/intrinsic/cpp:eigen_unary_test\",\n- \"-//xla/codegen/intrinsic... | 2026-01-22T22:54:28 |
denoland/deno | faf95058149485560fafc0ba977db331e1874b38 | 3e22a737edc435d04f7f1233f3f0d75d94ae23a7 | fix(node): support advanced serialization in IPC (#31380)
Fixes #31354. | [
{
"path": "Cargo.lock",
"patch": "@@ -2474,6 +2474,7 @@ dependencies = [\n \"k256\",\n \"libc\",\n \"libz-sys\",\n+ \"log\",\n \"md-5\",\n \"md4\",\n \"nix 0.27.1\",",
"additions": 1,
"deletions": 0,
"language": "Unknown"
},
{
"path": "Cargo.toml",
"patch": "@@ -201,7 +201,7 @@... | 2025-11-26T23:15:32 |
mrdoob/three.js | f2cf01c68b4f56393066088c767bc82409879f0e | 48df2ee36336710364d7e268c34b0f03be3df16f | Docs: Cloning the texture automatically mark it for texture upload (#30285)
* cloning the texture automatically mark it for texture upload
* fix typo | [
{
"path": "docs/api/en/textures/Texture.html",
"patch": "@@ -309,10 +309,7 @@ <h3>[method:undefined updateMatrix]()</h3>\n \t\t<h3>[method:Texture clone]()</h3>\n \t\t<p>\n \t\t\tMake copy of the texture. Note this is not a \"deep copy\", the image is\n-\t\t\tshared. Besides, cloning a texture does not auto... | 2025-01-08T16:08:04 |
kubernetes/kubernetes | 400630d3bdd1b7220de07c5e0b436c904d0b151e | 8f76dbf79bc972bfc886980aca3a5d8188f63826 | test/images: Fix sample-apiserver build to use existing tag
Update to use v0.33.7 which is the latest available tag in the 0.33.x series.
Build failure:
https://storage.googleapis.com/kubernetes-ci-logs/logs/post-kubernetes-push-e2e-sample-apiserver-test-images/2011957392350121984/build-log.txt
feels like an intermi... | [
{
"path": "test/images/sample-apiserver/Makefile",
"patch": "@@ -30,7 +30,7 @@ bin:\n \t\t\tmkdir -p /go/src /go/bin && \\\n \t\t\tgit clone https://github.com/kubernetes/sample-apiserver /go/src/k8s.io/sample-apiserver && \\\n \t\t\tcd /go/src/k8s.io/sample-apiserver && \\\n-\t\t\tgit checkout tags/v0.33.2... | 2026-01-20T19:09:49 |
golang/go | 0929d2197807c7b70ff0b1a17982259879e9c064 | f03d06ec1a69d77b4c43971cc474c3111a424c3a | cmd/go: keep objects alive while stopping cleanups
There are two places in cmd/go where cleanups are stopped before they
fire, and where the objects the cleanups are attached to may be dead
while we call Stop. This is essentially a race between Stop and the
cleanup being called. This can be fine, but these cleanups ar... | [
{
"path": "src/cmd/go/internal/base/limit.go",
"patch": "@@ -63,6 +63,12 @@ func AcquireNet() (release func(), err error) {\n \t\t\t<-netLimitSem\n \t\t}\n \t\tcleanup.Stop()\n+\n+\t\t// checker may be dead at the moment after we last access\n+\t\t// it in this function, so the cleanup can fire before Stop\... | 2025-11-12T18:22:58 |
tensorflow/tensorflow | 53773c2ea4c8696f155ffeaad826f43cbf62a640 | 7cf1a163c8ca1e374a7b033a8d3f4c8f4cc03df3 | Enhance Symbolic Expression Parser
This CL improves the SymbolicExpr parser in preparation for a future ParseSymbolicMap function.
Key improvements include:
- Robust Error Handling: Errors are now logged instead of causing crashes.
Stateful Parsing: The parser now updates an absl::string_view* to reflect the consume... | [
{
"path": "third_party/xla/xla/hlo/analysis/BUILD",
"patch": "@@ -770,7 +770,10 @@ xla_cc_test(\n deps = [\n \":indexing_test_utils\",\n \":symbolic_expr\",\n+ \"@com_google_absl//absl/base:log_severity\",\n \"@com_google_absl//absl/container:flat_hash_set\",\n+ \"@... | 2026-01-22T17:15:05 |
mrdoob/three.js | 73eddcbc3e5595602144be6f375293496365a87c | ac467cfa71757749682af68000bf7013e619d1a1 | WebGPURenderer: Introduced `.toConst()`, `Const()`, `Var()` (#30251)
* WebGPURenderer: Introduced variable.toLet()
* change API to toConst()
* const/let both backends?
* const/let handle both backends
* cleanup code
* more cleanup
* cleanup
* add NodeBuilder.isDeterministic() and updates
* readonly suffix
* i... | [
{
"path": "src/Three.TSL.js",
"patch": "@@ -114,6 +114,7 @@ export const colorSpaceToWorking = TSL.colorSpaceToWorking;\n export const colorToDirection = TSL.colorToDirection;\n export const compute = TSL.compute;\n export const cond = TSL.cond;\n+export const Const = TSL.Const;\n export const context = TSL... | 2025-01-08T01:24:02 |
denoland/deno | d704ca228a872a31c82c5de9f852916c8f07a981 | 109196ca03ff1b02036bac7d7e3886945060d415 | fix(bundle): avoid name clash in hack (#31409)
One of the issues described in #31407. | [
{
"path": "cli/tools/bundle/mod.rs",
"patch": "@@ -663,16 +663,16 @@ fn replace_require_shim(contents: &str, minified: bool) -> String {\n );\n re.replace(contents, |c: ®ex::Captures<'_>| {\n let var_name = c.get(1).unwrap().as_str();\n- format!(\"import{{createRequire}} from \\\"node:... | 2025-11-26T10:30:59 |
golang/go | f03d06ec1a69d77b4c43971cc474c3111a424c3a | 48127f656b53bfb5d73e7281ad525dbc371eb4c6 | runtime: fix list test memory management for mayMoreStack
The NIH tests simply failed to allocate the nodes outside the heap at
all. The Manual tests failed to keep the nodes alive, allowing the GC to
collect them.
Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest
Change-Id: I6a6a636c434bb703d6888383d32d... | [
{
"path": "src/runtime/list_manual_test.go",
"patch": "@@ -21,10 +21,19 @@ type listedValManual struct {\n \tbNode runtime.ListNodeManual\n }\n \n+// ListHeadManual is intended to be used with objects where the lifetime of the\n+// object is managed explicitly, so it is OK to store as uintptr.\n+//\n+// Thi... | 2025-11-12T20:20:54 |
kubernetes/kubernetes | 4786745bfe7a1fbc953e7fa2433c94df354035c4 | cb077823fb053eb3dff39334f5d9d44d7512477e | test/images: Fix zookeeper-installer netcat package for bookworm
In Debian bookworm, 'netcat' is a virtual package with no installation
candidate. Replace it with 'netcat-openbsd' which provides the actual
netcat implementation.
Build failure:
```
> [2/7] RUN clean-install wget bash netcat:
0.382 Get:6 http://deb.de... | [
{
"path": "test/images/pets/zookeeper-installer/Dockerfile",
"patch": "@@ -19,7 +19,7 @@ FROM $BASEIMAGE\n \n CROSS_BUILD_COPY qemu-QEMUARCH-static /usr/bin/\n \n-RUN clean-install wget bash netcat\n+RUN clean-install wget bash netcat-openbsd\n \n ADD on-start.sh /\n ",
"additions": 1,
"deletions": ... | 2026-01-20T18:58:51 |
mrdoob/three.js | be84ecf5f9b5636d625f2990bd7e5ce5a93f809e | b7e371075e1b5eaaa7e0893d11749c87d8581a79 | Nodes: Fix recursion with environment nodes. (#30277)
* NormalMapNode: Fix recursion with environment nodes.
* move getUV context to setupNormal.
* Revert "NormalMapNode: Fix recursion with environment nodes."
This reverts commit c2a293dcdccc8d63b2d840b1ff0e3269b00435ad.
---------
Co-authored-by: sunag <sunagbras... | [
{
"path": "src/nodes/accessors/MaterialNode.js",
"patch": "@@ -540,7 +540,7 @@ export const materialMetalness = /*@__PURE__*/ nodeImmutable( MaterialNode, Mate\n *\n * @type {Node<vec3>}\n */\n-export const materialNormal = /*@__PURE__*/ nodeImmutable( MaterialNode, MaterialNode.NORMAL ).context( { getUV... | 2025-01-07T18:04:29 |
denoland/deno | 109196ca03ff1b02036bac7d7e3886945060d415 | 48546aa4a9f42decaa11471904ab0ece5ce2d644 | fix(bundle): do not error on failing to clean up esbuild dir (#31408)
Fixes https://github.com/denoland/deno/issues/31406
This is just to save some space on the user's device, no need to hard
error if it fails. | [
{
"path": "cli/tools/bundle/esbuild.rs",
"patch": "@@ -110,9 +110,13 @@ pub async fn ensure_esbuild(\n })?;\n \n if !existed {\n- std::fs::remove_dir_all(&package_folder).with_context(|| {\n- format!(\"failed to remove directory {}\", package_folder.display())\n- })?;\n+ let _ ... | 2025-11-26T10:24:25 |
tensorflow/tensorflow | 7cf1a163c8ca1e374a7b033a8d3f4c8f4cc03df3 | 02fcb9ca6b10fb068c025106ec50e1f38f0f1ea2 | [XLA:CPU] Fix nested tuples in ParallelTaskAssigner.
PiperOrigin-RevId: 859626793 | [
{
"path": "third_party/xla/xla/service/cpu/BUILD",
"patch": "@@ -1267,6 +1267,7 @@ xla_cc_test(\n \"//xla/tests:xla_internal_test_main\",\n \"//xla/tsl/platform:statusor\",\n \"@com_google_absl//absl/status:statusor\",\n+ \"@com_google_absl//absl/strings:string_view\",\n ]... | 2026-01-22T16:42:10 |
swiftlang/swift | 0fdcf10b1a08137cc70194f8e3b53e74a10f4873 | dfcc1e886c2e4f689012a74b96fba373ab650ee9 | stdlib: Build with -solver-enable-crash-on-valid-salvage | [
{
"path": "stdlib/cmake/modules/SwiftSource.cmake",
"patch": "@@ -669,6 +669,13 @@ function(_compile_swift_files\n list(APPEND swift_flags \"-Xfrontend\" \"-disable-preallocated-instantiation-caches\")\n endif()\n \n+ # Catch expressions where the type checker fails in normal mode and then finds a\n+... | 2026-02-18T14:56:30 |
golang/go | 0c28789bd7dfc55099cac86a3212dda0d6c091f6 | 4e761b9a181a090ca9ec52916c4aef93c4cbc090 | net/url: disallow raw IPv6 addresses in host
RFC 3986 requires square brackets around IPv6 addresses.
Parse's acceptance of raw IPv6 addresses is non compliant,
and complicates splitting out a port.
This is a resubmission of CL 710176 after the revert in CL 711800,
this time with a new urlstrictipv6 godebug to contro... | [
{
"path": "doc/godebug.md",
"patch": "@@ -163,6 +163,11 @@ will fail early. The default value is `httpcookiemaxnum=3000`. Setting\n number of cookies. To avoid denial of service attacks, this setting and default\n was backported to Go 1.25.2 and Go 1.24.8.\n \n+Go 1.26 added a new `urlstrictcolons` setting ... | 2025-10-18T09:31:12 |
mrdoob/three.js | 3212be4f20c5e04ca3987e49ea0c8f6d641874a7 | eb84f920edabd47fd9612b63fd586fcc2c579031 | WebGPUAttributeUtils: Fix i16a/u16a patch (#30264)
* fix
* Update WebGPUAttributeUtils.js
Add comment.
---------
Co-authored-by: Michael Herzog <michael.herzog@human-interactive.org> | [
{
"path": "src/renderers/webgpu/utils/WebGPUAttributeUtils.js",
"patch": "@@ -69,16 +69,27 @@ class WebGPUAttributeUtils {\n \t\t\tlet array = bufferAttribute.array;\n \n \t\t\t// patch for INT16 and UINT16\n-\t\t\tif ( attribute.normalized === false && ( array.constructor === Int16Array || array.constructo... | 2025-01-07T14:58:07 |
denoland/deno | 48546aa4a9f42decaa11471904ab0ece5ce2d644 | bcb33125650e6a179125730ea4acfe76e2cdd485 | fix(bundle): fix import.meta.main transform with jsr entrypoint (#31415)
Fixes https://github.com/denoland/deno/issues/31404 | [
{
"path": "cli/tools/bundle/mod.rs",
"patch": "@@ -52,6 +52,7 @@ use esbuild_client::EsbuildService;\n use esbuild_client::protocol;\n use esbuild_client::protocol::BuildResponse;\n use indexmap::IndexMap;\n+use indexmap::IndexSet;\n use node_resolver::NodeResolutionKind;\n use node_resolver::ResolutionMode... | 2025-11-26T10:11:14 |
kubernetes/kubernetes | d1cc61a78b8c502d6d735e9430db06fbbe1c72cf | cb077823fb053eb3dff39334f5d9d44d7512477e | test/images: fix tf-wide-deep build by using models v1.9.0
The wide_deep directory was removed from tensorflow/models after v1.9.0.
Commit f8ca585b666 updated models from v1.9.0 to v2.15.0, breaking the
build because /models-2.15.0/official/wide_deep/data_download.py no
longer exists.
Revert to models v1.9.0 which co... | [
{
"path": "test/images/node-perf/tf-wide-deep/Dockerfile",
"patch": "@@ -21,13 +21,16 @@ RUN apt-get update && apt-get install -y wget time\n \n RUN pip install tensorflow==2.20.0\n \n-RUN wget https://github.com/tensorflow/models/archive/v2.15.0.tar.gz \\\n-&& tar xzf v2.15.0.tar.gz \\\n-&& rm -f v2.15.0.t... | 2026-01-20T17:09:49 |
tensorflow/tensorflow | b902f02c3050ecaa5035f4196ac37ec60c0f17b9 | d20204918ff4d63dee83bc712a6a62291d75aa12 | Fix duplicate word typos across TensorFlow codebase
Fixed the following typos:
- 'the the' -> 'the' in types/core.py, checkpoint/save_util.py,
checkpoint/restore.py (2 instances), trackable/trackable_utils.py,
and compiler/mlir/stablehlo/stablehlo.py
- 'a a' -> 'a' in core/function/transform/transform.py
- 'Tf_Api... | [
{
"path": "tensorflow/compiler/mlir/stablehlo/stablehlo.py",
"patch": "@@ -14,7 +14,7 @@\n # ==============================================================================\n \"\"\"StableHLO Portable Python APIs.\n \n-This setup only exports the the StableHLO Portable C++ APIs, which have\n+This setup only e... | 2026-01-21T17:25:53 |
mrdoob/three.js | 4b2119b8fd0a2d300c280b4708bc64d35d53cb60 | 549ee80b999164f28560561a20edd806b0b085ea | InteractiveGroup: Add `disconnect()`. (#29975)
* fix: add ability to disconnect event listeners in InteractiveGroup so it can be removed from the scene
* Update InteractiveGroup.js
Refactor code.
* Update InteractiveGroup.js
Clean up.
---------
Co-authored-by: Michael Herzog <michael.herzog@human-int... | [
{
"path": "examples/jsm/interactive/InteractiveGroup.js",
"patch": "@@ -7,97 +7,154 @@ import {\n const _pointer = new Vector2();\n const _event = { type: '', data: _pointer };\n \n+// TODO: Dispatch pointerevents too\n+\n+/**\n+ * The XR events that are mapped to \"standard\" pointer events\n+ */\n+const _... | 2025-01-06T08:54:34 |
golang/go | 8873e8bea29ac6de5fecee88b8b81239bd2eb179 | b8b84b789e4275aeea491dbdb50536facd1fa7d7 | runtime,runtime/pprof: clean up goroutine leak profile writing
Cleaned up goroutine leak profile extraction:
- removed the acquisition of goroutineProfile semaphore
- inlined the call to saveg when recording stacks instead of using
doRecordGoroutineProfile, which had side-effects over
goroutineProfile fields.
Added r... | [
{
"path": "src/runtime/mprof.go",
"patch": "@@ -1261,7 +1261,7 @@ func goroutineProfileWithLabels(p []profilerecord.StackRecord, labels []unsafe.P\n \n //go:linkname pprof_goroutineLeakProfileWithLabels\n func pprof_goroutineLeakProfileWithLabels(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n in... | 2025-11-06T09:53:28 |
swiftlang/swift | 19b823c9dbe12ad95895ba0eb01b6c0f7c476714 | 8e7e13060feecc8f0d10c985954d712379117763 | [Backtracing][PDB] Fix 32-bit Intel build. (#87304) | [
{
"path": "stdlib/public/RuntimeModule/PDB/MultiStreamFile.swift",
"patch": "@@ -52,7 +52,7 @@ class MultiStreamFile {\n var size: Int\n var pages: [Int]\n \n- var valid: Bool { return size != 0xffffffff }\n+ var valid: Bool { return size != Int(bitPattern: 0xffffffff) }\n }\n \n enum Kind... | 2026-02-18T15:14:00 |
denoland/deno | bcb33125650e6a179125730ea4acfe76e2cdd485 | 50c728d31c1c95f16441e79d0f2cc3f1c67f9439 | fix(check): fix nil deref with `--unstable-tsgo` (#31416)
Fixes https://github.com/denoland/deno/issues/31413 | [
{
"path": "cli/tsc/go/tsgo_version.rs",
"patch": "@@ -23,15 +23,15 @@ impl Hashes {\n }\n }\n \n-pub const VERSION: &str = \"0.1.8\";\n+pub const VERSION: &str = \"0.1.9\";\n pub const DOWNLOAD_BASE_URL: &str =\n- \"https://github.com/denoland/typescript-go/releases/download/v0.1.8\";\n+ \"https://githu... | 2025-11-26T09:36:32 |
tensorflow/tensorflow | ae0ad2aa5d8b5abc8a57ff63e355a4b1e72d401b | 434549b3250154a93efbd7a8049b04be31a1d813 | PR #36612: [ROCm] Fix reduction emitter tests to work on ROCm
Imported from GitHub PR https://github.com/openxla/xla/pull/36612
The tests mof_scalar_variadic.hlo and side_output_broadcast.hlo were designed to test the Reduction emitter with Multi-Output Fusions (MOF) containing variadic reductions and side outputs. H... | [
{
"path": "third_party/xla/xla/backends/gpu/codegen/emitters/tests/reduce_row/mof_scalar_variadic.hlo",
"patch": "@@ -16,11 +16,14 @@\n ROOT tuple = (f32[], f32[]) tuple(add0, add1)\n }\n \n-fusion {\n- %p0 = f32[6,6] parameter(0)\n+// Use 8x8 (64 elements) to ensure the reduction is routed to the Reduct... | 2026-01-22T13:26:41 |
mrdoob/three.js | 549ee80b999164f28560561a20edd806b0b085ea | d42aea062b0d2488908fb9cdfa66190202983235 | CCDIKSolver: fix algo broken ref (#30266) | [
{
"path": "docs/examples/en/animations/CCDIKSolver.html",
"patch": "@@ -9,7 +9,7 @@\n \t<body>\n \t\t<h1>[name]</h1>\n \n-\t\t<p class=\"desc\"> A solver for IK with <a href=\"https://sites.google.com/site/auraliusproject/ccd-algorithm\">`CCD Algorithm`</a>. <br /><br />\n+\t\t<p class=\"desc\"> A solver fo... | 2025-01-05T22:46:30 |
golang/go | b8b84b789e4275aeea491dbdb50536facd1fa7d7 | c761b26b56eec36390885e5373aab2fd17dc67ef | cmd/go: clarify the -o testflag is only for copying the binary
Fixes #74769
Change-Id: Iebbaea8fb1a25e30a541a827815def9e269a8135
Reviewed-on: https://go-review.googlesource.com/c/go/+/709255
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Matloob <matloob... | [
{
"path": "src/cmd/go/alldocs.go",
"patch": "@@ -1953,7 +1953,7 @@\n //\t Also emits build output in JSON. See 'go help buildjson'.\n //\n //\t-o file\n-//\t Compile the test binary to the named file.\n+//\t Save a copy of the test binary to the named file.\n //\t The test still runs (unless -c ... | 2025-10-05T18:21:59 |
denoland/deno | 50c728d31c1c95f16441e79d0f2cc3f1c67f9439 | 26c3f172b58ae5302b294ab4e66dd024af8a500b | fix(bundle): treat bun specifiers as external by default (#31411)
Fixes #31397 | [
{
"path": "cli/tools/bundle/mod.rs",
"patch": "@@ -967,6 +967,7 @@ impl esbuild_client::PluginHandler for DenoPluginHandler {\n // to the output file. It will be tricky to figure out which\n // output file this import will end up in. We may have to use the metafile and rewrite at the end\n ... | 2025-11-26T08:59:10 |
kubernetes/kubernetes | d78f090d1b5f70949ea9ffda697120e0aea4904e | cb077823fb053eb3dff39334f5d9d44d7512477e | fix(expansion):Resolve the issue of UTF-8 characters being truncated, resulting in invalid UTF-8 | [
{
"path": "third_party/forked/golang/expansion/expand.go",
"patch": "@@ -2,6 +2,7 @@ package expansion\n \n import (\n \t\"bytes\"\n+\t\"unicode/utf8\"\n )\n \n const (\n@@ -79,10 +80,11 @@ func Expand(input string, mapping func(string) string) string {\n //\n // The input string is assumed not to contain t... | 2026-01-19T13:17:21 |
mrdoob/three.js | 37785816188736ce4df3a8deef9d6078c0ffbda5 | 575cc3a89bdfeb18446c2af16620bc9456437151 | Fix glossy material for Teapot example (#30253)
* Fix glossy material
The glossy material for the teapot (I made this example) looks smooth, due to changes in the defaults for the MeshPhongMaterial. Changed lighting and colors & shininess power for glossy so that it looks glossy again.
* update screenshot | [
{
"path": "examples/webgl_geometry_teapot.html",
"patch": "@@ -63,9 +63,9 @@\n \t\t\t\tcamera.position.set( - 600, 550, 1300 );\n \n \t\t\t\t// LIGHTS\n-\t\t\t\tambientLight = new THREE.AmbientLight( 0x7c7c7c, 3.0 );\n+\t\t\t\tambientLight = new THREE.AmbientLight( 0x7c7c7c, 2.0 );\n \n-\t\t\t\tlight = new ... | 2025-01-03T10:33:24 |
tensorflow/tensorflow | 434549b3250154a93efbd7a8049b04be31a1d813 | e3725b4530ef12af6442d6e1ef3d84eb23d15ce9 | PR #34300: [ROCm] Fix failing test TritonEmitterTest/RocmWarpSizeIsSetCorrectly
Imported from GitHub PR https://github.com/openxla/xla/pull/34300
📝 Summary of Changes
Define valid tile parameters and non-zero shared memory, which are required to pass checks in the emitter.
🎯 Justification
The TritonEmitterTest/Roc... | [
{
"path": "third_party/xla/xla/backends/gpu/codegen/triton/fusion_emitter_device_test.cc",
"patch": "@@ -4549,7 +4549,7 @@ TEST_F(TritonEmitterTest, RocmWarpSizeIsSetCorrectly) {\n }\n DebugOptions debug_options = verified_module->config().debug_options();\n debug_options.set_xla_dump_to(output_direct... | 2026-01-22T13:02:29 |
golang/go | c761b26b56eec36390885e5373aab2fd17dc67ef | 65858a146e585b74d41db63f3821d6a150f36d49 | mime: parse media types that contain braces
This CL fixes a bug introduced by CL 666655: isTokenChar would no longer
(but should) report true for '{' and '}'.
Fixes #76236
Change-Id: Ifc0953c30d7cae7bfba9bc4b6bb6951a83c52576
GitHub-Last-Rev: c91a75c2c8778a9a8343c6bb4fa89eb1f978059f
GitHub-Pull-Request: golang/go#762... | [
{
"path": "src/mime/grammar.go",
"patch": "@@ -62,7 +62,9 @@ func isTokenChar(c byte) bool {\n \t\t1<<'^' |\n \t\t1<<'_' |\n \t\t1<<'`' |\n+\t\t1<<'{' |\n \t\t1<<'|' |\n+\t\t1<<'}' |\n \t\t1<<'~'\n \treturn ((uint64(1)<<c)&(mask&(1<<64-1)) |\n \t\t(uint64(1)<<(c-64))&(mask>>64)) != 0",
"additions": 2,
... | 2025-11-10T21:20:09 |
mrdoob/three.js | 575cc3a89bdfeb18446c2af16620bc9456437151 | 00fa06f2d8c87d244f6045cd7dcad5ee89ee88bc | docs: Offscreen Canvas fix touch pick and 2 fingers interactions (#29983)
* docs: Offscreen Canvas fix touch pick and 2 fingers interactions
* Update offscreencanvas-w-orbitcontrols.html
---------
Co-authored-by: Michael Herzog <michael.herzog@human-interactive.org> | [
{
"path": "manual/en/offscreencanvas.html",
"patch": "@@ -815,6 +815,7 @@ <h1>OffscreenCanvas</h1>\n 'pointerType',\n 'clientX',\n 'clientY',\n+ 'pointerId',\n 'pageX',\n 'pageY',\n ]);\n@@ -853,13 +854,19 @@ <h1>OffscreenCanvas</h1>\n }\n \n function touchEventHandler(event, sendFn) {\n+ // pre... | 2025-01-02T22:51:29 |
golang/go | 65858a146e585b74d41db63f3821d6a150f36d49 | 4bfc3a9d14c0b3bfcfe4ce987e47cda6720785a2 | os/exec: include Cmd.Start in the list of methods that run Cmd
Fixes #76265
Change-Id: I451271c5662dd3bcdeec07b55761b15f64c00dcd
Reviewed-on: https://go-review.googlesource.com/c/go/+/719860
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
Auto-Submit: Keith Randall <khr@gol... | [
{
"path": "src/os/exec/exec.go",
"patch": "@@ -142,8 +142,8 @@ func (w wrappedError) Unwrap() error {\n \n // Cmd represents an external command being prepared or run.\n //\n-// A Cmd cannot be reused after calling its [Cmd.Run], [Cmd.Output] or [Cmd.CombinedOutput]\n-// methods.\n+// A Cmd cannot be reused... | 2025-11-11T21:08:26 |
tensorflow/tensorflow | 274751cd91400d83fd3a7dd3f7e591ae1ade30ec | a5f6b02d8955ed84f1448c4cd9072d17c3202752 | PR #36046: [ROCm] Fix failing unit tests on ROCm platform
Imported from GitHub PR https://github.com/openxla/xla/pull/36046
📝 Summary of Changes
- layout_assignment tests are marked cuda-only.
- sample_file_test needs higher autotuner level for MIOpen to return conv algorithm. Earlier this was coming from GetDebugO... | [
{
"path": "third_party/xla/xla/service/gpu/tests/BUILD",
"patch": "@@ -861,6 +861,7 @@ xla_test(\n name = \"dynamic_shared_memory_test\",\n srcs = if_cuda_is_configured([\"dynamic_shared_memory_test.cc\"]),\n backends = [\"gpu\"],\n+ tags = [\"cuda-only\"],\n deps = [\n \"//xla:sh... | 2026-01-22T11:50:35 |
denoland/deno | 0bd52c4640208ae025ad3ccd6b6cbbfbe5317b60 | 1146973cd1035264ebda1300bb8d4028542be066 | fix(ext/node): implement `DatabaseSync.function()` and better error details (#31386)
Closes #30097
Implementation is based on
https://github.com/nodejs/node/blob/v24.2.0/src/node_sqlite.cc
Changes in this PR allows
https://github.com/nodejs/node/blob/v24.2.0/test/parallel/test-sqlite-custom-functions.js
test to pass... | [
{
"path": "ext/node/ops/sqlite/database.rs",
"patch": "@@ -8,6 +8,7 @@ use std::ffi::CString;\n use std::ffi::c_char;\n use std::ffi::c_void;\n use std::path::Path;\n+use std::ptr::NonNull;\n use std::ptr::null;\n use std::rc::Rc;\n \n@@ -31,11 +32,13 @@ use super::SqliteError;\n use super::StatementSync;\n... | 2025-11-25T14:14:27 |
mrdoob/three.js | 4c1941f94391acab665ed73e3c81e80b1e6e3975 | 9a0137af625b8c2b7e1a19d95532612cf997d432 | Renderer: Document more modules. (#30246)
* Renderer: Document more modules.
* Renderer: Document more modules.
* Renderer: Document more modules.
* Renderer: Document more modules.
* Fix typo. | [
{
"path": "src/nodes/core/NodeBuilder.js",
"patch": "@@ -497,6 +497,15 @@ class NodeBuilder {\n \n \t}\n \n+\t/**\n+\t * Returns the output struct name which is required by\n+\t * {@link module:OutputStructNode}.\n+\t *\n+\t * @abstract\n+\t * @return {String} The name of the output struct.\n+\t */\n+\tgetO... | 2025-01-01T13:27:58 |
kubernetes/kubernetes | f338a70f252123aa0a01cb4d53087d88295b0d41 | bf0e7b694f3a7355c200241825b6688ad391fae8 | fix kubectl in interactive mode losing some line of logs
Signed-off-by: olalekan odukoya <odukoyaonline@gmail.com> | [
{
"path": "staging/src/k8s.io/kubectl/pkg/cmd/run/run.go",
"patch": "@@ -18,6 +18,7 @@ package run\n \n import (\n \t\"context\"\n+\t\"errors\"\n \t\"fmt\"\n \t\"time\"\n \n@@ -26,7 +27,7 @@ import (\n \t\"k8s.io/klog/v2\"\n \n \tcorev1 \"k8s.io/api/core/v1\"\n-\t\"k8s.io/apimachinery/pkg/api/errors\"\n+\ta... | 2026-01-03T00:38:00 |
denoland/deno | 1146973cd1035264ebda1300bb8d4028542be066 | 7ad8750fe95799ee0e9594f5360fc9da36ae012e | fix(schema): add bundle to unstable field schema (#31395)
Fixes https://github.com/denoland/deno/issues/31379 | [
{
"path": "cli/schemas/config-file.v1.json",
"patch": "@@ -900,6 +900,7 @@\n \"type\": \"string\",\n \"examples\": [\n \"bare-node-builtins\",\n+ \"bundle\",\n \"byonm\",\n \"cron\",\n \"detect-cjs\",",
"additions": 1,
"deletions": 0,
... | 2025-11-24T22:32:20 |
tensorflow/tensorflow | 63d80fa24901ea09e4b291c0555e381b2f243f0d | bcc83823647231958259d6fd0163ce1503b7fa20 | [XLA] Fix: Correctly track if ConvolutionGroupConverter made changes.
The `changed_` flag was being set to true at the beginning of `HandleConvolution` and then potentially reset to false later, even if a previous convolution in the same computation had been modified. This could lead to the pass returning false when c... | [
{
"path": "third_party/xla/xla/hlo/transforms/simplifiers/convolution_group_converter.cc",
"patch": "@@ -440,7 +440,6 @@ absl::Status ConvolutionVisitor::HandleConvolution(\n return absl::OkStatus();\n }\n \n- changed_ = true;\n ConvolutionDimensionNumbers dim_numbers =\n convolution->convolu... | 2026-01-22T09:03:59 |
golang/go | 4bfc3a9d14c0b3bfcfe4ce987e47cda6720785a2 | 2263d4aabdde8a4a466009ecc356501f87c7efb7 | std,cmd: go fix -any std cmd
This change mechanically replaces all occurrences of interface{}
by 'any' (where deemed safe by the 'any' modernizer) throughout
std and cmd, minus their vendor trees.
Since this fix is relatively numerous, it gets its own CL.
Also, 'go generate go/types'.
Change-Id: I14a6b52856c3291c1d... | [
{
"path": "src/cmd/asm/internal/asm/endtoend_test.go",
"patch": "@@ -38,7 +38,7 @@ func testEndToEnd(t *testing.T, goarch, file string) {\n \tctxt.IsAsm = true\n \tdefer ctxt.Bso.Flush()\n \tfailed := false\n-\tctxt.DiagFunc = func(format string, args ...interface{}) {\n+\tctxt.DiagFunc = func(format string... | 2025-11-11T19:48:22 |
mrdoob/three.js | 4fe111ff6ed9b558133337e259a1711bcffb0cea | 796956099d90326cf636d8927c5ae96c7acc5977 | fix typo VertexNodeNode -> VertexNode (#30239) | [
{
"path": "docs/examples/en/math/convexhull/ConvexHull.html",
"patch": "@@ -86,7 +86,7 @@ <h3>[method:this addNewFaces]( [param:VertexNode eyeVertex], [param:HalfEdge hor\n \n \t\t<h3>[method:this addVertexToFace]( [param:VertexNode vertex], [param:Face face]\t)</h3>\n \t\t<p>\n-\t\t\t[page:VertexNodeNode v... | 2024-12-31T09:41:21 |
swiftlang/swift | eb067cb45538a0af12eca447534b77d1cd0bed93 | 882e970f6411007063dfc7072adccb0f25d2c036 | Ensure we are adding T : Differentiable conformance from protocol conditional conformance (#77446)
Fixes #75711 | [
{
"path": "lib/SILGen/SILGenPoly.cpp",
"patch": "@@ -7454,6 +7454,14 @@ void SILGenFunction::emitProtocolWitness(\n // Grab the type of our thunk.\n auto thunkTy = F.getLoweredFunctionType();\n \n+ // The protocol conditional conformance itself might bring some T :\n+ // Differentiable conformances. T... | 2026-02-18T04:56:03 |
denoland/deno | 578c0909192f9e9e47e4ec500a57374ca6338103 | bf5d44b7fa863e76d392301d7917676571f9d4bf | fix: `is_elf` panic in sui (#31388)
Fixes https://github.com/denoland/deno/issues/31378 | [
{
"path": "Cargo.lock",
"patch": "@@ -5792,9 +5792,9 @@ dependencies = [\n \n [[package]]\n name = \"libsui\"\n-version = \"0.10.0\"\n+version = \"0.11.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"6744db763b6e19aff65ebac2c85cf71358b3aae385828fcf0d1e02878ab7767b\"\n... | 2025-11-24T16:19:04 |
golang/go | 951cf0501b57d31e648f2808820f2c7eaca3edc8 | 2750f9529148d21c5e29cb325acccc6240e813cf | internal/trace/testtrace: fix flag name typos
Change-Id: I6a6a636cd82a3e22a482ea2b2ab1004c45e2c304
Reviewed-on: https://go-review.googlesource.com/c/go/+/719400
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-acco... | [
{
"path": "src/internal/trace/testtrace/helpers.go",
"patch": "@@ -37,7 +37,7 @@ func Dump(t *testing.T, testName string, traceBytes []byte, forceToFile bool) {\n \t\t\tt.Logf(\"text trace too large to dump (%d bytes)\", len(s))\n \t\t} else {\n \t\t\tt.Log(s)\n-\t\t\tt.Log(\"Convert this to a raw trace wit... | 2025-11-10T21:19:36 |
mrdoob/three.js | e8af245aaac4f65d2f1f4df5a302bd19599d899e | b641098c4d182737c617e31a5287180b04b9f424 | Update WebGLTextureUtils.js (#30236) (#30238)
Fixed a typo in a function name. | [
{
"path": "src/renderers/webgl-fallback/utils/WebGLTextureUtils.js",
"patch": "@@ -731,7 +731,7 @@ class WebGLTextureUtils {\n \n \t\tconst requireDrawFrameBuffer = texture.isDepthTexture === true || ( renderContext.renderTarget && renderContext.renderTarget.samples > 0 );\n \n-\t\tconst srcHeight = renderC... | 2024-12-30T20:02:09 |
tensorflow/tensorflow | 137f64eb84790ce942ea0638e46a10ba1b419d19 | e4073202e4c87073634b8329715a180f4af375ba | Add reference to the OOM debugging doc to the E1000 error docs.
PiperOrigin-RevId: 859325903 | [
{
"path": "third_party/xla/docs/_toc.yaml",
"patch": "@@ -66,8 +66,8 @@ toc:\n path: /xla/errors_overview\n - title: Error Codes\n path: /xla/error_codes\n- - Debug OOM errors with XProf\n- path: xla/oom_debugging\n+ - title: Debug OOM errors with XProf\n+ path: /xla/oom_debugging\n - titl... | 2026-01-22T01:10:28 |
swiftlang/swift | 56994baf9eb8a4299e6a7332352ee5558fc0c941 | 30bb63893f233c64accca3741b538f1c6b17c185 | [Concurrency] Fix condfail since missing builtin call guard (#87272)
https://github.com/swiftlang/swift/commit/7b9281fcb89aa110e8248e13f814f9d6aad6d1da
was applied to resolve a condfail but it wasn't done in all places, also
apply it to the new typed throws version
rdar://166244033
FYI @gottesmm | [
{
"path": "stdlib/public/Concurrency/TaskCancellation.swift",
"patch": "@@ -81,8 +81,13 @@ public func withTaskCancellationHandler<Return, Failure>(\n ) async throws(Failure) -> Return {\n // unconditionally add the cancellation record to the task.\n // if the task was already cancelled, it will be exec... | 2026-02-18T04:21:17 |
denoland/deno | 5efe6a5f042daceb12e4f65d2955eadb436d4b8c | f881b2f9a710ceedc2805945f08bfcb0ef09aa73 | fix(lsp): store assigned compiler options for cache files (#31377) | [
{
"path": "cli/lsp/documents.rs",
"patch": "@@ -1033,6 +1033,8 @@ impl WeakDocumentModuleMap {\n }\n }\n \n+type ScopeInfo = (Option<Arc<Url>>, CompilerOptionsKey);\n+\n #[derive(Debug, Default, Clone)]\n pub struct DocumentModules {\n pub documents: Documents,\n@@ -1044,6 +1046,7 @@ pub struct Document... | 2025-11-24T14:00:31 |
kubernetes/kubernetes | dd377619c9fe257ff86f702ada64ba30682f250e | e3684b7eb2bbeed2ca77d56120f3b97258b5858c | kubelet(dra): fix multiple claims handling | [
{
"path": "pkg/kubelet/cm/dra/manager.go",
"patch": "@@ -360,10 +360,10 @@ func (m *Manager) prepareResources(ctx context.Context, pod *v1.Pod) error {\n \t\t\t\treturn fmt.Errorf(\"checkpoint ResourceClaim cache: %w\", err)\n \t\t\t}\n \n-\t\t\t// If this claim is already prepared, there is no need to prep... | 2025-12-23T21:15:53 |
golang/go | 426ef30ecf2d2b6eadd962358884ed68220b9cc5 | 5241d114f55cfa69a4bf8f2051f5d83d1f618859 | cmd/go: implement -reuse for Mercurial repos
When we added -reuse in CL 411398, we only handled Git repos.
This was partly because we were focused on Git traffic,
partly because Git is the dominant module VCS, and
partly because I couldn't see how to retrieve the metadata needed
in other version control systems.
This... | [
{
"path": "lib/hg/goreposum.py",
"patch": "@@ -0,0 +1,64 @@\n+# Copyright 2025 The Go Authors. All rights reserved.\n+# Use of this source code is governed by a BSD-style\n+# license that can be found in the LICENSE file.\n+\n+# Mercurial extension to add a 'goreposum' command that\n+# computes a hash of a ... | 2025-08-19T19:27:39 |
tensorflow/tensorflow | e4073202e4c87073634b8329715a180f4af375ba | f0fd3719976ed787cc89aed2a202e4ebf9d3b8d0 | Increase memory limit for saved_model_test_cpu and lazy_sstable_reader_test
Adds a higher memory limit (16g) for tests run with ASAN to prevent out-of-memory errors.
PiperOrigin-RevId: 859320185 | [
{
"path": "tensorflow/python/distribute/integration_test/BUILD",
"patch": "@@ -11,6 +11,12 @@ package(\n distribute_py_strict_test(\n name = \"saved_model_test\",\n srcs = [\"saved_model_test.py\"],\n+ exec_properties = select({\n+ # copybara:uncomment_begin(google-only)\n+ # \"//to... | 2026-01-22T00:53:11 |
mrdoob/three.js | b78ad4c3c0ba973e4a867034e0c3702f683a7ebc | 7f4fc6f68c06dcce4767795c524404735de911c1 | Renderer: Document more modules. (#30235)
* Renderer: Document more modules.
* Fix formatting.
* Backend: Fix method name. | [
{
"path": "src/renderers/common/Backend.js",
"patch": "@@ -75,6 +75,57 @@ class Backend {\n \n \t}\n \n+\t/**\n+\t * The coordinate system of the backend.\n+\t *\n+\t * @abstract\n+\t * @type {Number}\n+\t * @readonly\n+\t */\n+\tget coordinateSystem() {}\n+\n+\t// render context\n+\n+\t/**\n+\t * This meth... | 2024-12-30T14:02:46 |
swiftlang/swift | 31f99c2f550b2eeefce02942d91460275712965c | 5c07792113aa26587fa6ffb4503eebeb39cd1ad2 | Ignore generic context when module selector used
Normally, an unbound reference to a generic type within its own context is automatically bound to the identity generic arguments:
```
struct G<T> {
typealias TA = G // as if you wrote G<T>
}
```
Module selectors normally disable this kind of contextual behavior... | [
{
"path": "include/swift/AST/Expr.h",
"patch": "@@ -193,16 +193,16 @@ class alignas(8) Expr : public ASTAllocated<Expr> {\n LiteralCapacity : 32\n );\n \n- SWIFT_INLINE_BITFIELD(DeclRefExpr, Expr, 2+3+1+1,\n+ SWIFT_INLINE_BITFIELD(DeclRefExpr, Expr, 2+4+1+1,\n Semantics : 2, // an AccessSemantic... | 2026-02-18T02:21:37 |
golang/go | 5241d114f55cfa69a4bf8f2051f5d83d1f618859 | cdf64106f621b47987f332d5003afaefd9204b08 | spec: more precise prose for special case of append
As written, the special case for append may be interpreted
such that any first argument that is assignable to []byte
is permissible, including nil. This change makes makes it
clear that a slice argument is required.
Not a language change. The compiler always expecte... | [
{
"path": "doc/go_spec.html",
"patch": "@@ -1,6 +1,6 @@\n <!--{\n \t\"Title\": \"The Go Programming Language Specification\",\n-\t\"Subtitle\": \"Language version go1.26 (Oct 1, 2025)\",\n+\t\"Subtitle\": \"Language version go1.26 (Nov 9, 2025)\",\n \t\"Path\": \"/ref/spec\"\n }-->\n \n@@ -7383,8 +7383,8 @@... | 2025-11-08T03:52:27 |
mrdoob/three.js | 7f4fc6f68c06dcce4767795c524404735de911c1 | 7f6e1fdac8fdb02bef94ae487c4f30a53e34f578 | Renderer: Document more modules. (#30233)
* Renderer: Document more modules.
* Fix typos.
* Renderer: Document more modules.
* Fix typos. | [
{
"path": "src/renderers/common/Backend.js",
"patch": "@@ -1,144 +1,366 @@\n-let vector2 = null;\n-let vector4 = null;\n-let color4 = null;\n+let _vector2 = null;\n+let _color4 = null;\n \n import Color4 from './Color4.js';\n import { Vector2 } from '../../math/Vector2.js';\n-import { Vector4 } from '../../... | 2024-12-30T10:05:47 |
denoland/deno | f881b2f9a710ceedc2805945f08bfcb0ef09aa73 | 355d8994b2ab3b4979214d6d47ed70e39a37a92c | fix(ext/node): autopadding behavior on `crypto.Cipheriv` (#31389) | [
{
"path": "ext/node/polyfills/internal/crypto/cipher.ts",
"patch": "@@ -223,7 +223,10 @@ export class Cipheriv extends Transform implements Cipher {\n this.#lazyInitDecoder(encoding);\n \n const buf = new FastBuffer(16);\n- if (this.#cache.cache.byteLength == 0) {\n+ const hasNoBufferedData = ... | 2025-11-24T11:33:57 |
tensorflow/tensorflow | 7872b76a90a7842335b44abbd74b80cc098d457d | 0f3615b62f607761d89fb86ca4c03f36471f66c2 | PR #36524: Fix concurrent buffer test
Imported from GitHub PR https://github.com/openxla/xla/pull/36524
📝 Summary of Changes
fixes the failing CallConcurrentUpdateTwoBuffers test.
The UpadteBufferImpl function was not updating the correct offsets.
Copybara import of the project:
--
411df0421daf1be9deea5f523b0ca1dd... | [
{
"path": "third_party/xla/xla/service/gpu/custom_call_test.cc",
"patch": "@@ -1069,7 +1069,7 @@ absl::Status UpadteBufferImpl(se::Stream* stream, ffi::AnyBuffer src,\n if (offset < 0 || offset > 2) {\n return absl::InternalError(\"Offset must be in [0, 2].\");\n }\n- int32_t data[2];\n+ int32_t d... | 2026-01-21T21:02:01 |
golang/go | cdf64106f621b47987f332d5003afaefd9204b08 | a0eb4548cfcf803da087b7ca461a2d48b9f17a58 | go/types, types2: first argument to append must never be be nil
The current implementation followed the spec faithfully for
the special case for append. Per the spec:
As a special case, append also accepts a first argument assignable to
type []byte with a second argument of string type followed by ... .
As it happen... | [
{
"path": "src/cmd/compile/internal/types2/builtins.go",
"patch": "@@ -91,6 +91,17 @@ func (check *Checker) builtin(x *operand, call *syntax.CallExpr, id builtinId) (\n \t\t// to type []byte with a second argument of string type followed by ... .\n \t\t// This form appends the bytes of the string.\"\n \n+\t... | 2025-11-07T23:50:14 |
mrdoob/three.js | 7f6e1fdac8fdb02bef94ae487c4f30a53e34f578 | dcb1169f9bbc50b5e5c41fc67aa542b0fee7814e | GaussianBlurNode: Fix custom UV (#30232) | [
{
"path": "examples/jsm/tsl/display/GaussianBlurNode.js",
"patch": "@@ -267,7 +267,7 @@ class GaussianBlurNode extends TempNode {\n \n \t\t//\n \n-\t\tconst uvNode = textureNode.uvNode || uv();\n+\t\tconst uvNode = uv();\n \t\tconst directionNode = vec2( this.directionNode || 1 );\n \n \t\tlet sampleTexture... | 2024-12-30T06:25:14 |
denoland/deno | 355d8994b2ab3b4979214d6d47ed70e39a37a92c | 2b20d4aa55ae217d378ba0ddb3644e2c26f9741f | fix: fetch fd leak (#31375)
Solution for: https://github.com/denoland/deno/issues/31080
Modern reqwest (0.12+) can safely share clients across tokio runtimes.
Because it uses the current runtime's executor instead of spawning
background threads.
Using a single shared client prevents resource leaks when worker threads... | [
{
"path": "cli/http_util.rs",
"patch": "@@ -1,14 +1,11 @@\n // Copyright 2018-2025 the Deno authors. MIT license.\n \n-use std::collections::HashMap;\n use std::sync::Arc;\n-use std::thread::ThreadId;\n \n use boxed_error::Boxed;\n use deno_cache_dir::file_fetcher::RedirectHeaderParseError;\n use deno_core:... | 2025-11-22T02:27:04 |
golang/go | 052c192a4cf853f0a613eacc623beca35f8c0e24 | bc5ffe5c79d45447648a012465e158f29ff5efa2 | runtime: fix lock rank for work.spanSPMCs.lock
Currently this lock is treated like a leaf lock, but it's not one. It
can acquire the globalAlloc lock via fixalloc and persistentalloc.
This means we need to figure out where it can be acquired. In general,
it can be acquired by any write barrier, which is already incre... | [
{
"path": "src/runtime/lockrank.go",
"patch": "@@ -71,6 +71,7 @@ const (\n \t// WB\n \tlockRankWbufSpans\n \tlockRankXRegAlloc\n+\tlockRankSpanSPMCs\n \tlockRankMheap\n \tlockRankMheapSpecial\n \tlockRankGlobalAlloc\n@@ -145,6 +146,7 @@ var lockNames = []string{\n \tlockRankHchanLeaf: \"hchanLeaf\... | 2025-11-03T21:40:33 |
mrdoob/three.js | 1a4f44bb91464f4da7fe4494fe9311ddea77c718 | aa370f4ff3e8bd46a6a3e4f52ff16ed53634c640 | ConditionalNode: Fix setup process (#30229)
* fix conditional setup process
* fix nodeType
* cleanup
* Update ConditionalNode.js | [
{
"path": "src/nodes/core/CacheNode.js",
"patch": "@@ -56,7 +56,16 @@ class CacheNode extends Node {\n \n \tgetNodeType( builder ) {\n \n-\t\treturn this.node.getNodeType( builder );\n+\t\tconst previousCache = builder.getCache();\n+\t\tconst cache = builder.getCacheFromNode( this, this.parent );\n+\n+\t\tb... | 2024-12-30T05:00:23 |
denoland/deno | e5c65261d843e7704a57c1b66807d5ae6dd45664 | bcdddb4ea3804074e551361586f5bf93a94e8350 | fix: upgrade denokv_* to 0.13 and rusqlite to 0.27 (#31374)
No functional changes | [
{
"path": "Cargo.lock",
"patch": "@@ -570,24 +570,6 @@ dependencies = [\n \"syn 2.0.87\",\n ]\n \n-[[package]]\n-name = \"bindgen\"\n-version = \"0.71.1\"\n-source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3\"\n... | 2025-11-21T15:16:30 |
swiftlang/swift | 0b532fe221f067cad64e2ce3a479072ba92555bb | 46e93980d4489345e7125eeec98d90c02a794b63 | SILGen: emit destroy_value if discarding error
Fixes an emission issue with typed throws where the error
path after a `try_apply` is missing a `destroy_value`
on the unused basic block argument holding the error.
Forgetting to emit that makes the SIL verifier upset.
rdar://170353819 | [
{
"path": "lib/SILGen/SILGenStmt.cpp",
"patch": "@@ -1722,8 +1722,10 @@ void SILGenFunction::emitThrow(SILLocation loc, ManagedValue exnMV,\n // A direct error value is passed to the epilog block as a BB argument.\n args.push_back(exn);\n } else if (shouldDiscard) {\n- if (exn && exn->getType()... | 2026-02-17T22:00:13 |
mrdoob/three.js | 9d4c2918ae86c67f079a8c7c2830551171f4a430 | d24a6b48deae76f508af2b9870ae45340f68ba36 | Renderer: Document more modules. (#30224)
* Renderer: Document more modules.
* Renderer: Document more modules.
* Fix typo. | [
{
"path": "src/renderers/common/BindGroup.js",
"patch": "@@ -1,14 +1,55 @@\n let _id = 0;\n \n+/**\n+ * Represents a bind group.\n+ *\n+ * @private\n+ */\n class BindGroup {\n \n+\t/**\n+\t * Constructs a new bind group.\n+\t *\n+\t * @param {String} name - The bind group's name.\n+\t * @param {Array<Bindin... | 2024-12-28T12:39:40 |
kubernetes/kubernetes | 0c9c7ce40dae5adfd315d203aa80e10daa5c5914 | e3684b7eb2bbeed2ca77d56120f3b97258b5858c | E2E framework: fix nil pointer crash in TContext
Not all framework instances have a default namespace. TContext
crashed for those.
(cherry picked from commit 80cc14831edefcb889ebaeeb1bddda698415dbc8)
This got merged in https://github.com/kubernetes/kubernetes/pull/136140,
then reverted in https://github.com/kubernet... | [
{
"path": "test/e2e/framework/framework.go",
"patch": "@@ -187,7 +187,9 @@ func (f *Framework) TContext(ctx context.Context) ktesting.TContext {\n \t}\n \ttCtx := ktesting.InitCtx(ctx, f /* intentionally using f here and not f.TB because f overrides some methods */)\n \ttCtx = tCtx.WithClients(f.clientConfi... | 2026-01-09T15:23:11 |
golang/go | 771a1dc216ff02dd23c78ada35a207a363690d11 | 972732b245399097e1e59aa2e35c47ef5efbf394 | [dev.simd] cmd/compile: add peepholes for all masked ops and bug fixes
For 512-bits they are unchanged. This CL adds the optimization rules for
128/256-bits under feature check.
This CL also fixed a bug for masked load variant of instructions and
make them zeroing by default as well.
Change-Id: I6fe395541c0cd509984a... | [
{
"path": "src/cmd/compile/internal/amd64/simdssa.go",
"patch": "@@ -1993,38 +1993,65 @@ func ssaGenSIMDValue(s *ssagen.State, v *ssa.Value) bool {\n \t\tssa.OpAMD64VPABSWMasked256,\n \t\tssa.OpAMD64VPABSWMasked512,\n \t\tssa.OpAMD64VPABSDMasked128,\n+\t\tssa.OpAMD64VPABSDMasked128load,\n \t\tssa.OpAMD64VPA... | 2025-11-04T21:46:06 |
denoland/deno | e59d37f3bb93eb70d6e2f87d6baa2e026a7de4d0 | 051dadf42984c9311b7dbc666f1a686e76974301 | ci: fix issue triage workflow (#31362) | [
{
"path": ".github/workflows/issue_triage.yml",
"patch": "@@ -15,6 +15,7 @@ jobs:\n if: github.event_name == 'workflow_dispatch' || (github.event.issue.author_association != 'MEMBER' && github.event.issue.author_association != 'OWNER')\n runs-on: ubuntu-latest\n permissions:\n+ contents: re... | 2025-11-20T17:44:00 |
tensorflow/tensorflow | e58c1685198710445a79ee49167ae7b647cc2ed2 | 8f43ce47be5241dac0d111fae886e47b31e7fbe6 | Improved diagnostics for pywrap_tensorflow_internal PYD load errors on Windows
PiperOrigin-RevId: 859200522 | [
{
"path": "tensorflow/core/platform/cpu_feature_guard.cc",
"patch": "@@ -26,6 +26,10 @@ limitations under the License.\n #include \"tensorflow/core/platform/cpu_info.h\"\n #include \"tensorflow/core/platform/logging.h\"\n \n+#ifdef _WIN32\n+#include <windows.h>\n+#endif\n+\n namespace tensorflow {\n namespa... | 2026-01-21T19:54:14 |
mrdoob/three.js | b35ad2adf55e8598c01a7e7c1cc3f9d409e4eed8 | 6462c8a103d7da348e29cd619eca0edd20e63588 | Renderer: Document more modules. (#30221)
* Renderer: Document more modules.
* Fix typo.
* Fix typo. | [
{
"path": "src/nodes/accessors/BufferAttributeNode.js",
"patch": "@@ -24,7 +24,7 @@ import { StaticDrawUsage, DynamicDrawUsage } from '../../constants.js';\n * material.colorNode = bufferAttribute( new THREE.Float32BufferAttribute( colors, 3 ) );\n * ```\n * This new approach is especially interesting wh... | 2024-12-27T14:42:10 |
golang/go | bc5ffe5c79d45447648a012465e158f29ff5efa2 | 32f8d6486f02d5820977180c52889ec72c799d58 | internal/runtime/sys,math/bits: eliminate bounds checks on len8tab
The compiler cannot currently determine that the accesses to len8tab
are within bounds. Cast to uint8 to avoid unnecessary bounds checks.
Fixes #76166
Change-Id: I1fd930bba2b20d3998252c476308642e08ce00b4
Reviewed-on: https://go-review.googlesource.co... | [
{
"path": "src/internal/runtime/sys/intrinsics.go",
"patch": "@@ -109,7 +109,7 @@ func Len64(x uint64) (n int) {\n \t\tx >>= 8\n \t\tn += 8\n \t}\n-\treturn n + int(len8tab[x])\n+\treturn n + int(len8tab[uint8(x)])\n }\n \n // --- OnesCount ---",
"additions": 1,
"deletions": 1,
"language": "Go"
... | 2025-11-05T14:05:29 |
kubernetes/kubernetes | fda3bdbd5ee461798fd3d958b30b45df1984da20 | 8de4a1125283df991b529e7e99ec9034be57b510 | DRA tests: stop using deprecated ktesting functions
Some of them were already converted previously, but didn't take full advantage
of the more flexible methods: errors can be checked again by Gomega. | [
{
"path": "test/e2e/dra/utils/builder.go",
"patch": "@@ -522,10 +522,8 @@ func (b *Builder) tearDown(tCtx ktesting.TContext) {\n \t\t\ttCtx.ExpectNoError(err, \"delete pod\")\n \t\t}\n \t}\n-\tktesting.Eventually(tCtx, func(tCtx ktesting.TContext) []v1.Pod {\n-\t\tpods, err := b.listTestPods(tCtx)\n-\t\ttCt... | 2026-01-14T19:52:25 |
denoland/deno | f61f5ffe7bd53bc71acc8ec5aa45b05736407201 | c935fb494a9bdfc3dcf288c4610d6c989f7d694f | fix(ext/node): `StatementSync.iterate()` should reset `is_iter_finished` flag on every call (#31361) | [
{
"path": "ext/node/ops/sqlite/database.rs",
"patch": "@@ -576,7 +576,7 @@ impl DatabaseSync {\n use_big_ints: Cell::new(false),\n allow_bare_named_params: Cell::new(true),\n allow_unknown_named_params: Cell::new(false),\n- is_iter_finished: false,\n+ is_iter_finished: Cell::new(... | 2025-11-20T16:22:26 |
tensorflow/tensorflow | 35715124abb26c10c47114bfcbda969e053f543a | c9ade2027ad1ba10189226c81708fb292fda26e7 | PR #36633: [xla] Use xla/util errors instead of absl errors to capture stack trace
Imported from GitHub PR https://github.com/openxla/xla/pull/36633
[xla] Use xla/util errors instead of absl errors to capture stack trace
Copybara import of the project:
--
848c6f27452050c152cc8e4482b64eb868ad01e3 by Eugene Zhulenev ... | [
{
"path": "third_party/xla/xla/pjrt/distributed/coordination/BUILD",
"patch": "@@ -129,6 +129,7 @@ cc_library(\n \":coordination_client\",\n \":coordination_service\",\n \":coordination_service_error_util\",\n+ \"//xla:util\",\n \"//xla/runtime:device_id\",\n \... | 2026-01-21T19:35:16 |
mrdoob/three.js | 0eaea73432677f73fe71edfe6e8daf08f4b5412a | 688976a5689ef47a2ca4f0786f7f94532e02bd3a | TextureNode: Improve error message (#30215) | [
{
"path": "src/nodes/accessors/TextureNode.js",
"patch": "@@ -316,6 +316,16 @@ class TextureNode extends UniformNode {\n \n \t\t//\n \n+\t\tconst texture = this.value;\n+\n+\t\tif ( ! texture || texture.isTexture !== true ) {\n+\n+\t\t\tthrow new Error( 'THREE.TSL: `texture( value )` function expects a vali... | 2024-12-26T19:53:54 |
golang/go | 32f8d6486f02d5820977180c52889ec72c799d58 | 1c1c1942ba5b596ade56c983e0ab75f0a237ad15 | runtime: document that tracefpunwindoff applies to some profilers
The tracefpunwindoff GODEBUG applies to all the places where we use
frame pointer unwinding. Originally that was just the execution tracer,
but now we also use it for the block and mutex profilers.
Change-Id: I6a6a69641fede668d96335582dba6d43e62f6a51
R... | [
{
"path": "src/runtime/extern.go",
"patch": "@@ -211,10 +211,11 @@ It is a comma-separated list of name=val pairs setting these named variables:\n \treport. This also extends the information returned by runtime.Stack.\n \tSetting N to 0 will report no ancestry information.\n \n-\ttracefpunwindoff: setting t... | 2025-11-06T14:40:21 |
denoland/deno | 491274d6edce1993ab0a2d39a16bc79e663abb88 | dbe35b03fbf8732adcd95efecc07af7c8ca141f7 | fix(ext/node): implement `dns.lookupService` (#31310)
Closes #26300
Allows the following node compatibility tests to pass:
-
https://github.com/nodejs/node/blob/v24.2.0/test/parallel/test-dns-lookupService-promises.js
-
https://github.com/nodejs/node/blob/v24.2.0/test/parallel/test-dns-lookupService.js
<!-- This is ... | [
{
"path": "Cargo.lock",
"patch": "@@ -2519,6 +2519,7 @@ dependencies = [\n \"sha3\",\n \"signature\",\n \"sm3\",\n+ \"socket2 0.5.5\",\n \"spki\",\n \"sys_traits\",\n \"thiserror 2.0.12\",",
"additions": 1,
"deletions": 0,
"language": "Unknown"
},
{
"path": "ext/node/Cargo.toml",
... | 2025-11-20T11:12:26 |
kubernetes/kubernetes | 9cfa16d35ef055530bea3a67e57496cf2aae7a03 | 57e68a76e3b147634774e7df0b79b416390d5dcd | Fix(kubelet/test): flaky TestWaitForAllPodsUnmount by adding goroutine synchronization | [
{
"path": "pkg/kubelet/volumemanager/volume_manager.go",
"patch": "@@ -516,7 +516,6 @@ func (vm *volumeManager) WaitForAllPodsUnmount(ctx context.Context, pods []*v1.P\n \n \tfuncs := make([]func() error, 0, len(pods))\n \tfor _, pod := range pods {\n-\t\tpod := pod\n \t\tfuncs = append(funcs, func() error ... | 2026-01-18T14:09:16 |
mrdoob/three.js | 688976a5689ef47a2ca4f0786f7f94532e02bd3a | 25763c4629bb2a95f03d6348da6b42ae2bc87934 | WebGPURenderer: Fix `material.depthTest` in `logarithmicDepthBuffer` (#30214)
* fix depthTest in logarithmicDepthBuffer
* cleanup | [
{
"path": "src/materials/nodes/NodeMaterial.js",
"patch": "@@ -439,7 +439,7 @@ class NodeMaterial extends Material {\n \n \t\tconst clippingNode = this.setupClipping( builder );\n \n-\t\tif ( this.depthWrite === true ) {\n+\t\tif ( this.depthWrite === true || this.depthTest === true ) {\n \n \t\t\t// only w... | 2024-12-26T18:02:10 |
tensorflow/tensorflow | c9ade2027ad1ba10189226c81708fb292fda26e7 | ee4d9e882b61226d752375009a709c818381d872 | Fix categorical_column_with_vocabulary_file() example code to match description
PiperOrigin-RevId: 859166726 | [
{
"path": "tensorflow/python/feature_column/feature_column_v2.py",
"patch": "@@ -1103,8 +1103,8 @@ def categorical_column_with_vocabulary_file(key,\n ```python\n import tensorflow as tf\n states = tf.feature_column.categorical_column_with_vocabulary_file(\n- key='states', vocabulary_file='states.tx... | 2026-01-21T18:38:25 |
golang/go | 3b3d6b9e5d9898810ee13e739f3ad759ab104fdb | 5f4b5f1a196774e45bc50de0729973119eb7bf07 | cmd/internal/obj/arm64: shorten constant integer loads
Large integer constants can take up to 4 instructions to encode.
We can encode some large constants with a single instruction, namely
those which are bit patterns (repetitions of certain runs of 0s and 1s).
Often the constants we want to encode are *close* to th... | [
{
"path": "src/cmd/asm/internal/asm/testdata/arm64.s",
"patch": "@@ -400,6 +400,8 @@ TEXT\tfoo(SB), DUPOK|NOSPLIT, $-8\n \tMOVD\t$0x11110000, R1 // MOVD\t$286326784, R1 // 2122a2d2\n \tMOVD\t$0xaaaa0000aaaa1111, R1 // MOVD\t$-6149102338357718767, R1 // 212282d24155b5f24155... | 2025-11-04T23:15:16 |
swiftlang/swift | 43a53f40d0fbeabdc8fdf6df5c4da01f0e313532 | 45f09e61e396e9465a8d3ad70fb44b8b3111429e | [test][android] Fix building the Android tests on the Windows toolchain CI again (#87275)
This was fixed in #86694, but the subsequent massive #84906 appears to
have [inadvertently disabled adding the needed Android API
level](https://github.com/swiftlang/swift/pull/84906/changes#diff-c861caa2fcc08744108e542ca836b07e3... | [
{
"path": "utils/build.ps1",
"patch": "@@ -2778,14 +2778,14 @@ function Test-Runtime([Hashtable] $Platform) {\n -UseBuiltCompilers C,CXX,Swift `\n -SwiftSDK $null `\n -BuildTargets check-swift-validation-only_non_executable `\n- -Defines @{\n+ -Defines ($PlatformDefines + @{\n ... | 2026-02-17T21:38:53 |
denoland/deno | dbe35b03fbf8732adcd95efecc07af7c8ca141f7 | 030826f589ba5df03454ad3d3827cafaa29c1635 | fix(node): stub missing process.sourceMapsEnabled (#31358)
See https://nodejs.org/api/process.html#processsourcemapsenabled
This fixes an issue in Fresh with vite's environment API which relies on
this property to check if vite should map stack traces
https://github.com/vitejs/vite/blob/main/packages/vite/src/module-... | [
{
"path": "ext/node/polyfills/process.ts",
"patch": "@@ -756,6 +756,15 @@ process.setSourceMapsEnabled = (_val: boolean) => {\n // TODO(@satyarohith): support disabling source maps if needed.\n };\n \n+// Source maps are always enabled in Deno.\n+Object.defineProperty(process, \"sourceMapsEnabled\", {\n+ ... | 2025-11-20T09:39:24 |
mrdoob/three.js | 34c428c2d5507d77261473b483310b593d9805f8 | eb8c334628e6ae895fb6c9da4be2d78a2135c38b | Renderer: Document more modules (#30213)
* Renderer: Document more modules
* Renderer: Fix reference.
* RenderObject: Clean up. | [
{
"path": "src/renderers/common/Animation.js",
"patch": "@@ -9,13 +9,13 @@ class Animation {\n \t/**\n \t * Constructs a new animation loop management component.\n \t *\n-\t * @param {Nodes} nodes - Renderer component for managing nodes relatd logic.\n+\t * @param {Nodes} nodes - Renderer component for mana... | 2024-12-26T13:08:16 |
golang/go | 5f4b5f1a196774e45bc50de0729973119eb7bf07 | 0fe6c8e8c878c44d4466f07ddd0a5b2cd07650c7 | runtime/msan: use different msan routine for copying
__msan_memmove records the fact that we're copying memory, and
actually does the copy. Use instead __msan_copy_shadow, which
records the fact that we're copying memory, but doesn't actually
do the copy itself.
We're doing the copy ourselves, so we don't need msan t... | [
{
"path": "src/runtime/msan/msan.go",
"patch": "@@ -13,8 +13,6 @@ package msan\n #include <stdint.h>\n #include <sanitizer/msan_interface.h>\n \n-extern void __msan_memmove(void*, const void*, uintptr_t);\n-\n void __msan_read_go(void *addr, uintptr_t sz) {\n \t__msan_check_mem_is_initialized(addr, sz);\n }... | 2025-11-08T19:11:10 |
swiftlang/swift | 44da3946e37ec3b87f91ce95d7581c2cbb3d535b | 5c07792113aa26587fa6ffb4503eebeb39cd1ad2 | [test] Add fixed type-checker test case | [
{
"path": "test/Constraints/issue-87280.swift",
"patch": "@@ -0,0 +1,13 @@\n+// RUN: %target-typecheck-verify-swift\n+\n+// https://github.com/apple/swift/issues/87280\n+\n+enum E: Equatable {\n+ case e(Double)\n+}\n+\n+func bar<T, U>(_: T, _: (T, U) -> Bool, _: U) {}\n+\n+func foo(_ x: E) {\n+ bar(x, { $... | 2026-02-17T21:21:46 |
tensorflow/tensorflow | d20204918ff4d63dee83bc712a6a62291d75aa12 | 2c34940ce9f746a23dbe3c2f9aae45fd874eff23 | Use SplitProto format to dump GpuExecutables
GpuExecutable will now use the new SplitProto format to dump itself. This allows us to dump executables bigger than 2GiB.
Also replaced the obsolete TF macros with `RETURN_IF_ERROR` and `ASSIGN_OR_RETURN`.
PiperOrigin-RevId: 859105551 | [
{
"path": "third_party/xla/xla/service/gpu/BUILD",
"patch": "@@ -720,6 +720,7 @@ cc_library(\n \"//xla/service:hlo_value\",\n \"//xla/service:maybe_owning_device_address\",\n \"//xla/service:rendezvous\",\n+ \"//xla/service:riegeli_dump_writer\",\n \"//xla/service:shap... | 2026-01-21T16:07:52 |
denoland/deno | 931a5c75b32a6a0803c8084d3f48c755cb6fe68f | 699056eba590ec803e86da6aadaeefd41b85d1c5 | fix(cli): put tasks first in zsh dynamic completions (#31350)
It's kind of annoying because it requires copying some code from clap,
but it's the only solution I could find | [
{
"path": "Cargo.lock",
"patch": "@@ -1700,6 +1700,7 @@ dependencies = [\n \"serde_repr\",\n \"sha2\",\n \"shell-escape\",\n+ \"shlex\",\n \"spki\",\n \"sqlformat\",\n \"strsim\",",
"additions": 1,
"deletions": 0,
"language": "Unknown"
},
{
"path": "Cargo.toml",
"patch": "@@ -2... | 2025-11-20T08:42:31 |
mrdoob/three.js | eb8c334628e6ae895fb6c9da4be2d78a2135c38b | 574e954b3cc8a407527c794cbab9cca3524c0c92 | WebGPURenderer: Improved Shaders Names For Debug (#30209) | [
{
"path": "src/nodes/gpgpu/ComputeNode.js",
"patch": "@@ -73,6 +73,14 @@ class ComputeNode extends Node {\n \t\t */\n \t\tthis.version = 1;\n \n+\t\t/**\n+\t\t * The name or label of the uniform.\n+\t\t *\n+\t\t * @type {String}\n+\t\t * @default ''\n+\t\t */\n+\t\tthis.name = '';\n+\n \t\t/**\n \t\t * The ... | 2024-12-26T11:32:21 |
kubernetes/kubernetes | e89362f1db15b4ca1fb6a3e6489e885448ccb0bc | 3e9b24cffb34b1d59a6945ba48877e34acaef1d1 | fix(kubelet): convert V().Error() to V().Info() in volumemanager
Apply the same verbosity-aware logging fix to volumemanager components:
- desired_state_of_world.go (2 instances)
- reconciler/reconstruct.go (1 instance)
This completes the kubelet-wide fix for V().Error() ignoring verbosity.
Signed-off-by: thc1006 <8... | [
{
"path": "pkg/kubelet/volumemanager/cache/desired_state_of_world.go",
"patch": "@@ -670,7 +670,7 @@ func handleSELinuxMetricError(logger klog.Logger, err error, seLinuxSupported bo\n \n \t// This is not an error yet, but it will be when support for other access modes is added.\n \twarningMetric.Add(1.0)\n-... | 2026-01-06T15:24:07 |
golang/go | 95a0e5adc1e6c27769591de1bfaf520a3265adda | e8ed85d6c22d9530523315c3048ed0455d205bff | sync: don't call Done when f() panics in WaitGroup.Go
This change is based on
https://github.com/golang/go/issues/76126#issuecomment-3473417226
by adonovan.
Fixes #76126
Fixes #74702
Change-Id: Ie404d8204be8917fa8a7b414bb6d319238267c83
GitHub-Last-Rev: b1beddcd725e9168d4d544a9d0322a5a6d8d65b2
GitHub-Pull-Request: go... | [
{
"path": "src/sync/waitgroup.go",
"patch": "@@ -236,7 +236,25 @@ func (wg *WaitGroup) Wait() {\n func (wg *WaitGroup) Go(f func()) {\n \twg.Add(1)\n \tgo func() {\n-\t\tdefer wg.Done()\n+\t\tdefer func() {\n+\t\t\tif x := recover(); x != nil {\n+\t\t\t\t// f panicked, which will be fatal because\n+\t\t\t\t... | 2025-11-10T09:28:16 |
tensorflow/tensorflow | 14781b8cf3a0c7ef9f281b037ead9ff09dda9ebf | 90e5400a55bf998b2946b050ba1c3be8d4b04ded | Create a function to dump data via Riegeli
This will be used to dump the GpuExecutable split proto without an intermediate copy (cl/855252284).
Had to extract the `CanonicalDebugOptions` struct out of `dump.cc`, and given that its now exposed in a header renamed it to a (hopefully) more descriptive name.
PiperOrigin... | [
{
"path": "third_party/xla/xla/service/BUILD",
"patch": "@@ -538,6 +538,7 @@ cc_library(\n srcs = [\"dump.cc\"],\n hdrs = [\"dump.h\"],\n deps = [\n+ \":dump_options\",\n \":hlo_graph_dumper\",\n \":hlo_proto_cc\",\n \":hlo_proto_util\",\n@@ -574,21 +575,81 @@ cc_l... | 2026-01-21T15:28:59 |
mrdoob/three.js | c9e5e53a06809f8352c5bd94c130725d93349d11 | 3e6034a0fe6db50a5c779d5fe4128aec565e60fd | TextureNode: Fix matrix update (#30200) | [
{
"path": "src/nodes/accessors/TextureNode.js",
"patch": "@@ -268,7 +268,7 @@ class TextureNode extends UniformNode {\n \tsetUpdateMatrix( value ) {\n \n \t\tthis.updateMatrix = value;\n-\t\tthis.updateType = value ? NodeUpdateType.FRAME : NodeUpdateType.NONE;\n+\t\tthis.updateType = value ? NodeUpdateType.... | 2024-12-25T04:13:37 |
golang/go | b76103c08e72ac34db2092d2cf1a3c1ec6adf451 | 47a63a331daa96de55562fbe0fa0201757c7d155 | cmd/go: output missing GoDebug entries
The `go help mod edit` command references the GoDebug struct, but `go
mod edit -json` was not displaying them when appropriate.
Fixes #75105
Change-Id: Iec987882941e01b0cf4d4fe31dda9e7a6e2dde87
Reviewed-on: https://go-review.googlesource.com/c/go/+/706757
LUCI-TryBot-Result: Go... | [
{
"path": "src/cmd/go/internal/modcmd/edit.go",
"patch": "@@ -584,8 +584,9 @@ func flagDropIgnore(arg string) {\n // fileJSON is the -json output data structure.\n type fileJSON struct {\n \tModule editModuleJSON\n-\tGo string `json:\",omitempty\"`\n-\tToolchain string `json:\",omitempty\"`\n+\tGo... | 2025-09-25T15:07:17 |
denoland/deno | 82eba477fbea8a11127bf2a678413be24e0857a0 | 3c0f2890ebfdfc619a3133debb64a2dd68d59920 | feat: add `--ignore-env=...` (#31187)
Adds the ability to ignore certain environment variables and return
`undefined` instead of erroring. | [
{
"path": "cli/args/flags.rs",
"patch": "@@ -814,6 +814,7 @@ pub struct PermissionFlags {\n pub allow_all: bool,\n pub allow_env: Option<Vec<String>>,\n pub deny_env: Option<Vec<String>>,\n+ pub ignore_env: Option<Vec<String>>,\n pub allow_ffi: Option<Vec<String>>,\n pub deny_ffi: Option<Vec<Stri... | 2025-11-19T15:49:06 |
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.