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 |
|---|---|---|---|---|---|
kubernetes/kubernetes | 1ee1ff97fb7f9755a44d29bee0c80d2ccbed68dc | 9874e76ac44442ebfa33c824e2c57bcb9f0d2e5e | staging: extract CRI streaming modules with client-go compatibility
Extract streaming code into dedicated staging modules while keeping stable
compatibility APIs for external client-go consumers.
This commit:
- adds `k8s.io/cri-streaming` for CRI exec/attach/portforward server code
- adds `k8s.io/streaming` as the ca... | [
{
"path": "go.mod",
"patch": "@@ -96,6 +96,7 @@ require (\n \tk8s.io/controller-manager v0.0.0\n \tk8s.io/cri-api v0.0.0\n \tk8s.io/cri-client v0.0.0\n+\tk8s.io/cri-streaming v0.0.0\n \tk8s.io/csi-translation-lib v0.0.0\n \tk8s.io/dynamic-resource-allocation v0.0.0\n \tk8s.io/endpointslice v0.0.0\n@@ -113,6... | 2026-03-01T00:40:07 |
mrdoob/three.js | e3be204eb54969e6fa7208576ec75537e7a869d7 | 37dc48cd6471161c8acb01f8175a274f9167d322 | WebGPURenderer: Fix VSM shadow artifacts. (#32327) | [
{
"path": "src/nodes/lighting/ShadowNode.js",
"patch": "@@ -123,7 +123,7 @@ const VSMPassVertical = /*@__PURE__*/ Fn( ( { samples, radius, size, shadowPass,\n \tmean.divAssign( samples );\n \tsquaredMean.divAssign( samples );\n \n-\tconst std_dev = sqrt( squaredMean.sub( mean.mul( mean ) ) );\n+\tconst std_... | 2025-11-21T09:40:20 |
denoland/deno | 3998494368e93e46d8151e51d1b42152831b8b73 | c6656936dd49e26df913d4af6c936429116beb38 | fix(ext/node): signal listeners added via `process.once` can now be removed (#32606)
## Summary
- Fix `process.once("SIGINT", handler)` followed by
`process.removeListener("SIGINT", handler)` not actually removing the
Deno-level signal listener
- When `EventEmitter.once()` wraps a handler, `Process.prototype.off`
now... | [
{
"path": "ext/node/polyfills/process.ts",
"patch": "@@ -484,6 +484,31 @@ function Process(this: any) {\n }\n Process.prototype = Object.create(EventEmitter.prototype);\n \n+// Look up the actual registered listener for a signal event. When `once()` is\n+// used, EventEmitter wraps the listener in a functio... | 2026-03-17T13:17:57 |
golang/go | 6b7763407c83e9014c94997f1d454b175a6ea601 | 3fc4af70d04682ab42744e4ce78f95025688996d | testing: recognize helper functions that use range-over-function
This assumes the current behavior of the gc compiler:
range functions use a suffix of -rangeNNNN.
Fixes #72794
Change-Id: I3c10c60829853cf2cb4c17a75f6243def0313ae9
Reviewed-on: https://go-review.googlesource.com/c/go/+/656775
LUCI-TryBot-Result: Go LUC... | [
{
"path": "src/testing/helper_test.go",
"patch": "@@ -85,6 +85,28 @@ func TestTBHelperParallel(t *testing.T) {\n \t}\n }\n \n+// Issue 72794.\n+func TestHelperRange(t *testing.T) {\n+\tif os.Getenv(\"GO_WANT_HELPER_PROCESS\") == \"1\" {\n+\t\trangeHelperHelper(t)\n+\t\treturn\n+\t}\n+\n+\tt.Parallel()\n+\n+... | 2025-03-11T17:10:57 |
swiftlang/swift | e6ed59178e5c66f5606d69df640e8de6bdca6e97 | c4d32f901d8de7b3ae6168c642a70d24478cc25f | Ensure that properly insert ignored_read before LValue evaluation scopes end and never use IgnoredRead results of LValue operations.
This commit fixes two issues:
1. When emitting an IgnoredRead LValue, we were emitting an access to the
LValue, closing its formal evaluation scope, and then placing the
ignored_use. Th... | [
{
"path": "lib/SILGen/LValue.h",
"patch": "@@ -105,6 +105,7 @@ class PathComponent {\n AddressorKind, // var/subscript addressor\n CoroutineAccessorKind, // coroutine accessor\n ValueKind, // random base pointer as an lvalue\n+ OptionalAddressKind, ... | 2026-03-23T21:59:06 |
mrdoob/three.js | 8acf22c7e9232dac7ea327e6e92af8cd025f5c3f | 64c9ad89858633cd37b782a95119199e86bd522b | Fix iridescence energy conservation for mixed materials (#32309) | [
{
"path": "src/nodes/functions/PhysicalLightingModel.js",
"patch": "@@ -468,6 +468,22 @@ class PhysicalLightingModel extends LightingModel {\n \t\t */\n \t\tthis.iridescenceF0 = null;\n \n+\t\t/**\n+\t\t * The iridescence F0 dielectric.\n+\t\t *\n+\t\t * @type {?Node}\n+\t\t * @default null\n+\t\t */\n+\t\t... | 2025-11-19T23:04:20 |
tensorflow/tensorflow | 483d1696944caa7d7b7a22b799107de4f5935a86 | d2e00f2c722d2fa1d18e55354b16561b998cdf5c | Add host CPU target machine options to GpuTopology.
This change introduces `host_target_machine_options` to the `GpuTopology` proto and class. This allows capturing the host CPU's target machine configuration alongside the GPU topology. The PJRT GPU compiler now extracts these options from the topology description and... | [
{
"path": "third_party/xla/xla/pjrt/gpu/BUILD",
"patch": "@@ -476,6 +476,7 @@ cc_library(\n \":se_gpu_topology_description\",\n \"//xla:shape_util\",\n \"//xla:status_macros\",\n+ \"//xla/backends/cpu:target_machine_options\",\n \"//xla/backends/gpu/target_config\",\n ... | 2026-03-25T08:47:09 |
golang/go | 3fc4af70d04682ab42744e4ce78f95025688996d | c43088c7a6b58861078eb96617c7fc12764dbf76 | net/http: document which headers Request.Write handles specially
Document that Header values for Host, Content-Length,
Transfer-Encoding, and Trailer are not used by Write, as these
are derived from other Request fields. Also document that
User-Agent defaults to "Go-http-client/1.1" if not set in Header.
Fixes #68635... | [
{
"path": "src/net/http/request.go",
"patch": "@@ -558,6 +558,11 @@ const defaultUserAgent = \"Go-http-client/1.1\"\n // If Body is present, Content-Length is <= 0 and [Request.TransferEncoding]\n // hasn't been set to \"identity\", Write adds \"Transfer-Encoding:\n // chunked\" to the header. Body is close... | 2026-02-27T22:13:56 |
denoland/deno | c6656936dd49e26df913d4af6c936429116beb38 | 66db846d664561ad12b1535154c6f177a532e3c8 | fix(ext/telemetry): add exception.* attributes to OTEL log records (#32726)
## Summary
- When a single Error object is logged via
`console.log`/`console.error`/etc., the OTEL log record now includes
`exception.type`, `exception.message`, and `exception.stacktrace`
attributes per the [OpenTelemetry semantic convention... | [
{
"path": "ext/telemetry/lib.rs",
"patch": "@@ -1324,12 +1324,27 @@ macro_rules! attr {\n };\n }\n \n+/// Convert the integer log level that ext/console uses to the corresponding\n+/// OpenTelemetry log severity.\n+fn severity_from_level(level: i32) -> Severity {\n+ match level {\n+ ..=0 => Severity::... | 2026-03-17T12:44:34 |
swiftlang/swift | 1842f73449826a8627d314e6e976456ac47176ea | 6f887aeb29cb129daf2458d6411c90c819f6e44a | Support location markers in DiagnosticVerifier
Add support for named location markers in the diagnostic verifier's
-verify mode. A marker is defined by placing `// #name` in a comment
and referenced with `@#name` in expected-diagnostic comments.
This enables stable references to diagnostic locations that don't break
... | [
{
"path": "docs/Diagnostics.md",
"patch": "@@ -188,6 +188,15 @@ An expected diagnostic is denoted by a comment which begins with `expected-error\n \n - (Optional) Location information. By default, the comment will match any diagnostic emitted on the same line. However, it's possible to override this behavio... | 2026-03-24T13:38:35 |
mrdoob/three.js | 64c9ad89858633cd37b782a95119199e86bd522b | fb06fb0a5b9d46d4543e97997da3c17173b025a9 | WebGPURenderer: Fix textured backgrounds with ortho cameras. (#32313) | [
{
"path": "src/renderers/common/Background.js",
"patch": "@@ -1,6 +1,6 @@\n import DataMap from './DataMap.js';\n import Color4 from './Color4.js';\n-import { vec4, context, normalWorldGeometry, backgroundBlurriness, backgroundIntensity, backgroundRotation, modelViewProjection } from '../../nodes/TSL.js';\n... | 2025-11-19T21:27:36 |
kubernetes/kubernetes | 260c856fc296564677adfa9d211460162e9b6f01 | 3a561263475bbaf79246a4df860212d048609727 | fix: deterministic CPU load distribution for HPAConfigurableTolerance e2e test | [
{
"path": "test/e2e/autoscaling/horizontal_pod_autoscaling_behavior.go",
"patch": "@@ -576,8 +576,11 @@ var _ = SIGDescribe(feature.HPA, framework.WithSlow(), framework.WithFeatureGate\n \t\t\t\tginkgo.By(\"waiting for deployment to start initial pods\")\n \t\t\t\trc.WaitForReplicas(ctx, initPods, waitDeadl... | 2026-03-12T09:33:55 |
golang/go | 3d7681ebab6fca8f859d8fc7d6c02c90ef379c05 | a8f99ef1f6e550d5d73e9c8f792337ad001bdcf4 | cmd/link: fix macOS 13 build
Write our own load command for macOS builds,
to make sure we can put the versions in.
Builds on older macOS were seeing an LC_VERSION_MIN instead
and scribbling over fields that didn't exist.
Fixes #78070.
Change-Id: If338d0506b1156b133253e496f29818a29a22a91
Reviewed-on: https://go-revie... | [
{
"path": "src/cmd/link/internal/ld/macho.go",
"patch": "@@ -461,14 +461,9 @@ func (ctxt *Link) domacho() {\n \t\tif err != nil {\n \t\t\tExitf(\"%v\", err)\n \t\t}\n-\t\tif load != nil {\n-\t\t\tmachoPlatform = load.platform\n+\t\tif load != nil && load.platform != PLATFORM_MACOS {\n \t\t\tml := newMachoLo... | 2026-03-11T16:52:44 |
tensorflow/tensorflow | dc3101b959d02216cb84e861e8df17f81012ec57 | a6ec4c6cf299bc8df855a758f5f438cc36c95e2f | Fix flaky test in memory_usage_monitor_test.cc
The test now uses absl::Notification to wait for the first memory sample to be taken before asserting on the peak memory usage, instead of relying on a fixed sleep duration. This makes the test more reliable and less prone to flakiness.
PiperOrigin-RevId: 888921623 | [
{
"path": "tensorflow/lite/profiling/BUILD",
"patch": "@@ -187,6 +187,7 @@ cc_test(\n deps = [\n \":memory_info\",\n \":memory_usage_monitor\",\n+ \"@com_google_absl//absl/synchronization\",\n \"@com_google_absl//absl/time\",\n \"@com_google_googletest//:gtest_main... | 2026-03-24T23:51:14 |
denoland/deno | 66db846d664561ad12b1535154c6f177a532e3c8 | 14bb3e72d971ce6b83d45d169aeac2a6f0db57eb | fix(ext/web): upgrade QuotaExceededError to DOMException derived interface (#32244)
Implements the WebIDL spec change
(https://github.com/whatwg/webidl/pull/1465) that upgrades
`QuotaExceededError` from a `DOMException` error name to a proper
derived class extending `DOMException`.
---------
Co-authored-by: Bartek I... | [
{
"path": "cli/tsc/dts/lib.deno_web.d.ts",
"patch": "@@ -69,6 +69,31 @@ declare var DOMException: {\n readonly DATA_CLONE_ERR: 25;\n };\n \n+/** @category Platform */\n+interface QuotaExceededErrorOptions {\n+ quota?: number;\n+ requested?: number;\n+}\n+\n+/**\n+ * Represents an error when a quota has ... | 2026-03-17T12:39:20 |
mrdoob/three.js | a0944f94b8b239e192c83a27b0b2a561d546a2e6 | 701c52ec1712f53111f7a53f4160085d7548b156 | PMREMGenerator: Fix black HDRIs when processing textures of different sizes (#32310) | [
{
"path": "src/extras/PMREMGenerator.js",
"patch": "@@ -314,6 +314,7 @@ class PMREMGenerator {\n \t\t\t( { lodMeshes: this._lodMeshes, sizeLods: this._sizeLods, sigmas: this._sigmas } = _createPlanes( _lodMax ) );\n \n \t\t\tthis._blurMaterial = _getBlurShader( _lodMax, width, height );\n+\t\t\tthis._ggxMat... | 2025-11-19T04:52:00 |
golang/go | a8f99ef1f6e550d5d73e9c8f792337ad001bdcf4 | 96d6d38872a56eba26cd2e3dbd65bab138f9c599 | go/printer: use architecture-independent math for alignment decisions
The `exprList` function uses a geometric mean of expression sizes to
decide whether to break column alignment in composite literals.
Previously, this was computed using `math.Exp` and `math.Log`,
which are not guaranteed to produce bit-for-bit ident... | [
{
"path": "src/go/printer/math.go",
"patch": "@@ -0,0 +1,28 @@\n+// Copyright 2026 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+package printer\n+\n+import \"math\"\n+\n+// log2ish returns a crude approx... | 2026-03-09T10:08:36 |
kubernetes/kubernetes | 2904e7f3092cfd9cfc4295d22cdc76b3f763d54c | 2a394caa0780ef42b52c9ebdf09387c71dc96e6b | scheduler: replaced logger with HandleErrorWithLogger | [
{
"path": "pkg/scheduler/backend/queue/scheduling_queue.go",
"patch": "@@ -1526,7 +1526,7 @@ func (p *PriorityQueue) signPod(ctx context.Context, logger klog.Logger, pod *v1\n \n \tsigner, ok := p.podSigners[pod.Spec.SchedulerName]\n \tif !ok {\n-\t\tlogger.V(6).Info(\"No signer registered for scheduler pro... | 2026-03-08T13:12:35 |
tensorflow/tensorflow | 6c2427f459861459ba73e740b522c93ef68bacc0 | dce6e6d13734c5e879f4cd2d7ad5cf84af2097e7 | [XLA:GPU] Add specific deprecated overloads for tsl::errors::DataLoss and others that would match the automatic replacement requirements.
Reverts changelist 881332139
PiperOrigin-RevId: 888779735 | [
{
"path": "tensorflow/core/framework/dataset.cc",
"patch": "@@ -1160,17 +1160,18 @@ absl::Status DatasetBaseIterator::GetNext(IteratorContext* ctx,\n ctx->SaveCheckpoint(this);\n if (!SymbolicCheckpointCompatible()) {\n ctx->UpdateCheckpointStatus([this]() {\n- return errors::Unimplemented(data... | 2026-03-24T18:46:38 |
denoland/deno | 14bb3e72d971ce6b83d45d169aeac2a6f0db57eb | 5e966f128d68cdd9b030821be59ae6b4907a1557 | fix(test): allow test functions to override reported location (#32732)
Fixes #20047.
---------
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | [
{
"path": "cli/js/40_test.js",
"patch": "@@ -20,9 +20,13 @@ const {\n DateNow,\n Error,\n Map,\n+ NumberIsNaN,\n MapPrototypeGet,\n MapPrototypeSet,\n SafeArrayIterator,\n+ StringPrototypeLastIndexOf,\n+ StringPrototypeSlice,\n+ SymbolFor,\n SymbolToStringTag,\n TypeError,\n } = primordi... | 2026-03-17T12:27:02 |
golang/go | d3651c588846e1147e5a72f71c133dc8288e1e13 | 97d643045888d1af2004410365a00bafe1713f47 | runtime/poll: fix race condition in Window's SendFile
The destination of SendFile is a socket, which doesn't support file
offsets. There is no need to keep track of the file offset, and doing
so causes a race between SendFile and Read.
While here, make sure that SendFile tests do call poll.SendFile.
Fixes #78015
Cq... | [
{
"path": "src/internal/poll/sendfile_windows.go",
"patch": "@@ -68,8 +68,8 @@ func SendFile(fd *FD, src uintptr, size int64) (written int64, err error, handle\n \t\t\tchunkSize = size\n \t\t}\n \n-\t\tfd.setOffset(startpos + written)\n \t\tn, err := fd.execIO('w', func(o *operation) (uint32, error) {\n+\t\... | 2026-03-08T13:18:04 |
swiftlang/swift | fd2fa1c249bfef8e220f98669148a03c476879dc | 42719c81930c6269924fbf5740c4b8abd5fa0d82 | [android] Revert change to look for CGFloat in CoreFoundation from #88004 (#88051)
This broke cross-compiling Foundation on the Android
CI,
so reverting to fix CI till we can investigate more:
```
21:02:07 /source/swift-project/swift-corelibs-foundation/Sources/Foundation/NSDate.swift:33:43: error: standard library t... | [
{
"path": "include/swift/AST/KnownSDKTypes.def",
"patch": "@@ -30,7 +30,7 @@ KNOWN_SDK_TYPE_DECL(Foundation, NSCopying, ProtocolDecl, 0)\n KNOWN_SDK_TYPE_DECL(Foundation, NSError, ClassDecl, 0)\n KNOWN_SDK_TYPE_DECL(Foundation, NSNumber, ClassDecl, 0)\n KNOWN_SDK_TYPE_DECL(Foundation, NSValue, ClassDecl, 0)... | 2026-03-24T12:38:53 |
denoland/deno | 230941513aa42a2b89d9a74adaa031cf9ce6a3a0 | 4b0474c13e88da5aa57c58a1d07255c06074c030 | fix(ext/node): fix send() validation in child_process IPC (#32779)
Two validation issues in the IPC send() function:
1. Used `new TypeError("ERR_MISSING_ARGS")` instead of the proper
`ERR_MISSING_ARGS` error class, so the error had the code as its message
instead of the correct message and code properties.
2. Missin... | [
{
"path": "ext/node/polyfills/internal/child_process.ts",
"patch": "@@ -47,6 +47,7 @@ import {\n ERR_INVALID_SYNC_FORK_INPUT,\n ERR_IPC_CHANNEL_CLOSED,\n ERR_IPC_SYNC_FORK,\n+ ERR_MISSING_ARGS,\n ERR_UNKNOWN_SIGNAL,\n } from \"ext:deno_node/internal/errors.ts\";\n import { Buffer } from \"node:buff... | 2026-03-17T11:59:23 |
kubernetes/kubernetes | fad6f8df9f9934725ff7ec5e5f6af0cf16963f67 | 6dee0f21b38717019e58aefd8d7ad153593a903a | Block .static.k8s.io suffix in REST API
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com> | [
{
"path": "pkg/apis/admissionregistration/validation/static_suffix.go",
"patch": "@@ -0,0 +1,53 @@\n+/*\n+Copyright The Kubernetes Authors.\n+\n+Licensed under the Apache License, Version 2.0 (the \"License\");\n+you may not use this file except in compliance with the License.\n+You may obtain a copy of the... | 2026-03-05T07:33:51 |
tensorflow/tensorflow | 36620f62b9798c1ace356c8b0d5eefe9d77a613a | e27e8b95618091c44d54e01352951f11c18ce54a | [XLA:GPU] Make GpuPerformanceModelCache thread-safe
The class was already using an internal mutex for some, but not all operations.
Clear up the intent by explicitly marking it thread-safe and locking the mutex
on all operations.
```
Benchmark invocations: 86 (0 with errors)
... | [
{
"path": "third_party/xla/xla/service/gpu/model/BUILD",
"patch": "@@ -331,6 +331,7 @@ cc_library(\n \"//xla/service/gpu:hlo_fusion_analysis\",\n \"//xla/service/gpu:launch_dimensions\",\n \"//xla/stream_executor:device_description\",\n+ \"@com_google_absl//absl/base:core_head... | 2026-03-24T14:29:00 |
golang/go | 97d643045888d1af2004410365a00bafe1713f47 | 45c6fb4b9bff9eaaaae000ff223452403b9def4e | cmd/compile: fix arm direct tail call
CL 752560 accidentally niled out the target symbol.
Re-initialize the target symbol field when doing a direct tail call.
Fixes #78053
Change-Id: I007471587a38077b52daa134640d09c7b8b6becb
Reviewed-on: https://go-review.googlesource.com/c/go/+/753840
Reviewed-by: Keith Randall <kh... | [
{
"path": "src/cmd/internal/obj/arm/obj5.go",
"patch": "@@ -367,6 +367,8 @@ func preprocess(ctxt *obj.Link, cursym *obj.LSym, newprog obj.ProgAlloc) {\n \t\t\t\t\tp.From = obj.Addr{}\n \t\t\t\t\tif retSym != nil { // retjmp\n \t\t\t\t\t\tp.To.Type = obj.TYPE_BRANCH\n+\t\t\t\t\t\tp.To.Name = obj.NAME_EXTERN\... | 2026-03-10T21:02:13 |
swiftlang/swift | bd1af9283f6af5219fdba64b1f4f89c28873eaa4 | 594c32a89d9545b2a7eefc6748305f16c2fbfc85 | Optimizer: fix the enum tag comparison optimization
This optimization replaces (the very inefficient) RawRepresentable comparison to a simple compare of enum tags.
However if the raw type is a custom type we don't know how the comparison is implemented.
A custom raw type can implement the case comparison in a way that... | [
{
"path": "SwiftCompilerSources/Sources/AST/Declarations.swift",
"patch": "@@ -99,7 +99,7 @@ public class NominalTypeDecl: GenericTypeDecl {\n }\n \n final public class EnumDecl: NominalTypeDecl {\n- public var hasRawType: Bool { bridged.Enum_hasRawType() }\n+ public var rawType: Type? { Type(bridgedOrNil... | 2026-03-24T07:46:38 |
tensorflow/tensorflow | e27e8b95618091c44d54e01352951f11c18ce54a | e80cdc5dabfc1b6c65fbf6518244ac9ac967ad19 | [XLA:GPU] Expand Triton autotuner search space and update tests.
The Triton autotuner now explores smaller block sizes for block_n and block_k. The expected Triton IR in fusion_emitter_device_test.cc has been updated to match the new shapes resulting from these autotuning changes.
The problem with m=128, k=256, n=16 ... | [
{
"path": "third_party/xla/xla/backends/gpu/autotuner/triton.cc",
"patch": "@@ -181,7 +181,7 @@ TritonBackend::GetSupportedConfigsForScaledDot(const HloInstruction* instr) {\n \n // TODO(b/436988479): fine tune the search space.\n for (int block_m = 128; block_m <= 256; block_m *= 2) {\n- for (int bl... | 2026-03-24T14:27:03 |
denoland/deno | 4b0474c13e88da5aa57c58a1d07255c06074c030 | b8c4441beab7b04f7db630ba67d7db39db2df551 | fix(ext/node): improve Node.js crypto compatibility (#32690)
## Summary
- Implement `crypto.publicDecrypt` and fix `crypto.privateEncrypt` to
use correct RSA private key operation (PKCS1 type 1 padding)
- Support `KeyObject` in `publicEncrypt`/`privateDecrypt` options object
- Support options object in `crypto.hash()... | [
{
"path": "ext/node/polyfills/crypto.ts",
"patch": "@@ -191,7 +191,10 @@ function getRandomValues(typedArray) {\n function hash(\n algorithm: string,\n data: BinaryLike,\n- outputEncoding: BinaryToTextEncoding = \"hex\",\n+ outputEncodingOrOptions: BinaryToTextEncoding | {\n+ outputEncoding?: Binar... | 2026-03-17T11:48:15 |
mrdoob/three.js | 3228287ee85a815420a6e4c10c7a7b09abfd06fe | 887eb828fde33dc07e4ab8a049bfedae0ca52393 | stylesheet jsName vs svgName fix (#32119)
Co-authored-by: jhlggit <24849064@student.uwa.edu.au> | [
{
"path": "examples/jsm/loaders/SVGLoader.js",
"patch": "@@ -1082,7 +1082,7 @@ class SVGLoader extends Loader {\n \t\t\t\t};\n \n \t\t\t\tif ( node.hasAttribute( svgName ) ) style[ jsName ] = adjustFunction( node.getAttribute( svgName ) );\n-\t\t\t\tif ( stylesheetStyles[ svgName ] ) style[ jsName ] = adjus... | 2025-11-17T09:51:56 |
golang/go | 45c6fb4b9bff9eaaaae000ff223452403b9def4e | 59b188cee2cdf522b621d1ee72c811fcd46e22b2 | cmd/compile: unwrap OCONVIFACE in staticinit for OAS2
Static initialization only expected OCONVNOP wrappings.
Unwrap OCONVIFACE too, since it occurs when multiple return values
of an OAS2FUNC are implicitly converted to an interface.
Fixes #78016
Change-Id: Ic3fd6151403aabfc087d3240c1fcfabe7108cc0e
GitHub-Last-Rev: ... | [
{
"path": "src/cmd/compile/internal/staticinit/sched.go",
"patch": "@@ -114,7 +114,7 @@ func (s *Schedule) tryStaticInit(n ir.Node) bool {\n \t\t// \"var a, b = f()\" that needs type conversion, which is not static.\n \t\tn := n.(*ir.AssignListStmt)\n \t\tfor _, rhs := range n.Rhs {\n-\t\t\tfor rhs.Op() == ... | 2026-03-08T11:12:17 |
swiftlang/swift | 7be3469870b158c3a33c7af77601cd3563a6122d | fbf00872a539e8fc3a438e52d6be1d4f1a771c44 | Diagnose use of `async` without the _Concurrency library
Code generation passes can crash if `async` is used without the
_Concurrency library present. Diagnose this in the type checker to
prevent us from going further.
Fixes issue #87068 / rdar://169919137 | [
{
"path": "lib/Sema/ConstraintSystem.cpp",
"patch": "@@ -1417,6 +1417,15 @@ FunctionType::ExtInfo ClosureEffectsRequest::evaluate(\n if (expr->getThrowsLoc().isValid() && !expr->getExplicitThrownTypeRepr())\n diagnoseUntypedThrows(expr, expr->getThrowsLoc());\n \n+ // If we don't have the concu... | 2026-03-24T04:37:23 |
tensorflow/tensorflow | ea961409d52ad81716b7b040a1e1ea5f1e00d470 | d16c5a397374b731f3c57d141000848d69942936 | PR #39690: Skip AutoShardingTest.MatMulWithAutosharding in OSS
Imported from GitHub PR https://github.com/openxla/xla/pull/39690
📝 Summary of Changes
- Skip `AutoShardingTest.MatMulWithAutosharding` when building outside of google-internal (`PLATFORM_GOOGLE`)
- The test depends on internal autosharding infrastru... | [
{
"path": "third_party/xla/xla/service/gpu/auto_sharding_gpu_compiler_test.cc",
"patch": "@@ -66,6 +66,9 @@ ENTRY matmul {\n };\n \n TEST_F(AutoShardingTest, MatMulWithAutosharding) {\n+#if !defined(PLATFORM_GOOGLE)\n+ GTEST_SKIP() << \"GPU autosharding not available in OSS\";\n+#endif\n std::unique_ptr<... | 2026-03-24T13:54:13 |
mrdoob/three.js | c15da082c28c263338d0813befbc902b62b7877f | 57f07c465ac74cc620fd85a03b1b7eec275948ed | Update Raycaster.js
Fix intersection normal JSDoc. | [
{
"path": "src/core/Raycaster.js",
"patch": "@@ -167,7 +167,7 @@ class Raycaster {\n \t * @property {Object3D} object - The 3D object that has been intersected.\n \t * @property {Vector2} uv - U,V coordinates at point of intersection.\n \t * @property {Vector2} uv1 - Second set of U,V coordinates at point o... | 2025-11-16T12:50:44 |
golang/go | 59b188cee2cdf522b621d1ee72c811fcd46e22b2 | 23fde5c48c9bacb0ec8f5e21cc72191c64364ce1 | cmd/internal/obj/arm: set spadj in arm32 tailcall
In the normal case spadj is not needed because ARET handles the frame pop
and return in a single instruction. However, if the ARET is a tailcall then
there will be a second instruction where the pcsp stack depth is
incorrect.
Fixes #78021
Change-Id: I20db57eee03945a3... | [
{
"path": "src/cmd/internal/obj/arm/obj5.go",
"patch": "@@ -387,12 +387,18 @@ func preprocess(ctxt *obj.Link, cursym *obj.LSym, newprog obj.ProgAlloc) {\n \n \t\t\t// If there are instructions following\n \t\t\t// this ARET, they come from a branch\n-\t\t\t// with the same stackframe, so no spadj.\n+\t\t\t/... | 2026-03-09T22:04:38 |
denoland/deno | b8c4441beab7b04f7db630ba67d7db39db2df551 | 764ce2fb77bbdf8a55fb4f6c0215f7b85865cebb | fix(core): prevent panic when multiple lazy-loaded ESM modules are loaded during TLA (#32769)
Fixes: https://github.com/denoland/deno/issues/32758 | [
{
"path": "libs/core/modules/map.rs",
"patch": "@@ -237,6 +237,10 @@ pub(crate) struct ModuleMap {\n pending_tla_waiters:\n RefCell<HashMap<ModuleId, Vec<v8::Global<v8::PromiseResolver>>>>,\n pending_mod_evaluation: Cell<bool>,\n+ /// Set to `true` while inside `module.evaluate()` in `mod_evaluate`... | 2026-03-17T11:03:50 |
mrdoob/three.js | 340b0b9bc9153303ac1ad8cca0ab12270732ccc3 | 9707164c2cba5ae0340d61b89c87c55a547fc87e | PMREMGenerator.js: Fix options field name in docstring (#32285) | [
{
"path": "src/extras/PMREMGenerator.js",
"patch": "@@ -103,7 +103,7 @@ class PMREMGenerator {\n \t * @param {number} [far=100] - The far plane distance.\n \t * @param {Object} [options={}] - The configuration options.\n \t * @param {number} [options.size=256] - The texture size of the PMREM.\n-\t * @param ... | 2025-11-16T08:55:19 |
swiftlang/swift | 87c389d357dc7a63dbaf4f0ed3f9105df219c430 | 594c32a89d9545b2a7eefc6748305f16c2fbfc85 | Revert "[CSFix] Wait until diagnostic mode if `@Sendable` mismatch is fatal" | [
{
"path": "lib/Sema/CSFix.cpp",
"patch": "@@ -31,7 +31,6 @@\n #include \"swift/Sema/ConstraintLocator.h\"\n #include \"swift/Sema/ConstraintSystem.h\"\n #include \"swift/Sema/CSFix.h\"\n-#include \"swift/Sema/FixBehavior.h\"\n #include \"swift/Sema/OverloadChoice.h\"\n #include \"swift/Sema/TypeVariableType... | 2026-03-24T00:20:57 |
golang/go | 23fde5c48c9bacb0ec8f5e21cc72191c64364ce1 | 2433a3f2d6463541269fcc65597f20f2d7613434 | cmd/link: add -macos and -macsdk flags to set LC_BUILD_VERSION
These are for debugging problems with the build versions
in the load commands. We still want to set them correctly by
default for most users, provided we can determine what that means.
Fixes #58722.
Change-Id: Iccab7044ac7b0c58e7e01258a5e374c4155528fc
Re... | [
{
"path": "src/cmd/link/internal/ld/elf.go",
"patch": "@@ -878,7 +878,7 @@ func addbuildinfo(ctxt *Link) {\n \t\t}\n \n \t\tif ctxt.IsDarwin() {\n-\t\t\tbuildinfo = uuidFromGoBuildId(buildID)\n+\t\t\tbuildinfo = uuidFromHash(hash.Sum32([]byte(buildID)))\n \t\t\treturn\n \t\t}\n ",
"additions": 1,
"d... | 2026-03-03T22:06:03 |
denoland/deno | 764ce2fb77bbdf8a55fb4f6c0215f7b85865cebb | f0e7923a50d7f54413a6ac92fd9d3a52656f84b7 | fix(ext/ffi): retain backing store references in nonblocking calls (#32775)
Nonblocking FFI calls extract raw pointers from ArrayBuffer backing
stores and send them to a background thread via spawn_blocking, but
without retaining a reference to the backing store. If V8's garbage
collector runs before the background th... | [
{
"path": "ext/ffi/call.rs",
"patch": "@@ -320,19 +320,29 @@ where\n };\n \n let symbol = PtrSymbol::new(pointer, &def)?;\n- let call_args = ffi_parse_args(scope, parameters, &def.parameters)?;\n- let out_buffer_ptr = out_buffer_as_ptr(scope, out_buffer);\n+ let mut backing_store_holder = BackingStor... | 2026-03-16T18:43:51 |
tensorflow/tensorflow | c0200b20900fbd4c3cf36da56bad9b357108d86a | 3b09b052ddc8d5c352446f6b6f794a5d8f5aa07c | PR #38909: [ROCm] Support hipblaslt group-gemm 3/5
Imported from GitHub PR https://github.com/openxla/xla/pull/38909
**PR 3/5: Middle layers of the support: runtime, thunk and stream_executor**
PR 1/5 : https://github.com/openxla/xla/pull/38732
PR 2/5 : https://github.com/openxla/xla/pull/38735
PR 3/5 : https://gith... | [
{
"path": "third_party/xla/xla/backends/gpu/runtime/gpublas_lt_matmul_thunk.cc",
"patch": "@@ -52,6 +52,7 @@ CublasLtMatmulThunk::CublasLtMatmulThunk(const CublasLtMatmulThunk& rhs)\n b_(rhs.b_),\n c_(rhs.c_),\n d_(rhs.d_),\n+ group_sizes_(rhs.group_sizes_),\n bias_(rhs.bias_),\... | 2026-03-24T13:15:53 |
mrdoob/three.js | 3b13f6ce4d40ecb6988d79d53238443abe6878a7 | 73c425277a97b7596ad9b1e8ff0152db49c9b5c5 | Update LDrawLoader.js
Fix link. | [
{
"path": "examples/jsm/loaders/LDrawLoader.js",
"patch": "@@ -1749,7 +1749,7 @@ function createObject( loader, elements, elementSize, isConditionalSegments = fa\n /**\n * A loader for the LDraw format.\n *\n- * [LDraw](https://ldraw.org/} (LEGO Draw) is an [open format specification]{@link https://ldraw.... | 2025-11-15T22:46:45 |
golang/go | 2433a3f2d6463541269fcc65597f20f2d7613434 | bd5dc3a2fbde68835326d3b1d9fc480bcf6da086 | net: actually re-check resolv.conf when no explicit nameservers detected
Follow-up of CL 739620. I think it is wrong, since there is no
way dc.servers == 0, since we always set it to defaultNS.
Change-Id: Ibb76bfeb2b7974301d3515d90517d7766a6a6964
Reviewed-on: https://go-review.googlesource.com/c/go/+/741140
Reviewed-... | [
{
"path": "src/net/dnsclient_unix.go",
"patch": "@@ -366,7 +366,11 @@ type resolverConfig struct {\n var resolvConf resolverConfig\n \n func getSystemDNSConfig() *dnsConfig {\n-\tresolvConf.tryUpdate(\"/etc/resolv.conf\")\n+\treturn getSystemDNSConfigNamed(\"/etc/resolv.conf\")\n+}\n+\n+func getSystemDNSCon... | 2026-02-02T18:31:31 |
denoland/deno | 954edda350c7691f6c34dbc9f7eed15e66f10392 | f7a43a20069fa23b82a2fd7ed631a39e4dc95680 | fix(ext/node): require --allow-net for udp.send (#32774) | [
{
"path": "ext/node/ops/udp.rs",
"patch": "@@ -460,6 +460,13 @@ pub async fn op_node_udp_send(\n #[string] hostname: String,\n #[smi] port: u16,\n ) -> Result<usize, NodeUdpError> {\n+ {\n+ state\n+ .borrow_mut()\n+ .borrow_mut::<PermissionsContainer>()\n+ .check_net(&(&hostname, Some... | 2026-03-16T18:07:21 |
tensorflow/tensorflow | 61cb87c7ed3f158bfa2db1d9419bb690c18aebae | 6276e741073fdde7ed08841f8ffadd5aa0609ebd | [XLA:GPU] PriorityFusion: remove block_level_parameters_cache_
The information stored there is a duplicate of what exists in
`tiled_run_time_data_cache_`. We can retrieve the entries based on
current_consumers_ when needed.
Why is this correct?
* `block_level_parameters_cache_` was set only in a single place, to a va... | [
{
"path": "third_party/xla/xla/backends/gpu/transforms/priority_fusion.cc",
"patch": "@@ -365,17 +365,6 @@ class PriorityFusionQueue {\n }\n }\n \n- {\n- absl::MutexLock lock(block_level_parameters_cache_mutex_);\n- block_level_parameters_cache_.erase(instruction);\n- for (const ... | 2026-03-24T12:17:53 |
mrdoob/three.js | a5d8232fc79d194f349bf7147aad77a2a9e8dc76 | 4b73129803e87d9eb316f4842cc2ec26d8b44030 | Material: Fix copy method to include allowOverride property (#32269)
Co-authored-by: Michael Herzog <michael.herzog@human-interactive.org> | [
{
"path": "src/materials/Material.js",
"patch": "@@ -832,6 +832,7 @@ class Material extends EventDispatcher {\n \t\tif ( this.alphaToCoverage === true ) data.alphaToCoverage = true;\n \t\tif ( this.premultipliedAlpha === true ) data.premultipliedAlpha = true;\n \t\tif ( this.forceSinglePass === true ) data.... | 2025-11-15T10:17:21 |
golang/go | e22dc6c86685aef76a9bb22ff186d4cd5a822027 | a95f60871f52f3701e596c07b0e7bf8a3b1619ed | context: modernize AfterFunc example using WaitGroup.Go
The context.AfterFunc example currently uses the traditional
sync.WaitGroup pattern with Add and Done.
Update the example to use sync.WaitGroup.Go instead.
Fixes #78018
Change-Id: I079a773a6ec1c65f26af2bd8092067843adb1cd1
GitHub-Last-Rev: 9e648ae4241ca0647d3a5... | [
{
"path": "src/context/example_test.go",
"patch": "@@ -161,11 +161,8 @@ func ExampleAfterFunc_cond() {\n \tcond := sync.NewCond(new(sync.Mutex))\n \n \tvar wg sync.WaitGroup\n-\tfor i := 0; i < 4; i++ {\n-\t\twg.Add(1)\n-\t\tgo func() {\n-\t\t\tdefer wg.Done()\n-\n+\tfor range 4 {\n+\t\twg.Go(func() {\n \t\... | 2026-03-09T01:31:02 |
denoland/deno | f7a43a20069fa23b82a2fd7ed631a39e4dc95680 | 262cb595cbfaf35439e946729ca2dee1166e2f1d | fix(ext/node): validate handle type in child_process send() (#32711)
When `send(msg, handle)` is called with an invalid handle type (e.g. a
string), Node.js throws ERR_INVALID_HANDLE_TYPE. Deno was hitting a
generic `notImplemented()` error instead, since the handle validation
was missing before the not-implemented gu... | [
{
"path": "ext/node/polyfills/internal/child_process.ts",
"patch": "@@ -43,6 +43,7 @@ import {\n AbortError,\n ERR_INVALID_ARG_TYPE,\n ERR_INVALID_ARG_VALUE,\n+ ERR_INVALID_HANDLE_TYPE,\n ERR_INVALID_SYNC_FORK_INPUT,\n ERR_IPC_CHANNEL_CLOSED,\n ERR_IPC_SYNC_FORK,\n@@ -66,7 +67,8 @@ import proce... | 2026-03-16T15:03:41 |
swiftlang/swift | 69b6c8cc9efb795945978011f1ec2979a8f25166 | ce2de43ecbb5c9d51e92a2441a65ecc8366c64f7 | [Sema] Suggest let, nonisolated for properties and computed properties
Fixes rdar://89864078, by checking if all the required vars are
immutable, and suggesting mutable variables be converted to immutable to
become nonisolated and presumably fix the isolation issue. Also suggests
'nonisolated' on var decls without sto... | [
{
"path": "include/swift/AST/DiagnosticsSema.def",
"patch": "@@ -6026,8 +6026,10 @@ GROUPED_ERROR(conformance_mismatched_isolation_common,ConformanceIsolation,none,\n NOTE(note_make_conformance_preconcurrency,none,\n \"turn data races into runtime errors with '@preconcurrency'\",\n ())\n-NOTE(note... | 2026-03-18T03:20:25 |
mrdoob/three.js | eb43d94e6f7ab1c3071fa4dbd2d96b97836e3e78 | 02201339d5429a610a71ec19f5bf36eb4e7d2b04 | TSLEncoder: Fix Fn layout generation when generating a function with no input parameters (#32272) | [
{
"path": "examples/jsm/transpiler/TSLEncoder.js",
"patch": "@@ -798,7 +798,8 @@ ${ this.tab }}`;\n \n \t\tif ( node.layout !== false && hasPointer === false ) {\n \n-\t\t\tfuncStr += ', { ' + inputs.join( ', ' ) + ', return: \\'' + type + '\\' }';\n+\t\t\tconst inputsStr = inputs.length > 0 ? inputs.join( ... | 2025-11-15T04:02:05 |
tensorflow/tensorflow | ed69de753f87ef7bd3e11f6c4fb8be1034ef1474 | 0964652b07a626da706c17b627aafe09334f16db | [XLA:GPU] Fix FuseGeluActivation for the case with aux and bitcast or slice.
In this case, we need to do the bitcast or slice on the first tuple element of
the gemm. Also we should count the number of users of the bitcast or slice, not
of the gemm itself.
PiperOrigin-RevId: 888540431 | [
{
"path": "third_party/xla/xla/backends/gpu/transforms/cublas_gemm_rewriter_test.cc",
"patch": "@@ -2233,17 +2233,17 @@ ENTRY test (x: bf16[49152,11008], y: bf16[11008,11008]) -> (bf16[12,4096,11008],\n y = bf16[11008,11008]{1,0} parameter(1)\n dot = bf16[49152,11008]{1,0} dot(x, y), lhs_contracting_dim... | 2026-03-24T09:29:40 |
golang/go | a95f60871f52f3701e596c07b0e7bf8a3b1619ed | 3694f3369276d072d3eccd03b1855b18d3ecee18 | cmd/compile: fix mips64 CALLtailinter argument count
It should be 2, not 1.
Fixes #78013
Change-Id: If1c48c84c324a3fd50e9f4b43cca2ea62a995dc5
Reviewed-on: https://go-review.googlesource.com/c/go/+/752740
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Mark Freeman <markfreeman@google.com>
Auto-Submit: Keith... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/MIPS64Ops.go",
"patch": "@@ -275,7 +275,7 @@ func init() {\n \t\t// function calls\n \t\t{name: \"CALLstatic\", argLength: 1, reg: regInfo{clobbers: callerSave}, aux: \"CallOff\", clobberFlags: true, call: true}, // c... | 2026-03-08T04:17:39 |
denoland/deno | 262cb595cbfaf35439e946729ca2dee1166e2f1d | 39a07b283ea8cb6756ad68d389031135ad2c26cd | fix(ext/node): fix IPC message prototype for child_process JSON (#32731)
Deno's serde_v8 layer deserializes JSON objects with null prototype
(Object.create(null)), but Node.js IPC messages should have
Object.prototype (as if from JSON.parse). This caused
assert.deepStrictEqual to fail when comparing IPC messages.
For... | [
{
"path": "ext/node/polyfills/internal/child_process.ts",
"patch": "@@ -1517,6 +1517,21 @@ function buildCommand(\n return [file, args, includeNpmProcessState];\n }\n \n+// deno-lint-ignore no-explicit-any\n+function restorePrototype(obj: any) {\n+ if (obj === null || typeof obj !== \"object\") return;\n... | 2026-03-16T15:03:32 |
kubernetes/kubernetes | 5ef85a8d18b300a96acd53d887e08363e217954b | 65c04dac7b81a559569ad56d37d4e30adc09f815 | Fix flake in TestGetPods | [
{
"path": "pkg/kubelet/kuberuntime/kuberuntime_manager_test.go",
"patch": "@@ -531,7 +531,9 @@ func TestGetPods(t *testing.T) {\n \n \tactualPod, err := m.GetPod(tCtx, pod.UID)\n \trequire.NoError(t, err)\n-\tassert.Equal(t, expectedPod, actualPod)\n+\tif !verifyPods([]*kubecontainer.Pod{expectedPod}, []*ku... | 2026-03-11T19:43:11 |
mrdoob/three.js | 161ed13751ccc8a5b47d72e06acaf3ac1e4271f8 | d31f77158e2e4d11af15b49cde6a7c7b2dc0d56d | Fix shadowing of error function (#32245) | [
{
"path": "src/renderers/WebGLRenderer.js",
"patch": "@@ -398,10 +398,10 @@ class WebGLRenderer {\n \n \t\t\t}\n \n-\t\t} catch ( error ) {\n+\t\t} catch ( e ) {\n \n-\t\t\terror( 'WebGLRenderer: ' + error.message );\n-\t\t\tthrow error;\n+\t\t\terror( 'WebGLRenderer: ' + e.message );\n+\t\t\tthrow e;\n \n ... | 2025-11-11T21:19:50 |
golang/go | 3694f3369276d072d3eccd03b1855b18d3ecee18 | 38ac6577cb8cf1ad6cb86cc9a0b6a76276932a79 | runtime: GODEBUG=tracebacklabels=1 for 1.27+
https://go.dev/cl/742580 updated the goroutine label format in
tracebacks to only quote the values under some circumstances, and use a
more broadly acceptable format. Flip the GODEBUG=tracebacklabels default
for go 1.27+ modules.
Notably, tracebacklabels is marked as Opaqu... | [
{
"path": "doc/godebug.md",
"patch": "@@ -167,6 +167,11 @@ escaped. Setting `htmlmetacontentescape=0` disables this behavior. To avoid\n content injection attacks, this setting and default was backported to Go 1.25.8\n and Go 1.26.1.\n \n+Go 1.27 changes the default for `tracebacklabels` (added in [Go 1.26]... | 2026-03-04T21:34:24 |
denoland/deno | 4a19007d8164dafbb1ee9b8db9767260619728d3 | 60edd7860aa82fbb4037a642d9e8ec48cd6387b5 | perf(core): optimize V8-to-Rust string conversion with ValueView (#32688)
## Summary
Leverages new APIs from rusty_v8 v146.5.0 (denoland/rusty_v8#1927) to
optimize how deno_core converts V8 strings to Rust strings. Implements
follow-up optimizations D, and G from that PR's roadmap.
### Changes
**D. Thread-local reu... | [
{
"path": "Cargo.lock",
"patch": "@@ -11173,9 +11173,9 @@ dependencies = [\n \n [[package]]\n name = \"v8\"\n-version = \"146.4.0\"\n+version = \"146.5.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"d97bcac5cdc5a195a4813f1855a6bc658f240452aac36caa12fd6c6f16026ab1\"\n... | 2026-03-16T11:50:03 |
mrdoob/three.js | 173cf531637c38e7b9c3078560e6311ca6869595 | fde61b48b46e5348323d6b6d7a14caffd780646b | ShaderMaterial: Fix copy method to include missing properties (#32219)
* ShaderMaterial: Fix copy method to include missing properties
The copy method was missing several properties that are defined in the constructor:
- defaultAttributeValues
- index0AttributeName
- uniformsNeedUpdate
This fix ensures all ShaderMat... | [
{
"path": "src/materials/ShaderMaterial.js",
"patch": "@@ -279,6 +279,12 @@ class ShaderMaterial extends Material {\n \n \t\tthis.glslVersion = source.glslVersion;\n \n+\t\tthis.defaultAttributeValues = Object.assign( {}, source.defaultAttributeValues );\n+\n+\t\tthis.index0AttributeName = source.index0Attr... | 2025-11-08T10:31:38 |
tensorflow/tensorflow | 5616814ebbd0a681ac16b0250aa8880c3e395480 | 7c6e5be16103111bb5574f58f09959acfbd7bbae | [IFRT IR] Return mlir::walk::interrupted instead of op->emitError in mlir walks
PiperOrigin-RevId: 888523199 | [
{
"path": "third_party/xla/xla/python/ifrt/ir/BUILD",
"patch": "@@ -597,7 +597,6 @@ cc_library(\n \"//xla:xla_data_proto_cc\",\n \"//xla/hlo/ir:hlo\",\n \"//xla/pjrt:compiled_memory_stats\",\n- \"//xla/pjrt:pjrt_executable\",\n \"//xla/pjrt:pjrt_layout\",\n \"/... | 2026-03-24T08:48:36 |
golang/go | 38ac6577cb8cf1ad6cb86cc9a0b6a76276932a79 | bcc369284d5ed042e1155ac11ccf15ea2990a64e | cmd/compile: forward small Load through Move to avoid redundant copies
Fixes #77720
Add a generic SSA rewrite that forwards `Load` from a `Move` destination
back to the `Move` source when it is provably safe, so field reads like
`s.h.Value().typ` don’t force a full struct copy.
- Add `Load <- Move` rewrite in `gener... | [
{
"path": "src/cmd/compile/internal/ssa/_gen/generic.rules",
"patch": "@@ -797,6 +797,12 @@\n \t&& disjoint(p5, t5.Size(), p4, t4.Size())\n \t=> x\n \n+// Load from a region just copied by Move can read directly from the source.\n+(Load <t1> op:(OffPtr [o1] p1) move:(Move [n] p2 src mem))\n+\t&& o1 >= 0 && ... | 2026-02-23T20:20:20 |
mrdoob/three.js | f0628f6adbff6bd9874287d70620d29a20be7dbe | 5a8d2969e47e3df2428688eb3d3c9d8a4b692a84 | Manual: Fix formatting in `prerequisites.html`. (#32217) | [
{
"path": "manual/resources/lesson.js",
"patch": "@@ -51,7 +51,7 @@\n \tconst parts = window.location.href.split( '/' );\n \tconst filename = parts[ parts.length - 1 ];\n \n-\tif ( filename !== 'primitives.html' ) {\n+\tif ( filename !== 'primitives.html' && filename !== 'prerequisites.html' ) {\n \n \t\tle... | 2025-11-07T16:07:25 |
denoland/deno | 60edd7860aa82fbb4037a642d9e8ec48cd6387b5 | 895fa89a809c60a069535f91ddb93ef7325b4288 | fix(ext/node): fix multiple deepEqual comparison issues (#32763)
## Summary
Fixes `test-assert-deep.js` compat test from #32706.
- **Invalid dates**: Fix `NaN !== NaN` comparison by using `NumberIsNaN`
for `Date.getTime()` results, so two invalid dates with the same
properties are considered deeply equal
- **Date ty... | [
{
"path": "ext/node/polyfills/internal/util/comparisons.ts",
"patch": "@@ -16,6 +16,7 @@ import {\n isKeyObject,\n isMap,\n isNumberObject,\n+ isPromise,\n isRegExp,\n isSet,\n isStringObject,\n@@ -59,6 +60,7 @@ const {\n Int8Array,\n Map,\n Number,\n+ NumberIsNaN,\n NumberPrototypeVal... | 2026-03-16T05:24:28 |
tensorflow/tensorflow | 2d118fdb78364dd3c8730513664a17eac182fabd | 99139b6a658ebe53262bdec7fcc1ee1fb6812141 | GPU thunk tests require direct access to GPU executables and cannot be migrated.
GPU folks will migrate these in the future once a more suitable abstraction is
available. Perhaps the solution here is to just use the stream executor /
backend directly sans the test fixture, as it does not add much value anyway.
PiperO... | [
{
"path": "third_party/xla/xla/backends/gpu/runtime/BUILD",
"patch": "@@ -1899,7 +1899,6 @@ xla_test(\n name = \"ragged_all_to_all_thunk_test\",\n srcs = [\"ragged_all_to_all_thunk_test.cc\"],\n backends = [\"gpu\"],\n- tags = [\"pjrt_migration_candidate\"],\n use_legacy_runtime = True,\n... | 2026-03-24T06:55:36 |
golang/go | 703cc8abeca5ff4f3da1df6766c6abf43462257b | 8da2be3cd01a27830f7b2209f30850b1e1c83f00 | io/fs: document when ErrClosed should be returned
Pull ErrClosed out of the grouped var declaration so it can have its
own doc comment explaining that file system implementations should
return it when operations are attempted on a closed file.
Fixes #63918
Change-Id: I1fe2041c594ad6fd37e240e21fe9b3d4104daa46
Reviewe... | [
{
"path": "src/io/fs/fs.go",
"patch": "@@ -155,9 +155,12 @@ var (\n \tErrPermission = errPermission() // \"permission denied\"\n \tErrExist = errExist() // \"file already exists\"\n \tErrNotExist = errNotExist() // \"file does not exist\"\n-\tErrClosed = errClosed() // \"file already c... | 2026-02-17T01:26:33 |
mrdoob/three.js | 5a8d2969e47e3df2428688eb3d3c9d8a4b692a84 | 43324e6a8abeefbc3ffe3289f1c5bb8e2eb2a52b | Renderer: Fix return type in compileAsync method documentation (#32205)
* Renderer: Fix return type in compileAsync method documentation
* Review comment: https://github.com/mrdoob/three.js/pull/32205#discussion_r2502265739 | [
{
"path": "src/renderers/common/Renderer.js",
"patch": "@@ -835,7 +835,7 @@ class Renderer {\n \t * @param {Object3D} scene - The scene or 3D object to precompile.\n \t * @param {Camera} camera - The camera that is used to render the scene.\n \t * @param {?Scene} targetScene - If the first argument is a 3D ... | 2025-11-07T12:11:20 |
swiftlang/swift | 2cc9a2f3769f9faecaade256404ef3efb2d19658 | 9a3bf2e967be75d056b55336b13e8a7c5bfc99e4 | [SILOptimizer] Test ConstantCapturePropagation ODR violation with generic closures (#87916)
## Summary
This PR fixes the ODR violation detailed in
https://github.com/swiftlang/swift/issues/87917
## Impl
When specializeClosure determines the specialized closure remains
generic (`isGeneric == true`), clone the body wi... | [
{
"path": "SwiftCompilerSources/Sources/Optimizer/FunctionPasses/ConstantCapturePropagation.swift",
"patch": "@@ -172,9 +172,17 @@ private func specializeClosure(specializedName: String,\n preserveGenericSignature: isGeneric)\n \n con... | 2026-03-23T20:40:38 |
denoland/deno | 895fa89a809c60a069535f91ddb93ef7325b4288 | 24bc84eb9cc812d9f3bf2f4ff9184e099eafb51e | fix(ext/console): make timer and counter state per-instance to fix OTEL console wrapping (#32719)
## Summary
- Fixes `console.time` / `console.timeEnd` / `console.count` /
`console.countReset` producing spurious warnings when OTEL is enabled
(`OTEL_DENO=true`)
- Root cause: `timerMap` and `countMap` were module-level... | [
{
"path": "ext/web/01_console.js",
"patch": "@@ -3639,8 +3639,6 @@ function createStylizeWithColor(styles, colors) {\n };\n }\n \n-const countMap = new SafeMap();\n-const timerMap = new SafeMap();\n const isConsoleInstance = Symbol(\"isConsoleInstance\");\n \n /** @param noColor {boolean} */\n@@ -3654,6 +... | 2026-03-15T16:16:07 |
tensorflow/tensorflow | 2586ef1d3aac81e0876dd4b30c309b7b0053b529 | ed2479091253e09007ded39942481cd581979a9b | [IFRT] Fix `EquivalentLayouts` to use shard shapes to get concrete default layouts
`EquivalentLayouts` may use `Client::GetDefaultPjRtLayout` to get the concrete layout of default layouts for comparison because we currently do not have a robust way to compare default layouts unless the shards are on the same device.
... | [
{
"path": "third_party/xla/xla/python/ifrt/layout.cc",
"patch": "@@ -148,14 +148,16 @@ absl::StatusOr<bool> EquivalentLayouts(DType dtype1, const Shape& shape1,\n }\n // TODO(hyeontaek): Change to IFRT `Layout` comparison once\n // we add `Client::GetDefaultLayout()` that returns a `CustomLayout... | 2026-03-24T02:12:29 |
golang/go | 28b1d8886b3bd5645f8bfebb7713358a1551d435 | b0057a4e0cacb4c920c9eb82216b63ed60d6e9fb | cmd/compile: fix ICE when checking slice cap
CL 226737 optimized len check when make slice in common case when len is
within range of cap. However, the generated code does not walk the AST
for the if condition, causing un-walked nodes passed to the backend.
Fixes #78028
Change-Id: I492fb230c10e585dc09391728ef4df2c00... | [
{
"path": "src/cmd/compile/internal/walk/builtin.go",
"patch": "@@ -455,7 +455,7 @@ func walkMakeSlice(n *ir.MakeExpr, init *ir.Nodes) ir.Node {\n \t\t\tniflen := ir.NewIfStmt(base.Pos, ir.NewBinaryExpr(base.Pos, ir.OLT, len, ir.NewInt(base.Pos, 0)), nil, nil)\n \t\t\tniflen.Body = []ir.Node{mkcall(\"panicm... | 2026-03-09T11:51:53 |
mrdoob/three.js | a8418f3f68852e86701cea2d54522ab4bb69b335 | 473ac041375c4c9aa6f265070d1fc996de3cd6c6 | WebGPURenderer: Fix furnace test energy loss for intermediate metalness values (#32201)
* WebGPURenderer: Fix furnace test energy loss for intermediate metalness values.
* Removed unused vec4 import from MeshStandardNodeMaterial
* PhysicalLightingModel: Use specularColorBlended for iridescence baseF0.
* Updated scr... | [
{
"path": "src/materials/nodes/MeshPhysicalNodeMaterial.js",
"patch": "@@ -1,4 +1,4 @@\n-import { clearcoat, clearcoatRoughness, sheen, sheenRoughness, iridescence, iridescenceIOR, iridescenceThickness, specularColor, specularF90, diffuseColor, metalness, roughness, anisotropy, alphaT, anisotropyT, anisotro... | 2025-11-07T03:26:22 |
kubernetes/kubernetes | c19439f3f305394310c3f110745ebfa7b3338d2b | 65d0bc2b76bc248ac9e81067e4e2efbab6585f51 | Support tls server name overrides in EgressSelectorConfiguration (#136640)
add integration test
Use proper test header, change to etcdMain to recognize test flags
fix goroutine leak in integration test
redo integration test with kubeapiserverapptesting
fix comment capitalization, use existing client libraries
fi... | [
{
"path": "staging/src/k8s.io/apiserver/pkg/apis/apiserver/types.go",
"patch": "@@ -146,6 +146,10 @@ type TLSConfig struct {\n \t// Must be configured if TCPTransport.URL is prefixed with https://\n \t// +optional\n \tClientCert string\n+\n+\t// tlsServerName is used to check server certificate. If tlsServe... | 2026-03-11T18:23:35 |
swiftlang/swift | 4752bbe5460d30a93b0dd6204034ed87cb0bd640 | f59eb04ac9b99c72818bffe5588efee20ceefdd1 | utils: stage the binary log for the installer
This contains the detailed build log that can be viewed with
https://msbuildlog.com/. This is very helpful when debugging issues with
the installer. | [
{
"path": "utils/build.ps1",
"patch": "@@ -4128,6 +4128,8 @@ function Build-Installer([Hashtable] $Platform) {\n }\n \n function Copy-BuildArtifactsToStage([Hashtable] $Platform) {\n+ # Save the installer binary log\n+ Copy-File \"$BinaryCache\\$($Platform.Triple)\\msi\\$($Platform.Architecture.VSName)-$(... | 2026-03-23T18:48:19 |
denoland/deno | 24bc84eb9cc812d9f3bf2f4ff9184e099eafb51e | 62a57bcb8e38b707966838888c9e1552cad8bc1e | fix(runtime): apply source maps to CPU profiler output (#32634)
## Summary
- Apply source maps to CPU profile call frames before writing, so
`--cpu-prof` reports original TypeScript line/column numbers instead of
transpiled JavaScript positions
- Reuses the existing `SourceMapper` infrastructure from `deno_core`
(same... | [
{
"path": "libs/core/lib.rs",
"patch": "@@ -182,7 +182,9 @@ pub use crate::runtime::SharedArrayBufferStore;\n pub use crate::runtime::V8_WRAPPER_OBJECT_INDEX;\n pub use crate::runtime::V8_WRAPPER_TYPE_INDEX;\n pub use crate::runtime::stats;\n+pub use crate::source_map::SourceMapApplication;\n pub use crate:... | 2026-03-15T15:27:08 |
golang/go | b0057a4e0cacb4c920c9eb82216b63ed60d6e9fb | 43f8fb27ae5aed5a65b50c8dc49ef1557c1b293b | test/fixedbugs: increase issue46234 test timeout
issue46234 is flaky on slow machines, so increase the timeout to 90s.
Note that that test timeout already got increased from 30s to 45s in
CL 382774, but it was still not enough.
Fixes #50973
Fixes #67558
Fixes #74277
Updates #65040
Cq-Include-Trybots: luci.golang.tr... | [
{
"path": "test/fixedbugs/issue46234.go",
"patch": "@@ -1,4 +1,4 @@\n-// buildrun -t 45\n+// buildrun\n \n //go:build !js && !wasip1\n ",
"additions": 1,
"deletions": 1,
"language": "Go"
}
] | 2026-02-20T16:34:51 |
tensorflow/tensorflow | ea1f369dcdcb0d94165d64983bc0cb19f02f2cdc | e280aa88edc2f11e045feb1bacb402c6e5cdb72e | PR #38955: [XLA:GPU] include cuda VMM allocator to GPU client's allocator option
Imported from GitHub PR https://github.com/openxla/xla/pull/38955
PR [38779 ](https://github.com/openxla/xla/pull/38779) introduces a new memory allocator called DeviceAddressVmmAllocator, which is built on CUDA Virtual Memory Management... | [
{
"path": "third_party/xla/xla/pjrt/c/pjrt_c_api_gpu_internal.cc",
"patch": "@@ -129,11 +129,13 @@ PJRT_Error* PJRT_Client_Create(PJRT_Client_Create_Args* args) {\n allocator_config.kind = xla::GpuAllocatorConfig::Kind::kBFC;\n } else if (allocator_name == \"cuda_async\") {\n allocator_confi... | 2026-03-24T00:48:10 |
mrdoob/three.js | c01ab58b75fbaecd6deb1869999faaa8fc9a162f | a0de70add6f2b72c748465a0fe1d771fe2f7de73 | Fix index and attribute updates in BatchedMesh.prototype.optimize for proper rendering (#32185) | [
{
"path": "src/objects/BatchedMesh.js",
"patch": "@@ -925,6 +925,7 @@ class BatchedMesh extends Mesh {\n \n \t\t\t\t\tindex.array.copyWithin( nextIndexStart, indexStart, indexStart + reservedIndexCount );\n \t\t\t\t\tindex.addUpdateRange( nextIndexStart, reservedIndexCount );\n+\t\t\t\t\tindex.needsUpdate =... | 2025-11-06T14:48:41 |
kubernetes/kubernetes | 1677969a8a86c398414b8ccf8d6e6a749f37026e | 9169d916a0ae6e32118b780e9055f2d928037737 | DRA integration: fix test isolation of extended resource test
The testExtendedResource caller supplies a spec without selector and thus
allocated devices from whatever slice some other test might have created. This
caused random test flakes, typically in UsesAllResources because it cannot
allocate all its claims.
Thi... | [
{
"path": "test/integration/dra/helpers_test.go",
"patch": "@@ -97,14 +97,17 @@ func createTestClassWithSpec(tCtx ktesting.TContext, namespace string, spec *res\n \tdriverName := namespace + driverNameSuffix\n \tclass := class.DeepCopy()\n \tclass.Name = namespace + classNameSuffix\n-\tclass.Spec.Selectors ... | 2026-03-11T17:31:13 |
denoland/deno | ad32e930739ad61dfbe6ca4e2c7e56991dd94823 | 2989e306433c84551cf9f33886d9b4eb15d37d9a | fix(coverage): don't mark lines uncovered when zero-count range only partially overlaps (#32601)
## Summary
Fixes #13781 — `finally` blocks (and `if` condition lines) were
incorrectly marked as uncovered when all branches in `try`/`catch` had
`return` statements.
## Root cause
The coverage line count algorithm has ... | [
{
"path": "cli/tools/coverage/mod.rs",
"patch": "@@ -336,7 +336,11 @@ fn generate_coverage_report(\n }\n }\n \n- // We reset the count if any block with a zero count overlaps with the line range.\n+ // Reset the count if a zero-count range overlaps the line and reaches\n+ // at ... | 2026-03-15T13:26:57 |
golang/go | 2a5890cd46e5658b5ceab6cfd7a06b3bfe947fb9 | e2ce40125fd03f8420a9cbbfe36d1e0f4bc93966 | cmd/go/internal/cache: update trim timestamp before trimming
This reduces the chance that multiple go commands running in CI will
try to trim at the same time, causing contention and slowing things
down.
Fixes #76314
Change-Id: I3edf818fc9583795f3f51b715fdbe75b6a6a6964
Reviewed-on: https://go-review.googlesource.com... | [
{
"path": "src/cmd/go/internal/cache/cache.go",
"patch": "@@ -385,13 +385,42 @@ func (c *DiskCache) Trim() error {\n \t// trim time is too far in the future, attempt the trim anyway. It's possible that\n \t// the cache was full when the corruption happened. Attempting a trim on\n \t// an empty cache is chea... | 2026-03-09T17:51:56 |
mrdoob/three.js | ce5d63840326b99b08d269e8e45092773a4a3ec5 | 22c9a6dfac7a9f3569f30e041e432e404af9af7c | Fix furnace test energy loss for intermediate metalness values (#32190)
* Fix furnace test energy loss for intermediate metalness values
The furnace test was losing energy when metalness was between 0 and 1. This was
due to incorrect application of the Fdez-Agüera multiscattering formula, which
is designed for pure d... | [
{
"path": "src/renderers/shaders/ShaderChunk/lights_fragment_begin.glsl.js",
"patch": "@@ -41,7 +41,7 @@ vec3 geometryClearcoatNormal = vec3( 0.0 );\n \n \tif ( material.iridescence > 0.0 ) {\n \n-\t\tmaterial.iridescenceFresnel = evalIridescence( 1.0, material.iridescenceIOR, dotNVi, material.iridescenceTh... | 2025-11-06T07:48:20 |
tensorflow/tensorflow | ac1844fa33e41e850a5c1068e37003e2ab212993 | cbbfc6512166863731468ec4f7971e8e1c8d2dc7 | PR #39428: [xla:gpu] Use generic AsynStart/Done thunks for host/device memcpy thunks
Imported from GitHub PR https://github.com/openxla/xla/pull/39428
Replace copy thunk async events with generic AsyncStartThunk/AsyncDoneThunk for H2D/D2H copies. Remove CopyDoneThunk.
+ add a fix for correct execution stream resolvi... | [
{
"path": "third_party/xla/xla/backends/gpu/runtime/BUILD",
"patch": "@@ -850,16 +850,14 @@ cc_library(\n \":copy_thunk_proto_cc\",\n \":thunk\",\n \":thunk_proto_cc\",\n- \"//xla/hlo/ir:hlo\",\n+ \"//xla:util\",\n \"//xla/service:buffer_assignment\",\n ... | 2026-03-23T23:35:35 |
kubernetes/kubernetes | f2d8accbbb13bfe9fc81c4ae68a1d0576a66856e | 91ddc8ff78b31ff8337f2913d317941da59426e1 | Fix maxItems test to match minItems with ErrorMatcher | [
{
"path": "staging/src/k8s.io/apimachinery/pkg/api/validate/limits_test.go",
"patch": "@@ -19,7 +19,6 @@ package validate\n import (\n \t\"context\"\n \t\"fmt\"\n-\t\"regexp\"\n \t\"testing\"\n \n \t\"k8s.io/apimachinery/pkg/api/operation\"\n@@ -166,10 +165,10 @@ func TestMinItems(t *testing.T) {\n \n func ... | 2026-03-10T18:12:52 |
denoland/deno | 2989e306433c84551cf9f33886d9b4eb15d37d9a | 622a15e46b86db9b3dc9214377b1c6d986e43ebf | fix(ext/telemetry): add `log.iostream` attribute to console logs (#32723)
## Summary
- Add `log.iostream` semantic convention attribute to OTel log records
from console methods
- `console.warn` / `console.error` → `log.iostream: "stderr"`
- `console.log` / `console.info` / `console.debug` / `console.trace` →
`log.ios... | [
{
"path": "ext/telemetry/lib.rs",
"patch": "@@ -1291,6 +1291,16 @@ fn op_otel_log<'s>(\n log_record.set_body(owned_string(scope, message).into());\n log_record.set_severity_number(severity);\n log_record.set_severity_text(severity.name());\n+\n+ // console.warn (level 2) and console.error (level 3) w... | 2026-03-15T12:07:47 |
golang/go | e2ce40125fd03f8420a9cbbfe36d1e0f4bc93966 | e84da0405bcf64c7dbaafb0afc14388049a9b6fc | internal/poll: move rsan to heap on windows
According to https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-wsarecvfrom,
the memory pointed to by lpFromlen must remain available during the
overlapped I/O, and therefore cannot be allocated on the stack.
CL 685417 moved the rsan field out of the o... | [
{
"path": "src/internal/poll/fd_windows.go",
"patch": "@@ -157,7 +157,7 @@ var wsaMsgPool = sync.Pool{\n \n // newWSAMsg creates a new WSAMsg with the provided parameters.\n // Use [freeWSAMsg] to free it.\n-func newWSAMsg(p []byte, oob []byte, flags int, unconnected bool) *windows.WSAMsg {\n+func newWSAMsg... | 2026-03-09T08:25:16 |
mrdoob/three.js | 22c9a6dfac7a9f3569f30e041e432e404af9af7c | b72bc57ae5e32187877281a9d76fee5ccf5618e2 | Update rollup.config.js
Fix `configOnlyModule` usage. | [
{
"path": "utils/build/rollup.config.js",
"patch": "@@ -198,4 +198,4 @@ const builds = [\n \t}\n ];\n \n-export default ( args ) => args.configOnlyModule ? builds.slice( 0, 4 ) : builds;\n+export default ( args ) => args.configOnlyModule ? builds.slice( 0, 3 ) : builds;",
"additions": 1,
"deletions"... | 2025-11-05T21:47:57 |
swiftlang/swift | 0b4827c7750a2ada3ad927a679b7e87d44d8c834 | 569ec1c06f57b396cd06bf0b5a317e834586d660 | Embedded: Check exportability of implicit inits in classes
Without library-evolution we can be more permissive about references to
hidden dependencies from classes properties. However, lifting these
checks broke other checks on properties. Here we fix this hole and
ensure that while we allow references from stored pro... | [
{
"path": "include/swift/AST/Decl.h",
"patch": "@@ -6789,12 +6789,19 @@ class VarDecl : public AbstractStorageDecl {\n /// @frozen and resides in a resilient module.\n bool isInitExposedToClients() const;\n \n+ /// Returns the export level of this var initializer expression.\n+ ExportedLevel getInitEx... | 2026-03-03T00:04:36 |
tensorflow/tensorflow | 12516cb6dbf71ac55d9e0b59ca4bafe66db1fd58 | fe2bddf81bb39f4888aa48ffab467cbbba7c47c6 | Update Megascale debugging playbook.
PiperOrigin-RevId: 888304066 | [
{
"path": "third_party/xla/docs/megascale/_toc.yaml",
"patch": "@@ -5,10 +5,4 @@ toc:\n - title: Getting started\n section:\n - title: Debugging Megascale\n- path: xla/megascale/debugging_workflow\n- - title: Hang\n- path: /xla/megascale/hangs\n- - title: Performance\n- path: /xla/megascale/p... | 2026-03-23T22:14:33 |
denoland/deno | 622a15e46b86db9b3dc9214377b1c6d986e43ebf | 408ddbe208d518eb7efa8478f9a4128efb3dc09b | fix(ext/otel): don't mark server spans as error for 4xx responses (#32722)
## Summary
- Per [OTel HTTP semantic
conventions](https://opentelemetry.io/docs/specs/semconv/http/http-spans/),
server spans should only have ERROR status for 5xx responses. 4xx
responses are client errors — the server handled the request cor... | [
{
"path": "ext/fetch/26_fetch.js",
"patch": "@@ -67,9 +67,9 @@ import {\n TRACING_ENABLED,\n } from \"ext:deno_telemetry/telemetry.ts\";\n import {\n+ updateSpanFromClientResponse,\n updateSpanFromError,\n updateSpanFromRequest,\n- updateSpanFromResponse,\n } from \"ext:deno_telemetry/util.ts\";\n \... | 2026-03-15T12:07:05 |
mrdoob/three.js | b72bc57ae5e32187877281a9d76fee5ccf5618e2 | 1ac2c025203494498fbb2beef223e3fa1ee94a09 | Inspector: Fix `Viewer` aspect ratio (#32194)
* fix aspect ratio
* Update webgpu_postprocessing_ssr.html | [
{
"path": "examples/jsm/inspector/Inspector.js",
"patch": "@@ -8,7 +8,29 @@ import { Viewer } from './tabs/Viewer.js';\n import { setText, splitPath, splitCamelCase } from './ui/utils.js';\n \n import { QuadMesh, NodeMaterial, CanvasTarget, setConsoleFunction, REVISION, NoToneMapping } from 'three/webgpu';\... | 2025-11-05T19:23:49 |
swiftlang/swift | 12f8d9c6c94ba944771baed4ed42bfe6717d9e74 | f59eb04ac9b99c72818bffe5588efee20ceefdd1 | [TEST] Switch to use new swift-driver when running tests
Default to use new swift-driver to run lit tests as legacy swift driver
is deprecated for a long time. The lit tests for legacy drivers are also
disable when running new swift-driver.
Tests that relies on legacy swift driver (for example, tests merge
module) ca... | [
{
"path": "test/Backtracing/JSON.swift",
"patch": "@@ -1,5 +1,5 @@\n // RUN: %empty-directory(%t)\n-// RUN: %target-build-swift %s -parse-as-library -Onone -g -o %t/json.exe\n+// RUN: %target-build-swift %s -parse-as-library -module-name JSONTest -Onone -g -o %t/json.exe\n // RUN: %target-codesign %t/json.e... | 2025-12-08T23:29:36 |
golang/go | d82eb907f3ef66e99d1ef08c0b34ffffbd49de5e | f5d830d57ae0e490d73442d2e04f73322266dbc6 | testing: annotate output text type
Provides a way to disambiguate output produced by (*testing.T).Error{,f}
and (*testing.T).Fatal{,f} from other test logging. This allows test
tooling such as CI systems to identify which part of the output is most
pertinent for constructing summaries of test failures.
This is achiev... | [
{
"path": "src/cmd/go/testdata/script/test_json_ascii.txt",
"patch": "@@ -1,11 +1,11 @@\n ! go test -json\n \n-stdout '\"Action\":\"output\",\"Package\":\"p\",\"Test\":\"Test\",\"Output\":\"=== RUN Test\\\\n\"'\n+stdout '\"Action\":\"output\",\"Package\":\"p\",\"Test\":\"Test\",\"Output\":\"=== RUN Test... | 2024-11-16T15:42:53 |
denoland/deno | 408ddbe208d518eb7efa8478f9a4128efb3dc09b | 368c99d93c85642a64c1a315f20bce6ce9e95df2 | fix(ext/node): allow IPv6 multicast addresses in UDP addMembership/dropMembership (#32739)
The validation in `addMembership` and `dropMembership` was only checking
for IPv4 addresses using `isValidIPv4Address()`, making the IPv6 code
path unreachable:
```ts
addMembership(multicastAddress: string, interfaceAddress?: s... | [
{
"path": "ext/node/polyfills/internal_binding/udp_wrap.ts",
"patch": "@@ -63,27 +63,30 @@ const AF_INET6 = 10;\n \n const UDP_DGRAM_MAXSIZE = 64 * 1024;\n \n-/** Validate that the multicast and optional interface addresses are parseable IPv4 addresses. */\n-function isValidIPv4Address(\n+/** Validate that ... | 2026-03-15T08:56:30 |
tensorflow/tensorflow | aa24c93ca06abac8e80fd28eaab755781810a365 | 0a67e81b644e4372524321b857975424dbbe92ea | Do not call `HostShapeToDeviceShape` on device shapes
`computation_layout.parameter_shape(i)` is already a device shape, so calling `HostShapeToDeviceShape` is incorrect and strips away layout and memory kind information.
PiperOrigin-RevId: 888283043 | [
{
"path": "third_party/xla/xla/pjrt/pjrt_stream_executor_client.cc",
"patch": "@@ -1146,14 +1146,11 @@ PjRtStreamExecutorLoadedExecutable::PjRtStreamExecutorLoadedExecutable(\n PjRtStreamExecutorClient* client, std::vector<Shape> parameter_shapes,\n xla::Shape result_shape, std::vector<int> output_m... | 2026-03-23T21:31:32 |
golang/go | f5d830d57ae0e490d73442d2e04f73322266dbc6 | 16cebc1165d0613051bb5ae97e1af856f8bc55f2 | cmd/go/internal/testdata: change list_std_vendor to use local modproxy
Also update get_panic_issue75251 to reflect that "golang.org/x/net" now
exists in the proxy. The new message is closer to the real world
behavior of the go command.
Change-Id: Icb916f7eb7628bf5340c15275f4d08086a6a6964
Reviewed-on: https://go-revie... | [
{
"path": "src/cmd/go/testdata/mod/golang.org_x_net_v0.1.0.txt",
"patch": "@@ -0,0 +1,10 @@\n+written by hand - just enough for list_std_vendor.txt\n+\n+-- .mod --\n+module golang.org/x/net\n+-- .info --\n+{\"Version\":\"v0.1.0\",\"Name\":\"\",\"Short\":\"\",\"Time\":\"2026-03-08T00:00:00Z\"}\n+-- go.mod --... | 2026-03-08T19:46:36 |
mrdoob/three.js | b3486b2d6381a9e73f98cdab58821bed8230a429 | 2eefcd6db11dba2d55dd49a51e7c529b6c20ef28 | Docs: Fix JSDoc of inspector. (#32192) | [
{
"path": "src/renderers/common/Renderer.js",
"patch": "@@ -996,11 +996,6 @@ class Renderer {\n \n \t//\n \n-\t/**\n-\t * Sets the inspector instance. The inspector can be any class that extends from `InspectorBase`.\n-\t *\n-\t * @param {InspectorBase} value - The new inspector.\n-\t */\n \tset inspector( ... | 2025-11-05T12:59:23 |
swiftlang/swift | 6bba2bc0f655768485e6c578b4a253d0bf1bccfc | 0da3a9a60ab4c7cbb50306dd59bbbd371409e02f | [test] Add some more known crashers | [
{
"path": "validation-test/IDE/crashers/ASTMangler-appendType-6a54c9.swift",
"patch": "@@ -0,0 +1,5 @@\n+// {\"kind\":\"complete\",\"original\":\"eb9db465\",\"signature\":\"swift::Mangle::ASTMangler::appendType(swift::Type, swift::GenericSignature, swift::ValueDecl const*)\",\"signatureNext\":\"Mangle::ASTM... | 2026-03-23T10:49:33 |
denoland/deno | 368c99d93c85642a64c1a315f20bce6ce9e95df2 | 7cc24643bf450dca030af3ddbc65f2fbd9130060 | fix(ext/node): fix AbortController signal handling in child_process s… (#32713)
Two bugs in the abort listener for child_process.spawn():
1. Hardcoded "SIGKILL" instead of using the killSignal option (default
"SIGTERM"), causing wrong signal to be sent to child.
2. AbortError was created without passing signal.reaso... | [
{
"path": "ext/node/polyfills/internal/child_process.ts",
"patch": "@@ -512,10 +512,17 @@ export class ChildProcess extends EventEmitter {\n });\n \n if (signal) {\n+ const killSignal = options.killSignal ?? \"SIGTERM\";\n const onAbortListener = () => {\n try {\n- ... | 2026-03-14T17:51:24 |
kubernetes/kubernetes | 7f90ee00434a1d8572a2cb1fb0a81c12a988f409 | c53d59c41d0849266c1e6139dd69754cf176e194 | Fix minimum test to match maximum with ErrorMatcher | [
{
"path": "staging/src/k8s.io/apimachinery/pkg/api/validate/limits_test.go",
"patch": "@@ -192,67 +192,61 @@ func TestMinimum(t *testing.T) {\n }\n \n type minimumTestCase[T constraints.Integer] struct {\n-\tvalue T\n-\tmin T\n-\terr string // regex\n+\tmin T\n+\tvalue T\n+\twantErrs field.Error... | 2026-03-10T17:58:39 |
tensorflow/tensorflow | c68cc8c94bf97e7efd7c367f00bafd20811732e8 | e36f5a92632dab74b48b36b7172fc3318006e7fc | Ensure that execution context lives as long as the execute call to avoid segfaults.
PiperOrigin-RevId: 888265937 | [
{
"path": "third_party/xla/xla/pjrt/c/pjrt_c_api_wrapper_impl.cc",
"patch": "@@ -2283,9 +2283,11 @@ PJRT_Error* PJRT_LoadedExecutable_Execute(\n if (args->options->call_location) {\n options.call_location = std::string(args->options->call_location);\n }\n- options.context = args->options->context\n... | 2026-03-23T20:55:31 |
golang/go | e715e208f22df43c67707ea1f2047d157b0a7390 | 827564191b9796a764e970175cecd51c2030530e | cmd/go/testdata/script: rewrite mod_invalid_version to not use network
Use vcstest to deflake the test.
Fixes #68420
Change-Id: I0c54a0e9cbab160636e3be53e615b7816a6a6964
Reviewed-on: https://go-review.googlesource.com/c/go/+/751600
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Ian Alexander <jitsu... | [
{
"path": "src/cmd/go/testdata/script/mod_invalid_version.txt",
"patch": "@@ -1,244 +1,239 @@\n-[!net:golang.org] skip\n+[short] skip\n [!git] skip\n \n-env GO111MODULE=on\n env GOPROXY=direct\n env GOSUMDB=off\n env GOFLAGS=-mod=mod\n \n # Regression test for golang.org/issue/27173: if the user (or go.mod ... | 2026-03-04T22:04:16 |
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.