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 | 03651c5bcef2a9b2c1fb15b8f004df9676fd404d | b5209aa70b1e6346e9f91647f2da139cf8cd1adb | doc fr fundamentals fix typo errors (#29329) | [
{
"path": "manual/fr/cameras.html",
"patch": "@@ -1,10 +1,10 @@\n <!DOCTYPE html><html lang=\"fr\"><head>\n <meta charset=\"utf-8\">\n- <title>Caméras dans </title>\n+ <title>Caméras</title>\n <meta name=\"viewport\" content=\"width=device-width, user-scalable=no, minimum-scale=1.0, maximum-sc... | 2024-09-05T09:00:20 |
tensorflow/tensorflow | a354e882e1ad44f6602cef6e7a3838c525d67d28 | 33601d27d30612c96e911eb8b4b42d66623917a9 | Add Error Code Documentation for E3000: SparseCore Allocation Failure.
PiperOrigin-RevId: 852388720 | [
{
"path": "third_party/xla/docs/error_codes.md",
"patch": "@@ -5,4 +5,5 @@ This page is a list of all error codes emitted by the XLA compiler.\n - [E0100](./errors/error_0100.md)\n - [E0101](./errors/error_0101.md)\n - [E0102](./errors/error_0102.md)\n-- [E1200](./errors/error_1200.md)\n\\ No newlin... | 2026-01-05T19:36:31 |
swiftlang/swift | 2120c0502a68e2e1dfe433b6c1811ca07a9daf9f | f03a540e4f3fad77d885391c33b385e269e42c58 | Another fix for the OSSA RAUW utility for unowned phis
Fixes rdar://169556118 (Assertion: (succ->getSinglePredecessorBlock() == predBB)
function visitInsertionPoints at ValueLifetime.cpp:37.) | [
{
"path": "lib/SIL/Utils/OwnershipUtils.cpp",
"patch": "@@ -433,7 +433,13 @@ bool swift::findExtendedUsesOfSimpleBorrowedValue(\n return true;\n }\n \n-// TODO: refactor this with SSAPrunedLiveness::computeLiveness.\n+// TODO: Replace all calls to this with SSAPrunedLiveness::computeLiveness()\n+// after ... | 2026-02-05T23:01:11 |
denoland/deno | 8205e12825d462fbe99dfe578e526556e5189839 | 8424cd4a320fa0f9f844536ec44d0e97af51f114 | fix(check): support "moduleResolution": "bundler" in compiler options (#30603)
Co-authored-by: Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> | [
{
"path": "cli/lsp/resolver.rs",
"patch": "@@ -1033,7 +1033,7 @@ impl<'a> ResolverFactory<'a> {\n sloppy_imports_options: if unstable_sloppy_imports {\n SloppyImportsOptions::Enabled\n } else {\n- SloppyImportsOptions::Disabled\n+ Slo... | 2025-09-04T16:45:50 |
mrdoob/three.js | b5209aa70b1e6346e9f91647f2da139cf8cd1adb | e20e8ae115e94aabdc17574072ffd940441fbdf9 | WebGPURenderer: Add support for VSM. (#29225)
* WebGPURenderer: Add support for VSM.
* AnalyticLightNode: Clean up.
* AnalyticLightNode: Clean up.
* fix `viewportCoordinate` in WebGLBackend
* Create webgpu_shadowmap_vsm.jpg
---------
Co-authored-by: sunag <sunagbrasil@gmail.com> | [
{
"path": "examples/files.json",
"patch": "@@ -399,6 +399,7 @@\n \t\t\"webgpu_shadertoy\",\n \t\t\"webgpu_shadowmap\",\n \t\t\"webgpu_shadowmap_opacity\",\n+\t\t\"webgpu_shadowmap_vsm\",\n \t\t\"webgpu_skinning\",\n \t\t\"webgpu_skinning_instancing\",\n \t\t\"webgpu_skinning_points\",",
"additions": 1,
... | 2024-09-05T09:00:07 |
golang/go | 7d7cd6e07b65d7583f1c7648fc042fbe30352313 | 41cba31e66c979c413a4368c4f3d82ebadf0fb5b | internal/poll: don't call SetFilePointerEx in Seek for overlapped handles
Overlapped handles don't have the file pointer updated when performing
I/O operations, so there is no need to call syscall.SetFilePointerEx in
FD.Seek. Updating the in-memory offset is sufficient.
Updates #74951 (provides a more complete fix)
... | [
{
"path": "src/internal/poll/fd_windows.go",
"patch": "@@ -1165,11 +1165,29 @@ func (fd *FD) Seek(offset int64, whence int) (int64, error) {\n \t}\n \tdefer fd.readWriteUnlock()\n \n-\tif !fd.isBlocking && whence == io.SeekCurrent {\n-\t\t// Windows doesn't keep the file pointer for overlapped file handles.... | 2025-08-21T08:45:23 |
kubernetes/kubernetes | 8dc8edf49bba5e5004a71d655235bc7b3d83d32f | 1d453179593d0452b1936717f4f157c1aac0e79a | etcd: Update etcd to v3.6.7
ETCD 3.6.7 has some critical bug fixes
https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.6.md
Signed-off-by: Humble Devassy Chirammal <humble.devassy@gmail.com> | [
{
"path": "build/dependencies.yaml",
"patch": "@@ -64,7 +64,7 @@ dependencies:\n \n # etcd\n - name: \"etcd\"\n- version: 3.6.6\n+ version: 3.6.7\n refPaths:\n - path: cluster/gce/manifests/etcd.manifest\n match: etcd_docker_tag|etcd_version",
"additions": 1,
"deletions": 1,
... | 2025-12-18T06:47:50 |
denoland/deno | d5eaefc3c056763a87992df47ad1ca7a4d70a171 | 2607bc7eb6c9a1d0be2b71d82164cf6aa21a1da7 | fix(ext/node): ignore Node.js' `--experimental-*` flags when spawning child process (#26351)
Closes https://github.com/denoland/deno/issues/26349
---------
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | [
{
"path": "ext/node/polyfills/child_process.ts",
"patch": "@@ -54,6 +54,7 @@ const {\n ObjectAssign,\n PromiseWithResolvers,\n StringPrototypeSlice,\n+ StringPrototypeStartsWith,\n } = primordials;\n \n const MAX_BUFFER = 1024 * 1024;\n@@ -135,6 +136,13 @@ export function fork(\n execArgv.spl... | 2025-09-04T12:18:51 |
tensorflow/tensorflow | 6e323146535d8c2e0562d0c2d371c45d637f8aab | 38d10747272b67fcb6720cea7b5e1cba09ad186c | Fixed small bugs in coordination service configs.
PiperOrigin-RevId: 852380070 | [
{
"path": "third_party/xla/xla/pjrt/distributed/coordination/coordination_service.cc",
"patch": "@@ -740,7 +740,7 @@ absl::Status CoordinationService::DisconnectTask(const CoordinatedTask& task) {\n \n // Disconnect task.\n task_state->Disconnect(\n- /*grace_period_duration_us=*/absl::ToInt64Millis... | 2026-01-05T19:14:17 |
swiftlang/swift | ad8c6a0dfd66d39c7045b8fa218cc9d62d2055dd | 6f9919edc105105bef3be6f8dd5143c0a140236a | [sil-mode] Fix syntax highlighting.
I noticed that my syntax highlighting started to fail. Turns out it was due to
not setting font-lock-mode to 1. | [
{
"path": "utils/sil-mode.el",
"patch": "@@ -329,6 +329,7 @@\n (setq comment-start \"//\")\n (setq tab-stop-list (number-sequence 2 120 2))\n (setq tab-width 2)\n+ (font-lock-mode 1) ;; Enable syntax highlighting\n (run-hooks 'sil-mode-hook)) ;; Finally, this permits the ... | 2026-02-05T18:53:01 |
mrdoob/three.js | e20e8ae115e94aabdc17574072ffd940441fbdf9 | b19cd6aa44eb1f053a6a2d9ab9cdc296215dfba1 | Fix incorrect joint orientation for FBX models exported from Maya using Joint Orient (#29307) | [
{
"path": "examples/jsm/loaders/FBXLoader.js",
"patch": "@@ -30,6 +30,8 @@ import {\n \tQuaternion,\n \tQuaternionKeyframeTrack,\n \tRepeatWrapping,\n+\tSRGBColorSpace,\n+\tShapeUtils,\n \tSkeleton,\n \tSkinnedMesh,\n \tSpotLight,\n@@ -39,10 +41,9 @@ import {\n \tVector2,\n \tVector3,\n \tVector4,\n-\tVecto... | 2024-09-05T05:11:18 |
golang/go | 41cba31e66c979c413a4368c4f3d82ebadf0fb5b | dd1d597c3ac049de7865a9cb98627fde0baacc69 | mime/multipart: percent-encode CR and LF in header values to avoid CRLF injection
When provided with a field or file name containing newlines,
multipart.FileContentDisposition and other header-producing functions
could create an invalid header value.
In some scenarios, this could permit a malicious input to perform
a... | [
{
"path": "src/mime/multipart/writer.go",
"patch": "@@ -125,8 +125,20 @@ func (w *Writer) CreatePart(header textproto.MIMEHeader) (io.Writer, error) {\n \treturn p, nil\n }\n \n-var quoteEscaper = strings.NewReplacer(\"\\\\\", \"\\\\\\\\\", `\"`, \"\\\\\\\"\")\n+var quoteEscaper = strings.NewReplacer(\"\\\\... | 2025-09-25T20:24:01 |
denoland/deno | 2607bc7eb6c9a1d0be2b71d82164cf6aa21a1da7 | c4da264d072335d68011756e9d2871b81d002b30 | fix(cli/run): resolve conflict when dir has same name as a task (#29538) | [
{
"path": "cli/main.rs",
"patch": "@@ -317,9 +317,7 @@ async fn run_subcommand(\n .await;\n }\n let script_err_msg = script_err.to_string();\n- if script_err_msg.starts_with(MODULE_NOT_FOUND)\n- || script_err_msg.starts_with(UNSUPPORTED_SCHEME)\n... | 2025-09-03T23:14:49 |
mrdoob/three.js | 429d6ff54f7c850d8966e7a5a4f7be530cfdf02c | 85cbb66532578e9ebd549bfc87caac5b84190936 | WebGPURenderer: Fix `viewportCoordinate` in WebGLBackend (#29326) | [
{
"path": "src/nodes/display/ViewportNode.js",
"patch": "@@ -57,7 +57,18 @@ class ViewportNode extends Node {\n \n \t\t} else {\n \n-\t\t\trenderer.getDrawingBufferSize( resolution );\n+\t\t\tconst renderTarget = renderer.getRenderTarget();\n+\n+\t\t\tif ( renderTarget !== null ) {\n+\n+\t\t\t\tresolution.w... | 2024-09-05T01:37:22 |
tensorflow/tensorflow | db464213b9acf8a30e091b87287659fe27c35be6 | 1a218f023bfaba7040d97ed970ee64e60e08793c | Add error code documentation for E1200: Host Offload output mismatch
PiperOrigin-RevId: 852373168 | [
{
"path": "third_party/xla/docs/error_codes.md",
"patch": "@@ -5,3 +5,4 @@ This page is a list of all error codes emitted by the XLA compiler.\n - [E0100](./errors/error_0100.md)\n - [E0101](./errors/error_0101.md)\n - [E0102](./errors/error_0102.md)\n+- [E1200](./errors/error_1200.md)\n\\ No newlin... | 2026-01-05T19:00:21 |
golang/go | dd1d597c3ac049de7865a9cb98627fde0baacc69 | 45d6bc76af641853a0bea31c77912bf9fd52ed79 | Revert "cmd/internal/obj/loong64: use the MOVVP instruction to optimize prologue"
This reverts commit eb7c67fdc9e17959647a15db9e7781b9d447061a.
Reason for revert: Causes x/tools/gopls/internal/filecache/TestConcurrency failures, See issue 75571.
Fixes #75571
Fixes #75572
Change-Id: Ife328dce917c63c872da35f4a9e9f7ef... | [
{
"path": "src/cmd/internal/obj/loong64/obj.go",
"patch": "@@ -324,7 +324,7 @@ func preprocess(ctxt *obj.Link, cursym *obj.LSym, newprog obj.ProgAlloc) {\n \t\t\t\tq = c.ctxt.StartUnsafePoint(q, c.newprog)\n \n \t\t\t\tq = obj.Appendp(q, newprog)\n-\t\t\t\tq.As = AMOVVP\n+\t\t\t\tq.As = mov\n \t\t\t\tq.Pos ... | 2025-09-23T03:24:56 |
denoland/deno | e843a115fd89cfae7e64dd1a2f1b45a3499c4d72 | 1cd7df700808d85cfc84251e8bff1939acf540ad | fix(ext/node): fs.symlink and fs.symlinkSync compatibility (#30555) | [
{
"path": "ext/node/polyfills/_fs/_fs_symlink.ts",
"patch": "@@ -2,62 +2,110 @@\n \n import { primordials } from \"ext:core/mod.js\";\n \n-import { CallbackWithError } from \"ext:deno_node/_fs/_fs_common.ts\";\n-import { pathFromURL } from \"ext:deno_web/00_infra.js\";\n+import {\n+ CallbackWithError,\n+ ... | 2025-09-03T21:48:13 |
kubernetes/kubernetes | 468d3a8406045d4686a3b7e70dcafb9e7f301680 | 0c17bcb6303cee8378fe3fda3fa3ce596949b3e0 | Remove the unnecessary `cannot delete` from the error message
Related to: https://github.com/kubernetes/kubernetes/issues/135817
Signed-off-by: Volker Theile <vtheile@suse.com> | [
{
"path": "staging/src/k8s.io/kubectl/pkg/drain/filters.go",
"patch": "@@ -32,7 +32,7 @@ const (\n \tdaemonSetWarning = \"ignoring DaemonSet-managed Pods\"\n \tlocalStorageFatal = \"Pods with local storage (use --delete-emptydir-data to override)\"\n \tlocalStorageWarning = \"deleting Pods with local s... | 2025-12-18T10:22:52 |
mrdoob/three.js | ce180c97303bb0606f3e314bd0d803ae5eb358fe | 428bab44252c6e30234717e7f6f1cefcb092256b | Fix misleading comment in How-to-update-things.html (#29318) | [
{
"path": "docs/manual/en/introduction/How-to-update-things.html",
"patch": "@@ -62,7 +62,7 @@ <h2>BufferGeometry</h2>\n const geometry = new THREE.BufferGeometry();\n \n // attributes\n-const positions = new Float32Array( MAX_POINTS * 3 ); // 3 vertices per point\n+const positions = new Float32Array( MAX_P... | 2024-09-04T12:51:35 |
swiftlang/swift | 8b7a7b87e3234fc72e84691d7b8c5a5cc8376843 | d5f9a1eeeb373a23d3bebbe1f5bcf6fce8327efb | Test: add extra collection casting coverage
These examples caused crashes after PR #84789,
meaning they're not being exercised in CI already. | [
{
"path": "test/Casting/CollectionExamples.swift",
"patch": "@@ -0,0 +1,47 @@\n+// RUN: %target-swift-frontend %s -emit-ir -sil-verify-all -o /dev/null\n+\n+// Simply checks that the compiler doesn't crash.\n+\n+// extra coverage\n+typealias ID = String\n+typealias Version = Int\n+func namedTupleExample(_ c... | 2026-02-05T21:09:25 |
golang/go | e8a4f508d1140eef70463c6c085c352418e03d9c | 9b7a3280895277471f53a4168439094e22a32390 | lib/fips140: re-seal v1.0.0
Exceptionally, we decided to make a compliance-related change following
CMVP's updated Implementation Guidance on September 2nd.
The Security Policy will be updated to reflect the new zip hash.
mkzip.go has been modified to accept versions of the form vX.Y.Z-hash,
where the -hash suffix i... | [
{
"path": "lib/fips140/fips140.sum",
"patch": "@@ -9,4 +9,4 @@\n #\n #\tgo test cmd/go/internal/fips140 -update\n #\n-v1.0.0.zip b50508feaeff05d22516b21e1fd210bbf5d6a1e422eaf2cfa23fe379342713b8\n+v1.0.0-c2097c7c.zip daf3614e0406f67ae6323c902db3f953a1effb199142362a039e7526dfb9368b",
"additions": 1,
"... | 2025-09-07T14:52:08 |
tensorflow/tensorflow | 1a218f023bfaba7040d97ed970ee64e60e08793c | 088596e0aef290aa377ab40048f2577ba169d903 | [PjRt-IFRT] Implement `ifrt::PjRtLoadedExecutable::GetDonatableInputIndices()`
This change implements `ifrt::PjRtLoadedExecutable::GetDonatableInputIndices()`, which is an IFRT API for querying the list of donatable input indices upon execution (unless excluded using `ExecuteOptions.non_donatable_input_indices`).
Als... | [
{
"path": "third_party/xla/xla/python/pjrt_ifrt/pjrt_executable.cc",
"patch": "@@ -30,14 +30,18 @@ limitations under the License.\n #include \"absl/strings/str_split.h\"\n #include \"absl/strings/string_view.h\"\n #include \"absl/types/span.h\"\n+#include \"llvm/ADT/STLExtras.h\"\n #include \"llvm/Support/C... | 2026-01-05T18:55:34 |
denoland/deno | 1cd7df700808d85cfc84251e8bff1939acf540ad | 59f77c909e31b067292d9adfd581aff855cbc97e | fix(install/cache): better discovery for config file based on entrypoint (#30608)
Discovers the config file based on the arguments to `deno cache` and
`deno install -e <entrypoint>` | [
{
"path": "cli/args/flags.rs",
"patch": "@@ -1169,6 +1169,30 @@ impl Flags {\n }\n }\n \n+ fn resolve_single_folder_path(\n+ arg: &str,\n+ current_dir: &Path,\n+ maybe_resolve_directory: impl FnOnce(PathBuf) -> Option<PathBuf>,\n+ ) -> Option<PathBuf> {\n+ if let Ok(modul... | 2025-09-03T20:32:43 |
mrdoob/three.js | 428bab44252c6e30234717e7f6f1cefcb092256b | 3b84981a3dfa81fc5462d0e61ad9a1e3848225be | WebGLRenderer: Fix feedback loop with RTT read pixels async (#29320)
* Fix feedback loop with RTT read async
* Update comments, error
* Update KTX2 exporter to use read pixels async | [
{
"path": "examples/jsm/exporters/EXRExporter.js",
"patch": "@@ -205,7 +205,7 @@ async function getPixelData( renderer, rtt, info ) {\n \n \t\t}\n \n-\t\trenderer.readRenderTargetPixels( rtt, 0, 0, info.width, info.height, dataBuffer );\n+\t\tawait renderer.readRenderTargetPixelsAsync( rtt, 0, 0, info.width... | 2024-09-04T12:46:00 |
golang/go | 9b7a3280895277471f53a4168439094e22a32390 | 7f9ab7203fd874f23f3881470ce5686391530c1a | crypto/internal/fips140: remove key import PCTs, make keygen PCTs fatal
CMVP clarified with the September 2nd changes to IG 10.3.A that PCTs
don't need to run on imported keys.
However, PCT failure must enter the error state (which for us is fatal).
Thankfully, now that PCTs only run on key generation, we can be ass... | [
{
"path": "src/crypto/internal/fips140/cast.go",
"patch": "@@ -56,27 +56,34 @@ func CAST(name string, f func() error) {\n }\n \n // PCT runs the named Pairwise Consistency Test (if operated in FIPS mode) and\n-// returns any errors. If an error is returned, the key must not be used.\n+// aborts the program ... | 2025-09-05T02:19:18 |
tensorflow/tensorflow | 062628a67ee6c54afdd50bf85b046ce02ef713c6 | 4965b87b732f17181fc75de85a60edb30c24c9c9 | PR #35356: [ROCM] fixing warp size for multioutput fusion test for rocm platform
Imported from GitHub PR https://github.com/openxla/xla/pull/35356
📝 Summary of Changes
Fixes UT for ROCM platform when warp_size = 64
🎯 Justification
There is one subtest which implicitly assumes that warp_size=32 which breaks on ROCM... | [
{
"path": "third_party/xla/xla/tests/BUILD",
"patch": "@@ -3470,19 +3470,22 @@ xla_test(\n \":hlo_pjrt_interpreter_reference_mixin\",\n \":hlo_pjrt_test_base\",\n \":literal_test_util\",\n+ \":pjrt_client_registry\",\n \":xla_internal_test_main\", # fixdeps: keep\n ... | 2026-01-05T15:30:07 |
mrdoob/three.js | 7ff45b06b02d43e3b15de2d891866f569505247a | 151a1f25eca15a82df67f0d686cac8aa903b3b2f | JoltPhysics/RapierPhysics: Fix some warning messages (#29315) | [
{
"path": "examples/jsm/physics/JoltPhysics.js",
"patch": "@@ -61,7 +61,7 @@ async function JoltPhysics() {\n \n \tif ( Jolt === null ) {\n \n-\t\tconst { default: initJolt } = await import( JOLT_PATH );\n+\t\tconst { default: initJolt } = await import( `${JOLT_PATH}` );\n \t\tJolt = await initJolt();\n \n ... | 2024-09-04T07:40:08 |
denoland/deno | a97ff6d98b69dfcaf37a3153bb178159c305a7ed | e85fc1827399e370a226e6a4b4102ce57871a403 | fix(ext/fetch): only uppercase known methods (#30290)
Closes #30288 | [
{
"path": "ext/fetch/23_request.js",
"patch": "@@ -18,17 +18,15 @@ const {\n ObjectPrototypeIsPrototypeOf,\n RegExpPrototypeExec,\n StringPrototypeStartsWith,\n+ StringPrototypeToUpperCase,\n Symbol,\n SymbolFor,\n TypeError,\n } = primordials;\n \n import * as webidl from \"ext:deno_webidl/00_... | 2025-09-03T09:19:07 |
golang/go | 7f9ab7203fd874f23f3881470ce5686391530c1a | fb5719cbda01c64f2f8d2eeed8592a494de59d65 | crypto/internal/fips140: update frozen module version to "v1.0.0"
We are re-sealing the .zip file anyway for another reason, might as well
take the opportunity to fix the "v1.0" mistake.
Note that the actual returned version change will happen when re-sealing
the .zip, as the latest mkzip.go will inject "v1.0.0" inst... | [
{
"path": "src/crypto/internal/cryptotest/hash.go",
"patch": "@@ -20,7 +20,7 @@ type MakeHash func() hash.Hash\n // TestHash performs a set of tests on hash.Hash implementations, checking the\n // documented requirements of Write, Sum, Reset, Size, and BlockSize.\n func TestHash(t *testing.T, mh MakeHash) {... | 2025-09-10T10:19:49 |
swiftlang/swift | e25f58fadd223c5840e9153dce656decb92db9d9 | c233fb6d7425b3ab9392239c617925cffef5f53e | [Test][Interpreter] Restore DONT-CHECK else branch and handle both FileCheck prefixes | [
{
"path": "test/Interpreter/SDK/check_class_for_archiving_log.swift",
"patch": "@@ -2,7 +2,7 @@\n // RUN: %target-build-swift %s -module-name=_Test -import-objc-header %S/Inputs/check_class_for_archiving.h -o %t/a.out\n // RUN: %target-codesign %t/a.out\n // RUN: %target-run %t/a.out > %t/output.txt 2>%t/st... | 2026-02-05T20:39:50 |
denoland/deno | 2294364519e4c391af68729ff1e4bd50edf0108b | 858f10da3c3ce2d3467a104b65ab3073de894def | feat(lint): no-import-prefix workspace rule (#30598)
Lint rule that's enabled by default in a workspace (when there's a
deno.json or package.json) in order to encourage using bare specifiers
and storing dependencies in a single place in the config file. | [
{
"path": "Cargo.lock",
"patch": "@@ -2275,9 +2275,9 @@ dependencies = [\n \n [[package]]\n name = \"deno_lint\"\n-version = \"0.78.0\"\n+version = \"0.79.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"1d1e154f4e9593637d1f340d35b6597e13cfe5cd10eb293ec1168d75a3007955\... | 2025-09-02T22:59:19 |
mrdoob/three.js | e45334a3dbeefbe0aab1ee104ea25b20b9f6cc22 | 9bff1d409e45de5b316b251dd96c160eee459e27 | Fix fr manual (#29305)
* Add Giro3D to libraries and plugins
Mention Giro3D as a Geospatial framework based on Three ( giro3d.org )
* Add link to Giro3D to all manuals
* Fix untranslated items in French manual, and fix some translations | [
{
"path": "docs/manual/fr/introduction/How-to-update-things.html",
"patch": "@@ -95,33 +95,34 @@ <h2>BufferGeometry</h2>\n }\n \t\t\t</code>\n \t\t\t<p>\n-\t\t\t\tIf you want to change the <em>number of points</em> rendered after the first render, do this:\n+\t\t\t\tSi vous voulez changer le <em>nombre de p... | 2024-09-03T15:12:28 |
tensorflow/tensorflow | d1a44602e876fdd7fb488af9b9058a34d6a7023a | ef3115dceaa57e22b544522cb7854c034efa7e5c | Fix severe memory leak in GeneratorDatasetOp with Python 3.11+
This patch sets M_TRIM_THRESHOLD using mallopt on Linux within the GeneratorDatasetOp constructor. This forces glibc to aggressively release unused memory back to the OS, mitigating a memory leak caused by Python 3.11's allocation patterns during generator... | [
{
"path": "tensorflow/core/kernels/data/BUILD",
"patch": "@@ -341,7 +341,6 @@ tf_kernel_library(\n \"//tensorflow/core:core_cpu_internal\",\n \"//tensorflow/core:dataset_ops_op_lib\",\n \"//tensorflow/core:framework\",\n- \"//tensorflow/core:lib\",\n \"//tensorflow/cor... | 2026-01-05T14:15:47 |
denoland/deno | 858f10da3c3ce2d3467a104b65ab3073de894def | 6523e3f49b92eaf1efe3bcb7082f27b57e7205a8 | fix(types): specify `ArrayBuffer` as a backing buffer type for `Response.body` and `Response.bytes` (#30435) | [
{
"path": "cli/tsc/dts/lib.deno_fetch.d.ts",
"patch": "@@ -45,7 +45,7 @@ declare var FormData: {\n /** @category Fetch */\n interface Body {\n /** A simple getter used to expose a `ReadableStream` of the body contents. */\n- readonly body: ReadableStream<Uint8Array> | null;\n+ readonly body: ReadableStr... | 2025-09-02T21:54:38 |
swiftlang/swift | d5f9a1eeeb373a23d3bebbe1f5bcf6fce8327efb | 3f8c798cfe25bbb04f2bae2ec81a46259f5f637b | Revert "Merge pull request #84789 from nickolas-pohilets/mpokhylets/fix-82618"
This reverts commit b633bd37acf58cc5b875253ffa1c6ca42c6c444e, reversing
changes made to b27bb64b03755f8c4e8b28aba3d06b1d240fd42a. | [
{
"path": "include/swift/AST/Expr.h",
"patch": "@@ -267,7 +267,7 @@ class alignas(8) Expr : public ASTAllocated<Expr> {\n Kind : 2\n );\n \n- SWIFT_INLINE_BITFIELD(ClosureExpr, AbstractClosureExpr, 1+1+1+1+1+1+1+1+1+1,\n+ SWIFT_INLINE_BITFIELD(ClosureExpr, AbstractClosureExpr, 1+1+1+1+1+1+1+1+1,\n ... | 2026-02-05T19:34:59 |
mrdoob/three.js | b4ce623a7621021130369a15a8100d64fd26b2ff | 6b2b4796f7dc5e956cba350815e7fbc8a9372e99 | LightProbeHelperGPU: Fix uniform update. (#29303)
* LightProbeHelperGPU: Clean up.
* LightProbeHelperGPU: Fix uniform update.
* Clean up. | [
{
"path": "examples/jsm/helpers/LightProbeHelperGPU.js",
"patch": "@@ -36,6 +36,7 @@ class LightProbeHelper extends Mesh {\n \t\tthis.type = 'LightProbeHelper';\n \n \t\tthis._intensity = intensity;\n+\t\tthis._sh = sh;\n \n \t\tthis.onBeforeRender();\n \n@@ -54,6 +55,9 @@ class LightProbeHelper extends Mes... | 2024-09-03T10:04:41 |
denoland/deno | 6523e3f49b92eaf1efe3bcb7082f27b57e7205a8 | 9c197682f9d2fa0dce854fbe196cea3ef6668aab | fix(types): specify `ArrayBuffer` as a backing buffer type for `TextEncoder.encode()` (#30434) | [
{
"path": "cli/tsc/dts/lib.deno_web.d.ts",
"patch": "@@ -452,12 +452,6 @@ interface TextEncoderEncodeIntoResult {\n written: number;\n }\n \n-/** @category Encoding */\n-interface TextEncoder extends TextEncoderCommon {\n- /** Returns the result of running UTF-8's encoder. */\n- encode(input?: string): ... | 2025-09-02T21:54:13 |
mrdoob/three.js | b26848e58d9b801a7a6f836a21a3ba55448c9cb8 | 6b74981b67da7a33a78a1f8817b90eacd4b05d1f | PMREMGenerator: Fix compile methods and background usage. (#29297)
* PMREMGenerator: Fix compile methods and background usage.
* PMREMGenerator: Make compile*() methods async. | [
{
"path": "src/renderers/common/extras/PMREMGenerator.js",
"patch": "@@ -176,12 +176,12 @@ class PMREMGenerator {\n \t * Pre-compiles the cubemap shader. You can get faster start-up by invoking this method during\n \t * your texture's network fetch for increased concurrency.\n \t */\n-\tcompileCubemapShader... | 2024-09-02T13:04:23 |
golang/go | d70ad4e740e24b4b76961c4b56d698fa23668aa2 | d7abfe4f0dc91568648a66495b9f5d7ebc0f22b5 | sync/atomic: correct Uintptr.Or return doc
Uintptr.Or returns the old value, just like all of the other Or
functions. This was a typo in the original CL 544455.
Fixes #75607.
Change-Id: I260959e7e32e51f1152b5271df6cc51adfa02a4d
Reviewed-on: https://go-review.googlesource.com/c/go/+/706816
Reviewed-by: Michael Knysze... | [
{
"path": "src/sync/atomic/type.go",
"patch": "@@ -232,7 +232,7 @@ func (x *Uintptr) Add(delta uintptr) (new uintptr) { return AddUintptr(&x.v, del\n func (x *Uintptr) And(mask uintptr) (old uintptr) { return AndUintptr(&x.v, mask) }\n \n // Or atomically performs a bitwise OR operation on x using the bitma... | 2025-09-25T17:12:12 |
tensorflow/tensorflow | 66086c8c91f38333d7f424e1444e0ea85bfc16d2 | 5e099522824b0c1f8015ca24e75bad3e1d2244f1 | Plumb DebugOptions through GpuExecutable::FromProto.
This change ensures that runtime debug options, such as those controlling command buffer behavior during profiling, are correctly propagated when loading a GpuExecutable from a proto representation. This is necessary for AOT compiled modules to respect these setting... | [
{
"path": "third_party/xla/xla/backends/gpu/runtime/command_buffer_conversion_pass.cc",
"patch": "@@ -352,6 +352,12 @@ ConvertThunksToCommandBuffer(\n !debug_options.xla_enable_command_buffers_during_profiling()) {\n thunk_info.profile_annotation += \" (disabled for profiling)\";\n }\n+ VLOG(2)... | 2026-01-05T10:16:16 |
mrdoob/three.js | 6e11310fd72274140dc49d97f54ff4f2f8aa4a26 | 4650fd775e5f18b9ce0d06899035ff7133a20863 | WebGPURenderer: Fix race condition and ensure unbinding buffers (#29293) | [
{
"path": "src/renderers/webgl-fallback/utils/WebGLAttributeUtils.js",
"patch": "@@ -233,10 +233,16 @@ class WebGLAttributeUtils {\n \n \t\tconst dstBuffer = new attribute.array.constructor( array.length );\n \n+\t\t// Ensure the buffer is bound before reading\n+\t\tgl.bindBuffer( gl.COPY_WRITE_BUFFER, writ... | 2024-09-02T09:05:35 |
denoland/deno | bb6c27e4cca498746d7d83005bf8b84fdf727161 | e65f4a35ba6291c73132b98c9c1880aa4273d59b | fix(check): support "compilerOptions.rootDirs" in tsconfig (#30495)
Previously, to get the svelte template (`npx sv create`) to work under
Deno, a knowledgeable user would have to convert the compiler options
under `.svelte-kit/tsconfig.json` to a `deno.json`. This catches up
Deno's tsconfig support so they don't have... | [
{
"path": "cli/lsp/compiler_options.rs",
"patch": "@@ -29,7 +29,7 @@ pub struct LspCompilerOptionsData {\n \n #[derive(Debug)]\n pub struct LspCompilerOptionsResolver {\n- inner: CompilerOptionsResolver,\n+ pub inner: Arc<CompilerOptionsResolver>,\n data: BTreeMap<CompilerOptionsKey, LspCompilerOptionsD... | 2025-09-02T18:39:57 |
golang/go | d7abfe4f0dc91568648a66495b9f5d7ebc0f22b5 | 393d91aea060e5b379e7913e524026d0672a96a7 | runtime: acquire/release C TSAN lock when calling cgo symbolizer/tracebacker
When calling into C via cmd/cgo, the generated code calls
_cgo_tsan_acquire / _cgo_tsan_release around the C call to report a
dummy lock to the C/C++ TSAN runtime. This is necessary because the
C/C++ TSAN runtime does not understand synchroni... | [
{
"path": "src/cmd/cgo/internal/testsanitizers/testdata/tsan_tracebackctxt/main.go",
"patch": "@@ -0,0 +1,78 @@\n+// Copyright 2025 The Go Authors. All rights reserved.\n+// Use of this source code is governed by a BSD-style\n+// license that can be found in the LICENSE file.\n+\n+package main\n+\n+/*\n+// ... | 2025-05-30T21:05:41 |
swiftlang/swift | 2c5542870d19689c53eba12078fdeb847e88cdff | 76807253965b0c4a518b52e5edcd64dd79fb65ec | [Swiftify] mark init overloads "convenience" in classes
This fixes a test failure where the macro expansion did not mark it's
generated initializer as "convenience init". Struct initializers are
never marked "convenience init" however, so this checks the parent
context. | [
{
"path": "lib/Macros/Sources/SwiftMacros/SwiftifyImportMacro.swift",
"patch": "@@ -1588,7 +1588,7 @@ func deconstructFunction(_ declaration: some DeclSyntaxProtocol) throws -> Funct\n \n func constructOverloadFunction(forDecl declaration: some DeclSyntaxProtocol, leadingTrivia: Trivia,\n ... | 2026-02-05T19:25:40 |
mrdoob/three.js | 677f3880ebe2efe910449b5edeecc84706bc5ca6 | 1e91229b6e93a374ad5bc5f8d7119b05b02c9d26 | Examples: Fix `webgpu_materials` example using NodeMaterials lib (#29291)
* add nodematerials to lib
* added count limit | [
{
"path": "examples/webgpu_instance_mesh.html",
"patch": "@@ -69,7 +69,7 @@\n \t\t\t\t\t//\n \n \t\t\t\t\tconst gui = new GUI();\n-\t\t\t\t\tgui.add( mesh, 'count', 0, count );\n+\t\t\t\t\tgui.add( mesh, 'count', 1, count );\n \n \t\t\t\t} );\n ",
"additions": 1,
"deletions": 1,
"language": "HTM... | 2024-09-02T02:15:22 |
denoland/deno | 50aa89f1ea2400c55b500419f71e88854b7579ad | 18fe3d1e1cd70c7b353fa8d9f1e93578b26e1cda | fix(check): don't ignore ambient declarations for existent files (#30591) | [
{
"path": "cli/tsc/mod.rs",
"patch": "@@ -738,23 +738,7 @@ fn op_load_inner(\n } else {\n &specifier\n };\n- let maybe_module = match graph.try_get(specifier) {\n- Ok(maybe_module) => maybe_module,\n- Err(err) => match err.as_kind() {\n- deno_graph::ModuleErrorKind::Unsuppo... | 2025-09-02T09:48:48 |
tensorflow/tensorflow | 92dc4865bf8b58d9d91202535f0c2ddaf01b9f7f | 3fcfb63876c5569068a0964b28b5f8a2104cf808 | PR #35668: Bump numpy from 2.3.5 to 2.4.0
Imported from GitHub PR https://github.com/openxla/xla/pull/35668
Bumps [numpy](https://github.com/numpy/numpy) from 2.3.5 to 2.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/numpy/numpy/releases">numpy's releases</a>.</em></p>... | [
{
"path": "third_party/xla/requirements_lock_3_11.txt",
"patch": "@@ -1,78 +1,76 @@\n-numpy==2.3.5 \\\n- --hash=sha256:00dc4e846108a382c5869e77c6ed514394bdeb3403461d25a829711041217d5b \\\n- --hash=sha256:0472f11f6ec23a74a906a00b48a4dcf3849209696dff7c189714511268d103ae \\\n- --hash=sha256:04822c00b5... | 2026-01-05T08:35:10 |
golang/go | 393d91aea060e5b379e7913e524026d0672a96a7 | 6dceff8bad6213bca76361462c99b0d06fd0a8f9 | cmd/fix: remove all functionality
The buildtag fixer has been incorporated into the vet analyzer
of the same name; all other fixers were already no-ops since
CL 695855.
Fixes #73605
Updates #71859
Change-Id: I90b6c730849a5ecbac3e6fb6fc0e062b5de74831
Reviewed-on: https://go-review.googlesource.com/c/go/+/706758
Revie... | [
{
"path": "src/cmd/fix/buildtag.go",
"patch": "@@ -1,52 +0,0 @@\n-// Copyright 2020 The Go Authors. All rights reserved.\n-// Use of this source code is governed by a BSD-style\n-// license that can be found in the LICENSE file.\n-\n-package main\n-\n-import (\n-\t\"go/ast\"\n-\t\"go/version\"\n-\t\"strings... | 2025-09-25T16:41:08 |
mrdoob/three.js | ea434377a78c839fbdaa1f049f0f27ffd0328034 | 8ca1d4dff992d45598e4280d86683dd3cce133d7 | TSL: Fix `normalView` normalize() applied at vertex stage (#29280) | [
{
"path": "src/nodes/accessors/Normal.js",
"patch": "@@ -36,15 +36,15 @@ export const normalView = /*@__PURE__*/ ( Fn( ( builder ) => {\n \n \t} else {\n \n-\t\tnode = normalViewVarying || ( normalViewVarying = varying( modelNormalMatrix.mul( normalLocal ), 'v_normalView' ).normalize() );\n+\t\tnode = norma... | 2024-08-31T21:39:06 |
denoland/deno | 1ef0d0838ee6785da0458dc09ad936c00364741a | e89ed6833f4de046bc055cf86777c64682283069 | fix(ext/node): implement http.res.setHeaders (#30586)
Closes #30540
Also fixes res.writeHead implementation to parse array values correctly.
For example, `res.writeHead(200, [["foo", "bar"]])` and
`res.writeHead(200, ["foo", "bar"])` should produce the same result.
These changes allows
[parallel/test-http-response-s... | [
{
"path": "ext/node/polyfills/http.ts",
"patch": "@@ -1584,6 +1584,49 @@ ServerResponse.prototype.setHeader = function (\n return this;\n };\n \n+ServerResponse.prototype.setHeaders = function setHeaders(\n+ this: ServerResponse,\n+ headers: Headers | Map<string, string | string[]>,\n+) {\n+ if (this._... | 2025-09-01T21:13:03 |
tensorflow/tensorflow | 3fcfb63876c5569068a0964b28b5f8a2104cf808 | eb3b582a4b32a18d85f50822d2eb42e862732dff | PR #35805: [xla] Log StreamExecutor device details
Imported from GitHub PR https://github.com/openxla/xla/pull/35805
Example:
```
I1230 23:57:10.564970 746717 service.cc:153] XLA service 0x39d003e0 initialized for platform CUDA (this does not guarantee that XLA will be used). Devices:
I1230 23:57:10.565088 746717 ... | [
{
"path": "third_party/xla/xla/service/service.cc",
"patch": "@@ -158,9 +158,13 @@ Service::Service(const ServiceOptions& options,\n for (int i = 0; i < execute_backend_->device_count(); ++i) {\n se::StreamExecutor* executor = stream_executors.at(i);\n const auto& description = executor->Get... | 2026-01-05T08:19:26 |
golang/go | 6dceff8bad6213bca76361462c99b0d06fd0a8f9 | 76d088eb74115ea14f774d1940557ca3047e1ebb | cmd/link: handle -w flag in external linking mode
Currently, when the -w flag is set, it doesn't actually disable
the debug info generation with in external linking mode. (It does
make the Go object have no debug info, but C objects may still
have.) Pass "-Wl,-S" to let the external linker disable debug info
generatio... | [
{
"path": "src/cmd/link/dwarf_test.go",
"patch": "@@ -370,14 +370,26 @@ func TestFlagW(t *testing.T) {\n \t\tt.Fatal(err)\n \t}\n \n-\ttests := []struct {\n+\ttype testCase struct {\n \t\tflag string\n \t\twantDWARF bool\n-\t}{\n+\t}\n+\ttests := []testCase{\n \t\t{\"-w\", false}, // -w flag disabl... | 2025-09-16T17:34:19 |
mrdoob/three.js | 8ca1d4dff992d45598e4280d86683dd3cce133d7 | 701c101243bcfce04bd629054a978fedee0a2284 | WebGPURenderer: Fix Material Arrays and Geometry Groups (#29278)
* WebGPURenderer: Fix Material Arrays and Geometry Groups
* rename to materials
* update screenshot name too | [
{
"path": "examples/files.json",
"patch": "@@ -345,6 +345,7 @@\n \t\t\"webgpu_loader_gltf_transmission\",\n \t\t\"webgpu_loader_materialx\",\n \t\t\"webgpu_materials\",\n+\t\t\"webgpu_materials_arrays\",\n \t\t\"webgpu_materials_basic\",\n \t\t\"webgpu_materials_displacementmap\",\n \t\t\"webgpu_materials_e... | 2024-08-31T14:44:29 |
denoland/deno | e89ed6833f4de046bc055cf86777c64682283069 | 6d49e26d600a796cdf675a72224b26cc61bdef03 | fix(ext/webgpu): add illegal constructor errors (#30500) | [
{
"path": "ext/node/ops/sqlite/mod.rs",
"patch": "@@ -91,7 +91,7 @@ pub enum SqliteError {\n #[error(\"session is not open\")]\n #[property(\"code\" = self.code())]\n SessionClosed,\n- #[class(generic)]\n+ #[class(type)]\n #[error(\"Illegal constructor\")]\n #[property(\"code\" = self.code())]\n... | 2025-09-01T10:33:25 |
tensorflow/tensorflow | eb3b582a4b32a18d85f50822d2eb42e862732dff | d29f330e546c9bf62cefea60176523283b9436f4 | PR #35667: Bump github/codeql-action from 4.31.8 to 4.31.9
Imported from GitHub PR https://github.com/openxla/xla/pull/35667
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.8 to 4.31.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/github/co... | [
{
"path": "third_party/xla/.github/workflows/scorecards-analysis.yml",
"patch": "@@ -67,6 +67,6 @@ jobs:\n # Upload the results to GitHub's code scanning dashboard (optional).\n # Commenting out will disable upload of results to your repo's Code Scanning dashboard\n - name: \"Upload to cod... | 2026-01-05T08:06:33 |
golang/go | 5225e9dc497408c06e7e5c917081887cc9b2e321 | 81a83bba216a1382e53216f6535f3035c4a1ec4e | doc/next: document new image/jpeg DCT in release notes
Fixes #75603.
Change-Id: I0b4b93af467b97c2d4b5703e31605ff4f7970260
Reviewed-on: https://go-review.googlesource.com/c/go/+/706736
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.c... | [
{
"path": "doc/next/6-stdlib/99-minor/image/jpeg/75603.md",
"patch": "@@ -0,0 +1,2 @@\n+The JPEG encoder and decoder have been replaced with new, faster, more accurate implementations.\n+Code that expects specific bit-for-bit outputs from the encoder or decoder may need to be updated.",
"additions": 2,
... | 2025-09-25T15:13:45 |
mrdoob/three.js | 138a1fb8237c35edd3824f08148b9135a64b8c90 | 9a0ae535965dfabfff7f30eef5c3c16a7cc1ec5d | Examples: Fixed alphabetical list sorting. | [
{
"path": "examples/files.json",
"patch": "@@ -368,6 +368,7 @@\n \t\t\"webgpu_ocean\",\n \t\t\"webgpu_parallax_uv\",\n \t\t\"webgpu_particles\",\n+\t\t\"webgpu_performance\",\n \t\t\"webgpu_performance_renderbundle\",\n \t\t\"webgpu_pmrem_cubemap\",\n \t\t\"webgpu_pmrem_equirectangular\",\n@@ -396,7 +397,6 ... | 2024-08-30T06:34:12 |
swiftlang/swift | 0ac40aada4ea41d02e37f18dd5604e5eeebe7300 | df05c1fde37a8c32e06b950e39144a84da892f79 | Serialization: Error on type members broken by invalid modularization
Extend support for proper errors on broken modularization to type
members, previously only top-level declarations were reported as error.
This change raises errors with relevant context if a type member is
referenced from a swiftmodule file but at r... | [
{
"path": "include/swift/AST/DiagnosticsSema.def",
"patch": "@@ -1017,18 +1017,18 @@ ERROR(cxx_stdlib_kind_mismatch,none,\n (Identifier, StringRef, StringRef))\n \n ERROR(modularization_issue_decl_moved,Fatal,\n- \"reference to %select{top-level declaration|type}0 %1 broken by a context change; \... | 2026-02-02T23:24:33 |
denoland/deno | 6d49e26d600a796cdf675a72224b26cc61bdef03 | c1f873dc4f1566d7993c256ad3c1e39d3ac101da | fix(ext/node): path.relative compatibility (#30566)
Forked from Node.js implementation:
-
https://github.com/nodejs/node/blob/591ba692bfe30408e6a67397e7d18bfa1b9c3561/lib/path.js#L548
-
https://github.com/nodejs/node/blob/591ba692bfe30408e6a67397e7d18bfa1b9c3561/lib/path.js#L1294
This allows `parallel/test-path-relat... | [
{
"path": "ext/node/polyfills/path/_posix.ts",
"patch": "@@ -165,64 +165,55 @@ export function relative(from: string, to: string): string {\n \n if (from === to) return \"\";\n \n+ // Trim leading forward slashes.\n from = resolve(from);\n to = resolve(to);\n \n if (from === to) return \"\";\n \n- ... | 2025-09-01T09:44:51 |
mrdoob/three.js | 9a0ae535965dfabfff7f30eef5c3c16a7cc1ec5d | 480092d86aaa67cb0042e81bdfe6fbc29556bd70 | Examples: Fixed webgpu_tsl_vfx_flames smoothstep usage. | [
{
"path": "examples/webgpu_tsl_vfx_flames.html",
"patch": "@@ -27,7 +27,7 @@\n \t\t<script type=\"module\">\n \n \t\t\timport * as THREE from 'three';\n-\t\t\timport { PI2, spherizeUV, sin, step, texture, timerLocal, Fn, uv, vec2, vec3, vec4, mix, billboarding } from 'three/tsl';\n+\t\t\timport { PI2, oneMi... | 2024-08-30T06:31:13 |
tensorflow/tensorflow | 4d243a5b80e47ca03a69cf7f58be97146116a1e5 | 45a059b73b3c950efce98cceb836aa4753d3940c | PR #35568: Fix crash in LatencyHidingScheduler with compute offload
Imported from GitHub PR https://github.com/openxla/xla/pull/35568
📝 Summary of Changes
When running JAX unit tests with compute offload (e.g., test_compute_host_loop), the LatencyHidingScheduler(LHS) crashes with std::out_of_range exceptions when tr... | [
{
"path": "third_party/xla/xla/service/latency_hiding_scheduler.cc",
"patch": "@@ -828,6 +828,13 @@ BufferInfoTracker::BufferInfoTracker(\n std::function<void(const HloComputation*)> process_computation =\n [&process_computation, module, alias_analysis, this,\n &shape_size_bytes](const HloCom... | 2026-01-02T23:42:29 |
golang/go | 81a83bba216a1382e53216f6535f3035c4a1ec4e | 6b32c613ca2e69449b66ed552b93562e6be70577 | cmd: update x/tools@4df13e3
This includes only a couple of minor cmd/vet fixes for new(expr).
export GOWORK=off
cd src/cmd
go get golang.org/x/tools@4df13e3
go mod tidy
go mod vendor
For #45624
Change-Id: Iafba4350d321d6cd1fcc91a062e2c150e3f4d553
Reviewed-on: https://go-review.googlesource.com/c... | [
{
"path": "src/cmd/go.mod",
"patch": "@@ -11,7 +11,7 @@ require (\n \tgolang.org/x/sys v0.36.0\n \tgolang.org/x/telemetry v0.0.0-20250908211612-aef8a434d053\n \tgolang.org/x/term v0.34.0\n-\tgolang.org/x/tools v0.37.1-0.20250915202913-9fccddc465ef\n+\tgolang.org/x/tools v0.37.1-0.20250924232827-4df13e317ce4... | 2025-09-25T14:30:14 |
denoland/deno | c1f873dc4f1566d7993c256ad3c1e39d3ac101da | 983cb3ed23a9e412e6b0fdf5f8b525147333614d | fix(ext/node): Readable adapter cancel semantics (#30526)
Fix WebStreams adapter race condition when canceling during stream close
---------
Co-authored-by: gitstart-app[bot] <80938352+gitstart-app[bot]@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | [
{
"path": "ext/node/polyfills/internal/webstreams/adapters.js",
"patch": "@@ -516,6 +516,8 @@ export function newReadableStreamFromStreamReadable(\n \n streamReadable.pause();\n \n+ let isCanceled = false;\n+\n const cleanup = finished(streamReadable, (error) => {\n if (error?.code === \"ERR_STREAM... | 2025-09-01T09:29:06 |
mrdoob/three.js | 480092d86aaa67cb0042e81bdfe6fbc29556bd70 | 7b62fdd64e2a66a0a4ab80325d64b1760ee56f59 | Fixed smoothstep usage failing to compile in Chrome Beta. (#29265) | [
{
"path": "examples/webgpu_tsl_coffee_smoke.html",
"patch": "@@ -29,7 +29,7 @@\n \t\t<script type=\"module\">\n \n \t\t\timport * as THREE from 'three';\n-\t\t\timport { mix, mul, positionLocal, smoothstep, texture, timerLocal, rotateUV, Fn, uv, vec2, vec3, vec4 } from 'three/tsl';\n+\t\t\timport { mix, mul... | 2024-08-30T06:21:07 |
golang/go | fbba93027174956a57c8b4493cbf0d0521b65774 | 92e093467f3ca3e348b2c933c24d1803efe4c006 | image/jpeg: replace fdct.go and idct.go with new implementation in dct.go
The fdct.go and idct.go files were derived from the MPEG-SSG and
JPEG-IJG reference code and therefore carry licenses specific to those
groups. Various license checkers flag these files as potentially
problematic. The code is also not terribly w... | [
{
"path": "src/image/decode_example_test.go",
"patch": "@@ -70,22 +70,22 @@ func Example() {\n \t}\n \t// Output:\n \t// bin red green blue alpha\n-\t// 0x0000-0x0fff: 364 790 7242 0\n-\t// 0x1000-0x1fff: 645 2967 1039 0\n-\t// 0x2000-0x2fff: 1072 2299 979 ... | 2025-09-18T16:27:06 |
denoland/deno | 983cb3ed23a9e412e6b0fdf5f8b525147333614d | f531dd05cab5de4dd3750e0998eb64fa3d978c04 | fix(lsp): goto-type-definition for builtin on startup (#30499)
Fixes #30481. | [
{
"path": "cli/lsp/analysis.rs",
"patch": "@@ -703,11 +703,11 @@ pub fn fix_ts_import_changes(\n let target_module = if is_new_file {\n None\n } else {\n- let Some(target_module) = language_server\n- .document_modules\n- .inspect_module_for_specifier(\n+ let Some(target... | 2025-09-01T08:08:05 |
mrdoob/three.js | db2025100e5e87b4dc2cb0cad5f054f25984f680 | 3cbd97721ea7ced123049cde7d70a9d78d82d9dc | Fixed report-size.yml | [
{
"path": ".github/workflows/report-size.yml",
"patch": "@@ -205,7 +205,7 @@ jobs:\n || Filesize `${{ github.ref_name }}` | Filesize PR | Diff |\n |---|:-:|:-:|:-:|\n | three.module | ${{ steps.format.outputs.WEBGL_FILESIZE_BASE }} <br> **${{ steps.format.outputs.WEBGL_FI... | 2024-08-30T00:11:52 |
kubernetes/kubernetes | bee2251aef5c8045033fb90fd5c0e24d50e1813a | 508074f023a82230a3af03a3827e7fa1aebbaa7a | Fixed `kubectl alpha kuberc set` command to preserve unspecified fields on overwrite (#135619)
* Fix kuberc set command to preserve unspecified fields on overwrite
* remove ambiguous description | [
{
"path": "staging/src/k8s.io/kubectl/pkg/cmd/kuberc/set.go",
"patch": "@@ -243,6 +243,12 @@ func (o *SetOptions) setDefaults(pref *v1beta1.Preference, options []v1beta1.Com\n \t\t\t\treturn fmt.Errorf(\"defaults for command %q already exist, use --overwrite to replace\", o.Command)\n \t\t\t}\n \n+\t\t\tif ... | 2025-12-18T07:28:34 |
golang/go | 92e093467f3ca3e348b2c933c24d1803efe4c006 | 27c7bbc51c812570e534d0aa0a8dc8733e5e3abf | image/jpeg: correct and test reference slowFDCT and slowIDCT
The reference implementations slowFDCT and slowIDCT were not
rounding correctly, making the test not as good as it could be.
Before, the real implementations were required to always produce
values within ±2 of the reference; now, with no changes,
the real im... | [
{
"path": "src/image/jpeg/dct_test.go",
"patch": "@@ -7,6 +7,7 @@ package jpeg\n import (\n \t\"fmt\"\n \t\"math\"\n+\t\"math/big\"\n \t\"math/rand\"\n \t\"strings\"\n \t\"testing\"\n@@ -29,11 +30,37 @@ func BenchmarkIDCT(b *testing.B) {\n \tbenchmarkDCT(b, idct)\n }\n \n+const testSlowVsBig = true\n+\n fun... | 2025-09-19T15:36:11 |
denoland/deno | f531dd05cab5de4dd3750e0998eb64fa3d978c04 | daa412b0f2898a1c1e2184a6cb72b69f5806d6a5 | fix(cli): support data urls in preload by not splitting on comma. (#30544)
Specify multple files separately, `--preload p1.js --preload p2.js`
instead of `--preload p1.js,p2.js`. Closes #30543. | [
{
"path": "cli/args/flags.rs",
"patch": "@@ -4436,7 +4436,6 @@ fn preload_arg() -> Arg {\n .long(\"preload\")\n .alias(\"import\")\n .value_name(\"FILE\")\n- .use_value_delimiter(true)\n .action(ArgAction::Append)\n .help(\"A list of files that will be executed before the main module\... | 2025-08-31T11:52:40 |
mrdoob/three.js | 3cbd97721ea7ced123049cde7d70a9d78d82d9dc | 577ec00acea525d9ff8a93d3ed28fdf64b401340 | Fixed report-size.yml | [
{
"path": ".github/workflows/report-size.yml",
"patch": "@@ -161,6 +161,8 @@ jobs:\n echo \"WEBGL_FILESIZE_BASE=$WEBGL_FILESIZE_BASE_FORM\" >> $GITHUB_OUTPUT\n echo \"WEBGL_FILESIZE_BASE_GZIP=$WEBGL_FILESIZE_BASE_GZIP_FORM\" >> $GITHUB_OUTPUT\n echo \"WEBGL_FILESIZE_DIFF=$WEBGL... | 2024-08-30T00:10:55 |
golang/go | f15cd63ec4860c4f2c23cc992843546e0265c332 | 371c1d2fcb48fa79ac30812231ecef0e26f539dc | cmd/compile: don't rely on loop info when there are irreducible loops
Loop information is sketchy when there are irreducible loops.
Sometimes blocks inside 2 loops can be recorded as only being part of
the outer loop. That causes tighten to move values that want to move
into such a block to move out of the loop altoge... | [
{
"path": "src/cmd/compile/internal/ssa/tighten.go",
"patch": "@@ -123,18 +123,21 @@ func tighten(f *Func) {\n \n \t\t// If the target location is inside a loop,\n \t\t// move the target location up to just before the loop head.\n-\t\tfor _, b := range f.Blocks {\n-\t\t\torigloop := loops.b2l[b.ID]\n-\t\t\t... | 2025-09-23T23:31:26 |
tensorflow/tensorflow | 2938c5fd35973f620fa0d00553af3824bd36825d | 6fc67e9a8bd2c886dcd395758b911f0ebf736947 | Fix InitializeTableFromDataset crash by using OP_REQUIRES_ASYNC
The InitializeTableFromDataset function was using OP_REQUIRES and
OP_REQUIRES_OK macros inside an AsyncOpKernel context. These macros
call CheckNotInComputeAsync() which causes a runtime abort when used
in async kernels.
Replaced with OP_REQUIRES_ASYNC a... | [
{
"path": "tensorflow/core/kernels/data/experimental/lookup_ops.cc",
"patch": "@@ -146,32 +146,40 @@ void InitializeTableFromDataset(OpKernelContext* ctx,\n // Construct the cleanup before `iter` below so that `iter` is destroyed\n // before calling `done`.\n auto cleanup = gtl::MakeCleanup([done = st... | 2025-12-31T17:55:18 |
denoland/deno | daa412b0f2898a1c1e2184a6cb72b69f5806d6a5 | 36620f6f575f4171f21525109b5bd88db62f380c | fix(init): use temp `node_modules` folders for `deno init --npm ...` (#30492)
Changes it to use a temp directory for node_modules folders for `deno
init --npm` | [
{
"path": "cli/args/flags.rs",
"patch": "@@ -752,6 +752,8 @@ pub struct InternalFlags {\n /// Used when the language server is configured with an\n /// explicit cache option.\n pub cache_path: Option<PathBuf>,\n+ /// Override the path to use for the node_modules directory.\n+ pub root_node_modules_d... | 2025-08-29T23:33:47 |
mrdoob/three.js | 54e591c3fd0a066e10e2bb4c7bc1ddeec065d132 | 2118a4056abd79c855811992322a9a591c767f7d | WebGPURenderer: fix cache textureViews (#29261) | [
{
"path": "src/renderers/webgpu/utils/WebGPUBindingUtils.js",
"patch": "@@ -243,7 +243,7 @@ class WebGPUBindingUtils {\n \t\t\t\t} else {\n \n \t\t\t\t\tconst mipLevelCount = binding.store ? 1 : textureData.texture.mipLevelCount;\n-\t\t\t\t\tconst propertyName = `view-${ mipLevelCount }`;\n+\t\t\t\t\tconst ... | 2024-08-29T23:11:52 |
swiftlang/swift | f39359eb3501cf33cedcacc2fe5deb8ad37ca7fb | f627832f94ac2f16682f68ec289183c19f3db85d | LifetimeDependence: Fix issues from earlier refactor
This addresses feedback from #86560:
- Remove redundant collectParameterInfo call
- Consistent naming of ParamInfo variables
- Explicit type name instead of decltype
Also add nullptr checks on afd, as appropriate. | [
{
"path": "lib/AST/LifetimeDependence.cpp",
"patch": "@@ -452,7 +452,7 @@ class LifetimeDependenceChecker {\n \n // A parameter corresponding to the implicit self declaration of\n // the function, if it has one. Otherwise, std::nullopt.\n- std::optional<ParamInfo> implicitSelfParam;\n+ std::optional<P... | 2026-01-15T18:44:20 |
golang/go | d7a38adf4c81f0fa83203e37844192182b22680a | 7bc1935db55c9d182617aba074f048f9c7573680 | runtime: eliminate global span queue [green tea]
This change removes the locked global span queue and replaces the
fixed-size local span queue with a variable-sized local span queue. The
variable-sized local span queue grows as needed to accomodate local
work. With no global span queue either, GC workers balance work ... | [
{
"path": "src/runtime/export_test.go",
"patch": "@@ -1289,30 +1289,6 @@ func MSpanCountAlloc(ms *MSpan, bits []byte) int {\n \treturn result\n }\n \n-type MSpanQueue mSpanQueue\n-\n-func (q *MSpanQueue) Size() int {\n-\treturn (*mSpanQueue)(q).n\n-}\n-\n-func (q *MSpanQueue) Push(s *MSpan) {\n-\t(*mSpanQue... | 2025-08-15T17:09:05 |
tensorflow/tensorflow | 720202b2eea037bb6dcf321c63de9be718e9f080 | 67426a18ba1733061b47dbd1273e203999cce3cf | PR #35670: [ROCm] Fix invalid rocm_distro argument
Imported from GitHub PR https://github.com/openxla/xla/pull/35670
📝 Summary of Changes
Fix regression in hermetic rocm builds due to an invalid argument
🎯 Justification
Fix invalid argument passed to setup rocm redist directory
🚀 Kind of Contribution
Please remo... | [
{
"path": "third_party/xla/tensorflow.bazelrc",
"patch": "@@ -288,9 +288,7 @@ common:rocm_ci --config=rocm\n \n common:rocm_ci_hermetic --dynamic_mode=off\n common:rocm_ci_hermetic --config=rocm_clang_official\n-common:rocm_ci_hermetic --repo_env=\"ROCM_DISTRO_URL=https://therock-nightly-tarball.s3.amazonaw... | 2025-12-29T08:51:16 |
mrdoob/three.js | 2118a4056abd79c855811992322a9a591c767f7d | 8eb3ef239eb80d56bce1d2ce67773e257487ddd7 | WebGPURenderer: cache textureViews for reuse in bindGroup (#29257)
* text cache wip
tex cache
* reorder
* use correct mipLevelCount
* remove debug code
---------
Co-authored-by: aardgoose <angus.sawyer@email.com> | [
{
"path": "src/renderers/webgpu/utils/WebGPUBindingUtils.js",
"patch": "@@ -234,37 +234,46 @@ class WebGPUBindingUtils {\n \n \t\t\t\tconst textureData = backend.get( binding.texture );\n \n-\t\t\t\tlet dimensionViewGPU;\n+\t\t\t\tlet resourceGPU;\n \n-\t\t\t\tif ( binding.isSampledCubeTexture ) {\n+\t\t\t\... | 2024-08-29T22:34:15 |
denoland/deno | 36620f6f575f4171f21525109b5bd88db62f380c | 7b16237a43d86e1679ad9a4baaf06b452b09f0e8 | fix: upgrade to swc_ecma_parser 23 (#30564) | [
{
"path": ".dprint.json",
"patch": "@@ -78,7 +78,7 @@\n \"tests/specs/run/error_syntax_empty_trailing_line/error_syntax_empty_trailing_line.mjs\"\n ],\n \"plugins\": [\n- \"https://plugins.dprint.dev/typescript-0.95.9.wasm\",\n+ \"https://plugins.dprint.dev/typescript-0.95.11.wasm\",\n \"h... | 2025-08-29T19:36:36 |
golang/go | 74cc463f9e0ce37f1e3b24a0dbe3cdbba29efb89 | 902dc27ae9b0670cc35ca972dfe1a5f45b66eb9e | go/token: add TestRemovedFileFileReturnsNil test
While debugging test issue in the previous CL i noted that we don't have
a proper test for RemoveFile.
Change-Id: I6a6a6964426ed3cf6725a58ec377686c2900c626
Reviewed-on: https://go-review.googlesource.com/c/go/+/705757
Reviewed-by: Alan Donovan <adonovan@google.com>
LUC... | [
{
"path": "src/go/token/position_test.go",
"patch": "@@ -621,3 +621,25 @@ func TestRemoveFileRace(t *testing.T) {\n \t\tstart <- struct{}{}\n \t}\n }\n+\n+func TestRemovedFileFileReturnsNil(t *testing.T) {\n+\tfset := NewFileSet()\n+\n+\t// Create bunch of files.\n+\tvar files []*File\n+\tfor i := range 100... | 2025-09-22T08:54:29 |
swiftlang/swift | cbf1c24233e3eb35b38624092e84d6c67871dc55 | dcad02e22b5f0bb2674c5ea4b710d5f866e5a093 | LoopUnroll: avoid iterating over an `llvm::DenseMap`
Use `llvm::MapVector` instead.
Fixes a potential non-determinism bug. | [
{
"path": "lib/SILOptimizer/LoopTransforms/LoopUnroll.cpp",
"patch": "@@ -34,7 +34,6 @@\n using namespace swift;\n using namespace swift::PatternMatch;\n \n-using llvm::DenseMap;\n using llvm::MapVector;\n \n \n@@ -60,7 +59,7 @@ class LoopCloner : public SILCloner<LoopCloner> {\n \n // Update SSA helper.\... | 2026-02-05T12:32:11 |
mrdoob/three.js | 2b74466d5429c1587ebfc83a9c8a4b659e5bd44a | 50cb9b4479015f8a3044e1edf9fda014d4a94220 | WebGPURenderer: Video fix wrong colorSpace in WebGL Backend (#29254) | [
{
"path": "src/renderers/webgl-fallback/nodes/GLSLNodeBuilder.js",
"patch": "@@ -5,7 +5,7 @@ import NodeUniformsGroup from '../../common/nodes/NodeUniformsGroup.js';\n \n import { NodeSampledTexture, NodeSampledCubeTexture, NodeSampledTexture3D } from '../../common/nodes/NodeSampledTexture.js';\n \n-import ... | 2024-08-29T11:22:43 |
tensorflow/tensorflow | e056c9bf04a0fb08ad09252e6c31f7320a1d882e | 1a2134472ddc29c78af8a9661a469cbc2850e7d0 | Update `rules_ml_toolchain` version to fix `bazel coverage` execution for Linux x86 tests.
PiperOrigin-RevId: 849278993 | [
{
"path": ".bazelrc",
"patch": "@@ -162,6 +162,7 @@ common --incompatible_enforce_config_setting_visibility\n \n # TODO: Enable Bzlmod\n common --noenable_bzlmod\n+common --enable_workspace\n \n common --incompatible_enable_cc_toolchain_resolution\n common --repo_env USE_HERMETIC_CC_TOOLCHAIN=1",
"addit... | 2025-12-26T23:11:48 |
denoland/deno | 36e9eb2023ce602b8ec11ab48a079492d30d6844 | c217928649559c871c6f24eca834d453a21dba5c | fix(ext/node): support JS underlying stream in TLS (#30465)
Fixes https://github.com/denoland/deno/issues/20594
This implements `JSStreamSocket` which drives the TLS underlying stream
in `rustls_tokio_stream` using 2 sets of channels. One for piping the
encrypted protocol transport and the other for plaintext applica... | [
{
"path": "Cargo.lock",
"patch": "@@ -2403,6 +2403,7 @@ dependencies = [\n \"deno_permissions\",\n \"deno_process\",\n \"deno_subprocess_windows\",\n+ \"deno_tls\",\n \"deno_whoami\",\n \"der\",\n \"digest\",\n@@ -2442,6 +2443,7 @@ dependencies = [\n \"ripemd\",\n \"rsa\",\n \"rusqlite\",\n+ \"rust... | 2025-08-28T12:26:17 |
golang/go | 902dc27ae9b0670cc35ca972dfe1a5f45b66eb9e | a13d085a5b66e4d9f3ecfae91c40f62034cfb481 | go/token: clear cache after grabbing the mutex in RemoveFile
This fixes a race, that was possible to hit in RemoveFile.
The file cache could have been populated concurrently just before
grabbing of the mutex.
Change-Id: I6a6a696452d8bd79ac4ac6574297390978353444
Reviewed-on: https://go-review.googlesource.com/c/go/+/7... | [
{
"path": "src/go/token/position.go",
"patch": "@@ -531,11 +531,11 @@ func (s *FileSet) AddExistingFiles(files ...*File) {\n //\n // Removing a file that does not belong to the set has no effect.\n func (s *FileSet) RemoveFile(file *File) {\n-\ts.last.CompareAndSwap(file, nil) // clear last file cache\n-\n ... | 2025-09-22T08:54:29 |
mrdoob/three.js | 7506a353d60767f738ca1abeceb6fa11c77122eb | 3f2956c35e1bd1fc8cbe35f1430e475fd848e6a2 | Nodes: `InstancedPointsNodeMaterial` - Add `pointWidthNode` (#29236)
* init
* adjustment
* adjust
* set instancePosition.xyz to fix warning when instancePosition is accessed as a StorageBufferNode in a compute shader
* cleanup and screenshot
* add instance points example to exception
* reduce instanc... | [
{
"path": "examples/webgpu_instance_points.html",
"patch": "@@ -26,7 +26,7 @@\n \t\t<script type=\"module\">\n \n \t\t\timport * as THREE from 'three';\n-\t\t\timport { color } from 'three/tsl';\n+\t\t\timport { color, storage, Fn, instanceIndex, sin, timerLocal, float, uniform, attribute, mix, vec3 } from ... | 2024-08-29T04:19:41 |
denoland/deno | b88c621f228dcc67a546d76632ddc771e55364e3 | da1bf978f03b3ec64ca6989d25bd4ad4f0f2308c | fix(install): print install report on `add`, `cache`, and all `install` variants, move scripts and deprecation warnings after the report (#30549)
We were only doing the new output on the top level install (`deno
install` with no args or flags), we now do it on `deno install
npm:chalk`, `deno add npm:chalk`, `deno cach... | [
{
"path": "cli/factory.rs",
"patch": "@@ -597,7 +597,9 @@ impl CliFactory {\n .services\n .install_reporter\n .get_or_try_init(|| match self.cli_options()?.sub_command() {\n- DenoSubcommand::Install(InstallFlags::Local(_)) => Ok(Some(Arc::new(\n+ DenoSubcommand::Install(Insta... | 2025-08-28T07:48:14 |
golang/go | 61bf26a9eef5e0c1a5c319f60dfe1e3c51766474 | 4b787c8c2bc8c9e774bf7836adb7877e3698f9d4 | cmd/link: fix Macho-O X86_64_RELOC_SUBTRACTOR in internal linking
X86_64_RELOC_SUBTRACTOR is handled as a generic R_PCREL relocations,
which gets the relocation size subtracted from the relocated value.
This is not supposed to happen for this particular relocation, so
compensate by adding the size to the addend.
Cq-... | [
{
"path": "src/cmd/link/internal/amd64/asm.go",
"patch": "@@ -208,7 +208,7 @@ func adddynrel(target *ld.Target, ldr *loader.Loader, syms *ld.ArchSyms, s loade\n \t\t}\n \t\t// The second relocation has the target symbol we want\n \t\tsu.SetRelocType(rIdx+1, objabi.R_PCREL)\n-\t\tsu.SetRelocAdd(rIdx+1, r.Add... | 2025-09-15T12:23:44 |
mrdoob/three.js | 3f2956c35e1bd1fc8cbe35f1430e475fd848e6a2 | 8ce2bc47eb8075427dc70ead22cbe22d58eb9c1a | TSL: Color Space revision (#29248)
* Rev `currentColorSpace` and added `currentToneMapping`
* fix imports
* Update ColorSpaceNode.js
* cleanup
* improve tsl colorspace names | [
{
"path": "examples/webgpu_sandbox.html",
"patch": "@@ -14,8 +14,8 @@\n \t\t<script type=\"importmap\">\n \t\t\t{\n \t\t\t\t\"imports\": {\n-\t\t\t\t\t\"three\": \"../src/Three.WebGPU.js\",\n-\t\t\t\t\t\"three/tsl\": \"../src/Three.WebGPU.js\",\n+\t\t\t\t\t\"three\": \"../build/three.webgpu.js\",\n+\t\t\t\t... | 2024-08-28T22:58:28 |
tensorflow/tensorflow | 723583a525c5a9d82e043ec359d0665cbc0794a9 | 9541a12a1986e9d9e190530ab2cbc3230018a1be | Fix the warning import error | [
{
"path": "tensorflow/python/ops/nn_impl.py",
"patch": "@@ -15,6 +15,7 @@\n \"\"\"Implementation of Neural Net (NN) functions.\"\"\"\n \n import math\n+import warnings\n \n from tensorflow.python.framework import constant_op\n from tensorflow.python.framework import dtypes",
"additions": 1,
"deletio... | 2025-12-26T11:25:29 |
swiftlang/swift | 7114d77a5097c81c04f189608c4cbea943f17a7d | dcad02e22b5f0bb2674c5ea4b710d5f866e5a093 | [DebugInfo] Relax check-next in yielding_mutate.swift
This is too strict for targets that generate authentication
instructions. | [
{
"path": "test/DebugInfo/yielding_mutate.swift",
"patch": "@@ -22,7 +22,7 @@ var state = S()\n // CHECK: %[[call_result:.*]] = call swiftcc { ptr, ptr } %[[coro]]\n // CHECK: %[[continuation_ptr:.*]] = extractvalue { ptr, ptr } %[[call_result]]\n // CHECK: call {{.*}} @{{.*}}USE{{.*}}, !dbg ![[DBG:.*]]\n-... | 2026-02-05T08:25:11 |
mrdoob/three.js | d02a234bf50c25600a85ed8613a4a77c22c5880f | 89407fb32c7767f1361bfa51e217a92747a80e7b | Fix loop bounds in BatchedMesh#computeBoundingBox to properly cover all instances (#29243) | [
{
"path": "src/objects/BatchedMesh.js",
"patch": "@@ -300,12 +300,11 @@ class BatchedMesh extends Mesh {\n \n \t\t}\n \n-\t\tconst geometryCount = this._geometryCount;\n \t\tconst boundingBox = this.boundingBox;\n \t\tconst drawInfo = this._drawInfo;\n \n \t\tboundingBox.makeEmpty();\n-\t\tfor ( let i = 0; ... | 2024-08-28T00:13:10 |
golang/go | 3df27cd21aab3d3bcdc8ac56e7653ab023dc1112 | 684e8d336356b122554f1170a130ab22a7212e6c | cmd/compile: fix typo in comment
Fix typo for omitted.
Change-Id: Ia633abe7f3d28f15f1f538425cdce9e6d9ef48c0
Reviewed-on: https://go-review.googlesource.com/c/go/+/705735
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Reviewe... | [
{
"path": "src/cmd/compile/internal/noder/doc.go",
"patch": "@@ -87,7 +87,7 @@ constant for file bases and hence not encoded.\n [ Sync ]\n StringRef // the (absolute) file name for the base\n Bool // true if a file base, else a line base\n- ... | 2025-09-20T11:32:29 |
denoland/deno | 9dbcd025d67f7a3d99aca255e92117779ba9c4f4 | 6967c6d199d9f4e4f6c4cb8186e45178f04772b8 | fix(install): don't try to re-symlink binaries in node_modules if the symlink is correct (#30546)
Fix #30424.
I think this should avoid the errors. It will add some overhead when
they aren't set up yet, but binaries are pretty small in number so I
doubt it will matter.
In the case where it's already set up (which is... | [
{
"path": "libs/npm_installer/bin_entries.rs",
"patch": "@@ -1,5 +1,6 @@\n // Copyright 2018-2025 the Deno authors. MIT license.\n \n+use std::borrow::Cow;\n use std::collections::HashMap;\n use std::collections::HashSet;\n use std::collections::VecDeque;\n@@ -16,6 +17,7 @@ use sys_traits::FsFileSetPermissi... | 2025-08-28T00:18:48 |
tensorflow/tensorflow | 9541a12a1986e9d9e190530ab2cbc3230018a1be | 2b19d82493f7f74807a18d56ddf0c5db72131035 | Change the Error into Warning | [
{
"path": "tensorflow/python/ops/nn_impl.py",
"patch": "@@ -757,10 +757,10 @@ def depthwise_conv2d(input,\n rate = [1, 1]\n \n if any([_>1 for _ in rate]) and any([_!=1 for _ in strides]):\n- raise ValueError(\"When dilation rate is greater than 1, \"\n- \"then all value... | 2025-12-24T10:30:31 |
golang/go | a5866ebe40207c4c64f0522721825b10887356e0 | a27261c42fcebf601587725714b9ef53c47b06b3 | cmd/compile: prevent shapifying of pointer shape type
CL 641955 changes the Unified IR reader to not doing shapify when
reading reshaping expression, prevent losing of the original type.
This is an oversight, as the main problem isn't about shaping during the
reshaping process itself, but about the specific case of s... | [
{
"path": "src/cmd/compile/internal/noder/reader.go",
"patch": "@@ -49,9 +49,6 @@ type pkgReader struct {\n \t// but bitwise inverted so we can detect if we're missing the entry\n \t// or not.\n \tnewindex []index\n-\n-\t// indicates whether the data is reading during reshaping.\n-\treshaping bool\n }\n \n ... | 2025-09-15T10:31:46 |
denoland/deno | 6967c6d199d9f4e4f6c4cb8186e45178f04772b8 | b1a510ce543429a0589d455c1dceb6c745008594 | fix(bundle): do not error on fallible dynamic imports/requires (#30522)
Fixes https://github.com/denoland/deno/issues/30510
Basically we save the error for later, return `None` to esbuild. Later
when we process esbuild errors, if esbuild failed to resolve the same
package then we use our error message instead of esbu... | [
{
"path": "cli/tools/bundle/mod.rs",
"patch": "@@ -6,6 +6,7 @@ mod transform;\n \n use std::borrow::Cow;\n use std::cell::RefCell;\n+use std::ops::Deref;\n use std::path::Path;\n use std::path::PathBuf;\n use std::rc::Rc;\n@@ -19,6 +20,7 @@ use deno_ast::ModuleSpecifier;\n use deno_config::workspace::TsType... | 2025-08-27T18:30:47 |
mrdoob/three.js | e13d012265ebac01ceec9895e4aa7a356b69eff2 | cde3cd25a17d141ea4f63e766a44b812e643a5cf | WebGPURenderer: Tree-shaking 1/2 - WIP (#29187)
* tree shaking - WIP
* use TSLBase instead of ShaderNode
* cleanup
* PackingNode: Move to TSL approach
* update webgpu_mrt
* DiscardNode: Move to TSL approach
* HashNode: Move to TSL approach
* no references to discard() without chaining
* cleanup... | [
{
"path": "examples/misc_controls_fly.html",
"patch": "@@ -1,7 +1,7 @@\n <!DOCTYPE html>\n <html lang=\"en\">\n \t<head>\n-\t\t<title>three.js webgl - fly controls - earth</title>\n+\t\t<title>three.js webgpu - fly controls - earth</title>\n \t\t<meta charset=\"utf-8\">\n \t\t<meta name=\"viewport\" content... | 2024-08-27T02:12:24 |
tensorflow/tensorflow | 2b19036a2cca499817d687f803c3e1b6d26f8f59 | 4272c47e39277618936790b8948e8eee8c465cab | Fix test when it launched on the machine with 8 devices.
PiperOrigin-RevId: 848429925 | [
{
"path": "third_party/xla/xla/stream_executor/cuda/cuda_executor_multigpu_test.cc",
"patch": "@@ -93,7 +93,7 @@ TEST(CudaExecutorMultiGpuTest, PeerAccess) {\n EXPECT_TRUE(executors[0]->CanEnablePeerAccessTo(1));\n EXPECT_TRUE(executors[1]->CanEnablePeerAccessTo(0));\n EXPECT_TRUE(executors[1]->CanEna... | 2025-12-24T06:52:36 |
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.