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 |
|---|---|---|---|---|---|
mrdoob/three.js | db897c4fe66edd638da126f6bae53b1f479def04 | 827509127ad164159064d4d149cb8dc2029c0e5d | TSL: Remove `transformed*` prefix (#31271)
* remove `transformed*`prefix
* update examples
* Update webgpu_pmrem_equirectangular.html
* revisions
* revision
* Update MeshBasicNodeMaterial.js
* Update webgpu_tsl_earth.html
* cleanup | [
{
"path": "examples/webgpu_animation_retargeting.html",
"patch": "@@ -25,7 +25,7 @@\n \t\t<script type=\"module\">\n \n \t\t\timport * as THREE from 'three';\n-\t\t\timport { color, screenUV, hue, reflector, time, Fn, vec2, length, atan, float, sin, cos, vec3, sub, mul, pow, blendDodge, normalWorld } from '... | 2025-06-16T19:41:02 |
denoland/deno | cf25db5ce03f61c3455b85833558278c4199bad1 | 6393dc0f7e34d2fb13f4c489b6211173bce08f35 | fix(ext/node): validate execArgv flags in worker_threads instead of rejecting all (#32145)
## Summary
- Validate `execArgv` flags against
`process.allowedNodeEnvironmentFlags` and
a set of worker-disallowed per-process flags, instead of rejecting all
non-empty `execArgv` arrays
- Pass `execArgv` through worker me... | [
{
"path": "ext/node/polyfills/worker_threads.ts",
"patch": "@@ -59,9 +59,13 @@ const {\n PromiseReject,\n PromiseResolve,\n SafeMap,\n+ SafeRegExp,\n SafeSet,\n SafeWeakMap,\n String,\n+ StringPrototypeIndexOf,\n+ StringPrototypeSlice,\n+ StringPrototypeSplit,\n StringPrototypeStartsWith,\... | 2026-02-13T10:13:39 |
golang/go | 08369369e5a4b27d8f6d21ea571ea5027b9a2b46 | ca8effbde150257847f90de220686786aa091f90 | reflect: document Call/CallSlice panic when v is unexported field
Fixes #74377
Change-Id: I250d67ef2a4bf4dac939be669eeaf1091523ac06
Reviewed-on: https://go-review.googlesource.com/c/go/+/690617
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <rol... | [
{
"path": "src/reflect/value.go",
"patch": "@@ -362,6 +362,7 @@ func (v Value) CanSet() bool {\n // type of the function's corresponding input parameter.\n // If v is a variadic function, Call creates the variadic slice parameter\n // itself, copying in the corresponding values.\n+// It panics if the Value ... | 2025-07-26T05:44:12 |
mrdoob/three.js | 26a27685d0f26989c3b17d19306930754450f1f1 | 7526943fd11d711bbf885771dfaf7b1a417f0024 | TSL: Fix `outgoingLight` redeclaration (#31266) | [
{
"path": "src/nodes/lighting/LightsNode.js",
"patch": "@@ -1,5 +1,5 @@\n import Node from '../core/Node.js';\n-import { nodeObject, vec3 } from '../tsl/TSLBase.js';\n+import { nodeObject, property, vec3 } from '../tsl/TSLBase.js';\n import { hashArray } from '../core/NodeUtils.js';\n \n const sortLights = ... | 2025-06-15T03:15:01 |
tensorflow/tensorflow | 64b7c6591727ca5af43fc5d110cc8d6cd85f5a59 | 12be71b4122dca72e7654f202fa712d25febb170 | Fix tflite_combine_cc_tests rule compatibility with bzlmod.
PiperOrigin-RevId: 874574266 | [
{
"path": "tensorflow/lite/build_def.bzl",
"patch": "@@ -747,6 +747,10 @@ def tflite_custom_c_library(\n **kwargs\n )\n \n+def _is_bzlmod_enabled():\n+ \"\"\"Check if with bzlmod enabled\"\"\"\n+ return str(Label(\"@//:BUILD.bazel\")).startswith(\"@@\")\n+\n # TODO(b/254126721): Move tflit... | 2026-02-24T14:07:17 |
swiftlang/swift | 04a61e36cad4449ef28569ead8b8c97e2a3a9bbe | 2b8da2a4e352358cc4382392e9618fa99b12a275 | Fix typos in Observations.swift | [
{
"path": "stdlib/public/Observation/Sources/Observation/Observations.swift",
"patch": "@@ -13,7 +13,7 @@ import _Concurrency\n \n /// An asynchronous sequence generated from a closure that tracks the transactional changes of `@Observable` types.\n ///\n-/// `Observations` conforms to `AsyncSequence`, provi... | 2025-09-17T18:08:43 |
golang/go | ca8effbde150257847f90de220686786aa091f90 | 0b06b68e21a3fbc75b3dd87c644da94828483a36 | internal/coverage/decodemeta: correct wording in unknown version error
Correct the wording in the error message returned by readFileHeader when
encountering a meta-data file with an unsupported version.
Change-Id: I49be1bb1509ccc64e8384103bd7f19382b536c26
GitHub-Last-Rev: 2ab8e05a21443c45635e42d788946bec2478ca99
GitH... | [
{
"path": "src/internal/coverage/decodemeta/decodefile.go",
"patch": "@@ -75,7 +75,7 @@ func (r *CoverageMetaFileReader) readFileHeader() error {\n \t// Vet the version. If this is a meta-data file from the future,\n \t// we won't be able to read it.\n \tif r.hdr.Version > coverage.MetaFileVersion {\n-\t\tr... | 2025-12-24T17:39:35 |
denoland/deno | cb8326224826ec684229f9c99bb5ccfd2e8650fe | db4ebb78e898660c11e6c7ac64855ee44fa52895 | fix(lsp): replace lsp-types with tower-lsp-community/ls-types (#32138) | [
{
"path": "Cargo.lock",
"patch": "@@ -685,6 +685,12 @@ dependencies = [\n \"generic-array\",\n ]\n \n+[[package]]\n+name = \"borrow-or-share\"\n+version = \"0.2.4\"\n+source = \"registry+https://github.com/rust-lang/crates.io-index\"\n+checksum = \"dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8... | 2026-02-12T19:56:04 |
mrdoob/three.js | 7526943fd11d711bbf885771dfaf7b1a417f0024 | 7b80b9626c1f12f9b6b1c7aec9c73da1e9f068c2 | Fix Typos in Documentation and Comments (#31265)
* Update ColladaLoader.js
* Update WebGLRenderer.js | [
{
"path": "examples/jsm/loaders/ColladaLoader.js",
"patch": "@@ -108,7 +108,7 @@ class ColladaLoader extends Loader {\n \t}\n \n \t/**\n-\t * Parses the given Collada data and returns a result oject holding the parsed scene,\n+\t * Parses the given Collada data and returns a result object holding the parsed... | 2025-06-14T20:02:27 |
golang/go | 9cb3edbfe9eb68113453cdaa436db31d28577ab8 | b3ed0627ce2476d438711e8fceafb39f3bd14b4e | regexp: standardize error message format in find_test.go
This change updates the test error messages in find_test.go to follow
the Go standard 'got, want' format.
It also replaces 'expected/should be' terminology with the project's
preferred style and improves the clarity of failure logs by using %q
to quote string v... | [
{
"path": "src/regexp/find_test.go",
"patch": "@@ -159,23 +159,23 @@ func TestFind(t *testing.T) {\n \tfor _, test := range findTests {\n \t\tre := MustCompile(test.pat)\n \t\tif re.String() != test.pat {\n-\t\t\tt.Errorf(\"String() = `%s`; should be `%s`\", re.String(), test.pat)\n+\t\t\tt.Errorf(\"re.Stri... | 2025-12-26T17:13:09 |
tensorflow/tensorflow | e3e7a57c68b66a2c4397643a86cd573d09ff8a89 | 70723528f82e91fcc3b62c7a2bbc4466ae1126d8 | PR #38156: [ROCm] fix se_gpu_pjrt_client_test target
Imported from GitHub PR https://github.com/openxla/xla/pull/38156
📝 Summary of Changes
Includes ROCm-specific parameters and removes hardcoded CUDA expectation in se_gpu_pjrt_client_test target to fix on ROCm
🎯 Justification
Expands ROCm test coverage
🚀 Kind o... | [
{
"path": "third_party/xla/xla/pjrt/gpu/se_gpu_pjrt_client_test.cc",
"patch": "@@ -1004,9 +1004,12 @@ TEST(StreamExecutorGpuClientTest, DeleteBufferThenFulfillBufferNoDeadLock) {\n PinnedHostMemorySpace::kKind));\n std::vector<float> data{1, 3, 5, 7, 11, 13, 17, 19};\n Shape shape = ShapeUtil:... | 2026-02-24T13:30:22 |
denoland/deno | db4ebb78e898660c11e6c7ac64855ee44fa52895 | 6869ed4737f0225e4f14a801ae66b9e4a97810e9 | chore: error when creating error message in lint script (#32143)
There is no `.join()` on `Set`. | [
{
"path": "tools/lint.js",
"patch": "@@ -382,7 +382,7 @@ async function ensureNoNewTopLevelEntries() {\n throw new Error(\n `New top-level entries detected: ${newEntries.join(\", \")}. ` +\n `Only the following top-level entries are allowed: ${\n- allowed.join(\", \")\n+ ... | 2026-02-12T15:55:47 |
mrdoob/three.js | 4dd9c05c1a4f5f7e8ccfa9f8a5a338d70f3a1efc | ca6d896fd81df7a9e13a5715e331d75219d034bf | ImageLoader: Optimize caching. (#31258)
* ImageLoader: Optimize caching.
* ImageLoader: Fix timing of cached callbacks.
* ImageLoader: Move `item*()` calls.
* ImageLoader: Fix `onError()` argument. | [
{
"path": "src/loaders/ImageLoader.js",
"patch": "@@ -2,6 +2,8 @@ import { Cache } from './Cache.js';\n import { Loader } from './Loader.js';\n import { createElementNS } from '../utils.js';\n \n+const _loading = new WeakMap();\n+\n /**\n * A loader for loading images. The class loads images with the HTML ... | 2025-06-13T11:13:17 |
kubernetes/kubernetes | 0e6bf008b81297f5317af4b66335fd5538d9eb61 | 23ea1ec286387f45f52e1189089bacc0702a00aa | e2e: fix snapshot metadata test flakes by removing in-test CRD creation
Signed-off-by: Praveen M <m.praveen@ibm.com> | [
{
"path": "test/e2e/storage/drivers/csi.go",
"patch": "@@ -150,7 +150,6 @@ func InitHostPathCSIDriver() storageframework.TestDriver {\n \tcapabilities := map[storageframework.Capability]bool{\n \t\tstorageframework.CapPersistence: true,\n \t\tstorageframework.CapSnapshotDataSource: ... | 2026-02-16T14:58:00 |
golang/go | b3ed0627ce2476d438711e8fceafb39f3bd14b4e | 3dcb48d2982e064ac8b5be01fe6847133fe56b88 | tests: improve consistency and clarity of test diagnostics
Minor updates to test diagnostics for consistency and readability:
- Corrected an incorrect identifier
- Standardized float formatting
No behavior changes.
Change-Id: I3d3633a7cc487209341ea92101f8c67848212080
GitHub-Last-Rev: b2822e846a91ce2563445f90f8d57686... | [
{
"path": "test/cmplxdivide.go",
"patch": "@@ -35,7 +35,7 @@ func main() {\n \t\t\t\tfmt.Printf(\"BUG\\n\")\n \t\t\t\tbad = true\n \t\t\t}\n-\t\t\tfmt.Printf(\"%v/%v: expected %v error; got %v\\n\", t.f, t.g, t.out, x)\n+\t\t\tfmt.Printf(\"%v/%v: got %v, want %v\\n\", t.f, t.g, x, t.out)\n \t\t}\n \t}\n \ti... | 2025-12-29T19:39:04 |
mrdoob/three.js | 8faa0688fb512c2af52011ea24a48339c70e476f | 88cf6d03da0a2701353c4df80287ccb704c7ca56 | TSL: Fix inconsistent chaining for `.step()` (Parameter order) (#31241)
* fix inconsistent chaining for `step` and `smoothstep`
* update examples
* Update webgpu_tsl_vfx_tornado.html | [
{
"path": "examples/webgpu_tsl_halftone.html",
"patch": "@@ -145,10 +145,8 @@\n \n \t\t\t\t\t// mask\n \n-\t\t\t\t\tconst mask = gridUv\n-\t\t\t\t\t\t.sub( 0.5 )\n-\t\t\t\t\t\t.length()\n-\t\t\t\t\t\t.step( orientationStrength.mul( radius ).mul( 0.5 ) )\n+\t\t\t\t\tconst mask = orientationStrength.mul( radi... | 2025-06-10T03:02:56 |
tensorflow/tensorflow | 331f159940c70f0a4d2d2c2d926d29bc7eab3095 | 9a91143545c32e0c06e6151be1b5a14a45fa7d19 | #L2M add DMA test for large tiling output
Fix HloEvaluator memcpy of dynamic shape metadata
PiperOrigin-RevId: 874533574 | [
{
"path": "third_party/xla/xla/hlo/evaluator/hlo_evaluator.cc",
"patch": "@@ -1420,7 +1420,7 @@ absl::Status HloEvaluator::HandleSetDimensionSize(\n GetEvaluatedLiteralFor(set_dimension_size->operand(0));\n Literal result(set_dimension_size->shape());\n memcpy(result.untyped_data(), operand_litera... | 2026-02-24T12:10:29 |
swiftlang/swift | 0487ac5029bb2904f7a7fe935fdf01c5ed9ee45b | 52a777237b2d5e3b947471c59c071ebb4833e27a | Disable Interpreter/bitwise_borrowable_layout.swift back-deployment
This test never passed on-device testing. I suspect it's because the
test was never intended to back-deploy. Most runtime layout don't.
Fixes rdar://169663198 (Swift CI: test:
Interpreter/bitwise_borrowable_layout.swift (exit code 2)) | [
{
"path": "test/Interpreter/bitwise_borrowable_layout.swift",
"patch": "@@ -16,6 +16,7 @@\n // REQUIRES: swift_feature_RawLayout\n // REQUIRES: swift_feature_AddressableTypes\n // UNSUPPORTED: use_os_stdlib\n+// UNSUPPORTED: back_deployment_runtime\n \n import BitwiseBorrowableLayoutResilientTypes\n ",
... | 2026-03-07T01:46:43 |
denoland/deno | 0d86c74f9cbec8262f3a6b9dafad8736fa7eb9e6 | b42e616c87840dd51d4433d0b338a78eec82a42b | fix(compile): remove data.is_empty() check (#32125)
This check is not needed | [
{
"path": "cli/standalone/binary.rs",
"patch": "@@ -185,7 +185,6 @@ pub fn is_standalone_binary(exe_path: &Path) -> bool {\n libsui::utils::is_elf(&data)\n || libsui::utils::is_pe(&data)\n || libsui::utils::is_macho(&data)\n- || data.is_empty()\n }\n \n pub struct WriteBinOptions<'a> {",
"a... | 2026-02-12T10:45:22 |
golang/go | f7b7e94b0a2798bab26e9906df823a0fe5bcddfd | e790d5967424b4230978f63d16ecc5033269dd02 | test: clarify log message for surrogate UTF-8 check
The current log message "does not error" is slightly ambiguous.
This change clarifies the output.
Change-Id: I5c2327b9fa3d3e28ce43ce1189f8b1b7663fe0d3
GitHub-Last-Rev: bb2b03fc909f0bae29ab540776ae1d28165a603a
GitHub-Pull-Request: golang/go#76998
Reviewed-on: https:/... | [
{
"path": "test/stringrange.go",
"patch": "@@ -59,7 +59,7 @@ func main() {\n \n \tfor _, c := range \"a\\xed\\xa0\\x80a\" {\n \t\tif c != 'a' && c != utf8.RuneError {\n-\t\t\tfmt.Printf(\"surrogate UTF-8 does not error: %U\\n\", c)\n+\t\t\tfmt.Printf(\"surrogate UTF-8 does not produce an error: %U\\n\", c)\... | 2025-12-26T14:39:48 |
mrdoob/three.js | e9f3ce47312b6c99a6ab46bf33880bb61ab7061a | f5b96f823d9a7d6fa50a2ab08076647e64a98b1d | TSL: Introduce Chromatic Aberration (#31236)
* Chromatic aberration TSL node
Example page for ca node
* Fix comma
* Remove unused delta from render loop in ca example
* Rename CANode.js to ChromaticAberrationNode.js
Add nodeObject in ca params, for ability to use a procedural node
Update example gui to toggle pr... | [
{
"path": "examples/files.json",
"patch": "@@ -405,6 +405,7 @@\n \t\t\"webgpu_postprocessing_fxaa\",\n \t\t\"webgpu_postprocessing_lensflare\",\n \t\t\"webgpu_postprocessing_masking\",\n+\t\t\"webgpu_postprocessing_ca\",\n \t\t\"webgpu_postprocessing_motion_blur\",\n \t\t\"webgpu_postprocessing_outline\",\n... | 2025-06-08T04:09:24 |
denoland/deno | 1b2a9f1615f227d354b49e391cae590f3267b500 | 53b9903d811a9451cf225e5444fe1c8308c9b432 | fix(ext/node): fix worker exit code propagation in `worker_threads` (#32124)
## Summary
- Properly propagate `process.exitCode` from Node `worker_threads` to
the parent, matching Node.js behavior. Previously exit codes were
hardcoded to 0 (natural exit) or 1 (error exit), ignoring
`process.exitCode` set by the worker.... | [
{
"path": "ext/node/polyfills/process.ts",
"patch": "@@ -696,6 +696,17 @@ process.reallyExit = (code: number) => {\n \n process._exiting = _exiting;\n \n+// deno-lint-ignore no-explicit-any\n+process._fatalException = function (err: any, fromPromise?: boolean) {\n+ const origin = fromPromise ? \"unhandledR... | 2026-02-12T09:38:40 |
swiftlang/swift | 43fb596b604eb23283d69138d06f29fd07c451bd | fcca0accb98170e15e3d85ffc87a9867d44dafce | SIL: Lower typed error as untyped `any Error` in untyped throwing abstraction contexts.
Other parts of SILGen were set up to deal with this situation, where for example a
closure literal with a concrete error type is used in a type context that wants an
untyped `throws` function, avoiding the thunk by lowering the clo... | [
{
"path": "include/swift/SIL/AbstractionPattern.h",
"patch": "@@ -1633,7 +1633,7 @@ class AbstractionPattern {\n /// it.\n AbstractionPattern getReferenceStorageReferentType() const;\n \n- /// Give that the value being abstracted is an existential, return the\n+ /// Given that the value being abstract... | 2026-03-07T00:20:44 |
tensorflow/tensorflow | c0dd798f6ced536c74a36d2e95833a9818a59c8c | 16ac3b1a1ead5462c66eb6e978fc7888ee193647 | PR #38110: [xla:gpu] Improve host tracing debuggability
Imported from GitHub PR https://github.com/openxla/xla/pull/38110
Sprinkle `TraceMe` annotations with `XLA_LOG_DEVICE`-compatible format in `CommonPjRtClient` and in XLA:GPU-specific `StreamExecutor` client. This improves debuggability of host runtime by includi... | [
{
"path": "third_party/xla/xla/pjrt/common_pjrt_client.cc",
"patch": "@@ -19,6 +19,7 @@ limitations under the License.\n #include <cstddef>\n #include <cstdint>\n #include <functional>\n+#include <iterator>\n #include <memory>\n #include <optional>\n #include <string>\n@@ -1108,8 +1109,14 @@ CommonPjRtLoade... | 2026-02-24T09:54:48 |
golang/go | f4cec7917cc53c8c7ef2ea456b4bf0474c41189a | ca13fe02c48db993a34d441d87180cf665d5b288 | cmd: fix unused errors reported by ineffassign
Updates golang/go#35136
Change-Id: I36d26089d29933e363d9fa50f3174530b698450e
Reviewed-on: https://go-review.googlesource.com/c/go/+/731040
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Florian Lehner <lehner.floria... | [
{
"path": "src/cmd/internal/bootstrap_test/overlaydir_test.go",
"patch": "@@ -43,6 +43,9 @@ func overlayDir(dstRoot, srcRoot string) error {\n \t\tdstPath := filepath.Join(dstRoot, suffix)\n \n \t\tinfo, err := entry.Info()\n+\t\tif err != nil {\n+\t\t\treturn err\n+\t\t}\n \t\tperm := info.Mode() & os.Mode... | 2025-12-18T05:05:26 |
mrdoob/three.js | b916c16acc5334005b7cbd35649008941ca91318 | 82cab04339a57d7abf6751d2d8fdab082efca6ac | RenderObject: Check attributes version of the geometry (#31227)
* check attributes version of the geometry
* update approach
* fix pbo
* Update webgpu_skinning_points.html
* Update webgpu_skinning_points.html
* Update webgpu_tsl_compute_attractors_particles.jpg
* Update RenderObject.js
* Update RenderObject.js
... | [
{
"path": "examples/webgpu_skinning_points.html",
"patch": "@@ -78,7 +78,7 @@\n \t\t\t\t\t\t\tmaterialPoints.sizeNode = pointSpeedAttribute.length().exp().min( 5 ).mul( 5 ).add( 1 );\n \t\t\t\t\t\t\tmaterialPoints.sizeAttenuation = false;\n \n-\t\t\t\t\t\t\tmaterialPoints.positionNode = Fn( () => {\n+\t\t\t... | 2025-06-06T16:27:23 |
denoland/deno | 53b9903d811a9451cf225e5444fe1c8308c9b432 | 7b43bca73e176f5ff6bbc7e8760eca296d5bf55f | fix(ext/web): recheck state after signaling abort on writable stream (#32129)
See the note under
[WritableStreamAbort](https://streams.spec.whatwg.org/#writable-stream-abort). | [
{
"path": "ext/web/06_streams.js",
"patch": "@@ -4308,11 +4308,12 @@ function transformStreamUnblockWrite(stream) {\n * @returns {Promise<void>}\n */\n function writableStreamAbort(stream, reason) {\n- const state = stream[_state];\n+ let state = stream[_state];\n if (state === \"closed\" || state ===... | 2026-02-12T09:13:09 |
tensorflow/tensorflow | 8578c6f6152f48c86ebcce188cd03c6726f95a4b | a8ee51d1569359608c01366ed2489f4c9b43ebbc | Migrate deprecated tsl::errors to absl equivalents.
PiperOrigin-RevId: 874375067 | [
{
"path": "tensorflow/c/eager/BUILD",
"patch": "@@ -215,6 +215,7 @@ cc_library(\n \"//tensorflow/core/lib/llvm_rtti\",\n \"//tensorflow/core/platform:errors\",\n \"@com_google_absl//absl/container:flat_hash_map\",\n+ \"@com_google_absl//absl/status\",\n \"@com_google_a... | 2026-02-24T06:10:00 |
golang/go | 7971fcdf537054608b2443a32f0fbb6dd4eba12a | 0f620776d739f3de2c459c42d7ae2338ece35e67 | test/codegen: tidy tests for bits
Use Go idiomatic function names, use a common prefix, attempt to
maintain some consistency, avoid naming functions based upon
machine specific instructions and combine a duplicate test that
likely exists due to this confusion.
Change-Id: I996e9efd7497821edef94c1997d4a310d9d79a71
Revi... | [
{
"path": "test/codegen/bits.go",
"patch": "@@ -8,11 +8,11 @@ package codegen\n \n import \"math/bits\"\n \n-/************************************\n- * 64-bit instructions\n- ************************************/\n+//\n+// 64 bit instructions\n+//\n \n-func bitcheck64_constleft(a uint64) (n int) {\n+func bi... | 2025-12-23T12:43:15 |
mrdoob/three.js | f31ed46939faaee8f161866c200f0c972f0100fa | c7b6f81b608cbbb2b729f67b110dac50e82d96da | Examples: Fix `instancedArray()` usage of `webgpu_compute_birds` (#31230)
* fix `instancedArray()` usage
* Update webgpu_compute_birds.jpg | [
{
"path": "examples/webgpu_compute_birds.html",
"patch": "@@ -37,7 +37,7 @@\n \t\t<script type=\"module\">\n \n \t\t\timport * as THREE from 'three';\n-\t\t\timport { uniform, varying, vec4, add, sub, max, dot, sin, mat3, uint, negate, attributeArray, cameraProjectionMatrix, cameraViewMatrix, positionLocal,... | 2025-06-06T05:02:46 |
kubernetes/kubernetes | ff551f387f899dd77534f704f388fa6c6853ddf1 | aa3f79d4c96f7d2da6b8b7ca977d4e6d5f7caa42 | DRA E2E: disarm footgun in PodExternal
The implicit matching of the ResourceClaim name to ExternalClaim was
convenient (no need to specify the parameter) but did go wrong in integration
testing where there are multiple calls to ExternalClaim. | [
{
"path": "test/e2e/dra/dra.go",
"patch": "@@ -272,7 +272,7 @@ var _ = framework.SIGDescribe(\"node\")(framework.WithLabel(\"DRA\"), func() {\n \t\tginkgo.It(\"must not run a pod if a claim is not ready\", func(ctx context.Context) {\n \t\t\tclaim := b.ExternalClaim()\n \t\t\tb.Create(f.TContext(ctx), claim... | 2026-02-11T11:50:07 |
denoland/deno | 7b43bca73e176f5ff6bbc7e8760eca296d5bf55f | 82b506dbccc0be9f352da65796a9e2774b0d3b5f | fix(deploy): bypass minimumDependencyAge (#32136)
Closes #32135 | [
{
"path": "cli/tools/deploy.rs",
"patch": "@@ -2,6 +2,7 @@\n \n use std::sync::Arc;\n \n+use deno_config::deno_json::NewestDependencyDate;\n use deno_config::deno_json::NodeModulesDirMode;\n use deno_core::error::AnyError;\n use deno_core::url::Url;\n@@ -22,6 +23,7 @@ pub async fn deploy(\n ) -> Result<i32,... | 2026-02-12T02:31:17 |
mrdoob/three.js | c7b6f81b608cbbb2b729f67b110dac50e82d96da | 7b31083d56bfa14347c89a480b1995f89631737e | Update Object3DNode.js (#31224)
Fix JSDoc for objectRadius to match implementation | [
{
"path": "src/nodes/accessors/Object3DNode.js",
"patch": "@@ -263,6 +263,6 @@ export const objectViewPosition = /*@__PURE__*/ nodeProxy( Object3DNode, Object3\n * @tsl\n * @function\n * @param {?Object3D} [object3d] - The 3D object.\n- * @returns {Object3DNode<vec3>}\n+ * @returns {Object3DNode<float>}\... | 2025-06-04T16:17:29 |
tensorflow/tensorflow | f2c84f1bb34fa43d6a77f1e51b838cdd2fc2effd | 69136f0ffd515980d77ffbf52c07266fe859395c | TileAssignment: Fix build with gcc
PiperOrigin-RevId: 874157330 | [
{
"path": "third_party/xla/xla/hlo/utils/hlo_sharding_util.h",
"patch": "@@ -372,7 +372,8 @@ class DeviceGroupTileAssignment : public TileAssignment {\n public:\n explicit DeviceGroupTileAssignment(int64_t num_groups,\n int64_t num_devices_per_group)\n- : TileAss... | 2026-02-23T18:55:56 |
golang/go | 0f620776d739f3de2c459c42d7ae2338ece35e67 | a5fe8c07ae7ae96049f692c43008ad2f770924c7 | simd/archsimd: fix "go generate" command
Correct the generate command for test helpers. There is no longer
a genfiles.go. Also correct the generated file headers to match
the current generator layout.
Change-Id: Ifb9a8c394477359020ff44290dbaabe7a2d59aca
Reviewed-on: https://go-review.googlesource.com/c/go/+/732280
LU... | [
{
"path": "src/cmd/compile/internal/amd64/simdssa.go",
"patch": "@@ -1,4 +1,4 @@\n-// Code generated by x/arch/internal/simdgen using 'go run . -xedPath $XED_PATH -o godefs -goroot $GOROOT go.yaml types.yaml categories.yaml'; DO NOT EDIT.\n+// Code generated by 'simdgen -o godefs -goroot $GOROOT -xedPath $X... | 2025-12-23T16:31:36 |
denoland/deno | 82b506dbccc0be9f352da65796a9e2774b0d3b5f | 8cabe269e9335ddec286ad59504936ad769422fc | fix(node/ext): make zlib write callback async to match node behavior (#32130)
Deno's zlib `Zlib::write` was calling `processCallback` synchronously,
while Node.js runs compression on the libuv threadpool and calls it
asynchronously. This caused several issues:
- destroy() couldn't propagate before subsequent write ca... | [
{
"path": "ext/node/ops/zlib/mod.rs",
"patch": "@@ -473,7 +473,7 @@ impl Zlib {\n #[smi] out_off: u32,\n #[smi] out_len: u32,\n ) -> Result<(), ZlibError> {\n- let (err_info, callback) = {\n+ let err_info = {\n let mut zlib = self.inner.borrow_mut();\n let zlib = zlib.as_mut().ok... | 2026-02-12T01:02:19 |
mrdoob/three.js | 7b31083d56bfa14347c89a480b1995f89631737e | 7b8e83f915c8e068f1f938249c5ba1bc91a524fb | NodeBuilder - Fix Interpolation (#31222)
* init branch
* fix
* remove comment
* Update GLSLNodeBuilder.js
Clean up.
---------
Co-authored-by: Michael Herzog <michael.herzog@human-interactive.org> | [
{
"path": "examples/webgpu_centroid_sampling.html",
"patch": "@@ -158,8 +158,8 @@\n \n \t\t\t\t};\n \n-\t\t\t\tconst withFlatFirstShader = createShader( THREE.InterpolationSamplingType.FLAT, THREE.InterpolationSamplingMode.FLAT_FIRST );\n-\t\t\t\tconst withFlatEitherShader = createShader( THREE.Interpolatio... | 2025-06-04T08:43:33 |
denoland/deno | 133d02e064a8e07cabab226d815d0b3ba684fc88 | c6ed5f01c5b0361fd582a4b19f97aa5f2effad36 | fix(node): unconditionally call `Module.prototype._compile` with the file content in `loadMaybeCjs` (#32131) | [
{
"path": "ext/node/polyfills/01_require.js",
"patch": "@@ -1080,9 +1080,8 @@ Module._extensions[\".mjs\"] = loadESMFromCJS;\n Module._extensions[\".wasm\"] = loadESMFromCJS;\n \n function loadMaybeCjs(module, filename) {\n- const isMaybeCjs = op_require_is_maybe_cjs(filename);\n- const format = isMaybeCj... | 2026-02-11T21:08:15 |
tensorflow/tensorflow | 1da00eb90ec556fa83e0d3473a002ee1e9869dc3 | 06a676762eecef046fc8a455bf582b13178eb15c | Re-fixes the scheduling bug by making peak priority get rid immediately of dead instructions when rematerializing. This is a simpler and more robust solution. This could also be expanded to always remat.
Modifies the existing test error to hit more edge cases when rematerializing blocks.
Adds the option of customizin... | [
{
"path": "third_party/xla/xla/hlo/transforms/simplifiers/hlo_rematerialization.cc",
"patch": "@@ -1711,23 +1711,6 @@ UsesList MemoryUsageTracker::GetItemUses(HloRematItem* item) const {\n return combined_users;\n }\n \n-// Inserts `item` into `place_before` if `item` is not something previously\n-// touc... | 2026-02-23T17:40:13 |
kubernetes/kubernetes | e53d93a6bcab68aa02cac2b18fcc0f7f2d51b459 | 23fc0bff62ff36e3393f1aaf33bba47e890cad3f | DRA integration: fix data race
Gomega matchers cannot be used concurrently, they get mutated. Each user must
get its own separate instance.
WARNING: DATA RACE
Write at 0x00c0195da678 by goroutine 322445:
github.com/onsi/gomega/matchers.(*AndMatcher).Match()
/home/prow/go/src/k8s.io/kubernetes/... | [
{
"path": "test/integration/dra/resourceclaim_test.go",
"patch": "@@ -75,24 +75,28 @@ func testShareResourceClaimSequentially(tCtx ktesting.TContext) {\n \n \tpodStartTimeout := 5 * time.Minute * time.Duration(numMaxPods)\n \tensureDuration := time.Minute // Don't check for too long, even if it is less prec... | 2026-02-17T13:38:25 |
mrdoob/three.js | 26b3fa29b5bba8270a1dd37c303d1eff46f7a918 | c1c0eab62274bc4a6537cd82fe786f720a7ad6c1 | fix texture path (#31217) | [
{
"path": "examples/webgpu_sandbox.html",
"patch": "@@ -67,7 +67,7 @@\n \t\t\t\t\t.setTranscoderPath( 'jsm/libs/basis/' )\n \t\t\t\t\t.detectSupportAsync( renderer );\n \n-\t\t\t\tconst ktxTexture = await ktxLoader.loadAsync( './textures/compressed/sample_uastc_zstd.ktx2' );\n+\t\t\t\tconst ktxTexture = awa... | 2025-06-03T07:47:23 |
golang/go | a23d1a4ebe5ca1f4964ad51a92d99edf5a95d530 | 866e461b9689d03dbbf2df19b86cace21270865b | bytes: improve consistency in split test messages
This change improves consistency in the error messages used by TestSplit and TestSplitAfter in bytes_test.go
Change-Id: Idc4e77a516037ce17cbb1bdffe3ac00bcde5de42
GitHub-Last-Rev: 8c4a35186851004251e8eee71c88ca1c822851c1
GitHub-Pull-Request: golang/go#76970
Reviewed-on... | [
{
"path": "src/bytes/bytes_test.go",
"patch": "@@ -961,7 +961,7 @@ func TestSplit(t *testing.T) {\n \t\tif tt.n < 0 {\n \t\t\tb := sliceOfString(Split([]byte(tt.s), []byte(tt.sep)))\n \t\t\tif !slices.Equal(result, b) {\n-\t\t\t\tt.Errorf(\"Split disagrees withSplitN(%q, %q, %d) = %v; want %v\", tt.s, tt.se... | 2025-12-23T18:11:53 |
denoland/deno | 512d9196c5056933ff032a3c52efb4e8fae95d0d | 652d4d2055e7ef2e9c41c9346051db5101aa01bc | fix(install): cleanup `node_modules` folder on install (#32058)
This is only for `deno install/add/remove`. We don't do this for other
commands because it could cause problems (ex. two deno subprocesses
running at the same time with "lazy npm deps" or whatever it's called)
and also it would add more startup time. | [
{
"path": "Cargo.lock",
"patch": "@@ -9528,9 +9528,9 @@ dependencies = [\n \n [[package]]\n name = \"sys_traits\"\n-version = \"0.1.22\"\n+version = \"0.1.24\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"4121e69c72108134f9daf82cf6580269f018f5d8fb8cd3063df17699fbb84cb1... | 2026-02-11T20:08:25 |
tensorflow/tensorflow | 917b4b311214d8b36b2db2f26345df7cd3063349 | 0bdfd3ddc11fe2bd09ef88c3de65c385f6511af6 | Fix pip dependency references to be compatible with bzlmod.
PiperOrigin-RevId: 874091904 | [
{
"path": "tensorflow/tools/pip_package/BUILD",
"patch": "@@ -248,8 +248,8 @@ py_binary(\n main = \"build_pip_package.py\",\n deps = [\n \"//tensorflow/tools/pip_package/utils:py_utils\",\n- \"@pypi_setuptools//:pkg\",\n- \"@pypi_wheel//:pkg\",\n+ \"@pypi//setuptools\",\... | 2026-02-23T16:42:31 |
kubernetes/kubernetes | cc483208aa306b8c4078d4118cf78a10e58481ec | 2fb84cfed3e0da83eec85dcc97d14db9b06915c9 | client-go/cache: Remove reflector context cancellation logging
The error returned from Until() is solely from context cancellation
which is expected behavior when the reflector is stopped. Logging
this as an error (or even at V(4)) creates unnecessary noise. | [
{
"path": "staging/src/k8s.io/client-go/tools/cache/reflector.go",
"patch": "@@ -425,14 +425,12 @@ func (r *Reflector) RunWithContext(ctx context.Context) {\n \tlogger.V(3).Info(\"Starting reflector\", \"type\", r.typeDescription, \"resyncPeriod\", r.resyncPeriod, \"reflector\", r.name)\n \t// Until runs th... | 2026-02-17T03:04:52 |
mrdoob/three.js | a1db039706a81bca955f15032b088fdb2b603409 | 8644296c1053bece1532a42f9b8fcd3942034e35 | TSL: Fix `Fn` as parameter (#31214) | [
{
"path": "src/nodes/tsl/TSLCore.js",
"patch": "@@ -175,7 +175,7 @@ const ShaderNodeObject = function ( obj, altType = null ) {\n \n \t} else if ( type === 'shader' ) {\n \n-\t\treturn Fn( obj );\n+\t\treturn obj.isFn ? obj : Fn( obj );\n \n \t}\n \n@@ -652,6 +652,8 @@ export const Fn = ( jsFunc, layout = n... | 2025-06-01T21:36:43 |
golang/go | 08dc8393d7d04f250b317cad5183415962ea56d5 | 43ebed88cc661e37bf01d5336b5de13fba6e51c7 | time: skip test that will fail with GO111MODULE=off
The test is designed to ensure that behavior introduced in Go 1.23
to garbage collect async timed channels is working correctly. If
GO111MODULE=off is set (or GODEBUG=asynctimerchan=1) Go reverts to the
Go 1.20 behavior of not garbage collecting these channels, which... | [
{
"path": "src/time/export_test.go",
"patch": "@@ -40,6 +40,7 @@ var (\n \tTzset = tzset\n \tTzsetName = tzsetName\n \tTzsetOffset = tzsetOffset\n+\tAsynctimerChan = asynctimerchan\n )\n \n func LoadFromEmbeddedTZData(zone string) (string, error) {",
"add... | 2025-12-23T06:07:32 |
denoland/deno | 652d4d2055e7ef2e9c41c9346051db5101aa01bc | d09571c95ed9e56fb870abc82bb876cbadf02ea3 | fix(ext/web): prevent GC of AbortSignal.any() (#32118)
The new exposed `AbortSignal.any()`, stores dependent signals via
`WeakRef` in the source signal's `dependentSignals` set. When the
dependent signal is created as a temporary (e.g.
`AbortSignal.any([...]).addEventListener("abort", cb)`), there are no
strong refere... | [
{
"path": "ext/web/03_abort_signal.js",
"patch": "@@ -79,6 +79,7 @@ const sourceSignals = Symbol(\"[[sourceSignals]]\");\n const dependentSignals = Symbol(\"[[dependentSignals]]\");\n const signal = Symbol(\"[[signal]]\");\n const timerId = Symbol(\"[[timerId]]\");\n+const activeDependents = Symbol(\"[[acti... | 2026-02-11T15:17:41 |
swiftlang/swift | e1e7e8886cd44855931674e7b8f9a91f5a83f3a1 | 8b07a6f3111a894d601718d6b27543597f848743 | Fix a bug involving two async lets on the stack at once. | [
{
"path": "lib/SILOptimizer/Utils/StackNesting.cpp",
"patch": "@@ -264,7 +264,7 @@ class ActiveAllocation {\n llvm::PointerIntPair<SILInstruction*, 2, AllocationStatus> valueAndStatus;\n \n public:\n- ActiveAllocation(SILInstruction *value)\n+ explicit ActiveAllocation(SILInstruction *value)\n : val... | 2026-03-04T23:08:02 |
tensorflow/tensorflow | ff7c1b7edab2b5983f287399abf388093073ea2c | 77485604095cd2a5e3954887c9d7f31382590b6b | Fix runlit cfg path under bzlmod.
PiperOrigin-RevId: 874057176 | [
{
"path": "tensorflow/compiler/mlir/glob_lit_test.bzl",
"patch": "@@ -31,6 +31,13 @@ _ALWAYS_EXCLUDE = [\n \"**/* */**\",\n ]\n \n+def get_canonical_repo_name(apparent_repo_name):\n+ \"\"\"Returns the canonical repo name for the given apparent repo name seen by the module this bzl file belongs to.\"\... | 2026-02-23T15:11:04 |
mrdoob/three.js | 8a7655db1ac612c7aeba6ce8630ef03a39a1c810 | 54e359164f74a945813110586312a6f7683bc1e6 | WebGLTextureUtils: Clean up. (#31195)
* WebGLTextureUtils: Clean up.
* clean up
* fix eslint error
* Update WebGLTextureUtils.js
---------
Co-authored-by: Michael Herzog <michael.herzog@human-interactive.org> | [
{
"path": "src/renderers/webgl-fallback/utils/WebGLTextureUtils.js",
"patch": "@@ -497,25 +497,6 @@ class WebGLTextureUtils {\n \t\tif ( texture.isRenderTargetTexture || ( textureGPU === undefined /* unsupported texture format */ ) )\n \t\t\treturn;\n \n-\t\tconst getImage = ( source ) => {\n-\n-\t\t\tif ( ... | 2025-05-29T21:12:18 |
kubernetes/kubernetes | 08ee348b477c2733bedae17e53ccebc84b48ab53 | 6182de8b130be183eae909825a3914205421b60c | Update the text of the StrictIPCIDRValidation warnings
(It's the future now!)
(These warnings will still be displayed if you update an object that
already contained invalid IPs which you didn't fix.) | [
{
"path": "pkg/api/pod/warnings_test.go",
"patch": "@@ -1828,8 +1828,8 @@ func TestWarnings(t *testing.T) {\n \t\t\t\t},\n \t\t\t}},\n \t\t\texpected: []string{\n-\t\t\t\t`spec.dnsConfig.nameservers[1]: non-standard IP address \"05.06.07.08\" will be considered invalid in a future Kubernetes release: use \"... | 2026-02-16T16:04:35 |
golang/go | 81283ad33985958c63e43ada6c168da49e62de0f | 3e0e1667f694e989371e021dd8f269dae5a78e9f | runtime: fix nGsyscallNoP accounting
CL 726964 has two bugs.
One is fairly obvious. Where there was previous a decrement of
nGsyscallNoP in exitsyscallTryGetP, it added a call to addGSyscallNoP.
Oops.
The other is more subtle. In needm we set isExtraInC to false very
early. This will cause exitsyscall (via cgocallba... | [
{
"path": "src/runtime/metrics_cgo_test.go",
"patch": "@@ -12,7 +12,7 @@ import (\n \t\"testing\"\n )\n \n-func TestNotInGoMetricCallback(t *testing.T) {\n+func TestNotInGoMetric(t *testing.T) {\n \tswitch runtime.GOOS {\n \tcase \"windows\", \"plan9\":\n \t\tt.Skip(\"unsupported on Windows and Plan9\")\n@@... | 2025-12-23T17:16:17 |
denoland/deno | d09571c95ed9e56fb870abc82bb876cbadf02ea3 | 77c1c1920fb5236dc98748b56a55e7f3ce622a86 | fix(ext/napi): don't mark accessor properties as read-only in napi_define_class (#32105)
## Summary
- In `napi_define_class`, accessor properties (getter/setter) were
incorrectly marked `READ_ONLY` when `napi_writable` was not set in the
property attributes. Per the Node-API spec, `napi_writable` only applies
to data... | [
{
"path": "ext/napi/js_native_api.rs",
"patch": "@@ -285,13 +285,6 @@ fn napi_define_class<'s>(\n let setter = p\n .setter\n .map(|s| create_function_template(scope, env_ptr, None, s, p.data));\n- if getter.is_some()\n- && setter.is_some()\n- && (p.attributes & napi_... | 2026-02-11T07:38:42 |
mrdoob/three.js | 54e359164f74a945813110586312a6f7683bc1e6 | 8146d0a8ba323b80f9401ffb2efee0b19d67f136 | fix issues with xr rendering (#31198) | [
{
"path": "src/renderers/common/Renderer.js",
"patch": "@@ -1260,6 +1260,7 @@ class Renderer {\n \t\tframeBufferTarget.scissorTest = this._scissorTest;\n \t\tframeBufferTarget.multiview = outputRenderTarget !== null ? outputRenderTarget.multiview : false;\n \t\tframeBufferTarget.resolveDepthBuffer = outputR... | 2025-05-29T21:08:35 |
tensorflow/tensorflow | 59c87184e93ae415aa7619b9db477f8e34c8ea1c | 3fafb0d9057dd1f82392dd2dd2cf973700b5cc1e | Migrate deprecated tsl::errors to absl equivalents.
PiperOrigin-RevId: 873944386 | [
{
"path": "tensorflow/core/framework/BUILD",
"patch": "@@ -1134,6 +1134,8 @@ cc_library(\n \"//tensorflow/core/platform:thread_annotations\",\n \"//tensorflow/core/platform:types\",\n \"@com_google_absl//absl/container:flat_hash_map\",\n+ \"@com_google_absl//absl/status\",\n+ ... | 2026-02-23T09:56:28 |
swiftlang/swift | 1ebb2eb885ca609986f3fe81e88d142d42d4c914 | 0d81f6fc5cad6373d073831602c40f1c739a17d2 | Fix the stack nesting utility to mark allocations as non-nested
when they would need to be reordered across an allocation that cannot
be reordered across.
Or at least, do this in theory; this commit does not change anything for
any instructions that are currently considered stack allocations. | [
{
"path": "lib/SILOptimizer/Utils/StackNesting.cpp",
"patch": "@@ -230,11 +230,68 @@ static void createDealloc(SILBuilder &B, SILLocation loc, SILInstruction *alloc)\n }\n }\n \n+static bool isUnreorderableAllocation(SILInstruction *alloc) {\n+ switch (alloc->getKind()) {\n+ // These are all simple allo... | 2026-03-03T02:43:42 |
golang/go | 3faf988f217f59630509c057f48549f59a02c25e | 2485a0bc2cf87837d5e610eed584d8d7ab5831d0 | errors: add a test verifying join does not flatten errors
For #76961
Change-Id: Ib81f3202074bf83a5b204b32706445f051f837a8
Reviewed-on: https://go-review.googlesource.com/c/go/+/732360
Auto-Submit: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
... | [
{
"path": "src/errors/join_test.go",
"patch": "@@ -25,6 +25,7 @@ func TestJoinReturnsNil(t *testing.T) {\n func TestJoin(t *testing.T) {\n \terr1 := errors.New(\"err1\")\n \terr2 := errors.New(\"err2\")\n+\tmerr := multiErr{errors.New(\"err3\")}\n \tfor _, test := range []struct {\n \t\terrs []error\n \t\tw... | 2025-12-23T17:42:37 |
denoland/deno | 77c1c1920fb5236dc98748b56a55e7f3ce622a86 | 1f36bf720d0458285b6893339c9cbd300104e4cf | fix(ext/node): fix `test-worker-process-argv.js` test (#32074)
Done with @claude | [
{
"path": "ext/node/polyfills/worker_threads.ts",
"patch": "@@ -44,9 +44,11 @@ import {\n } from \"ext:deno_web/01_broadcast_channel.js\";\n import { untransferableSymbol } from \"ext:deno_node/internal_binding/util.ts\";\n import process from \"node:process\";\n+import { fileURLToPath } from \"node:url\";\... | 2026-02-11T07:27:51 |
mrdoob/three.js | 8146d0a8ba323b80f9401ffb2efee0b19d67f136 | c0088a72c24b4914467471ed4f0aea917842da2d | fix: check if OffscreenCanvas in window before accessing (#31194) | [
{
"path": "src/renderers/webgl-fallback/utils/WebGLTextureUtils.js",
"patch": "@@ -506,7 +506,7 @@ class WebGLTextureUtils {\n \t\t\t} else if ( ( typeof HTMLImageElement !== 'undefined' && source instanceof HTMLImageElement ) ||\n \t\t\t\t( typeof HTMLCanvasElement !== 'undefined' && source instanceof HTML... | 2025-05-29T09:34:54 |
tensorflow/tensorflow | 3fafb0d9057dd1f82392dd2dd2cf973700b5cc1e | 809727b303944431a94ba8c4071224107bef01c2 | Migrate deprecated tsl::errors to absl equivalents.
PiperOrigin-RevId: 873944324 | [
{
"path": "tensorflow/core/graph/validate.cc",
"patch": "@@ -16,6 +16,8 @@ limitations under the License.\n #include \"tensorflow/core/graph/validate.h\"\n \n #include \"absl/container/flat_hash_set.h\"\n+#include \"absl/status/status.h\"\n+#include \"absl/strings/str_cat.h\"\n #include \"absl/strings/strin... | 2026-02-23T09:56:18 |
golang/go | 8254d66eab23bf334d619d888dc98630c1c5c5fd | 1b3db48db7afc3fe17440af28cdeac67a0d048f1 | cmd/asm/internal/asm: abort end to end test if assembly failed
If errors are encountered during assembly, do not attempt to perform verification.
In this case the output is unlikely to be correct and all verification fails, which
means the real issue gets lost in the noise.
Change-Id: I62c1bf09fa025b0df4c06f0bfa424fb... | [
{
"path": "src/cmd/asm/internal/asm/endtoend_test.go",
"patch": "@@ -199,6 +199,11 @@ Diff:\n \t}\n \tobj.Flushplist(ctxt, pList, nil)\n \n+\tif !ok {\n+\t\t// If we've encountered errors, the output is unlikely to be sane.\n+\t\tt.FailNow()\n+\t}\n+\n \tfor p := top; p != nil; p = p.Link {\n \t\tif p.As ==... | 2025-12-21T03:39:20 |
kubernetes/kubernetes | 5b3b05921f68116e8c96697766f7298d27b5a142 | bf613ce5b503444eeb0aa6c8a1e21d3b6ccef280 | fix cli throwing an error when trying to follow logs for pod while still initializing
Signed-off-by: olalekan odukoya <odukoyaonline@gmail.com> | [
{
"path": "staging/src/k8s.io/kubectl/pkg/cmd/logs/logs.go",
"patch": "@@ -32,6 +32,7 @@ import (\n \tapierrors \"k8s.io/apimachinery/pkg/api/errors\"\n \tmetav1 \"k8s.io/apimachinery/pkg/apis/meta/v1\"\n \t\"k8s.io/apimachinery/pkg/runtime\"\n+\t\"k8s.io/apimachinery/pkg/util/wait\"\n \t\"k8s.io/cli-runtim... | 2026-01-21T23:51:44 |
mrdoob/three.js | c421357d4384e99a6e5500665b72a58a547cf8a8 | 21cbe6c0b390ee6caa756d3ca4fa1e7b59ba1d80 | README: Removed DeepScan and fixed DeepWiki | [
{
"path": "README.md",
"patch": "@@ -3,9 +3,8 @@\n [![NPM Package][npm]][npm-url]\n [![Build Size][build-size]][build-size-url]\n [![NPM Downloads][npm-downloads]][npmtrends-url]\n-[![DeepScan][deepscan]][deepscan-url]\n+[![DeepWiki][deepwiki]][deepwiki-url]\n [![Discord][discord]][discord-url]\n-[![Ask Dee... | 2025-05-28T10:28:49 |
golang/go | 1b3db48db7afc3fe17440af28cdeac67a0d048f1 | b6b8b2fe6ef8ceb727c7a157750cdd4e61393489 | Revert "errors: optimize errors.Join for single unwrappable errors"
This reverts CL 635115.
Reason for revert: The new behavior does not match the function documentation.
Fixes #76961
Change-Id: If2450aa4efba28c7a12887a5b306c231a836e740
Reviewed-on: https://go-review.googlesource.com/c/go/+/731981
Reviewed-by: Dmit... | [
{
"path": "src/errors/join.go",
"patch": "@@ -27,16 +27,6 @@ func Join(errs ...error) error {\n \tif n == 0 {\n \t\treturn nil\n \t}\n-\tif n == 1 {\n-\t\tfor _, err := range errs {\n-\t\t\tif _, ok := err.(interface {\n-\t\t\t\tUnwrap() []error\n-\t\t\t}); ok {\n-\t\t\t\treturn err\n-\t\t\t}\n-\t\t}\n-\t}\... | 2025-12-23T00:35:42 |
swiftlang/swift | f6f45f2da8325e6ba20488225c69c42ab1107654 | 856b20517059d8e5b3f5021c0697544ce55093d2 | [CSRanking] Account for thrown types as part as specialization comparison
When comparing two function declarations for specialization ordering, add a
subtype constraint between their effective thrown error types. This ensures
that a typed-throws witness (e.g. `throws(E) -> R`) is correctly ranked as
more specific than... | [
{
"path": "lib/Sema/CSRanking.cpp",
"patch": "@@ -18,7 +18,6 @@\n #include \"Relation.h\"\n #include \"swift/AST/ConformanceLookup.h\"\n #include \"swift/AST/GenericSignature.h\"\n-#include \"swift/AST/ParameterList.h\"\n #include \"swift/AST/ProtocolConformance.h\"\n #include \"swift/AST/TypeCheckRequests.... | 2026-03-06T00:22:03 |
tensorflow/tensorflow | 572f13bc264e1f2cbb3fdc8cb40b2f0509e910b1 | d1a65aa140f96f488ec4e9166e64648db09783b9 | [liter] Fix import for stablehlo_case
Adds the required logic in the flatbuffer_import.py to translate a flatbuffers containing STABLEHLO_CASE and its corresponding subgraphs back to a vhlo.case with internal regions.
PiperOrigin-RevId: 873141639 | [
{
"path": "tensorflow/compiler/mlir/lite/flatbuffer_import.cc",
"patch": "@@ -922,6 +922,19 @@ Status ConvertSubgraphIdxToStablehloRegion(\n \n return absl::OkStatus();\n }\n+ if (auto* opts = op.builtin_options_2.AsStablehloCaseOptions()) {\n+ llvm::SmallVector<mlir::Attribute, 4> branches;\n+ ... | 2026-02-21T01:37:55 |
mrdoob/three.js | 2dba5a8116e266c9e9a59495d67c80cceb4204d9 | b801c8fdf6e651d658f975135912ecdce5f0b957 | CSMShadowNode: Fix toggle of `castShadow`. (#31186)
* CSMShadowNode: Fix toggle of `castShadow`.
* CSMShadowNode: Add comment. | [
{
"path": "examples/jsm/csm/CSMShadowNode.js",
"patch": "@@ -163,7 +163,6 @@ class CSMShadowNode extends ShadowBaseNode {\n \t\tthis.mainFrustum = new CSMFrustum( data );\n \n \t\tconst light = this.light;\n-\t\tconst parent = light.parent;\n \n \t\tfor ( let i = 0; i < this.cascades; i ++ ) {\n \n@@ -175,9... | 2025-05-28T08:18:59 |
kubernetes/kubernetes | 3b25b16ce128127b20767b488dde54f6daed1e26 | 18c8b8c4d3bc638897f50c23b8f1aadef7c535d0 | api: enable optionalorrequired linter for authentication API
Add missing +optional and +required markers to authentication API types
across v1, v1beta1, and v1alpha1 versions, and remove authentication
from the linter exception lists.
Part of kubernetes/kubernetes#134671 | [
{
"path": "api/openapi-spec/swagger.json",
"patch": "@@ -2924,9 +2924,6 @@\n \"description\": \"status is filled in by the server and indicates whether the token can be authenticated.\"\n }\n },\n- \"required\": [\n- \"spec\"\n- ],\n \"type\": \"object\",\n ... | 2026-02-03T01:17:35 |
golang/go | b6b8b2fe6ef8ceb727c7a157750cdd4e61393489 | 2cd0371a0a61e0dec6034239b1a92a20968c8522 | cmd/compile: handle propagating an out-of-range jump table index
For an out-of-range jump table index, the constant facts should not be
propagated to the destinations.
Fixes #76950
Change-Id: Iff29814cb466c7aaa432cec212e5387665c45afc
Reviewed-on: https://go-review.googlesource.com/c/go/+/731860
Auto-Submit: Cuong Ma... | [
{
"path": "src/cmd/compile/internal/ssa/sccp.go",
"patch": "@@ -507,6 +507,10 @@ func (t *worklist) propagate(block *Block) {\n \t\t\t\tbranchIdx = 1 - condLattice.val.AuxInt\n \t\t\t} else {\n \t\t\t\tbranchIdx = condLattice.val.AuxInt\n+\t\t\t\tif branchIdx < 0 || branchIdx >= int64(len(block.Succs)) {\n+... | 2025-12-22T11:49:17 |
mrdoob/three.js | b801c8fdf6e651d658f975135912ecdce5f0b957 | 7cb0f654bba5fbe83e8192e7d796475620f53158 | WebGPURenderer: Fix blend factor nomenclature (#31188) | [
{
"path": "src/renderers/webgpu/utils/WebGPUConstants.js",
"patch": "@@ -227,7 +227,7 @@ export const GPUBlendFactor = {\n \tSrcAlpha: 'src-alpha',\n \tOneMinusSrcAlpha: 'one-minus-src-alpha',\n \tDst: 'dst',\n-\tOneMinusDstColor: 'one-minus-dst',\n+\tOneMinusDst: 'one-minus-dst',\n \tDstAlpha: 'dst-alpha',... | 2025-05-28T04:28:28 |
swiftlang/swift | 64f862b235b02ca8b6d3e794cf79c58b3703124c | 4e77e91651fe11695587877890e511ade435e19c | [NFC] Add a section on semantic annotations for Span and other fixed storage types | [
{
"path": "docs/HighLevelSILOptimizations.rst",
"patch": "@@ -313,6 +313,43 @@ Dictionary\n ~~~~~~~~~~\n TBD.\n \n+Fixed Storage Types (Span, MutableSpan, InlineArray)\n+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n+\n+The Swift standard library includes several types that provide fixed storage\n+... | 2026-03-06T00:12:32 |
tensorflow/tensorflow | 0ea48aa36ae0a6c022c6742f7eaadb19fa4c5ce7 | c1134326a53e4d7427b9b4349e9702e203fee2d5 | Remove `tsl/platform/types.h` includes from `tsl/platform/path`
No longer needed and severs a dependency on CUDA internally
Also fixup unnecessary/missing headers and targets where needed
PiperOrigin-RevId: 873058789 | [
{
"path": "third_party/xla/third_party/tsl/tsl/platform/BUILD",
"patch": "@@ -161,13 +161,10 @@ cc_library(\n hdrs = [\"numbers.h\"],\n deps = [\n \":stringpiece\",\n- \":stringprintf\",\n \"@com_google_absl//absl/base:core_headers\",\n \"@com_google_absl//absl/strings... | 2026-02-20T21:47:26 |
denoland/deno | 61a034e3db89c648e337c7ebeabe095d2ff7dc8d | 163e95d7d809fcd0e806086e997f4049576cd865 | fix(repl): handle EOF gracefully in JSON REPL mode (#32108)
Closes the JSON REPL cleanly when the IPC pipe is closed (e.g. ctrl+d /
EOF) instead of printing `error: unexpected end of file` and exiting
with code 1. | [
{
"path": "cli/tools/repl/mod.rs",
"patch": "@@ -310,15 +310,25 @@ async fn run_json(mut repl_session: ReplSession) -> Result<i32, AnyError> {\n \n loop {\n let mut line_fut = std::pin::pin!(async {\n- let len = receiver.read_u32_le().await?;\n- let mut buf = vec![0; len as _];\n+ let l... | 2026-02-10T08:33:34 |
kubernetes/kubernetes | 70b90d98985ee5634f85378bf369276a0781b872 | 98c52ccfd750fa9b164a7a688643b0f259d88e18 | feedback: Address review comments
- Rename type params to Tstruct/Tfield/Tdisc for Subfield consistency
- Make DiscriminatedRule.Value generic over Tdisc and emit typed literals
- Move discriminator assignment adjacent to value assignment
- Fix mockEqual to test value equivalence and add pointer test
- Add test for va... | [
{
"path": "staging/src/k8s.io/apimachinery/pkg/api/validate/discriminator.go",
"patch": "@@ -18,47 +18,44 @@ package validate\n \n import (\n \t\"context\"\n-\t\"fmt\"\n \n \t\"k8s.io/apimachinery/pkg/api/operation\"\n \t\"k8s.io/apimachinery/pkg/util/validation/field\"\n )\n \n-// ModalRule defines a valid... | 2026-02-13T17:27:11 |
golang/go | 2cd0371a0a61e0dec6034239b1a92a20968c8522 | 91435be1531727f3220a8fdebb7e4894f39edb41 | debug/pe: avoid panic in File.ImportedSymbols
This change skips symbols where dt.OriginalFirstThunk is less than
ds.VirtualAddress.
The variable types are uint32, and
(dt.OriginalFirstThunk-ds.VirtualAddress) becomes very large number when
dt.OriginalFirstThunk < ds.VirtualAddress.
Fixes #73548.
Fixes #76721.
Fixes ... | [
{
"path": "src/debug/pe/file.go",
"patch": "@@ -379,7 +379,11 @@ func (f *File) ImportedSymbols() ([]string, error) {\n \t}\n \n \t// seek to the virtual address specified in the import data directory\n-\td = d[idd.VirtualAddress-ds.VirtualAddress:]\n+\tseek := idd.VirtualAddress - ds.VirtualAddress\n+\tif ... | 2025-06-24T05:18:28 |
mrdoob/three.js | a5a4983fd399af344a82bc6b3554e74570e1356f | 3b98b80ddaa3e1f51fe3102ebd4a3dac43efcde2 | KTX2Loader: Support ETC2, BCn, and ASTC 4x4 sRGB (#31155)
* KTX2Loader: Support .setPath()
* KTX2Loader: Add compressed formats
* Examples: Organize KTX2 example in sections
* update examples, fix missing formats
* clean up
* clean up
* clean up
* remove unused textures
* remove ktx2 example from E2E :( | [
{
"path": "examples/jsm/loaders/KTX2Loader.js",
"patch": "@@ -1,60 +1,76 @@\n import {\n-\tCompressedTexture,\n \tCompressedArrayTexture,\n \tCompressedCubeTexture,\n+\tCompressedTexture,\n \tData3DTexture,\n \tDataTexture,\n \tFileLoader,\n \tFloatType,\n \tHalfFloatType,\n-\tNoColorSpace,\n \tLinearFilter... | 2025-05-27T22:38:01 |
tensorflow/tensorflow | c42ca72158ab54cb45ed9045cd01307862aa36b3 | 2316c7ae0996af7c064868e1b149c90deaae3d55 | Adds `exit_status()`, `error_text()`, and `exit_normal()`
methods to the `tsl::SubProcess` interface.
PiperOrigin-RevId: 873048010 | [
{
"path": "third_party/xla/xla/tsl/platform/default/BUILD",
"patch": "@@ -458,6 +458,7 @@ cc_library(\n \"//xla/tsl/platform:macros\",\n \"//xla/tsl/platform:types\",\n \"@com_google_absl//absl/base:core_headers\",\n+ \"@com_google_absl//absl/strings\",\n \"@com_google... | 2026-02-20T21:21:58 |
swiftlang/swift | 346bfe476b9af7fd77aab4cb63ef8a03647d3426 | 0f2bb86a0f0b8dd782b1765e7e8bd4f8a3fb21f8 | [cxx-interop] [NFCi] Clean up reference type analysis logic
Previously, the getRefParentOrDiag() function was used both to determine
the reference typedness of an imported record, and to diagnose cases
where that determination was invalid (e.g., due to complications that
arise from inheritance). However, it exposed a ... | [
{
"path": "include/swift/ClangImporter/ClangImporter.h",
"patch": "@@ -758,9 +758,9 @@ getCxxReferencePointeeTypeOrNone(const clang::Type *type);\n /// Returns true if the given type is a C++ `const` reference type.\n bool isCxxConstReferenceType(const clang::Type *type);\n \n-/// Determine whether the give... | 2026-03-02T05:01:15 |
denoland/deno | 163e95d7d809fcd0e806086e997f4049576cd865 | f88d88fc5458f383fa8b36e73d43b58e2707a571 | fix(compile): use a temporary directory with a node_modules folder when compiling npm specifiers (#32084) | [
{
"path": "cli/main.rs",
"patch": "@@ -112,26 +112,28 @@ fn spawn_subcommand<F: Future<Output = T> + 'static, T: SubcommandOutput>(\n }\n \n async fn run_subcommand(\n- flags: Arc<Flags>,\n+ flags: Flags,\n unconfigured_runtime: Option<UnconfiguredRuntime>,\n roots: LibWorkerFactoryRoots,\n ) -> Resul... | 2026-02-09T16:50:00 |
golang/go | 91435be1531727f3220a8fdebb7e4894f39edb41 | c1efada1d20a0f4af6ffc2be17706713af11b3b0 | runtime: revert entry point on freebsd/arm64
CL 706175 unified some arm64 entry points. However, the entry point for
freebsd/arm64 is incorrect and builds now fail. This change reverts the
freebsd/arm64 entry point and adds additional context for the future.
Fixes #76958
Change-Id: Ib9e9b7844706f7b0ef54bd449411fefc8... | [
{
"path": "src/runtime/rt0_freebsd_arm64.s",
"patch": "@@ -4,9 +4,12 @@\n \n #include \"textflag.h\"\n \n-// On FreeBSD argc/argv are passed in R0, not RSP\n+// FreeBSD passes a pointer to the argument block in R0, not RSP,\n+// so _rt0_arm64 cannot be used.\n TEXT _rt0_arm64_freebsd(SB),NOSPLIT,$0\n-\tJMP\... | 2025-12-22T21:25:08 |
mrdoob/three.js | ec03eb7a264c40a2a113e8925f6c16ff82f96f8d | c548fe9ea9fcc462a8eef5599769c968f6202400 | ArcballControls: Fix state data for reset. (#31184) | [
{
"path": "examples/jsm/controls/ArcballControls.js",
"patch": "@@ -196,6 +196,7 @@ class ArcballControls extends Controls {\n \t\tthis._farPos0 = 0;\n \t\tthis._cameraMatrixState0 = new Matrix4();\n \t\tthis._gizmoMatrixState0 = new Matrix4();\n+\t\tthis._target0 = new Vector3();\n \n \t\t//pointers array\... | 2025-05-27T08:21:19 |
kubernetes/kubernetes | 7e5cd910a4b3a443cd4c3cc8b67b612c1d2cf87f | c04c60f4086a596301643adb8c4e785a8215f612 | Fix compilation errors from cherry-picks | [
{
"path": "staging/src/k8s.io/code-generator/cmd/validation-gen/validators/mode.go",
"patch": "@@ -119,7 +119,7 @@ func (mtv *modeTagValidator) GetValidations(context Context, tag codetags.Tag) (\n func (mtv *modeTagValidator) Docs() TagDoc {\n \treturn TagDoc{\n \t\tTag: mtv.TagName(),\n-\t\tSta... | 2026-02-09T20:14:20 |
tensorflow/tensorflow | 611d8c2344ca8190781bba9986b847ad19584ea2 | 8943ccba130567d789d4e35f033b32a6c5a86fdc | Fix gcc build issue in xla/tests/all_reduce_e2e_test.cc
Prior to C++20, std::vector::emplace_back strictly requires a matching constructor to forward its arguments to. Because AllReduceTestParams is an aggregate struct without an explicit 3-argument constructor, emplace_back(a, b, c) fails to compile. The compilation ... | [
{
"path": "third_party/xla/xla/tests/all_reduce_e2e_test.cc",
"patch": "@@ -138,8 +138,8 @@ struct AllReduceTestParams {\n // TODO(b/485544055): Enable two-shot e2e tests for all-reduce.\n for (auto strategy : {AllReduceStrategy::kOneShot,\n /* AllReduceStrategy... | 2026-02-20T19:41:27 |
denoland/deno | f88d88fc5458f383fa8b36e73d43b58e2707a571 | 0a6b424b9ae713271afa1bf1b21fd1cfd3e55e59 | fix(ext/node): serialize workerData before resolving worker filename (#32091)
Fixes `parallel/test-worker-invalid-workerdata.js` | [
{
"path": "ext/node/polyfills/worker_threads.ts",
"patch": "@@ -169,27 +169,10 @@ class NodeWorker extends EventEmitter {\n \"node:worker_threads support only 'file:' and 'data:' URLs\",\n );\n }\n- if (options?.eval) {\n- const code = typeof specifier === \"string\"\n- ? en... | 2026-02-09T15:07:38 |
golang/go | c1efada1d20a0f4af6ffc2be17706713af11b3b0 | 3d77a0b15ea2a6d2f7b3e2ba483f148d7c6ee174 | simd/archsimd: correct documentation for pairwise operations
For Add/SubPairs(Saturated?), the documented result element order
is wrong. Corrected.
Also, for 256-bit vectors, this is a grouped operation. So name it
with the Grouped suffix to be clear.
Change-Id: Idfd0975cb4a332b2e28c898613861205d26f75b0
Reviewed-on:... | [
{
"path": "src/cmd/compile/internal/amd64/simdssa.go",
"patch": "@@ -250,12 +250,12 @@ func ssaGenSIMDValue(s *ssagen.State, v *ssa.Value) bool {\n \t\tssa.OpAMD64VPADDQ256,\n \t\tssa.OpAMD64VPADDQ512,\n \t\tssa.OpAMD64VHADDPS128,\n-\t\tssa.OpAMD64VHADDPS256,\n \t\tssa.OpAMD64VHADDPD128,\n-\t\tssa.OpAMD64VH... | 2025-12-22T19:52:57 |
mrdoob/three.js | c548fe9ea9fcc462a8eef5599769c968f6202400 | 6260c7fac3b6cfe5358482923f0b25a9587ebdbd | TSL: Fix object-as-parameter checking for `Fn()` (#31176) | [
{
"path": "src/nodes/tsl/TSLCore.js",
"patch": "@@ -629,7 +629,9 @@ export const Fn = ( jsFunc, layout = null ) => {\n \n \t\tnodeObjects( params );\n \n-\t\tif ( params[ 0 ] && params[ 0 ].isNode ) {\n+\t\tconst isArrayAsParameter = params[ 0 ] && ( params[ 0 ].isNode || Object.getPrototypeOf( params[ 0 ] ... | 2025-05-26T17:28:05 |
kubernetes/kubernetes | 4c9af15a65e1f0613908cdc9009f4ca48b66f6cb | 23ea1ec286387f45f52e1189089bacc0702a00aa | Revert DV native error matcher | [
{
"path": "staging/src/k8s.io/apimachinery/pkg/util/validation/field/error_matcher.go",
"patch": "@@ -44,7 +44,6 @@ type ErrorMatcher struct {\n \tmatchOrigin bool\n \tmatchDetail func(want, got string) bool\n \trequireOriginWhenInvalid bool\n-\tmatchDeclarativeNativ... | 2026-02-13T18:16:58 |
denoland/deno | 0a6b424b9ae713271afa1bf1b21fd1cfd3e55e59 | 131b706bcfadea4d50e6c87bed3fc165b9f02d84 | fix(ext/node): `fs.writeFile` and `FileHandle.writeFile` compatibility (#32077) | [
{
"path": "ext/node/polyfills/_fs/_fs_common.ts",
"patch": "@@ -1,18 +1,12 @@\n // Copyright 2018-2026 the Deno authors. MIT license.\n \n import { primordials } from \"ext:core/mod.js\";\n-const {\n- StringPrototypeToLowerCase,\n- ArrayPrototypeIncludes,\n- ReflectApply,\n- Error,\n-} = primordials;\n+... | 2026-02-09T14:49:03 |
tensorflow/tensorflow | f3b86ea6f70ae62fdd934a929337f14c358612c5 | 5551f09ae4f6ff1e3d8aaddf6d90ed6239200984 | ram_file_system: Fix error message for opening non-existent files for read.
The empty string is useless and makes it hard to track down.
PiperOrigin-RevId: 872953343 | [
{
"path": "third_party/xla/xla/tsl/platform/ram_file_system.h",
"patch": "@@ -130,7 +130,8 @@ class RamFileSystem : public FileSystem {\n auto fname = StripSchemePrefix(fname_);\n \n if (fs_.find(fname) == fs_.end()) {\n- return absl::NotFoundError(\"\");\n+ return absl::NotFoundError(\n+ ... | 2026-02-20T18:00:05 |
golang/go | 3d77a0b15ea2a6d2f7b3e2ba483f148d7c6ee174 | 7ecb1f36acab7b48d77991d58d456a34074a2d0e | os/exec: second call to Cmd.Start is always an error
Previously it would return an error only if the first call
resulted in process creation, contra the intent of the
comment at exec.Cmd:
// A Cmd cannot be reused after calling its [Cmd.Start], [Cmd.Run],
// [Cmd.Output], or [Cmd.CombinedOutput] methods.
Also, clear... | [
{
"path": "src/os/exec/exec.go",
"patch": "@@ -102,6 +102,7 @@ import (\n \t\"runtime\"\n \t\"strconv\"\n \t\"strings\"\n+\t\"sync/atomic\"\n \t\"syscall\"\n \t\"time\"\n )\n@@ -354,6 +355,9 @@ type Cmd struct {\n \t// the work of resolving the extension, so Start doesn't need to do it again.\n \t// This is... | 2025-12-09T15:06:23 |
swiftlang/swift | 14f6d17d39ad817950a2cacebd0e47e3c0a01d3f | 150e190ad615873b37e299e7bb9ee34f744552d9 | [CS] Improve property member lookup in presence of ProtocolCompositionTypes
Code with Protocol Composition parameters had not been taking into account
that a parameter would conform to all protocols in the composition on
member resolution and could fail to find a member for one protocol
on static lookups, resulting in... | [
{
"path": "lib/Sema/CSBindings.cpp",
"patch": "@@ -280,7 +280,7 @@ bool BindingSet::isDelayed() const {\n if (Bindings.empty())\n return true;\n \n- if (Bindings[0].BindingType->is<ProtocolType>()) {\n+ if (Bindings[0].BindingType->isConstraintType()) {\n auto *bindingLoc = B... | 2025-11-27T11:37:40 |
kubernetes/kubernetes | 1c57c204e0f06ae4493d1d462d61755b2c0f9c5d | 09e8aca6b3ddd0ac61b5bf97b3238c122bf9dcf7 | Add OwnerReference assertion to TestTransitionInitialToWait
The existing test blanked out ObjectMeta before comparing, so the
OwnerReferences were never validated. This allowed the incorrect
"core/v1" APIVersion to go undetected.
Add an assertion that verifies the OwnerReferences use the correct
APIVersion "v1" for t... | [
{
"path": "pkg/kubelet/podcertificate/podcertificatemanager_test.go",
"patch": "@@ -182,6 +182,19 @@ func TestTransitionInitialToWait(t *testing.T) {\n \tif diff := cmp.Diff(gotPCRClone, wantPCR); diff != \"\" {\n \t\tt.Fatalf(\"PodCertificateManager created a bad PCR; diff (-got +want)\\n%s\", diff)\n \t}\... | 2026-02-13T05:22:17 |
denoland/deno | 131b706bcfadea4d50e6c87bed3fc165b9f02d84 | 23b14d5d5b6ebb26ef21500dafc0adcbb53e3731 | fix(ext/node): emit close on both paired MessagePorts (#32092)
Ref https://nodejs.org/api/worker_threads.html#portclose
Fixes `test-worker-message-channel.js` | [
{
"path": "ext/node/polyfills/worker_threads.ts",
"patch": "@@ -20,6 +20,7 @@ import {\n MessagePortPrototype,\n MessagePortReceiveMessageOnPortSymbol,\n nodeWorkerThreadCloseCb,\n+ nodeWorkerThreadCloseCbInvoked,\n refMessagePort,\n serializeJsMessageData,\n unrefParentPort,\n@@ -67,6 +68,7 @@... | 2026-02-09T14:31:33 |
tensorflow/tensorflow | 541076e7abd7b0823d01044c9f2715596613995d | c4f61a78754f8ab82352c16dd2dcd9b7585113c5 | PR #37979: Fix host offloading auto-enablement at O1 and add unit test
Imported from GitHub PR https://github.com/openxla/xla/pull/37979
📝 Summary of Changes
Removes IsPassEnabledAtOptimizationEffort from host offloading conditionals
in gpu_compiler.cc, making it opt-in only via the
xla_gpu_enable_pipelined_host_off... | [
{
"path": "third_party/xla/xla/service/gpu/BUILD",
"patch": "@@ -3528,6 +3528,7 @@ xla_cc_test(\n srcs = [\"flag_utils_test.cc\"],\n deps = [\n \":flag_utils\",\n+ \"//xla:debug_options_flags\",\n \"//xla:xla_proto_cc\",\n \"//xla/backends/gpu/transforms:double_buffer_... | 2026-02-20T14:03:11 |
golang/go | 7ecb1f36acab7b48d77991d58d456a34074a2d0e | 70c22e0ad7d89504ab26fb157864f61a79cd4d47 | simd/archsimd: add HasAVX2() guards to tests that need them
This may not be complete, because some 256-bit float operations
may be implemented with integer simd instead (in some cases there
is no float op). (And some tests may have just been overlooked.)
Fixes #76866.
Change-Id: I90b1dfe039c322c484af916436fc6f6c50a... | [
{
"path": "src/simd/archsimd/internal/simd_test/binary_test.go",
"patch": "@@ -17,23 +17,29 @@ func TestAdd(t *testing.T) {\n \ttestFloat64x2Binary(t, archsimd.Float64x2.Add, addSlice[float64])\n \ttestFloat64x4Binary(t, archsimd.Float64x4.Add, addSlice[float64])\n \n-\ttestInt16x16Binary(t, archsimd.Int16x... | 2025-12-19T20:50:57 |
denoland/deno | 23b14d5d5b6ebb26ef21500dafc0adcbb53e3731 | c0857ab2ae6b1dfedeaf86b92792afc51c751468 | fix(ext/webgpu): GPUQuene writeBuffer size given in elements of TA (#32031)
Fixes https://github.com/denoland/deno/issues/31212 | [
{
"path": "ext/webgpu/queue.rs",
"patch": "@@ -9,6 +9,7 @@ use deno_core::WebIDL;\n use deno_core::cppgc::Ref;\n use deno_core::futures::channel::oneshot;\n use deno_core::op2;\n+use deno_core::v8;\n use deno_error::JsErrorBox;\n \n use crate::Instance;\n@@ -128,19 +129,62 @@ impl GPUQueue {\n \n #[requir... | 2026-02-09T14:06:41 |
kubernetes/kubernetes | 09e8aca6b3ddd0ac61b5bf97b3238c122bf9dcf7 | ec2c7739bc3ccc602f7af67b096d44a9f446122a | Fix incorrect APIVersion in PodCertificateRequest OwnerReference
The OwnerReference for the Pod in createPodCertificateRequest used
"core/v1" as the APIVersion, but the correct APIVersion for core
resources is "v1". The core API group has an empty group name, so
its resources use "v1" rather than "core/v1".
This caus... | [
{
"path": "pkg/kubelet/podcertificate/podcertificatemanager.go",
"patch": "@@ -760,7 +760,7 @@ func (m *IssuingManager) createPodCertificateRequest(\n \t\t\tGenerateName: \"req-\",\n \t\t\tOwnerReferences: []metav1.OwnerReference{\n \t\t\t\t{\n-\t\t\t\t\tAPIVersion: \"core/v1\",\n+\t\t\t\t\tAPIVersion: \"v1... | 2026-02-13T05:22:10 |
golang/go | 70c22e0ad7d89504ab26fb157864f61a79cd4d47 | 42cda7c1dfcc1ab109766f2016efe2331b3d0aab | simd/archsimd: delete DotProductQuadruple methods for now
The DotProductQuadruple methods are currently defined on Int8
vectors. There are some problems for that.
1. We defined a DotProductQuadrupleSaturated method, but the dot
product part does not need saturation, as it cannot overflow. It
is the addition part of V... | [
{
"path": "src/cmd/compile/internal/amd64/simdssa.go",
"patch": "@@ -1324,12 +1324,6 @@ func ssaGenSIMDValue(s *ssagen.State, v *ssa.Value) bool {\n \t\tssa.OpAMD64VPERMI2Q256,\n \t\tssa.OpAMD64VPERMI2PD512,\n \t\tssa.OpAMD64VPERMI2Q512,\n-\t\tssa.OpAMD64VPDPBUSD128,\n-\t\tssa.OpAMD64VPDPBUSD256,\n-\t\tssa.... | 2025-12-19T22:05:03 |
mrdoob/three.js | 796181063ab8061a39de3a706401102abdafb3f8 | 0fce901c76a9aa216444528c803b9e7e830eb818 | Examples: Fix memory leak in SVG. (#31170) | [
{
"path": "examples/webgl_loader_svg.html",
"patch": "@@ -142,6 +142,10 @@\n \n \t\t\t\t//\n \n+\t\t\t\tif ( scene ) disposeScene( scene );\n+\n+\t\t\t\t//\n+\n \t\t\t\tscene = new THREE.Scene();\n \t\t\t\tscene.background = new THREE.Color( 0xb0b0b0 );\n \n@@ -250,6 +254,21 @@\n \n \t\t\t}\n \n+\t\t\tfunct... | 2025-05-26T09:05:17 |
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.