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 | d2c12dfe2df462325fd8152f461565da65090d43 | 2f335437dfc013ae4fdc90ffc88280c0e7f98daf | Examples: WebGPU WGSL/TSL Node Interoperability (#28379)
* Got a wgsl shader generally working. Need to start small before working up
* Fixed bugs and errors
* Finished draft of wgsl tsl node interoperability example, which demonstrates how to use the same node variables across both wgsl and tsl version of the s... | [
{
"path": "examples/files.json",
"patch": "@@ -372,6 +372,7 @@\n \t\t\"webgpu_rtt\",\n \t\t\"webgpu_sandbox\",\n \t\t\"webgpu_shadertoy\",\n+\t\t\"webgpu_tsl_interoperability\",\n \t\t\"webgpu_shadowmap\",\n \t\t\"webgpu_skinning\",\n \t\t\"webgpu_skinning_instancing\",",
"additions": 1,
"deletions"... | 2024-06-11T01:45:26 |
golang/go | 1ad30844d9cc0d5792b055f44a6e98759587bbfb | 13c082601db45c25fc85f4cdac9cc3bab7c4329f | cmd/asm: process forward jump to PCALIGN
The forward jump target are not processed when the target is PCALIGN, so
process it before emit nops for PCALIGN.
Fixes #74648
Change-Id: I690fbfacf79e26d7a37628a2551729b2381616c5
Reviewed-on: https://go-review.googlesource.com/c/go/+/696915
LUCI-TryBot-Result: Go LUCI <golan... | [
{
"path": "src/cmd/internal/obj/x86/asm6.go",
"patch": "@@ -2120,19 +2120,6 @@ func span6(ctxt *obj.Link, s *obj.LSym, newprog obj.ProgAlloc) {\n \t\t\tc0 := c\n \t\t\tc = pjc.padJump(ctxt, s, p, c)\n \n-\t\t\tif p.As == obj.APCALIGN || p.As == obj.APCALIGNMAX {\n-\t\t\t\tv := obj.AlignmentPadding(c, p, ctx... | 2025-08-18T11:27:46 |
mrdoob/three.js | 5858ca39ad088fc169b1154cbfeb5817f4939544 | 5c7ccda4ac84caf41da884f833c37581bf55250e | Editor: Fix UI of geometry generators when undo/redo. (#28610) | [
{
"path": "editor/js/Sidebar.Geometry.BoxGeometry.js",
"patch": "@@ -7,6 +7,7 @@ import { SetGeometryCommand } from './commands/SetGeometryCommand.js';\n function GeometryParametersPanel( editor, object ) {\n \n \tconst strings = editor.strings;\n+\tconst signals = editor.signals;\n \n \tconst container = n... | 2024-06-10T17:43:41 |
tensorflow/tensorflow | 9981c805dcf2114836c8ea5eae4dc589ff4855fc | 181d057de8d1327e88f3531a99bf08fd0e0f6373 | [XLA:GPU] Improve error messages when we fail to tile a fusion.
PiperOrigin-RevId: 841739377 | [
{
"path": "third_party/xla/xla/codegen/tiling/symbolic_tile_analysis.cc",
"patch": "@@ -459,8 +459,8 @@ FusionDecision ShouldProceedWithSymbolicTileDerivation(\n SymbolicTile::FromIndexingMap(reshape_indexing_map);\n \n if (!reshape_symbolic_tile.has_value()) {\n- return FusionDecision::For... | 2025-12-08T14:36:09 |
denoland/deno | a046f2c1bfa26ed1ca023a14e1598096bee85fc1 | 6c736b1345f9c518b0d5e9d52dbd22114be7c02e | fix(tsconfig): prioritize deno.json if it has compiler options (#30056) | [
{
"path": "libs/resolver/deno_json.rs",
"patch": "@@ -1114,32 +1114,49 @@ impl CompilerOptionsResolver {\n }\n \n pub fn for_specifier(&self, specifier: &Url) -> &CompilerOptionsData {\n- if let Ok(path) = url_to_file_path(specifier) {\n- for ts_config in &self.ts_configs {\n- if ts_confi... | 2025-07-10T18:46:34 |
golang/go | f7c6fa709e05830cad484422f04f2b123f54a3dc | 7c84e984e675e44a2abc9aa25dd68cb9c9d08ec5 | [dev.simd] simd/_gen/unify: fix some missing environments
There were a couples places where we failed to provide a reasonable
variable environment for YAML encoding. I think this only affects
encoding "!repeat" nodes, which aren't common in practice and a bit of
a disaster, which is how this went unnoticed.
Change-Id... | [
{
"path": "src/simd/_gen/unify/trace.go",
"patch": "@@ -132,10 +132,12 @@ func (t *tracer) traceUnify(v, w *Value, e envSet) {\n \t\treturn\n \t}\n \n+\tt.enc.e = e // Interpret values w.r.t. e\n \tt.logf(\"Unify\\n%s\\nwith\\n%s\\nin\\n%s\",\n \t\tyamlf(\" \", t.enc.value(v)),\n \t\tyamlf(\" \", t.enc.va... | 2025-08-21T13:28:32 |
swiftlang/swift | 881d5078ba5ee49be7492c3d7c33275c31431c55 | 5682ba3d288c004cb923f9e03e4c4db7bf25551e | [test] fix `[Mutable]Span.withUnsafe[Mutable]BufferPointer` | [
{
"path": "test/stdlib/Span/MutableSpanTests.swift",
"patch": "@@ -197,20 +197,23 @@ suite.test(\"IndexingSubscript\")\n }\n \n suite.test(\"withUnsafeBufferPointer\")\n-.skip(.custom(\n- { if #available(SwiftStdlib 6.2, *) { false } else { true } },\n- reason: \"Requires Swift 6.2's standard library\"\n-... | 2026-01-28T23:35:02 |
denoland/deno | 8464115f262359d6172d7bfaba3c7450f52a0877 | fad86ad20ce8a37c17ab4cc3f784d4dd0bd73a59 | fix(tsconfig): use tsc defaults for 'strict' and 'noImplicitOverride' (#30045) | [
{
"path": "libs/resolver/deno_json.rs",
"patch": "@@ -295,10 +295,16 @@ pub fn get_base_compiler_options_for_emit(\n \"moduleResolution\": \"NodeNext\",\n \"moduleDetection\": \"force\",\n \"noEmit\": true,\n- \"noImplicitOverride\": true,\n+ \"noImplicitOverride\": match default... | 2025-07-09T22:15:56 |
mrdoob/three.js | 2ba5c1db941535d9ee74afcec9ce1ead57d79222 | ae437d01ecbc8263a8d4735a821f2d71946f1e5f | fixed typo (#28603) | [
{
"path": "editor/sw.js",
"patch": "@@ -237,7 +237,7 @@ self.addEventListener( 'install', async function () {\n \n \t\t} catch {\n \n-\t\t\tconsole.warn( '[SW] Cound\\'t cache:', asset );\n+\t\t\tconsole.warn( '[SW] Couldn\\'t cache:', asset );\n \n \t\t}\n ",
"additions": 1,
"deletions": 1,
"la... | 2024-06-10T13:03:39 |
swiftlang/swift | d8f38cfa71e25139f433d83447cc424e64e36914 | b1a1576429c09d8b10d8bbe98e2e260cb033e876 | [ModuleInterface] Disable aliasing with selectors
When both `-alias-module-names-in-module-interface` and `-enable-module-selectors-in-module-interface` are turned on, the compiler now disables the former with a warning. Eliminates workaround hacks that should no longer be necessary.
Fixes rdar://problem/169132519. | [
{
"path": "lib/Frontend/CompilerInvocation.cpp",
"patch": "@@ -609,6 +609,13 @@ static void ParseModuleInterfaceArgs(ModuleInterfaceOptions &Opts,\n \"-module-interface-preserve-types-as-written\",\n \"-enable-module-selectors-in-module-interface\");\n }\n+\n+ if (Op... | 2026-01-28T23:47:52 |
mrdoob/three.js | e37cf82bcf685890159e8e863a4a1eed5b4467f4 | 133da7c0a386ae82e40e2c9b6cc09d16868b54d0 | TSL: Added type conversions to `WGSLNodeFunction` and fleshed out precision. (#28577)
* Added type conversions to WGSLNodeFunction and fleshed out precision block
* fix formatting | [
{
"path": "examples/jsm/renderers/webgpu/nodes/WGSLNodeFunction.js",
"patch": "@@ -5,9 +5,43 @@ const declarationRegexp = /^[fn]*\\s*([a-z_0-9]+)?\\s*\\(([\\s\\S]*?)\\)\\s*[\\-\\>]*\\s*(\n const propertiesRegexp = /[a-z_0-9]+|<(.*?)>+/ig;\n \n const wgslTypeLib = {\n-\tf32: 'float'\n+\t'f32': 'float',\n+\t'... | 2024-06-10T04:06:33 |
denoland/deno | fad86ad20ce8a37c17ab4cc3f784d4dd0bd73a59 | 2617b4ec6bcee5184e49354cb22b149b99ac9e7e | chore(internal): fix source_map_base override not being applied (#30051) | [
{
"path": "libs/resolver/deno_json.rs",
"patch": "@@ -1321,7 +1321,7 @@ fn compiler_options_to_transpile_and_emit_options(\n inline_sources: options.inline_sources,\n remove_comments: false,\n source_map,\n- source_map_base: None,\n+ source_map_base: overrides.source_map_base.clone(),\n ... | 2025-07-09T21:55:07 |
kubernetes/kubernetes | d979816a40dc827ddfa94f1df03e2473ba60a2de | 0c2aa7fee2eff82dd5e44ae30c8bcfef7a2140db | Fix e2e test cases for EnvFiles | [
{
"path": "test/e2e_node/mirror_pod_test.go",
"patch": "@@ -385,7 +385,7 @@ var _ = SIGDescribe(\"MirrorPod (Pod Generation)\", func() {\n \t})\n })\n \n-var _ = SIGDescribe(\"MirrorPod with EnvFiles\", framework.WithFeatureGate(features.EnvFiles), func() {\n+var _ = SIGDescribe(\"MirrorPod with EnvFiles\",... | 2025-11-07T16:56:22 |
mrdoob/three.js | 133da7c0a386ae82e40e2c9b6cc09d16868b54d0 | db91e63704068af74c5f0cc93fdc938d95e39292 | TSL: Introduces cache hierarchy (#28585)
* fix multi-flow
* cleanup
* NodeCache: Rename getNodeData() to getData(), and set*()
* cleanup
* UniformNode: global as default
* BufferAttributeNode: Manage global as default
* revision | [
{
"path": "examples/jsm/nodes/accessors/BatchNode.js",
"patch": "@@ -46,7 +46,6 @@ class BatchNode extends Node {\n \t\t\ttextureLoad( matriceTexture, ivec2( x.add( 3 ), y ) )\n \t\t);\n \n-\n \t\tconst bm = mat3(\n \t\t\tbatchingMatrix[ 0 ].xyz,\n \t\t\tbatchingMatrix[ 1 ].xyz,",
"additions": 0,
"d... | 2024-06-10T03:49:56 |
golang/go | 9de69f6913dc253ee8ce67043f543bedde28fdb4 | 4afd4828129d547719e8e71352c36e5117ddb50e | errors: mention Is/As in Join docs
Fixes #74461
Change-Id: Ic1b1b2b43d59dd67f31c2388ca88650ee847ba93
Reviewed-on: https://go-review.googlesource.com/c/go/+/696737
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos... | [
{
"path": "src/errors/join.go",
"patch": "@@ -16,6 +16,7 @@ import (\n // between each string.\n //\n // A non-nil error returned by Join implements the Unwrap() []error method.\n+// The errors may be inspected with [Is] and [As].\n func Join(errs ...error) error {\n \tn := 0\n \tfor _, err := range errs {"... | 2025-08-17T13:03:37 |
swiftlang/swift | f02b2f153294f682217c6639739fb60575821565 | a68d8176a891a98e69162daedafd4ec61e279283 | Use export_as name in some private swiftinterfaces
Previously, if a declaration belonged to a module with an `export_as` attribute, Swift always used the exported module name in the public module interface and the real module name in the private module interface. However, this is only a rough approximation of the beha... | [
{
"path": "include/swift/AST/PrintOptions.h",
"patch": "@@ -279,11 +279,26 @@ struct PrintOptions {\n /// Whether to protocol-qualify DependentMemberTypes.\n bool ProtocolQualifiedDependentMemberTypes = false;\n \n- /// If true, printed module names will use the \"exported\" name, which may be\n- /// ... | 2026-01-28T22:28:14 |
denoland/deno | 88f16236b14e66ac951707c0cbf5b2bc41c6610f | c65a48a488201c6cc6ca977e8e44a5e946277a97 | fix: new signal handling (#30029)
Set up a new centralized signal handling path, which emulates the
default unless something is explicitly registered to prevent it.
Fixes: https://github.com/denoland/deno/issues/29590
---------
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | [
{
"path": "Cargo.lock",
"patch": "@@ -2366,6 +2366,7 @@ dependencies = [\n \"deno_error\",\n \"deno_features\",\n \"deno_permissions\",\n+ \"deno_signals\",\n \"deno_tls\",\n \"hickory-proto\",\n \"hickory-resolver\",\n@@ -2609,14 +2610,12 @@ dependencies = [\n \"deno_error\",\n \"deno_path_util\",\... | 2025-07-09T07:01:27 |
tensorflow/tensorflow | bb8f2561f9e137b93a405525b888687971748611 | 0dc10cd4e296a41f229a8b9196e127c7576ed30f | PR #34956: [ROCm] flush rocprofiler buffer when disabling RocmTracer
Imported from GitHub PR https://github.com/openxla/xla/pull/34956
Fixes a bug in RocmTracer where events not reaching the rocprofiler watermark are not captured when disabling the tracer. Happens e.g. when the workload is very small.
Added an expl... | [
{
"path": "third_party/xla/xla/backends/profiler/gpu/BUILD",
"patch": "@@ -533,6 +533,7 @@ xla_cc_test(\n \"@com_google_absl//absl/log\",\n \"@com_google_absl//absl/strings:string_view\",\n \"@com_google_googletest//:gtest_main\",\n+ \"@local_config_rocm//rocm:hip\",\n ... | 2025-12-08T12:12:13 |
mrdoob/three.js | db91e63704068af74c5f0cc93fdc938d95e39292 | ab34d2bae9e6cff8e644198e936d5ef486d0b3fd | WebGPURenderer: Fix instance error when object has same key (#28591) | [
{
"path": "examples/jsm/renderers/common/RenderObject.js",
"patch": "@@ -234,6 +234,12 @@ export default class RenderObject {\n \n \t\t}\n \n+\t\tif ( object.isInstancedMesh ) {\n+\n+\t\t\tcacheKey += object.count + ',';\n+\n+\t\t}\n+\n \t\treturn cacheKey;\n \n \t}",
"additions": 6,
"deletions": 0,... | 2024-06-10T03:24:16 |
golang/go | 4afd4828129d547719e8e71352c36e5117ddb50e | 509d5f647ffc413bd874c2e2bf6d1b33f9bc0ac2 | cmd/go/internal/doc: pass URL fragments separately with -http
Plumb URL fragments separately when invoking pkgsite so the `#` doesn't
get %-encoded into the path.
Fixes: #75088
Change-Id: I33814fc6a192dff3e4f3d0b9d81205056dddd438
Reviewed-on: https://go-review.googlesource.com/c/go/+/697435
Reviewed-by: Sean Liao <se... | [
{
"path": "src/cmd/go/internal/doc/doc.go",
"patch": "@@ -212,16 +212,16 @@ func do(writer io.Writer, flagSet *flag.FlagSet, args []string) (err error) {\n \t\t\tmod, err := runCmd(append(os.Environ(), \"GOWORK=off\"), \"go\", \"list\", \"-m\")\n \t\t\tif err == nil && mod != \"\" && mod != \"command-line-a... | 2025-08-19T17:37:18 |
denoland/deno | c65a48a488201c6cc6ca977e8e44a5e946277a97 | 6f11608daadbf93339e93c1eed480e827dc997ec | fix(lsp): tsconfig features for 'deno check' parity (#30007) | [
{
"path": "Cargo.lock",
"patch": "@@ -1833,8 +1833,6 @@ dependencies = [\n \"indexmap 2.9.0\",\n \"jsonc-parser\",\n \"log\",\n- \"percent-encoding\",\n- \"phf\",\n \"pretty_assertions\",\n \"serde\",\n \"serde_json\",\n@@ -2752,6 +2750,7 @@ dependencies = [\n \"node_resolver\",\n \"once_cell\",\n ... | 2025-07-08T22:22:13 |
tensorflow/tensorflow | 0dc10cd4e296a41f229a8b9196e127c7576ed30f | de1e81c3c327409d551af8973ff5eaadf4acf9a2 | PR #34917: Turn on the scatter determinism expander by default
Imported from GitHub PR https://github.com/openxla/xla/pull/34917
📝 Summary of Changes
Enable xla_gpu_enable_scatter_determinism_expander flag by default (change from false to true).
🎯 Justification
The scatter determinism expander provides significant ... | [
{
"path": "third_party/xla/xla/debug_options_flags.cc",
"patch": "@@ -441,7 +441,7 @@ DebugOptions DefaultDebugOptionsIgnoringFlags() {\n opts.set_xla_enable_fast_math(false);\n opts.set_xla_gpu_experimental_parallel_collective_overlap_limit(1);\n opts.set_xla_pjrt_allow_auto_layout_in_hlo(false);\n- ... | 2025-12-08T12:10:46 |
mrdoob/three.js | 0da29456930486016b9a8d29414b14e265551ddd | 5b87d98f4df2914572f446dc8ae6bf0a9bd5c449 | Docs: Fix broken link in `Useful-links`. (#28590)
* Update Useful-links.html
Moved the `Udacity`'s course - `Interactive 3D Graphics` - link to a new URL.
* Docs: Fix broken link in `Useful-links`
- Change `Udacity` course's link on all translations | [
{
"path": "docs/manual/ar/introduction/Useful-links.html",
"patch": "@@ -48,7 +48,7 @@ <h3>مقالات ودورات أكثر شمولاً / متقدمة</h3>\n \t\t\t\t[link:https://medium.com/soffritti.pierfrancesco/glossy-spheres-in-three-js-bfd2785d4857 Glossy spheres in three.js].\n \t\t\t</li>\n \t\t <li>\n-\t\t\t [link:https://... | 2024-06-09T22:22:53 |
golang/go | 509d5f647ffc413bd874c2e2bf6d1b33f9bc0ac2 | 853fc1273912b020e428c77d35e525c9225fd51e | internal/poll: don't call Seek for overlapped Windows handles
Overlapped handles don't have the file pointer updated when performing
I/O operations, so there is no need to call FD.Seek to reset the file
pointer.
Also, some overlapped file handles don't support seeking. See #74951.
Fixes #74951.
Change-Id: I0edd53be... | [
{
"path": "src/internal/poll/fd_windows.go",
"patch": "@@ -622,12 +622,22 @@ func (fd *FD) Pread(b []byte, off int64) (int, error) {\n \n \tfd.l.Lock()\n \tdefer fd.l.Unlock()\n-\tcuroffset, err := syscall.Seek(fd.Sysfd, 0, io.SeekCurrent)\n-\tif err != nil {\n-\t\treturn 0, err\n+\tif fd.isBlocking {\n+\t\... | 2025-08-19T11:00:02 |
denoland/deno | 6f11608daadbf93339e93c1eed480e827dc997ec | 6a30592c11f57bae530ec8c20a9f0f90bda8e689 | fix(check): temporarily ignore ERR_TYPES_NOT_FOUND (#29926)
Currently, importing a module only for its side effect results in an
`ERR_TYPES_NOT_FOUND` error with `nodeModulesDir=manual`.
---------
Co-authored-by: David Sherret <dsherret@gmail.com> | [
{
"path": "cli/graph_util.rs",
"patch": "@@ -31,6 +31,7 @@ use deno_graph::source::ResolveError;\n use deno_npm_installer::PackageCaching;\n use deno_npm_installer::graph::NpmCachingStrategy;\n use deno_path_util::url_to_file_path;\n+use deno_resolver::DenoResolveErrorKind;\n use deno_resolver::cache::Parse... | 2025-07-08T17:23:37 |
tensorflow/tensorflow | f745573a52d8348648048d42817c66579536338c | a693e6d76f42ee719cc623b60d6b2e9fb17c9f1e | [XLA:CPU/GPU][XTile] Fix not instruction for non-pred types.
PiperOrigin-RevId: 841696951 | [
{
"path": "third_party/xla/xla/backends/gpu/codegen/triton/BUILD",
"patch": "@@ -132,6 +132,7 @@ cc_library(\n \"@com_google_absl//absl/types:span\",\n \"@llvm-project//llvm:Support\",\n \"@llvm-project//mlir:ArithDialect\",\n+ \"@llvm-project//mlir:ArithUtils\",\n \"@... | 2025-12-08T12:07:20 |
mrdoob/three.js | 8306df542fcfed61ce1c95376bfd36993306eeef | 6f95e3783c03edde9cce36277d48cbbf007c5fb3 | LightShadow: Add `intensity`. (#28588)
* LightShadow: Add `intensity`.
* CSMShader: Fix `getShadow()` call.
* WebGLRenderer: Fix copy/paste error. | [
{
"path": "docs/api/ar/lights/shadows/LightShadow.html",
"patch": "@@ -46,6 +46,11 @@ <h3>[property:Float bias]</h3>\n \t\t\n \t\t<h3>[property:Integer blurSamples]</h3>\n \t\t<p>عدد العينات المستخدمة عند طمس خريطة ظل VSM.</p>\n+\n+\t\t<h3>[property:Float intensity]</h3>\n+\t\t<p>\n+\t\t\tThe intensity of t... | 2024-06-09T09:09:56 |
golang/go | 853fc1273912b020e428c77d35e525c9225fd51e | bd885401d5a4b45fee8ae37069be0cc3beef9e3e | internal/poll: set the correct file offset in FD.Seek for Windows overlapped handles
Windows doesn't keep the file pointer for overlapped file handles.
To work around this, we keep track of the current offset ourselves
and use it on every Read/Write operation.
When the user calls File.Seek with whence == io.SeekCurre... | [
{
"path": "src/internal/poll/fd_windows.go",
"patch": "@@ -1107,6 +1107,12 @@ func (fd *FD) Seek(offset int64, whence int) (int64, error) {\n \tfd.l.Lock()\n \tdefer fd.l.Unlock()\n \n+\tif !fd.isBlocking && whence == io.SeekCurrent {\n+\t\t// Windows doesn't keep the file pointer for overlapped file handle... | 2025-08-19T10:10:54 |
kubernetes/kubernetes | 9c5959e9de8ed006499c10320c72f63b314f0383 | f38a61181cd4f73a22c688e4d5c0c73d707f6acb | Fix failing test for pod group scheduling timeout on Windows | [
{
"path": "pkg/scheduler/backend/workloadmanager/podgroupinfo_test.go",
"patch": "@@ -66,6 +66,10 @@ func TestPodGroupInfo_SchedulingTimeout(t *testing.T) {\n \t\tt.Errorf(\"Expected positive timeout duration, got %v\", timeout)\n \t}\n \n+\t// Sleep for a while to ensure that the time has increased,\n+\t//... | 2025-11-07T07:41:25 |
denoland/deno | 6a30592c11f57bae530ec8c20a9f0f90bda8e689 | 2d6a670af9d3b4a6034fc4f5cd5772860f2673f6 | fix: early init logging (#30034)
use a swappable logging impl so we can get data right from the process
start | [
{
"path": "Cargo.lock",
"patch": "@@ -206,6 +206,12 @@ dependencies = [\n \"derive_arbitrary\",\n ]\n \n+[[package]]\n+name = \"arc-swap\"\n+version = \"1.7.1\"\n+source = \"registry+https://github.com/rust-lang/crates.io-index\"\n+checksum = \"69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a34... | 2025-07-08T16:17:33 |
tensorflow/tensorflow | a693e6d76f42ee719cc623b60d6b2e9fb17c9f1e | 144a6cb45fcdcc39f743825ea3ebcbff2a24d7c5 | PR #34789: [XLA:GPU] Fix cuDNN SDPA test to use 0 as workspace size to work universally on all archs
Imported from GitHub PR https://github.com/openxla/xla/pull/34789
📝 Summary of Changes
use 0 as default workspace size and query later so it works universally on all archs, cuDNN paged attention reference doesn't do ... | [
{
"path": "third_party/xla/xla/service/gpu/tests/gpu_fused_mha_test.cc",
"patch": "@@ -1372,7 +1372,7 @@ class FlashAttentionPagedAttention : public MultiHeadedAttentionTest {\n ENTRY %main.7 (Arg_0.1: bf16[1,128,2,128], Arg_1.2: bf16[1,128,2,128]) -> bf16[1,128,2,128] {\n %Arg_1.2 = bf16[1,128,2,... | 2025-12-08T12:05:54 |
golang/go | 119546ea4fdded79057913a943bd3b6a8dcf8d4a | ffa882059cfbfc7cd5f16c83d24775c08d63668f | cmd/go: document install outputs to $GOOS_$GOARCH when cross compiling
Fixes #74979
Change-Id: I2a93e3a78c953418cf62d93db107b9c8d25e8ed2
Reviewed-on: https://go-review.googlesource.com/c/go/+/696755
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <c... | [
{
"path": "src/cmd/go/alldocs.go",
"patch": "@@ -758,6 +758,8 @@\n // variable, which defaults to $GOPATH/bin or $HOME/go/bin if the GOPATH\n // environment variable is not set. Executables in $GOROOT\n // are installed in $GOROOT/bin or $GOTOOLDIR instead of $GOBIN.\n+// Cross compiled binaries are install... | 2025-08-17T11:46:13 |
mrdoob/three.js | 7a62164566e030611c0e4c92e9747bc005cdab26 | 036bd93c8a802e1087f13316e54fb2b000536336 | WebGLRenderer: Sort objects in clip space. (#28571)
* fix sorting for objects with positive view z
* Sorting input changed to clip space z
* Fix sorting input clip space calculation
* Actually fix sorting input clip space calculation
* Add Vector4.setFromMatrixPosition
* Add docs for Vector4.setFromMatr... | [
{
"path": "docs/api/en/math/Vector4.html",
"patch": "@@ -321,6 +321,12 @@ <h3>[method:this setAxisAngleFromRotationMatrix]( [param:Matrix4 m] )</h3>\n \t\t\tand [page:.w w] to the angle.\n \t\t</p>\n \n+\t\t<h3>[method:this setFromMatrixPosition]( [param:Matrix4 m] )</h3>\n+\t\t<p>\n+\t\t\tSets this vector ... | 2024-06-06T15:16:54 |
denoland/deno | 2d6a670af9d3b4a6034fc4f5cd5772860f2673f6 | 1c16fde60fe9e67c3ea1f62bfdec41e43d3ed199 | fix: `global` global should be writeable (#30032)
Closes https://github.com/denoland/deno/issues/30012
Makes `global` global a writeable property. | [
{
"path": "runtime/js/98_global_scope_shared.js",
"patch": "@@ -145,11 +145,7 @@ const windowOrWorkerGlobalScope = {\n setImmediate: core.propWritable(setImmediate),\n clearImmediate: core.propWritable(clearImmediate),\n Buffer: core.propWritable(Buffer),\n- global: {\n- enumerable: true,\n- co... | 2025-07-08T11:18:44 |
tensorflow/tensorflow | 325a5b2649bcdf4522a1a58ea354268399f14488 | a380e6c5e155b4ae40c28a4c4bdc13cb4b74b941 | Store ThunkProto in GpuExecutable.
This change modifies GpuExecutable to generate and store the ThunkProto during creation, before running thunk passes. The stored proto is then used when serializing the GpuExecutable to a proto, instead of generating it on demand after thunk passes ran.
This is a temporary measure t... | [
{
"path": "third_party/xla/xla/service/gpu/gpu_executable.cc",
"patch": "@@ -88,6 +88,7 @@ limitations under the License.\n #include \"xla/stream_executor/device_address_allocator.h\"\n #include \"xla/stream_executor/device_description.h\"\n #include \"xla/stream_executor/event_based_timer.h\"\n+#include \"... | 2025-12-08T10:09:09 |
golang/go | ffa882059cfbfc7cd5f16c83d24775c08d63668f | 1f2e8e03e48597367e674138e26432345c685b1c | unique: deflake TestCanonMap/LoadOrStore/ConcurrentUnsharedKeys
I do not know yet what's causing this flake, but I've debugged it enough
to be confident that it's not a serious issue; it seems to be a test
flake. There is some path through which the tree nodes or keys might
still be transiently reachable, but I don't ... | [
{
"path": "src/unique/canonmap_test.go",
"patch": "@@ -108,6 +108,25 @@ func testCanonMap(t *testing.T, newMap func() *canonMap[string]) {\n \t\t\t\twg.Wait()\n \t\t\t}\n \n+\t\t\t// Run an extra GC cycle to de-flake. Sometimes the cleanups\n+\t\t\t// fail to run in time, despite drainCleanupQueue.\n+\t\t\t... | 2025-08-19T19:29:55 |
mrdoob/three.js | ec0f9f8acc0b846998c4b9dc1a2afb6e7a66f8a1 | b1e08ab8e13833edcb89f3c3ca24f5dbe55adbe5 | Revert "fix sorting for objects with positive view z (#28474)" (#28570)
This reverts commit b1e08ab8e13833edcb89f3c3ca24f5dbe55adbe5. | [
{
"path": "src/renderers/WebGLRenderer.js",
"patch": "@@ -1332,7 +1332,7 @@ class WebGLRenderer {\n \t\t\t\t\t\tif ( sortObjects ) {\n \n \t\t\t\t\t\t\t_vector3.setFromMatrixPosition( object.matrixWorld )\n-\t\t\t\t\t\t\t\t.applyMatrix4( camera.matrixWorldInverse );\n+\t\t\t\t\t\t\t\t.applyMatrix4( _projScr... | 2024-06-06T07:01:08 |
golang/go | 1f2e8e03e48597367e674138e26432345c685b1c | 5024d0d884f8ca4fe74a861b5b20f6a3955762f2 | os: fix path in MkdirTemp error message
Fixes #75012
Change-Id: I9dd3ba8987bde9db93769a1b05d13b162ba5332d
Reviewed-on: https://go-review.googlesource.com/c/go/+/696715
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Sean Liao <sean@liao.dev>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts... | [
{
"path": "src/os/tempfile.go",
"patch": "@@ -105,7 +105,7 @@ func MkdirTemp(dir, pattern string) (string, error) {\n \t\t\tif try++; try < 10000 {\n \t\t\t\tcontinue\n \t\t\t}\n-\t\t\treturn \"\", &PathError{Op: \"mkdirtemp\", Path: dir + string(PathSeparator) + prefix + \"*\" + suffix, Err: ErrExist}\n+\t... | 2025-08-16T18:36:14 |
tensorflow/tensorflow | d49cf9f81c774a7766b5d72e5d7dd25216c40e3a | e0a512cc848fcd37dea96637200abf435921e947 | Remove debug log.
PiperOrigin-RevId: 841261245 | [
{
"path": "third_party/xla/xla/python/ifrt_proxy/client/compiler.cc",
"patch": "@@ -65,7 +65,6 @@ Compiler::Compiler(xla::ifrt::Client* client,\n absl::StatusOr<xla::ifrt::LoadedExecutableRef> Compiler::CompileAndLoad(\n std::unique_ptr<Program> program,\n std::unique_ptr<xla::ifrt::CompileOptions> ... | 2025-12-07T03:29:37 |
denoland/deno | 1c16fde60fe9e67c3ea1f62bfdec41e43d3ed199 | c03199ea1e4e22d44aad0deafc634be82e5b841b | fix(ext/node): don't throw error on invalid path input on `exists` and `existsSync` (#29971)
Currently `fs.exists` and `fs.existsSync` throws error when invalid path
is given to the input.
The expected behavior is to:
- Call the callback with false on `fs.exists`.
- Return false on `fs.existsSync`.
Towards #29972, #... | [
{
"path": "ext/node/polyfills/_fs/_fs_common.ts",
"patch": "@@ -253,9 +253,9 @@ export function maybeCallback(cb: unknown) {\n // Ensure that callbacks run in the global context. Only use this function\n // for callbacks that are passed to the binding layer, callbacks that are\n // invoked from JS already r... | 2025-07-08T10:30:45 |
swiftlang/swift | d7a0e28eda0bd4c2c25c9e9c294e2a87a5466d08 | ba16766fa13e3b0e2735a8c51f93ea5e372f1f0e | [Test][remote-run] Add `UNSUPPORTED` tag to files that use `%debug-remote-run` | [
{
"path": "test/remote-run/env.test-sh",
"patch": "@@ -1,5 +1,5 @@\n REQUIRES: rsync\n-REQUIRES: shell\n+UNSUPPORTED: OS=windows-msvc\n \n RUN: env REMOTE_RUN_CHILD_FOO=foo REMOTE_RUN_CHILD_BAR=bar %debug-remote-run sh -c 'echo \":${FOO}:\" \":${BAR}:\"' | %FileCheck %s\n RUN: env REMOTE_RUN_CHILD_FOO=foo R... | 2026-01-28T20:14:48 |
mrdoob/three.js | b1e08ab8e13833edcb89f3c3ca24f5dbe55adbe5 | 6ee4d11668ca3d3574c9dcf9ddbbb7f7e86a8dbd | fix sorting for objects with positive view z (#28474) | [
{
"path": "src/renderers/WebGLRenderer.js",
"patch": "@@ -1332,7 +1332,7 @@ class WebGLRenderer {\n \t\t\t\t\t\tif ( sortObjects ) {\n \n \t\t\t\t\t\t\t_vector3.setFromMatrixPosition( object.matrixWorld )\n-\t\t\t\t\t\t\t\t.applyMatrix4( _projScreenMatrix );\n+\t\t\t\t\t\t\t\t.applyMatrix4( camera.matrixWor... | 2024-06-06T06:54:23 |
kubernetes/kubernetes | 3b3e4dd2c484f419e57aaef3403393dc998c8c8c | fbe8d4c63cf78fa0c7f32c62f8c806d80b7b8fe3 | fix missing major.minor in golang: upstream version | [
{
"path": "build/dependencies.yaml",
"patch": "@@ -117,7 +117,7 @@ dependencies:\n # Golang\n # TODO: this should really be eliminated and controlled by .go-version\n - name: \"golang: upstream version\"\n- version: 4\n+ version: 1.25.4\n refPaths:\n - path: .go-version\n - path: sta... | 2025-11-06T22:52:38 |
golang/go | 5024d0d884f8ca4fe74a861b5b20f6a3955762f2 | b80ffb64d815596eb8882eaefa3e2d2920380634 | cmd/compile: tweak example command in README
While running ./src/all.bash, I got the following error:
all.bash must be run from $GOROOT/src
Change-Id: Iad271654ff8647501a324c282f01baf39605e3df
GitHub-Last-Rev: 2e289babf1bc81c1a44c9a72a29659d8bf9d827b
GitHub-Pull-Request: golang/go#75050
Reviewed-on: https://go-revie... | [
{
"path": "src/cmd/compile/README.md",
"patch": "@@ -281,11 +281,11 @@ dependencies, so is not suitable for distributed build systems.)\n ```\n $ go install golang.org/x/tools/cmd/toolstash@latest\n $ git clone https://go.googlesource.com/go\n- $ cd go\n+ $ export PATH=$PWD/go/bin:$PATH\n+ $ cd go/... | 2025-08-19T15:47:29 |
denoland/deno | 9d88fb74d6d626c86d332b525005b0bfb327bf6b | 50e5c69f18ba11bf06852647ebd0b69f728ee3e9 | fix(bundle): don't use createRequire when targeting browser, make hack not depend on variable names (#30023)
Fixes https://github.com/denoland/deno/issues/29998.
Also fixes an issue reported on discord | [
{
"path": "cli/tools/bundle/mod.rs",
"patch": "@@ -45,6 +45,7 @@ use sys_traits::EnvCurrentDir;\n \n use crate::args::BundleFlags;\n use crate::args::BundleFormat;\n+use crate::args::BundlePlatform;\n use crate::args::Flags;\n use crate::args::PackageHandling;\n use crate::args::SourceMapType;\n@@ -154,15 +... | 2025-07-07T22:01:59 |
tensorflow/tensorflow | cdc6037be59cc5c368cd53793c1a3dd6662afe3a | 0752a12d8a06aaefc942eaf1f5255a6eea23ca14 | PR #34704: [GPU] Fix mixed inputs F8 dot in Triton codegen.
Imported from GitHub PR https://github.com/openxla/xla/pull/34704
📝 Summary of Changes
Fix mixed inputs F8 dot in Triton codegen.
🚀 Kind of Contribution
🐛 Bug Fix
📊 Benchmark (for Performance Improvements)
-
🧪 Unit Tests:
yes
🧪 Execution Tests:
yes... | [
{
"path": "third_party/xla/xla/backends/gpu/codegen/triton/support.cc",
"patch": "@@ -464,8 +464,12 @@ CodegenDecision IsTritonSupportedDot(\n \"Only operands that are fusions are supported.\");\n }\n \n+ auto types_are = [&](PrimitiveType compare1, PrimitiveType compare2) {\n+ return (lhs_typ... | 2025-12-06T03:40:42 |
mrdoob/three.js | 6ee4d11668ca3d3574c9dcf9ddbbb7f7e86a8dbd | 500eacc792f16cedf7c1c629960bbc361a4dd052 | TSL: Fix float over float conversion (#28562)
* TSL: Fix float over float conversion
* fix webgpu_lights_custom | [
{
"path": "examples/jsm/nodes/core/NodeBuilder.js",
"patch": "@@ -1246,7 +1246,7 @@ class NodeBuilder {\n \n \t\t}\n \n-\t\tif ( fromTypeLength === 1 && toTypeLength > 1 && fromType[ 0 ] !== toType[ 0 ] ) { // fromType is float-like\n+\t\tif ( fromTypeLength === 1 && toTypeLength > 1 && fromType !== this.ge... | 2024-06-05T16:47:27 |
swiftlang/swift | 5cbdf4938eb3065b0dd2034f00818e40404a97db | b99e24e1d93ce3cbdd052ac65cd18f2a34a4adb0 | Sema: Tiny improvement to debug output in selectDisjunction() | [
{
"path": "lib/Sema/CSOptimizer.cpp",
"patch": "@@ -1927,6 +1927,10 @@ ConstraintSystem::selectDisjunction() {\n if (argFuncType)\n log << \" type=\" << simplifyType(argFuncType)->getString(PO);\n \n+ if (info.IsSpeculative) {\n+ log << \" speculative\";\n+ }\n+\n if (in... | 2026-01-27T16:04:26 |
golang/go | c61db5ebd52a75af80da5afd2c2de3c6ddf080d2 | 07ee3bfc631cd6593c10b8715fc58b05d844f4ba | syscall: forkAndExecInChild1: don't reuse pid variable
A named return variable pid is reused in a few places, and while
the code is not wrong, it is somewhat confusing.
This variable used to be called r1 before CL 456516 (which did the right
thing, but slightly added to the confusion).
Now, the code calling SYS_WRIT... | [
{
"path": "src/syscall/exec_linux.go",
"patch": "@@ -365,11 +365,11 @@ func forkAndExecInChild1(argv0 *byte, argv, envv []*byte, chroot, dir *byte, att\n \t\tif _, _, err1 = RawSyscall(SYS_CLOSE, uintptr(mapPipe[1]), 0, 0); err1 != 0 {\n \t\t\tgoto childerror\n \t\t}\n-\t\tpid, _, err1 = RawSyscall(SYS_READ... | 2025-07-17T03:32:10 |
denoland/deno | 478121e1181edaace850f238415725eed861383b | 5ee005c2b55c00d100f45613d52255c26129800f | Revert "fix(ext/napi): ensure the finalizer callback will be called (… (#30018)
…#29710)"
This reverts commit 3c3af1011a582398e4e9cadf705f06b4e9cfa69b.
Going to revert this one, because there are multiple issues reported
that cause panics. We are working on a proper fix, but for the time
being it's better to revert.... | [
{
"path": "ext/napi/js_native_api.rs",
"patch": "@@ -111,11 +111,12 @@ impl Reference {\n fn set_weak(&mut self) {\n let reference = self as *mut Reference;\n if let ReferenceState::Strong(g) = &self.state {\n- let cb = Box::new(move || Reference::weak_callback(reference));\n+ let cb = B... | 2025-07-07T12:44:21 |
mrdoob/three.js | 0305d6358aa6966458b42255f9726c5f4f36002c | c94a3c64a03739263a41cadaca2fc8d47413b626 | TSL: Fix `label()` usage in `uniform()` (#28548) | [
{
"path": "examples/jsm/nodes/core/UniformNode.js",
"patch": "@@ -11,10 +11,19 @@ class UniformNode extends InputNode {\n \n \t\tthis.isUniformNode = true;\n \n+\t\tthis.name = '';\n \t\tthis.groupNode = objectGroup;\n \n \t}\n \n+\tlabel( name ) {\n+\n+\t\tthis.name = name;\n+\n+\t\treturn this;\n+\n+\t}\n... | 2024-06-03T22:14:41 |
tensorflow/tensorflow | d9f951930b57872df2d3263a62ad28d9576734a9 | 208689ad5114ca5729c279fe591456d4246e1e06 | Return an error from `xla::ifrt::HloSharding::IndexDomains()` on unreduced sharding
Unreduced sharding does not have tile assignments, so there is no reasonable way to define index domains.
PiperOrigin-RevId: 840831146 | [
{
"path": "third_party/xla/xla/python/pjrt_ifrt/xla_sharding.cc",
"patch": "@@ -290,6 +290,10 @@ absl::StatusOr<std::vector<IndexDomain>> HloSharding::IndexDomains(\n return absl::InvalidArgumentError(\n \"Manual sharding does not support IndexDomains\");\n }\n+ if (xla_hlo_sharding_.IsUnredu... | 2025-12-05T20:25:30 |
golang/go | 07ee3bfc631cd6593c10b8715fc58b05d844f4ba | 5a56d8848b4ffb79c5ccc11ec6fa01823a91aaf8 | cmd/go: use modern pprof flags in documentation
This change updates our mentions of pprof flags so that we now refer to
the modern flag names instead of the legacy ones.
Fixes #74336.
Change-Id: Ie8fbc7407178219b84ce5171fa5e94621129267e
Reviewed-on: https://go-review.googlesource.com/c/go/+/689095
Reviewed-by: Micha... | [
{
"path": "src/cmd/go/alldocs.go",
"patch": "@@ -3231,8 +3231,8 @@\n //\n // Several of the flags control profiling and write an execution profile\n // suitable for \"go tool pprof\"; run \"go tool pprof -h\" for more\n-// information. The --alloc_space, --alloc_objects, and --show_bytes\n-// options of ppr... | 2025-07-21T03:25:57 |
mrdoob/three.js | d674e7c6762ac7236abb5c3fade064bda95fe1b8 | d2340077ac85f700462e0bfc5ee043ed166b0880 | BatchedMesh: Add support for Instanced rendering with sorting, frustum culling (#28462)
* Get the instanced batching working
* re add color support
* fix extension use
* update function name
* small fixes
* fix array initialization
* fix raycast
* missed variable usage
* Add logic for the batch... | [
{
"path": "examples/webgl_mesh_batch.html",
"patch": "@@ -179,8 +179,8 @@\n \t\tfunction initBatchedMesh() {\n \n \t\t\tconst geometryCount = api.count;\n-\t\t\tconst vertexCount = api.count * 512;\n-\t\t\tconst indexCount = api.count * 1024;\n+\t\t\tconst vertexCount = geometries.length * 512;\n+\t\t\tcons... | 2024-06-02T00:39:58 |
denoland/deno | 5ee005c2b55c00d100f45613d52255c26129800f | 90058d6732d6e02dc7bea53d333d0957519c15d9 | Revert "fix(otel): flush data when terminating signal is received (#2… (#30019)
…9515)"
This reverts commit 248d038ef65cca43e2728246fbca15db8c3dc9a9.
Reverting for now as it causes programs to not exit properly, see
https://github.com/denoland/deno/issues/29590.
While we are working on a proper fix it's better to r... | [
{
"path": "ext/telemetry/lib.rs",
"patch": "@@ -770,87 +770,9 @@ pub fn init(\n })\n .map_err(|_| deno_core::anyhow::anyhow!(\"failed to set otel globals\"))?;\n \n- setup_signal_handlers();\n Ok(())\n }\n \n-#[cfg(unix)]\n-fn setup_signal_handlers() {\n- use tokio::signal::unix::SignalKind;\n-\... | 2025-07-07T12:44:05 |
swiftlang/swift | 57be178d6af21ccf6bab96a8a5c5e037aa5955df | 956ffe08ca169987938ba427eca9d175d1857a3a | [DebuggingTheCompiler.md] Add link to Swift Testing LLDB command-line debugging docs | [
{
"path": "docs/DebuggingTheCompiler.md",
"patch": "@@ -48,6 +48,7 @@ benefit of all Swift developers.\n - [Reproducing the Compiler Driver build steps](#reproducing-the-compiler-driver-build-steps)\n - [Installing the Compiler Driver](#installing-the-compiler-driver)\n - [Debugging Swift Executable... | 2026-01-28T17:22:06 |
tensorflow/tensorflow | de8c244151ecf02989f50e2e1f498da3518d2f88 | 4475bbdb4904190fe75d1b6dcb1384606e34298d | [XLA:CPU/GPU][XTile] Fix duplicated traversal in tiling analysis.
We are hitting an exponential edge case in the CpuGpuFusionTest.Fibonacci test, this is due to us revisiting nodes as they do not compare equal as we keep adding the operands.
PiperOrigin-RevId: 840817438 | [
{
"path": "third_party/xla/xla/codegen/tiling/BUILD",
"patch": "@@ -372,6 +372,7 @@ cc_library(\n \"@com_google_absl//absl/algorithm:container\",\n \"@com_google_absl//absl/container:flat_hash_map\",\n \"@com_google_absl//absl/container:flat_hash_set\",\n+ \"@com_google_absl//... | 2025-12-05T19:48:17 |
golang/go | 5a56d8848b4ffb79c5ccc11ec6fa01823a91aaf8 | c3927a47f092fc7248d973f4d8a64ab410804986 | cmd/compile: ensure we use allowed registers for input-clobbering instructions
For instructions which clobber their input register, we make a second
copy of the input value so it is still available in a register for
future instructions.
That second copy might not respect the register input restrictions
for the instru... | [
{
"path": "src/cmd/compile/internal/ssa/regalloc.go",
"patch": "@@ -1725,10 +1725,9 @@ func (s *regAllocState) regalloc(f *Func) {\n \t\t\t\t\t// spilling the value with the most distant next use.\n \t\t\t\t\tcontinue\n \t\t\t\t}\n-\t\t\t\t// Copy input to a new clobberable register.\n+\t\t\t\t// Copy input... | 2025-08-18T17:17:27 |
denoland/deno | 51c43ce8b409895d86406850b314813380206631 | b7cb8a7d978b28533f5570cf855de73be782773e | fix(bundle): make the "dynamic require" hack work on minified output (#29997)
It's terrible and I hate it but it works | [
{
"path": "cli/tools/bundle/mod.rs",
"patch": "@@ -154,14 +154,15 @@ pub async fn bundle(\n let response = bundler.build().await?;\n \n if bundle_flags.watch {\n- return bundle_watch(flags, bundler).await;\n+ return bundle_watch(flags, bundler, bundle_flags.minify).await;\n }\n \n handle_esbui... | 2025-07-04T02:11:09 |
swiftlang/swift | 9d0b6c8417fa435c7c5cf293f8fcf9e20265fb04 | f2b55335c4bd5909e751fb517f3fa1411458425b | RedundantLoadElimination: fix a complexity problem when replacing a huge amount of `load`s with a common value
As RedundantLoadElimination processing the loads in reverse control flow order, the replaced loads might accumulate quite a lot of users.
This happens if the are many loads from the same location in a row.
To... | [
{
"path": "SwiftCompilerSources/Sources/Optimizer/FunctionPasses/RedundantLoadElimination.swift",
"patch": "@@ -103,9 +103,9 @@ func eliminateRedundantLoads(in function: Function,\n \n // We cannot use for-in iteration here because if the load is split, the new\n // individual loads are inserted rig... | 2026-01-27T07:30:36 |
golang/go | c3927a47f092fc7248d973f4d8a64ab410804986 | 77f911e31c243a8302c086d64dbef340b0c999b8 | runtime: fix comments in tracetype.go
They seem to have been copy and pasted from tracestack.go without being
updated.
Change-Id: I6a6a69645a778fe8e6e8a2f4a80429f20e90162e
Reviewed-on: https://go-review.googlesource.com/c/go/+/674215
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount... | [
{
"path": "src/runtime/tracetype.go",
"patch": "@@ -2,7 +2,7 @@\n // Use of this source code is governed by a BSD-style\n // license that can be found in the LICENSE file.\n \n-// Trace stack table and acquisition.\n+// Trace type table.\n \n package runtime\n \n@@ -13,7 +13,7 @@ import (\n \t\"unsafe\"\n )... | 2025-05-19T18:46:47 |
tensorflow/tensorflow | 67c6742b416af402fac5a9043f293fa1270ec2d2 | fd6de1d50e4f16206befe9990d4b9ba915d958f7 | Clean up error_util_test(s).
Split former single test case into multiple test cases.
PiperOrigin-RevId: 840804642 | [
{
"path": "third_party/xla/xla/mlir/utils/BUILD",
"patch": "@@ -36,12 +36,10 @@ xla_cc_test(\n deps = [\n \":error_util\",\n \"//xla/tsl/lib/core:status_test_util\",\n- \"//xla/tsl/platform:status\",\n \"//xla/tsl/platform:test_main\",\n \"@com_google_absl//absl/st... | 2025-12-05T19:18:30 |
denoland/deno | dc95c566d6cc1d46ebacc460a64338095ac53c59 | c5d06179a13cd3293fc5b133fde2598394d41972 | fix(unstable): bytes and text imports from npm dependencies should require `--allow-read` (#29990)
npm dependencies doing a bytes/text import should require read
permissions because it's not possible to use `deno info` to inspect
them. | [
{
"path": "cli/module_loader.rs",
"patch": "@@ -624,12 +624,7 @@ impl<TGraphContainer: ModuleGraphContainer>\n requested_module_type: &RequestedModuleType,\n ) -> Result<ModuleSource, CliModuleLoaderError> {\n let code_source = self\n- .load_code_source(\n- specifier,\n- maybe_r... | 2025-07-03T20:33:13 |
golang/go | 77f911e31c243a8302c086d64dbef340b0c999b8 | 786be1d2bff0192288dfc2832e5012ad6b0816be | internal/trace: emit final sync event for generation in Go 1.26+
CL 693398 returned the error from reading a generation immediately, but
this is wrong -- a Sync event must be emitted to indicate the end of the
trace before reporting the error. This caused TestCrashWhileTracing
to fail because that test has a high like... | [
{
"path": "src/internal/trace/reader.go",
"patch": "@@ -31,6 +31,7 @@ type Reader struct {\n \tcpuSamples []cpuSample\n \torder ordering\n \tsyncs int\n+\treadGenErr error\n \tdone bool\n \n \t// Spill state.\n@@ -153,9 +154,18 @@ func (r *Reader) ReadEvent() (e Event, err error) {\n \t\tif ... | 2025-08-15T23:30:08 |
tensorflow/tensorflow | d10f33357c20ed7709206faf81dda72e6f7c1b94 | 50db1276483fb25a894d8ab3e03e1384031935b4 | Test and fix issues with CseConstantKey.
HLO CSE ConstantKey was not tested. There is at least one case where two
ConstantKeys can be equal (according to operator==) but have different hashes.
This change adds a test and fixes the hashing.
PiperOrigin-RevId: 840802202 | [
{
"path": "third_party/xla/xla/service/BUILD",
"patch": "@@ -3978,6 +3978,20 @@ cc_library(\n ],\n )\n \n+xla_cc_test(\n+ name = \"hlo_cse_constant_key_test\",\n+ srcs = [\"hlo_cse_constant_key_test.cc\"],\n+ deps = [\n+ \":hlo_cse_constant_key\",\n+ \"//xla:literal\",\n+ \... | 2025-12-05T19:11:44 |
mrdoob/three.js | c7e4609224f5a9cdcf196a0d887e27aad17a8ae2 | 4962675fa4616dabc9dbbae852c33bc218f05ea1 | Docs: Fix broken links. (#28536) | [
{
"path": "docs/api/ar/materials/RawShaderMaterial.html",
"patch": "@@ -36,9 +36,9 @@ <h2>أمثلة (Examples)</h2>\n \t\t[example:webgl_buffergeometry_instancing_billboards WebGL / buffergeometry / instancing / billboards]<br />\n \t\t[example:webgl_buffergeometry_instancing WebGL / buffergeometry / instancing... | 2024-06-01T11:11:47 |
denoland/deno | c5d06179a13cd3293fc5b133fde2598394d41972 | c1751d7ef4b0052c098b75392ad1f4434089419c | fix(bundle): resolve "sloppy imports" in npm packages when bundling (#29989)
Fixes a case reported in discord. At runtime node (and us) would fail on
this, but all major bundlers permit this. So as a fix, just allow it
during bundling only. | [
{
"path": "cli/tools/bundle/mod.rs",
"patch": "@@ -730,7 +730,7 @@ impl DenoPluginHandler {\n Position::new(0, 0),\n ResolveWithGraphOptions {\n mode: import_kind_to_resolution_mode(kind),\n- kind: NodeResolutionKind::Execution,\n+ kind: NodeResolutionKind::Bundling,\n ... | 2025-07-03T19:46:45 |
kubernetes/kubernetes | 3be9af427fafe7913dbd2cec87a37f3cf22b8c03 | e6574b416fdcafda33fcf480c486e847afd63ad1 | Fix revert conflict | [
{
"path": "staging/src/k8s.io/apiserver/pkg/server/storage/resource_encoding_config.go",
"patch": "@@ -122,7 +122,7 @@ type introducedInterface interface {\n \tAPILifecycleIntroduced() (major, minor int)\n }\n \n-func emulatedStorageVersion(binaryVersionOfResource schema.GroupVersion, example runtime.Object... | 2025-11-06T20:39:34 |
golang/go | 4a7fde922ff12dce9d4e00f1b1e658fa907e488d | cb814bd5bc3f0575e8d0e26370c05456770cb3da | internal/trace: add end-of-generation signal to trace
This change takes the EvEndOfGeneration event and promotes it to a real
event that appears in the trace.
This allows the trace parser to unambiguously identify truncated traces
vs. broken traces. It also makes a lot of the logic around parsing
simpler, because the... | [
{
"path": "src/internal/trace/batch.go",
"patch": "@@ -44,6 +44,10 @@ func (b *batch) isSyncBatch(ver version.Version) bool {\n \t\t\t(tracev2.EventType(b.data[0]) == tracev2.EvSync && ver >= version.Go125))\n }\n \n+func (b *batch) isEndOfGeneration() bool {\n+\treturn b.exp == tracev2.NoExperiment && len(... | 2025-08-05T21:37:07 |
swiftlang/swift | e4d2af212ed6a8757cab90d99d855b9cab5f965d | 05b33684be39d73d3427b8ba8b4db4403196cbeb | SILVerifier: Fix crash if verification failure reported from SILWitnessTable::verify() | [
{
"path": "include/swift/SIL/SILModule.h",
"patch": "@@ -1163,6 +1163,9 @@ inline llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const SILModule &M){\n return OS;\n }\n \n+void verificationFailure(\n+ const Twine &complaint, const SILWitnessTable *wtable,\n+ llvm::function_ref<void(SILPrintCon... | 2026-01-28T15:19:04 |
tensorflow/tensorflow | 464b45488074133834baeb4301eee8521466dded | b5462f31b1efc401beeed57bbfdb45c76129c0fd | [XLA:CPU][XTile] Don't try and emit instructions that are not currently supported by the tiled emitter.
These instructions are not supported by the tiled emitter and it will return an error, just don't try for now and we can slowly add them once the emitter is landed.
PiperOrigin-RevId: 840793062 | [
{
"path": "third_party/xla/xla/backends/cpu/codegen/tiled/tiled_fusion_emitter.cc",
"patch": "@@ -130,6 +130,12 @@ static bool IsSupportedType(PrimitiveType type) {\n return false;\n }\n \n+ // Some f8 types are not supported by the emitter, just don't support any of\n+ // them for now.\n+ if (prim... | 2025-12-05T18:50:32 |
mrdoob/three.js | 4962675fa4616dabc9dbbae852c33bc218f05ea1 | 47e863eb4075244fb523823bd12b72b1959edc17 | Examples: Update E2E screenshots. (#28535)
* Examples: Update E2E screenshot.
* Examples: Update E2E screenshot.
* E2E: Update screenshots.
* E2E: Update exception list. | [
{
"path": "test/e2e/puppeteer.js",
"patch": "@@ -55,6 +55,7 @@ const exceptionList = [\n \t'webxr_vr_sandbox',\n \t'webxr_vr_video',\n \t'webxr_xr_ballshooter',\n+\t'webxr_xr_dragging_custom_depth',\n \n \t'webgl_worker_offscreencanvas', // in a worker, not robust\n \n@@ -144,8 +145,8 @@ const exceptionList... | 2024-06-01T11:02:22 |
golang/go | cb814bd5bc3f0575e8d0e26370c05456770cb3da | 78a3968c2c9f2d6e8eb6dc263b4a2517c72d71be | net: skip TestIPv4WriteMsgUDPAddrPort on plan9
This test uses method (*UDPConn).WriteMsgUDPAddrPort, which is
not supported on Plan 9. The test needs to be skipped, like
for example TestAllocs which is already skipped for the
same reason.
Fixes #75017
Change-Id: Iaa0e6ecdba0938736d8f675fcac43c46db34cb5d
Reviewed-on:... | [
{
"path": "src/net/udpsock_test.go",
"patch": "@@ -710,6 +710,11 @@ func TestIPv6WriteMsgUDPAddrPortTargetAddrIPVersion(t *testing.T) {\n // WriteMsgUDPAddrPort accepts IPv4 and IPv4-mapped IPv6 destination addresses,\n // and rejects IPv6 destination addresses on a \"udp4\" connection.\n func TestIPv4Write... | 2025-08-14T15:25:56 |
mrdoob/three.js | e388fc42cddbd1ee42976ac845f9e1cc0590b48f | dbc6729500a43c2b5cf165f8fa10d84c1a64aecf | WebGLRenderer: Fix WebXR depth sensing. (#28530)
* webxr depth sensing fixes
* address review comment | [
{
"path": "examples/webxr_xr_ballshooter.html",
"patch": "@@ -81,7 +81,10 @@\n \t\t\t\tcontrols.target.y = 1.6;\n \t\t\t\tcontrols.update();\n \n-\t\t\t\tdocument.body.appendChild( XRButton.createButton( renderer, { 'optionalFeatures': [ 'depth-sensing'] } ) );\n+\t\t\t\tdocument.body.appendChild( XRButton.... | 2024-05-30T19:39:37 |
swiftlang/swift | 05b33684be39d73d3427b8ba8b4db4403196cbeb | f2958af1c2498d2d4c4768c522b0be8c67da65e4 | SIL: Fix indirectness decision when lowering SIL function type with typed throws
This was never implemented properly in bcbc1da00a98a39bb1654ecc55e4579c0d12a5b7.
- Fixes rdar://165399229. | [
{
"path": "lib/SIL/IR/SILFunctionType.cpp",
"patch": "@@ -1710,6 +1710,34 @@ class DestructureResults {\n }\n };\n \n+/// Query whether the original type is thrown indirectly for the purpose\n+/// of reabstraction given complete lowering information about its\n+/// substitution.\n+bool isFormallyThrownInd... | 2026-01-28T15:19:55 |
tensorflow/tensorflow | 7de40a9d05c042030020d5880a965d4a37ac8b84 | 1e0a9b80f969720723a8d73a4d3943719e48d693 | Remove `constexpr` from `DeviceDescription` methods.
The methods `l1_cache_size_per_SM`, `dram_to_l2_transaction_size_bytes`, and `memory_transactions_per_clock` depend on runtime-determined GPU capabilities, making them unsuitable for `constexpr`.
Fixes: #34850
PiperOrigin-RevId: 840742913 | [
{
"path": "third_party/xla/xla/stream_executor/device_description.h",
"patch": "@@ -260,7 +260,7 @@ class DeviceDescription {\n // configured as shared memory; there is no easy way to query its actual size;\n // also we do not count what occupies cache, but rather claim that what is\n // much smaller ... | 2025-12-05T16:39:28 |
golang/go | 78a3968c2c9f2d6e8eb6dc263b4a2517c72d71be | ab8121a407280bf39bdd401699476feb39ccd0f7 | runtime/metrics: add metric for current Go-owned thread count
Fixes #15490.
Change-Id: I6ce9edc46398030ff639e22d4ca4adebccdfe1b7
Reviewed-on: https://go-review.googlesource.com/c/go/+/690399
Auto-Submit: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gservic... | [
{
"path": "src/runtime/metrics.go",
"patch": "@@ -532,6 +532,13 @@ func initMetrics() {\n \t\t\t\tsched.stwTotalTimeOther.write(out)\n \t\t\t},\n \t\t},\n+\t\t\"/sched/threads/total:threads\": {\n+\t\t\tdeps: makeStatDepSet(schedStatsDep),\n+\t\t\tcompute: func(in *statAggregate, out *metricValue) {\n+\t\t\... | 2025-07-24T21:38:37 |
mrdoob/three.js | 71f8579e56d22d79611eed3b9950a989a9f18ed1 | f52b71b60792d679fa7e89ade11648884b52de60 | WebGPURenderer: fix rendering to depth textures with multiple color attachments (MRT - WGSL) (#28523)
* handle mrt with depth
* rename builder method
---------
Co-authored-by: aardgoose <angus.sawyer@email.com> | [
{
"path": "examples/jsm/nodes/core/OutputStructNode.js",
"patch": "@@ -33,11 +33,7 @@ class OutputStructNode extends Node {\n \n \tgenerate( builder, output ) {\n \n-\t\tconst nodeVar = builder.getVarFromNode( this );\n-\t\tnodeVar.isOutputStructVar = true;\n-\n-\t\tconst propertyName = builder.getPropertyN... | 2024-05-30T00:01:10 |
swiftlang/swift | bdf5a7025865b0f4269a4527a64c53af594e5850 | 144b4b910d5b66578d4981ac94018af1a6b18b97 | DeinitDevirtualizer: don't create an invalid function_ref in a serialized function.
Serialized functions may not reference non-public functions.
Fixes a compiler crash
rdar://169022052 | [
{
"path": "SwiftCompilerSources/Sources/Optimizer/Utilities/Devirtualization.swift",
"patch": "@@ -58,6 +58,11 @@ private func devirtualize(destroy: some DevirtualizableDestroy, _ context: some\n guard let deinitFunc = context.lookupDeinit(ofNominal: nominal) else {\n return false\n }\n+ le... | 2026-01-28T10:46:53 |
tensorflow/tensorflow | 0a5c5ca3408983dabc1d5734acd15468898a3d36 | 7201590a96eb6abcffe1c047114e4d08fc9dd692 | Add internal tag to tags, and fix a missing dep.
PiperOrigin-RevId: 840689737 | [
{
"path": "third_party/xla/build_tools/lint/BUILD",
"patch": "@@ -47,6 +47,7 @@ py_test(\n ],\n deps = [\n \":check_contents\",\n+ \":diff_parser\",\n \"//build_tools:test_utils\",\n \"@absl_py//absl/testing:absltest\",\n ],",
"additions": 1,
"deletions": 0... | 2025-12-05T13:48:49 |
golang/go | bca3e98b8aa4f754ea3604b62ef42f64dec88800 | 052fcde9fdd1655f823e810a284c651b3481a433 | cmd/go: test barrier actions
Add a barrier action between test run action and it's dependencies.
Run will depend on this barrier action, and the barrier action will depend on:
1. The run action's dependencies
2. The previous barrier action
This will force internal/work to schedule test run actions in-order, preventin... | [
{
"path": "src/cmd/go/internal/test/test.go",
"patch": "@@ -1044,11 +1044,36 @@ func runTest(ctx context.Context, cmd *base.Command, args []string) {\n \t\tprints = append(prints, printTest)\n \t}\n \n-\t// Order runs for coordinating start JSON prints.\n+\t// Order runs for coordinating start JSON prints v... | 2025-08-13T20:06:31 |
mrdoob/three.js | 24a29a54fdf15486c75d5a4794216eb097481436 | f06b256cdcb7510794f0812048e7fb7a3c8d8b65 | WebGPURenderer: Read Only and Read/Write Storage Textures (#28455)
* Sketched out API for changing storageTextureAccess on storageTextures. Still need to gain a comprehensive understanding of what texture formats are permitted to be accessed in which ways (for instance, testing revealed that rgba16floats seemingly can... | [
{
"path": "examples/jsm/nodes/Nodes.js",
"patch": "@@ -103,7 +103,7 @@ export { default as SceneNode, backgroundBlurriness, backgroundIntensity } from\n export { default as StorageBufferNode, storage, storageObject } from './accessors/StorageBufferNode.js';\n export * from './accessors/TangentNode.js';\n ex... | 2024-05-29T17:02:37 |
swiftlang/swift | 6c754561a9f37e6dff6060b7a3e9921269922820 | f7ebf08a19210979f0439f35ec6e309bb8bbac0d | Fix serialization of init_borrow_addr | [
{
"path": "lib/Serialization/DeserializeSIL.cpp",
"patch": "@@ -3089,9 +3089,11 @@ bool SILDeserializer::readSILInstruction(SILFunction *Fn,\n case SILInstructionKind::InitBorrowAddrInst: {\n auto Ty = MF->getType(TyID);\n SILType addrType = getSILType(Ty, (SILValueCategory)TyCategory, Fn);\n- ... | 2026-01-28T00:20:49 |
tensorflow/tensorflow | 1476f6113d686a2e2d98ff643e0bcdf04bcacec9 | a094647e7f9a635e75388cd0699301559a808790 | PR #34870: [XLA:GPU] Enable deterministic scatter for batched operations
Imported from GitHub PR https://github.com/openxla/xla/pull/34870
📝 Summary of Changes
Fix ScatterDeterminismExpander to correctly handle scatter operations that have been normalized from batched form by BatchedGatherScatterNormalizer.
The key ... | [
{
"path": "third_party/xla/xla/service/scatter_determinism_expander.cc",
"patch": "@@ -131,26 +131,39 @@ absl::StatusOr<HloInstruction*> CreateBoundTensor(\n \n // indices shape: (num_indices, num_dims)\n // updates shape: (num_indices,)\n-HloInstruction* FlattenIndices(HloComputation* parent, HloInstructio... | 2025-12-05T10:05:41 |
mrdoob/three.js | 936402ce754a79cf379e5ae1910618212463116e | 9d6f51c7f0614210a1e1cd04a62c395ca965dcd4 | Editor: Updated ffmpeg to 0.11.6
0.12.* seems to have issues on localhost (DOMException: Failed to construct 'Worker') | [
{
"path": "editor/index.html",
"patch": "@@ -23,7 +23,7 @@\n \t\t<script src=\"js/libs/esprima.js\"></script>\n \t\t<script src=\"js/libs/jsonlint.js\"></script>\n \n-\t\t<script src=\"https://cdn.jsdelivr.net/npm/@ffmpeg/ffmpeg@0.10.1/dist/ffmpeg.min.js\"></script>\n+\t\t<script src=\"https://cdn.jsdelivr.... | 2024-05-28T06:33:08 |
golang/go | a8564bd412d4495a6048f981d30d4d7abb1e45a7 | 924fe98902cdebf20825ab5d1e4edfc0fed2966f | runtime: make all synctest bubble violations fatal panics
Unblocking a bubbled goroutine from outside the bubble is an error
and panics. Currently, some of those panics are regular panics
and some are fatal. We use fatal panics in cases where its difficult
to panic without leaving something in an inconsistent state.
... | [
{
"path": "src/internal/synctest/synctest_test.go",
"patch": "@@ -383,57 +383,59 @@ func TestChannelMovedOutOfBubble(t *testing.T) {\n \tfor _, test := range []struct {\n \t\tdesc string\n \t\tf func(chan struct{})\n-\t\twantPanic string\n+\t\twantFatal string\n \t}{{\n \t\tdesc: \"receive\",\n... | 2025-08-14T17:27:54 |
denoland/deno | 0470cb3ada68b0ad341be267c6676564374dab72 | 3a94adf95657bfd386459576f98b559fd1d7dda1 | fix(serve): actually wire up resolving main module with import map for deno serve (#29974)
Closes https://github.com/denoland/deno/issues/29897 | [
{
"path": "cli/tools/serve.rs",
"patch": "@@ -17,6 +17,7 @@ use crate::args::parallelism_count;\n use crate::args::Flags;\n use crate::args::ServeFlags;\n use crate::args::WatchFlagsWithPaths;\n+use crate::args::WorkspaceMainModuleResolver;\n use crate::factory::CliFactory;\n use crate::util::file_watcher::... | 2025-07-02T18:29:23 |
swiftlang/swift | 68196b5c66bdbf2695710e6f7c32c8c820b40e29 | 6f7766b92af02710d6a9300a8fcd66cf5fa5cc97 | fix availability test for watchOS and visionOS
rdar://168985007 | [
{
"path": "test/Interop/C/swiftify-import/availability.swift",
"patch": "@@ -1,4 +1,3 @@\n-// REQUIRES: rdar168985007\n // REQUIRES: swift_feature_SafeInteropWrappers\n \n // RUN: %empty-directory(%t)\n@@ -10,14 +9,10 @@\n // RUN: env SWIFT_BACKTRACE=\"\" %target-swift-frontend -emit-module -plugin-path %sw... | 2026-01-27T22:10:51 |
mrdoob/three.js | e811420109551a424fb7d351ac95b7336c93dcf9 | 66e1aa2abfb1b6b7c8c047691130a0ab19fee311 | TSL: UVNode - Move to TSL approach (#28511)
* Normal/Tangent/Bitangent revisions
* UVNode: Move to TSL approach
* fix type | [
{
"path": "examples/jsm/nodes/Nodes.js",
"patch": "@@ -105,7 +105,7 @@ export * from './accessors/TangentNode.js';\n export { default as TextureNode, texture, textureLoad, /*textureLevel,*/ sampler } from './accessors/TextureNode.js';\n export { default as TextureStoreNode, textureStore } from './accessors/... | 2024-05-28T03:05:46 |
golang/go | 9783f86bc8953c3d93853b2382a4de011c5e26a7 | a4ad41708d8303a561ed072596222aae990f8dbd | [dev.simd] cmd/compile: accounts rematerialize ops's output reginfo
This CL implements the check for rematerializeable value's output
regspec at its remateralization site. It has some potential problems,
please see the TODO in regalloc.go.
Fixes #70451.
Change-Id: Ib624b967031776851136554719e939e9bf116b7c
Reviewed-o... | [
{
"path": "src/cmd/compile/internal/ssa/func.go",
"patch": "@@ -102,6 +102,7 @@ func (c *Config) NewFunc(fe Frontend, cache *Cache) *Func {\n \t\tNamedValues: make(map[LocalSlot][]*Value),\n \t\tCanonicalLocalSlots: make(map[LocalSlot]*LocalSlot),\n \t\tCanonicalLocalSplits: make(map[LocalSlotSpli... | 2025-08-12T16:53:44 |
denoland/deno | 3a94adf95657bfd386459576f98b559fd1d7dda1 | 7a1e949c476a3b55d6fb8a1141f74bc96c9da8fb | fix(ext/http2): fix oob buffer reads in http2 requests (#29969) | [
{
"path": "ext/node/polyfills/http2.ts",
"patch": "@@ -1041,7 +1041,7 @@ export class ClientHttp2Stream extends Duplex {\n data = ENCODER.encode(chunk);\n } else if (encoding === \"buffer\") {\n this.#encoding = encoding;\n- data = chunk.buffer;\n+ data = new Uint8Array(chunk.buffe... | 2025-07-02T16:28:50 |
tensorflow/tensorflow | 86ad67459072ebe72c6d43974f9aef90822024c8 | a2815db3ad1c2b9031ed510da73abe4d88a97866 | Add support for custom call latency annotations in GPU schedulers.
To debug the cost model, we want to allows custom call hlo instruction to specify their execution latency in nanoseconds using a `latency_metadata` frontend attribute.
Changes are added to two latency estimators used by GPUs `GpuLatencyEstimator` and ... | [
{
"path": "third_party/xla/xla/service/collective_ops_utils.cc",
"patch": "@@ -27,6 +27,7 @@ limitations under the License.\n #include \"absl/log/check.h\"\n #include \"absl/status/status.h\"\n #include \"absl/status/statusor.h\"\n+#include \"absl/strings/numbers.h\"\n #include \"absl/strings/str_join.h\"\n... | 2025-12-05T07:28:55 |
kubernetes/kubernetes | 1c4cab9dda88bf4c944f966555d96aaba4c82cd7 | 789f06544de4b26c79287b9bf16605af14f94949 | DRA scheduler unit test: fix race with ResourceSlice informer
The test started without waiting for the ResourceSlice informer to have
synced. As a result, the "CEL-runtime-error-for-one-of-three-nodes" test case
failed randomly with a very low flake rate (less than 1% in local runs) because
CEL expressions never got e... | [
{
"path": "pkg/scheduler/framework/plugins/dynamicresources/dynamicresources_test.go",
"patch": "@@ -2493,7 +2493,7 @@ func setup(t *testing.T, args *config.DynamicResourcesArgs, nodes []*v1.Node, cl\n \t// is synced, we need to wait until HasSynced of the handler returns\n \t// true, this ensures that the ... | 2025-11-06T17:02:03 |
mrdoob/three.js | 4c6d0c47a7062620a840d0c30c4e5da939659bd0 | 7a3cdca330e4e55fd4b1b3482cf02cbdc34275a7 | WebGPURenderer: `MeshPhysicalNodeMaterial` - Fix `clearcoatRoughness` (#28507)
* MeshPhysicalNodeMaterial: Fix clearcoatRoughness
* update screenshot | [
{
"path": "examples/jsm/nodes/functions/PhysicalLightingModel.js",
"patch": "@@ -331,7 +331,7 @@ const IBLSheenBRDF = tslFn( ( { normal, viewDir, roughness } ) => {\n } );\n \n const clearcoatF0 = vec3( 0.04 );\n-const clearcoatF90 = vec3( 1 );\n+const clearcoatF90 = float( 1 );\n \n //\n ",
"additions"... | 2024-05-28T01:18:54 |
denoland/deno | 3ae11d889ad54d981aa5630b2835ee5f62fc0cd6 | 8150e761c943c327cf0dbc4daf44926a76b91c67 | fix(publish): disallow publishing with bytes or text imports (#29954) | [
{
"path": "cli/tools/publish/diagnostics.rs",
"patch": "@@ -123,6 +123,10 @@ pub enum PublishDiagnostic {\n text_info: SourceTextInfo,\n range: SourceRange,\n },\n+ UnstableRawImport {\n+ text_info: SourceTextInfo,\n+ referrer: deno_graph::Range,\n+ },\n SyntaxError(ParseDiagnostic),\n ... | 2025-07-01T15:47:54 |
swiftlang/swift | 43217e190d1caad6125aa192c652bb0a8e2d71c3 | 41b24f9a83b3a7a73fd61a6ae177cec2d9f26fac | Reinstate public API for `withTaskCancellationHandler(operation:onCancel:isolation:)`
Some clients are explicitly passing isolation through, so we need to
retain this signature. Fixes rdar://168955495. | [
{
"path": "stdlib/public/Concurrency/TaskCancellation.swift",
"patch": "@@ -22,7 +22,6 @@ import Swift\n /// - handler: A closure to execute on cancellation.\n /// If the task is canceled, this closure is called at most once;\n /// otherwise, it isn't called.\n-/// - isolation: The actor that th... | 2026-01-27T17:41:20 |
mrdoob/three.js | b609f8a0d73af65ce843381e305e80806fc2ff45 | 0a03ca667a09da70fe94a69f68635cd0f94a304b | TSL: `VaryingNode` - Fix twice flow node (#28504) | [
{
"path": "examples/jsm/nodes/core/VaryingNode.js",
"patch": "@@ -66,13 +66,20 @@ class VaryingNode extends Node {\n \n \tgenerate( builder ) {\n \n-\t\tconst type = this.getNodeType( builder );\n+\t\tconst properties = builder.getNodeProperties( this );\n \t\tconst varying = this.setupVarying( builder );\n... | 2024-05-27T19:16:31 |
kubernetes/kubernetes | 789f06544de4b26c79287b9bf16605af14f94949 | 26a2945d5de6c1dc0426aebe1ad36a32963aeb39 | DRA allocator: fix result logging
`defer klog.V().Info` logs parameters *as they were at the time of the defer*.
What we want is to defer a function which passes the values *at the time of exit*. | [
{
"path": "staging/src/k8s.io/dynamic-resource-allocation/structured/internal/experimental/allocator_experimental.go",
"patch": "@@ -146,7 +146,9 @@ func (a *Allocator) Allocate(ctx context.Context, node *v1.Node, claims []*resou\n \t\tallocatingCapacity: NewConsumedCapacityCollection(),\n \t}\n \talloc.l... | 2025-11-06T16:59:24 |
denoland/deno | 8150e761c943c327cf0dbc4daf44926a76b91c67 | f6176a1674d21a02b0634540ba18d89129876fc3 | fix(install): purge more packages from lockfile on config change (#29953)
Co-authored-by: nathanwhit <nathanwhit@users.noreply.github.com> | [
{
"path": "Cargo.lock",
"patch": "@@ -941,7 +941,7 @@ dependencies = [\n \"chrono\",\n \"deno_bench_util\",\n \"deno_cache_dir\",\n- \"deno_lockfile 0.30.1\",\n+ \"deno_lockfile 0.30.2\",\n \"deno_semver\",\n \"deno_terminal 0.2.2\",\n \"deno_tower_lsp\",\n@@ -1519,7 +1519,7 @@ dependencies = [\n \"d... | 2025-07-01T15:45:02 |
swiftlang/swift | 2c4e37fb315a1b419b2f8be881cecf8fd1e98be0 | cd8e4c29d2a9a8999efd591b8f75f60ad5705018 | [cxx-interop] Methods that return references to FRT are safe
If a C++ method returns a foreign reference type as a pointer (`MyImmortal*`), Swift correctly treats the method as safe. However, if the method returns a foreign reference type as a reference (`MyImmortal&`), Swift assumed that the method is unsafe.
This c... | [
{
"path": "include/swift/ClangImporter/ClangImporterRequests.h",
"patch": "@@ -423,8 +423,10 @@ class CxxRecordAsSwiftType\n \n struct SafeUseOfCxxDeclDescriptor final {\n const clang::Decl *decl;\n+ ASTContext& ctx;\n \n- SafeUseOfCxxDeclDescriptor(const clang::Decl *decl) : decl(decl) {}\n+ SafeUseOf... | 2026-01-27T16:54:44 |
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.