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
denoland/deno
bf919416b3e28cb273ae6014f76235e0ca2b7ab2
719132d265d2db95a00db863bab3b846ea7e2d8d
fix(ext/node): avoid env permission for TERM in console and readline (#31638) Fixes #30372
[ { "path": "ext/node/polyfills/internal/console/constructor.mjs", "patch": "@@ -1,7 +1,10 @@\n // Copyright 2018-2025 the Deno authors. MIT license.\n // Copyright Joyent and Node contributors. All rights reserved. MIT license.\n \n-import { op_preview_entries } from \"ext:core/ops\";\n+import {\n+ op_get_e...
2025-12-18T12:28:33
mrdoob/three.js
27a593bc687aa5c595731360009250784caa55fd
9c012158a55ab0d60ca521bc06dea2a704c8a4ca
TSL Transpiler: Basic texture support. (#30521) * TSL Transpiler: Basic texture support. * TSLEncoder: Fix placeholders.
[ { "path": "examples/jsm/transpiler/GLSLDecoder.js", "patch": "@@ -34,6 +34,10 @@ const glslToTSL = {\n \tinversesqrt: 'inverseSqrt'\n };\n \n+const samplers = [ 'sampler1D', 'sampler2D', 'sampler2DArray', 'sampler2DShadow', 'sampler2DArrayShadow', 'isampler2D', 'isampler2DArray', 'usampler2D', 'usampler2DAr...
2025-02-15T01:36:50
vuejs/vue
b080a14138262f0f274d0888555a11bd7387d576
94512f3e8cee4030a1096121700ed49afab48073
fix(ssr): fix hydration mismatch with adjacent text node from slots fix vuejs/vue-loader#974
[ { "path": "src/core/vdom/helpers/normalize-children.js", "patch": "@@ -42,28 +42,35 @@ function isTextNode (node): boolean {\n \n function normalizeArrayChildren (children: any, nestedIndex?: string): Array<VNode> {\n const res = []\n- let i, c, last\n+ let i, c, lastIndex, last\n for (i = 0; i < chil...
2017-09-14T16:25:22
mrdoob/three.js
f27108e8645fa2a53cfc21596a4056414a31783f
f64082923239aeaa149f4dd67f2a6c9dd0038809
PMREMNode: Manage own generator. (#30504) * PMREMNode: Manage own generator. * PMREMNode: Fix import. * PMREMNode: Simplify code. * PMREMNode: Clean up. * PMREMNode: Fix cache.
[ { "path": "src/nodes/core/NodeBuilder.js", "patch": "@@ -22,8 +22,6 @@ import { getCurrentStack, setCurrentStack } from '../tsl/TSLBase.js';\n import CubeRenderTarget from '../../renderers/common/CubeRenderTarget.js';\n import ChainMap from '../../renderers/common/ChainMap.js';\n \n-import PMREMGenerator fr...
2025-02-13T09:47:25
denoland/deno
719132d265d2db95a00db863bab3b846ea7e2d8d
9ab949017d539d415c1759168fed945595291904
fix(ext/node): add error handling functions and tests for UV bindings (#31639)
[ { "path": "ext/node/polyfills/internal_binding/uv.ts", "patch": "@@ -545,3 +545,20 @@ export function errname(errno: number): string {\n }\n return `UNKNOWN (${errno})`;\n }\n+\n+export function getErrorMessage(errno: number): string {\n+ const err = errorMap.get(errno);\n+\n+ if (err) {\n+ return ...
2025-12-18T12:14:47
mrdoob/three.js
f64082923239aeaa149f4dd67f2a6c9dd0038809
5dc5211b696dc676ac2273ebdf8d76e42f51da3f
WebGPURenderer: Fix output depth struct (#30514)
[ { "path": "src/renderers/webgpu/nodes/WGSLNodeBuilder.js", "patch": "@@ -789,19 +789,6 @@ class WGSLNodeBuilder extends NodeBuilder {\n \n \t}\n \n-\t/**\n-\t * Returns uniforms group count for the given shader stage.\n-\t *\n-\t * @private\n-\t * @param {string} shaderStage - The shader stage.\n-\t * @retu...
2025-02-13T06:32:45
vuejs/vue
a2f73f2c2e28771e6597334bd86f82851ce0955e
0c9534ff0069b5289ea9598bcb4f5e5ac346c979
fix(ssr): fix style injection regression fix #6603, (regression caused by attempt to fix #6353)
[ { "path": "src/server/bundle-renderer/create-bundle-runner.js", "patch": "@@ -106,7 +106,7 @@ export function createBundleRunner (entry, files, basedir, runInNewContext) {\n // slightly differently.\n let runner // lazy creation so that errors can be caught by user\n let initialContext\n- ret...
2017-09-14T14:54:59
denoland/deno
9ab949017d539d415c1759168fed945595291904
8a00009a834cdb51df5f6678a7822f8dcade7d6b
fix: panic on dropped inspector session (#31658) Closes https://github.com/denoland/deno/issues/31652
[ { "path": "Cargo.lock", "patch": "@@ -1885,9 +1885,9 @@ dependencies = [\n \n [[package]]\n name = \"deno_core\"\n-version = \"0.375.0\"\n+version = \"0.376.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"9c1a2c21b05c4d0e26d7bf679390fe2aa4a822fcef4c88c5d6b269c104d44e4...
2025-12-18T09:54:08
golang/go
02d1f3a06bc6900ad5c1b7c11b1fd38cbddef395
a593ca9d657efb1ea021c9fc51cb528c398bbf4e
runtime: respect GOTRACEBACK for user-triggered runtime panics The documentation for GOTRACEBACK says that "single" is the default where the stack trace for only a single routine is printed except that it prints all stack traces if: there is no current goroutine or the failure is internal to the run-time. In the r...
[ { "path": "src/runtime/runtime1.go", "patch": "@@ -39,7 +39,7 @@ func gotraceback() (level int32, all, crash bool) {\n \tgp := getg()\n \tt := atomic.Load(&traceback_cache)\n \tcrash = t&tracebackCrash != 0\n-\tall = gp.m.throwing >= throwTypeUser || t&tracebackAll != 0\n+\tall = gp.m.throwing > throwTypeUs...
2025-02-13T23:59:32
mrdoob/three.js
5dc5211b696dc676ac2273ebdf8d76e42f51da3f
577ee127b613c9790bd02f9abf43c322cc9fd2f1
Type: use TS to fix issues (#30511) Co-authored-by: Samuel Rigaud <srigaud@duodisplay.com>
[ { "path": "examples/jsm/loaders/TDSLoader.js", "patch": "@@ -41,7 +41,7 @@ class TDSLoader extends Loader {\n \t * Load 3ds file from url.\n \t *\n \t * @method load\n-\t * @param {[type]} url URL for the file.\n+\t * @param {string} url URL for the file.\n \t * @param {Function} onLoad onLoad callback, rec...
2025-02-12T22:18:24
vuejs/vue
0c9534ff0069b5289ea9598bcb4f5e5ac346c979
5376dab415591011f6a9650a06e224fab4614af4
fix(ssr): fix bundleRenderer Promise rejection regression
[ { "path": "src/server/bundle-renderer/create-bundle-runner.js", "patch": "@@ -106,7 +106,7 @@ export function createBundleRunner (entry, files, basedir, runInNewContext) {\n // slightly differently.\n let runner // lazy creation so that errors can be caught by user\n let initialContext\n- ret...
2017-09-14T13:50:33
golang/go
a593ca9d657efb1ea021c9fc51cb528c398bbf4e
89552911b383b78cd8807ec747ca5df8ba52e239
runtime/cgo: add support for `any` param and return type When using `any` as param or return type of an exported function, we currently have the error `unrecognized Go type any`. `any` is an alias of `interface{}` which is already supported. This would avoid such change: https://github.com/php/frankenphp/pull/1976 F...
[ { "path": "src/cmd/cgo/gcc.go", "patch": "@@ -1121,6 +1121,9 @@ func (p *Package) hasPointer(f *File, t ast.Expr, top bool) bool {\n \t\tif t.Name == \"error\" {\n \t\t\treturn true\n \t\t}\n+\t\tif t.Name == \"any\" {\n+\t\t\treturn true\n+\t\t}\n \t\tif goTypes[t.Name] != nil {\n \t\t\treturn false\n \t\t...
2025-11-24T08:14:18
denoland/deno
8a00009a834cdb51df5f6678a7822f8dcade7d6b
892bc94afe9dd24133f52cd1d35c024aeb7679ff
fix(x): fix shim script when use custom alias name, re-enable alias tests (#31653)
[ { "path": "cli/args/flags.rs", "patch": "@@ -427,6 +427,7 @@ pub enum DenoXShimName {\n #[default]\n Dx,\n Denox,\n+ Dnx,\n Other(String),\n }\n \n@@ -435,6 +436,7 @@ impl DenoXShimName {\n match self {\n Self::Dx => \"dx\",\n Self::Denox => \"denox\",\n+ Self::Dnx => \"dnx\",\...
2025-12-18T09:06:35
mrdoob/three.js
c398904d8e9ff5a4e1672ea93f84e818c41b61ef
1d1df9a0c736424c65d8087b5b099f1dbbc41a37
MTLLoader: Add support for displacement maps. (#30508) * Added displacement map to mtl files. * Fixed formatting of the code.
[ { "path": "examples/jsm/loaders/MTLLoader.js", "patch": "@@ -443,6 +443,14 @@ class MaterialCreator {\n \n \t\t\t\t\tbreak;\n \n+\t\t\t\tcase 'disp':\n+\n+\t\t\t\t\t// Displacement texture map\n+\n+\t\t\t\t\tsetMapForType( 'displacementMap', value );\n+\n+\t\t\t\t\tbreak;\n+\n \t\t\t\tcase 'map_d':\n \n \t\...
2025-02-12T14:55:51
golang/go
f045ed4110aa430da0ba118d2be46f0d602d6633
220d73cc44a0c580dc8ee10df6395c8e517e118f
[dev.simd] go/doc/comment: don't include experimental packages in std list go/doc/comment/std.go has a list of top-level package prefixes in the standard library. This list can vary depending on goexperiment, but the file is static. E.g. GOEXPERIMENT=arenas go test -run=TestStd go/doc/comment would fail. Don't incl...
[ { "path": "src/go/doc/comment/mkstd.sh", "patch": "@@ -19,6 +19,6 @@ echo \"// Copyright 2022 The Go Authors. All rights reserved.\n package comment\n \n var stdPkgs = []string{\"\n-go list std | grep -v / | sort | sed 's/.*/\"&\",/'\n+GOEXPERIMENT=none go list std | grep -v / | sort | sed 's/.*/\"&\",/'\n ...
2025-11-24T17:03:59
denoland/deno
892bc94afe9dd24133f52cd1d35c024aeb7679ff
baf02f935a5a2025a7785886ea7bedf4cae8b368
fix(flags): implement a better sandbox subcommand (#31657)
[ { "path": "cli/args/flags.rs", "patch": "@@ -224,6 +224,11 @@ pub struct CoverageFlags {\n pub r#type: CoverageType,\n }\n \n+#[derive(Clone, Debug, Eq, PartialEq, Default)]\n+pub struct DeployFlags {\n+ pub sandbox: bool,\n+}\n+\n #[derive(Clone, Debug, Eq, PartialEq, Default)]\n pub enum DocSourceFileF...
2025-12-17T22:29:57
mrdoob/three.js
7b4b9ff3f75ac97054b0f9e60bb5fe17815fde8d
e0b7bd9ca547889d6a57dfcd32596317f2ccf28c
3MFLoader: Fix parsing of assets with sub models. (#30491) * 3MFLoader: Reversed build order to support 3MF production extension references * 3MFLoader: Changed build order with regex to put root file last instead of reversing * Update 3MFLoader.js Clean up. --------- Co-authored-by: Michael Herzog <mic...
[ { "path": "examples/jsm/loaders/3MFLoader.js", "patch": "@@ -122,6 +122,8 @@ class ThreeMFLoader extends Loader {\n \n \t\t\t}\n \n+\t\t\tlet rootModelFile = null;\n+\n \t\t\tfor ( file in zip ) {\n \n \t\t\t\tif ( file.match( /\\_rels\\/.rels$/ ) ) {\n@@ -132,9 +134,13 @@ class ThreeMFLoader extends Loader...
2025-02-10T16:25:22
denoland/deno
baf02f935a5a2025a7785886ea7bedf4cae8b368
15f9fe2f9248fbbf8cb74c5e87b20dce59f43b8b
chore: remove error-prone wildcard_match function (#31650) This function was error-prone. In one place it was causing output where it shouldn't and in another place it wasn't asserting the test.
[ { "path": "tests/integration/test_tests.rs", "patch": "@@ -1,12 +1,12 @@\n // Copyright 2018-2025 the Deno authors. MIT license.\n \n-use test_util as util;\n+use test_util::TestContext;\n+use test_util::TestContextBuilder;\n+use test_util::assert_contains;\n+use test_util::assert_not_contains;\n+use test_u...
2025-12-17T16:49:36
vuejs/vue
5376dab415591011f6a9650a06e224fab4614af4
ed88ac411403782bb0e249a9bad73c2174c27c5e
chore: fix bronze sponsors
[ { "path": "BACKERS.md", "patch": "@@ -227,36 +227,36 @@ Funds donated via Patreon goes directly to support Evan You's full-time work on\n \n <h2 align=\"center\">Bronze via OpenCollective</h2>\n \n-<a href=\"https://opencollective.com/vuejs/sponsor/0/website\" target=\"_blank\"><img src=\"https://opencollec...
2017-09-14T13:00:00
mrdoob/three.js
e0b7bd9ca547889d6a57dfcd32596317f2ccf28c
2061c3e1860dbbf1c2afd11d06d7a7d94973e2de
Examples: Fix time usage. (#30498) * Examples: Fix time usage. * E2E: Update screenshots.
[ { "path": "examples/misc_raycaster_helper.html", "patch": "@@ -29,7 +29,7 @@\n \t\t\timport { RaycasterHelper } from 'https://cdn.jsdelivr.net/npm/@gsimone/three-raycaster-helper@0.1.0/dist/gsimone-three-raycaster-helper.esm.js';\n \n \t\t\tlet scene, renderer;\n-\t\t\tlet camera, clock;\n+\t\t\tlet camera;...
2025-02-10T15:36:10
denoland/deno
3df3f275dfef15a3e0bc58830d8330bd712c67a3
8aead9bf10e77f80fcad919174470036499bab64
fix(ext/node): fix hot loop in `setImmediate` with a pending timer (#31643) Contains fix from https://github.com/denoland/deno_core/pull/1263. This effectively reopens https://github.com/denoland/deno/issues/28016 for the time being as we're regressing one of the Node.js compat tests and the interaction between `setT...
[ { "path": "Cargo.lock", "patch": "@@ -1885,9 +1885,9 @@ dependencies = [\n \n [[package]]\n name = \"deno_core\"\n-version = \"0.374.0\"\n+version = \"0.375.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"2eb22113497200da6707378af84a45b48452e5e1a4c19aee595e9f9e42272b9...
2025-12-17T16:13:54
vuejs/vue
ed88ac411403782bb0e249a9bad73c2174c27c5e
7cea42b4ef34d6a502b9f7fb99fe295ee92876b2
docs(packages): fix syntax (#6600)
[ { "path": "packages/vue-template-compiler/README.md", "patch": "@@ -51,6 +51,7 @@ The optional `options` object can contain the following:\n test (node, directiveMeta) {\n // transform node based on directiveMeta\n }\n+ }\n })\n ```\n ", "additions": 1, "deletions": 0, ...
2017-09-14T12:37:53
mrdoob/three.js
7e366d0aaee9675474dada60f9147851504616e2
cdd7c6c25acd227b2e5926679300da83b600ce78
WebGPURenderer: Fix color space of clear colors. (#30488)
[ { "path": "src/renderers/common/Backend.js", "patch": "@@ -557,7 +557,7 @@ class Backend {\n \n \t\trenderer.getClearColor( _color4 );\n \n-\t\t_color4.getRGB( _color4, this.renderer.currentColorSpace );\n+\t\t_color4.getRGB( _color4 );\n \n \t\treturn _color4;\n ", "additions": 1, "deletions": 1, ...
2025-02-09T13:27:05
denoland/deno
26fdc29fe027eaf3f2c77dcdb48b568cc7684aac
22e550088d5c56447e074cfa52663a2e86817eb4
fix: update glob implementation to match with latest node (#31627) Fixes #31625
[ { "path": "ext/node/polyfills/_fs/_fs_glob.ts", "patch": "@@ -205,7 +205,7 @@ class Cache {\n const promise = PromisePrototypeThen(\n readdir(path, { __proto__: null, withFileTypes: true }),\n null,\n- () => null,\n+ () => [],\n );\n this.#readdirCache.set(path, promise);\n...
2025-12-17T16:05:08
vuejs/vue
fa6a7290e3b8cb62fb7f999389f476617b56503e
1c86b9ebebebc15ff9ef4ababa64194ef9c349a2
fix: $off should ignore undefined handler argument fix #6591
[ { "path": "src/core/instance/events.js", "patch": "@@ -95,14 +95,16 @@ export function eventsMixin (Vue: Class<Component>) {\n vm._events[event] = null\n return vm\n }\n- // specific handler\n- let cb\n- let i = cbs.length\n- while (i--) {\n- cb = cbs[i]\n- if (cb === f...
2017-09-13T07:08:22
mrdoob/three.js
14d99e0221b96e9e866f936650770a74dd26cedd
57e59a97c00bd07e439dbd8ac7a76f66c06ca2cc
WebGLBackend: Fix `clear()`. (#30485) * WebGLBackend: Fix `clear()`. * Fix typo.
[ { "path": "src/renderers/common/Renderer.js", "patch": "@@ -1917,7 +1917,17 @@ class Renderer {\n \t\t\trenderContext.depth = renderTarget.depthBuffer;\n \t\t\trenderContext.stencil = renderTarget.stencilBuffer;\n \t\t\t// #30329\n-\t\t\trenderContext.clearColorValue = this._clearColor;\n+\t\t\trenderContex...
2025-02-09T12:33:19
golang/go
0c69e7734308f36de7acbeda4cabced8018c04e3
da92168ec8cedf08603fd77929a4b9d7e3183275
Revert "[dev.simd] internal/runtime/gc: add simd package based greentea kernels" This reverts CL 719520. Reason for revert: Naming is confusing. Also, this has a semantic merge conflict with CL 722040. Let's revert, fix the naming and conflict, and do it again. Change-Id: I0dc0c7c58470d63d48a4f69adb38c18f95db0beb Re...
[ { "path": "src/cmd/compile/internal/ssa/stmtlines_test.go", "patch": "@@ -140,7 +140,7 @@ func TestStmtLines(t *testing.T) {\n \tvar m float64\n \tswitch runtime.GOARCH {\n \tcase \"amd64\":\n-\t\tm = 0.0112 // > 98.88% obtained on amd64, no backsliding\n+\t\tm = 0.0111 // > 98.89% obtained on amd64, no bac...
2025-11-22T02:17:10
denoland/deno
22e550088d5c56447e074cfa52663a2e86817eb4
3dac3dfc6d64daf75fb7e71144c9de824da1998b
chore: update patchver to 0.5.0 (#31630) Includes the intel mac fix for future rc releases using the promote script
[ { "path": "tools/release/promote_to_release.ts", "patch": "@@ -5,7 +5,7 @@\n \n import { $ } from \"jsr:@david/dax@0.41.0\";\n import { gray } from \"jsr:@std/fmt@1/colors\";\n-import { patchver } from \"jsr:@deno/patchver@0.4.0\";\n+import { patchver } from \"jsr:@deno/patchver@0.5.0\";\n \n const SUPPORTE...
2025-12-17T13:13:36
vuejs/vue
1baa0a7884cfa147df7623a34ee277f7d39c7a21
aa820cba37b69772868c9cdb69235c424e23f529
fix(types): add `inject` option in functional component options type (#6530)
[ { "path": "types/options.d.ts", "patch": "@@ -47,7 +47,7 @@ export interface ComponentOptions<V extends Vue> {\n filters?: { [key: string]: Function };\n \n provide?: Object | (() => Object);\n- inject?: { [key: string]: string | symbol } | Array<string>;\n+ inject?: { [key: string]: string | symbol }...
2017-09-13T06:25:50
mrdoob/three.js
a95ed9e00f1282af1aab0b507ded55bf75825b4a
6c2c7acb51aef39e141cfee46ed71985d6c0cdbf
WebGPURenderer: Fix info metrics. (#30483)
[ { "path": "src/renderers/webgl-fallback/WebGLBufferRenderer.js", "patch": "@@ -26,7 +26,7 @@ class WebGLBufferRenderer {\n \n \t\t}\n \n-\t\tinfo.update( object, count, mode, 1 );\n+\t\tinfo.update( object, count, 1 );\n \n \t}\n \n@@ -46,7 +46,7 @@ class WebGLBufferRenderer {\n \n \t\t}\n \n-\t\tinfo.updat...
2025-02-08T11:01:57
golang/go
e88be8a128d167c5ab91eabc998ab364370c702e
a318843a2ad17d853b13599a73b2912a13474490
runtime: fix stale comment for mheap/malloc mheap use pageAlloc to manage free/scav address space instead of using free/scav treap. The comment on mheap states mheap uses treaps. Update the comment to reflect the use of pageAlloc. In the fallback code when sizeSpecializedMalloc is enabled, heapBitsInSpan is false. Up...
[ { "path": "src/runtime/malloc.go", "patch": "@@ -1169,7 +1169,7 @@ func mallocgc(size uintptr, typ *_type, needzero bool) unsafe.Pointer {\n \tvar x unsafe.Pointer\n \tvar elemsize uintptr\n \tif sizeSpecializedMallocEnabled {\n-\t\t// we know that heapBitsInSpan is true.\n+\t\t// we know that heapBitsInSpa...
2025-11-21T03:14:46
denoland/deno
32d5a305ecb5f2b35ebe20f867627c3b605c5afc
611d7255d2e5c640559d01e71f5fd9623aed14e8
feat: worker debugging support via CDP (#31527)
[ { "path": "Cargo.lock", "patch": "@@ -1885,9 +1885,9 @@ dependencies = [\n \n [[package]]\n name = \"deno_core\"\n-version = \"0.373.0\"\n+version = \"0.374.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"559b437009e516b78cb30927182ec0b7563bf68a03cbda43fd57573a33196cf...
2025-12-16T17:47:28
mrdoob/three.js
b3a9472452d9170fea192384eb8c8b24b863c73c
426c39aa0ea42d4612dcc3fd9e20862af6413a30
Fix spell errors (#30480)
[ { "path": "manual/en/optimize-lots-of-objects-animated.html", "patch": "@@ -71,7 +71,7 @@ <h1>Optimize Lots of Objects Animated</h1>\n it's not important really. The important part is showing different sets\n of data.</p>\n <p>Let's generate 2 more sets of data. One being the places where the number\n-men a...
2025-02-08T09:38:57
vuejs/vue
3ee62fd59e20030dd63c08c2390e803d034928fe
1f52a2a9f433452c15715131ed74433a43d5cfb7
fix(inject): exclude not enumerable keys of inject object (#6346) close #6574
[ { "path": "src/core/instance/inject.js", "patch": "@@ -41,7 +41,9 @@ export function resolveInject (inject: any, vm: Component): ?Object {\n // inject is :any because flow is not smart enough to figure out cached\n const result = Object.create(null)\n const keys = hasSymbol\n- ? Reflect.o...
2017-09-13T05:05:11
golang/go
437323ef7b933255c5c7fbb0775019e95f19b05e
1993dca4002267b772566d6c8055c6ace46dfd4f
slices: fix incorrect comment in slices.Insert function documentation The comment previously stated that r[i+len(v)] would equal the value originally at r[i], but it should be the value originally at s[i]. Change-Id: I635ddbdd5dc4da9c06ed426d5542bf969b7fe6dd Reviewed-on: https://go-review.googlesource.com/c/go/+/7226...
[ { "path": "src/slices/slices.go", "patch": "@@ -128,7 +128,7 @@ func ContainsFunc[S ~[]E, E any](s S, f func(E) bool) bool {\n // returning the modified slice.\n // The elements at s[i:] are shifted up to make room.\n // In the returned slice r, r[i] == v[0],\n-// and, if i < len(s), r[i+len(v)] == value or...
2025-11-21T02:47:06
mrdoob/three.js
91f977091a7f249f6f128ca5894d8f46145c8269
92f9a16fcc834c84644d823641140f6050993572
Update ArrayNode.js Fix typo.
[ { "path": "src/nodes/core/ArrayNode.js", "patch": "@@ -2,7 +2,7 @@ import TempNode from './TempNode.js';\n import { addMethodChaining, nodeObject } from '../tsl/TSLCore.js';\n \n /**\n- * ArrayNode represents a collection of nodes, typically created using the {@link marray} function.\n+ * ArrayNode represen...
2025-02-06T11:37:05
denoland/deno
4d385965bac3fe97b3043e496ee68a5a4153c735
4c08a08a4ee87ebe988b58721702f33047860fab
fix(cli): deno tunnel when token storage isn't working or without deno.json (#31584)
[ { "path": "cli/main.rs", "patch": "@@ -39,7 +39,6 @@ use std::path::PathBuf;\n use std::sync::Arc;\n \n use args::TaskFlags;\n-use deno_core::anyhow;\n use deno_core::anyhow::Context;\n use deno_core::error::AnyError;\n use deno_core::futures::FutureExt;\n@@ -985,17 +984,33 @@ fn wait_for_start(\n })\n }\...
2025-12-16T13:58:43
vuejs/vue
1f52a2a9f433452c15715131ed74433a43d5cfb7
09106f066a1ba71431e4f9f26246aaf619153e2e
fix(ssr): expose context.styles when no lifecycle styles are injected fix #6353
[ { "path": "src/server/bundle-renderer/create-bundle-runner.js", "patch": "@@ -130,7 +130,23 @@ export function createBundleRunner (entry, files, basedir, runInNewContext) {\n if (initialContext._styles) {\n userContext._styles = deepClone(initialContext._styles)\n }\n- resolve(runne...
2017-09-13T04:32:07
mrdoob/three.js
4df98989058a9c954eb98a7b7c4936004ecf4e78
4e629c8aef297856f3fddcde1ea9a3ba70652716
Examples: Adjust volume instances demo to write to depth (#30464) * Calculate screen coordinates * Get depth working * Remove unused variables * code style * Update depth assignment * variable name updates * Fix depth calculation * Update screenshot * Updated screenshot with a CI generated one....
[ { "path": "examples/webgl_volume_instancing.html", "patch": "@@ -61,28 +61,28 @@\n \t\t\t\t\tuniform mat4 projectionMatrix;\n \t\t\t\t\tuniform vec3 cameraPos;\n \n-\t\t\t\t\tout vec3 vOrigin;\n-\t\t\t\t\tout vec3 vDirection;\n+\t\t\t\t\tout vec4 vScreenPosition;\n+\t\t\t\t\tout mat4 vInstanceToViewMatrix;\...
2025-02-06T09:28:07
golang/go
337f7b1f5d18e8b2469a37174c24baced4c23801
3c26aef8fba0ef1f4d26d802ba037b43671924e9
cmd/go: update default go directive in mod or work init This commit updates the default go directive when initializing a new module. The current logic is to use the latest version supported by the toolchain. This behavior is simple, predictable, and importantly, it can work while completely offline (i.e., no interne...
[ { "path": "src/cmd/go/internal/modload/init.go", "patch": "@@ -29,6 +29,7 @@ import (\n \t\"cmd/go/internal/lockedfile\"\n \t\"cmd/go/internal/modfetch\"\n \t\"cmd/go/internal/search\"\n+\tigover \"internal/gover\"\n \n \t\"golang.org/x/mod/modfile\"\n \t\"golang.org/x/mod/module\"\n@@ -826,7 +827,7 @@ func...
2025-11-13T21:38:20
denoland/deno
4c08a08a4ee87ebe988b58721702f33047860fab
2ec057b3e01b0451f5fd1f4468de803f0e6557fe
fix(ext/telemetry): otel baggage propagation (#31620) There were three bugs in baggage propagation: - `BaggageImpl` was not reading items from the map passsed in, instead always creating an empty baggage - `Deno.serve` was reading out baggage and storing it in a context, but then not starting the callback in that con...
[ { "path": "ext/http/00_serve.ts", "patch": "@@ -638,7 +638,7 @@ function mapToCallback(context, callback, onError) {\n { kind: 1 },\n activeContext,\n );\n- enterSpan(span);\n+ enterSpan(span, activeContext);\n try {\n return SafePromisePrototypeFinally(\n ...
2025-12-16T12:12:29
vuejs/vue
09106f066a1ba71431e4f9f26246aaf619153e2e
7116af4e07520040ed7328c39d0a456808bfe1e1
fix(ssr): handle v-text/v-html with non-string value fix #6572
[ { "path": "src/server/optimizing-compiler/codegen.js", "patch": "@@ -200,10 +200,10 @@ function elementToOpenTagSegments (el, state): Array<StringSegment> {\n function childrenToSegments (el, state): Array<StringSegment> {\n let binding\n if ((binding = el.attrsMap['v-html'])) {\n- return [{ type: EX...
2017-09-13T03:23:24
golang/go
31aa9f800bc8d4089e05b8726b599abe04a486a3
d68aec8db1bc3c167d2f0e5fdee8c1346ee35418
crypto/tls: use inner hello for earlyData when using QUIC and ECH I don't think we have good QUIC ECH tests. BoGo has some for this, but I'm not sure how easy it would be to enable those for QUIC. Fixes #76283 Change-Id: I0ffa535fd89a624b7f9bfd73441ce2a1683e0549 Reviewed-on: https://go-review.googlesource.com/c/go/+...
[ { "path": "src/crypto/tls/handshake_client.go", "patch": "@@ -308,7 +308,11 @@ func (c *Conn) clientHandshake(ctx context.Context) (err error) {\n \tif hello.earlyData {\n \t\tsuite := cipherSuiteTLS13ByID(session.cipherSuite)\n \t\ttranscript := suite.hash.New()\n-\t\tif err := transcriptMsg(hello, transcr...
2025-11-17T00:09:16
denoland/deno
2ec057b3e01b0451f5fd1f4468de803f0e6557fe
5396fed4f90d7044c999d8d922094a7bc99e1ea9
fix(ext/node): `sqlite:backup` compatibility (#31610) Notable changes: - Respect progress callback function option. - Set default backup rate to 100 to follow Node's implementation. - Various validation and error handling. Note that the op implementation in this PR is still sync. Given this code: ```js import { back...
[ { "path": "ext/node/ops/sqlite/backup.rs", "patch": "@@ -1,51 +1,217 @@\n // Copyright 2018-2025 the Deno authors. MIT license.\n \n use std::borrow::Cow;\n+use std::cell::RefCell;\n use std::ffi::c_int;\n-use std::time;\n+use std::rc::Rc;\n \n use deno_core::OpState;\n use deno_core::op2;\n+use deno_core::...
2025-12-16T08:26:12
vuejs/vue
7116af4e07520040ed7328c39d0a456808bfe1e1
684cd7d21aa7cb9a40fb4a8542c4e08fb3801a86
fix: set value as domProp for <progress> fix #6561
[ { "path": "src/platforms/web/util/attrs.js", "patch": "@@ -7,7 +7,7 @@ import { makeMap } from 'shared/util'\n export const isReservedAttr = makeMap('style,class')\n \n // attributes that should be using props for binding\n-const acceptValue = makeMap('input,textarea,option,select')\n+const acceptValue = ma...
2017-09-13T02:06:07
mrdoob/three.js
a5734130516db50c1de2cdfe27f477a33ecd1c87
ca28ca780a676530f757b1a967ebfd2138b9d490
WebGPURenderer: Fix clear for default framebuffer (#30457) * WebGPURenderer: Fix clear for default framebuffer * cleanup
[ { "path": "src/renderers/common/Renderer.js", "patch": "@@ -1907,12 +1907,11 @@ class Renderer {\n \t\t\trenderContext.renderTarget = renderTarget;\n \t\t\trenderContext.depth = renderTarget.depthBuffer;\n \t\t\trenderContext.stencil = renderTarget.stencilBuffer;\n+\t\t\t// #30329\n+\t\t\trenderContext.clea...
2025-02-05T08:27:40
golang/go
6aeacdff3889bc743f2baf8e8239b8cb83afd807
9570036ca5a95bff4c6768288a7c1db68277b9c0
cmd/go: support sha1 repos when git default is sha256 When git is recent enough (beyond 2.29), always set the --object-format flag. This fixes repo cloning when users have set the git configuration init.defaultObjectFormat to sha256. Git is planning[1] to switch the default hash function to sha256 with the 3.0 relea...
[ { "path": "src/cmd/go/internal/modfetch/codehost/git.go", "patch": "@@ -17,6 +17,7 @@ import (\n \t\"os\"\n \t\"os/exec\"\n \t\"path/filepath\"\n+\t\"regexp\"\n \t\"runtime\"\n \t\"slices\"\n \t\"sort\"\n@@ -91,9 +92,21 @@ func newGitRepo(ctx context.Context, remote string, local bool) (Repo, error) {\n \t\...
2025-11-14T02:16:43
denoland/deno
5396fed4f90d7044c999d8d922094a7bc99e1ea9
1eef8a2b599b2709a6b3f5242c164acd02dccc70
fix(check): regression with tsgo and node globals (#31621)
[ { "path": "cli/tsc/go.rs", "patch": "@@ -507,18 +507,20 @@ impl deno_typescript_go_client_rust::CallbackHandler for Handler {\n \"isNodeSourceFile\" => {\n let path = deser::<String>(payload)?;\n let state = &*state;\n- let result = ModuleSpecifier::parse(&path)\n- .ok(...
2025-12-15T23:30:00
vuejs/vue
684cd7d21aa7cb9a40fb4a8542c4e08fb3801a86
844a540c647dfa93dc714540953524830dd3475a
fix: preserve slot attribute if not resolved by Vue close #6553
[ { "path": "src/compiler/parser/index.js", "patch": "@@ -431,6 +431,8 @@ function processSlot (el) {\n const slotTarget = getBindingAttr(el, 'slot')\n if (slotTarget) {\n el.slotTarget = slotTarget === '\"\"' ? '\"default\"' : slotTarget\n+ // preserve slot as an attribute for native shado...
2017-09-13T01:45:44
golang/go
155efbbeeb532473c0ac3cc93f9a8a7597322157
6f16669e346038c983ae33025ca02dccd78b6f20
crypto/sha3: make the zero value of SHA3 useable Fixes #75154 Change-Id: I860ab0b4bd5d64e1f58aa5dfbab19d77e2925430 Reviewed-on: https://go-review.googlesource.com/c/go/+/714120 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Mark Freeman <markfreeman@google.com> ...
[ { "path": "src/crypto/sha3/sha3.go", "patch": "@@ -97,6 +97,7 @@ func sumSHAKE256(out, data []byte, length int) []byte {\n }\n \n // SHA3 is an instance of a SHA-3 hash. It implements [hash.Hash].\n+// The zero value is a usable SHA3-256 hash.\n type SHA3 struct {\n \ts sha3.Digest\n }\n@@ -126,43 +127,57 @...
2025-10-23T09:20:10
denoland/deno
783829a8821599b9bdb8912dcddaf6293d649eb7
cc34594ded959eeb057bf47cdb1ae9ef84723571
fix(x): cache on demand when running, resolve packages with only one binary, don't fail on node-gyp if not present (#31619) Fixes #31591. Fixes #31583.
[ { "path": "cli/task_runner.rs", "patch": "@@ -359,12 +359,14 @@ impl ShellCommand for NodeGypCommand {\n \"{} node-gyp was used in a script, but was not listed as a dependency. Either add it as a dependency or install it globally (e.g. `npm install -g node-gyp`)\",\n crate::colors::yellow(\"...
2025-12-15T22:19:17
vuejs/vue
844a540c647dfa93dc714540953524830dd3475a
6f312d636c3d6049dc9e60007f88ea871b8e8173
fix: do not use MutationObserver in IE11 MutationObserver is unreliable in IE11. fix #6466
[ { "path": "src/core/util/env.js", "patch": "@@ -99,13 +99,13 @@ export const nextTick = (function () {\n // \"force\" the microtask queue to be flushed by adding an empty timer.\n if (isIOS) setTimeout(noop)\n }\n- } else if (typeof MutationObserver !== 'undefined' && (\n+ } else if (!isIE...
2017-09-12T23:56:18
golang/go
6f16669e346038c983ae33025ca02dccd78b6f20
121bc3e464b901327a5c138d8a992bb85c440862
database/sql: don't ignore ColumnConverter for unknown input count In the case a sql driver implements the ColumnConverter interface and also returns -1 for NumInputs, indicating an unknown number of input arguments to a query, the previous implementation would ignore the column converter would not be called, leading ...
[ { "path": "src/database/sql/convert.go", "patch": "@@ -55,7 +55,7 @@ func (c ccChecker) CheckNamedValue(nv *driver.NamedValue) error {\n \t// it isn't expecting. The final error will be thrown\n \t// in the argument converter loop.\n \tindex := nv.Ordinal - 1\n-\tif c.want <= index {\n+\tif c.want >= 0 && c...
2024-07-08T16:14:43
denoland/deno
aa5fc409d02987689181938e4c99316b5b0d4559
a97997b8e57782b8fba003da1298ba2772606b57
fix: --preload and --require flags only available in runtime subcommands (#31614) Closes https://github.com/denoland/deno/issues/31609
[ { "path": "cli/args/flags.rs", "patch": "@@ -4378,8 +4378,6 @@ fn compile_args_without_check_args(app: Command) -> Command {\n .args(lock_args())\n .arg(ca_file_arg())\n .arg(unsafely_ignore_certificate_errors_arg())\n- .arg(preload_arg())\n- .arg(require_arg())\n .arg(min_dep_age_arg(...
2025-12-15T10:52:46
vuejs/vue
6f312d636c3d6049dc9e60007f88ea871b8e8173
a977740816d131d6490ec73e3df2444f51841c42
fix(v-model): fix input listener with modifier blocking v-model update fix #6552
[ { "path": "src/core/vdom/helpers/update-listeners.js", "patch": "@@ -5,18 +5,22 @@ import { cached, isUndef } from 'shared/util'\n \n const normalizeEvent = cached((name: string): {\n name: string,\n+ plain: boolean,\n once: boolean,\n capture: boolean,\n- passive: boolean\n+ passive: boolean,\n+ ...
2017-09-12T23:29:34
mrdoob/three.js
9004ed1d3dacbede52c5657a1556789be10c0a77
13bc4c2e0a89d00b0403655e8df98a2589e95b70
Update ClippingNode.js Fix formatting.
[ { "path": "src/nodes/accessors/ClippingNode.js", "patch": "@@ -9,11 +9,10 @@ import { uniformArray } from './UniformArrayNode.js';\n import { builtin } from './BuiltinNode.js';\n \n /**\n- * ```\n * This node is used in {@link NodeMaterial} to setup the clipping\n * which can happen hardware-accelerated (...
2025-02-02T18:32:41
golang/go
121bc3e464b901327a5c138d8a992bb85c440862
b604148c4e8ad61640d12cde40379bc3c137d8a6
runtime/pprof: remove hard-coded sleep in CPU profile reader The CPU profiler reader goroutine has a hard-coded 100ms sleep between reads of the CPU profile sample buffer. This is done because waking up the CPU profile reader is not signal-safe on some platforms. As a consequence, stopping the profiler takes 200ms (on...
[ { "path": "src/runtime/pprof/pprof.go", "patch": "@@ -924,7 +924,10 @@ func profileWriter(w io.Writer) {\n \tb := newProfileBuilder(w)\n \tvar err error\n \tfor {\n-\t\ttime.Sleep(100 * time.Millisecond)\n+\t\tif runtime.GOOS == \"darwin\" || runtime.GOOS == \"ios\" {\n+\t\t\t// see runtime_pprof_readProfil...
2025-11-21T16:01:29
denoland/deno
a97997b8e57782b8fba003da1298ba2772606b57
d17ae8ca9b0777c64934ae332b83ff0996a9fae0
fix(compile): sentinal conflict with strtab on intel mac (#31587)
[ { "path": ".github/workflows/ci.generate.ts", "patch": "@@ -5,7 +5,7 @@ import { stringify } from \"jsr:@std/yaml@^0.221/stringify\";\n // Bump this number when you want to purge the cache.\n // Note: the tools/release/01_bump_crate_versions.ts script will update this version\n // automatically via regex, s...
2025-12-15T09:36:35
vuejs/vue
3f42562de766a90f35ffa9a9efd1234814ad390c
1a19c418b1e71f39d2095d60de59fcd650719523
chore: fix comment typo (#6573) correct "a input" to "an input"
[ { "path": "dist/vue.js", "patch": "@@ -83,7 +83,7 @@ function toString (val) {\n }\n \n /**\n- * Convert a input value to a number for persistence.\n+ * Convert an input value to a number for persistence.\n * If the conversion fails, return original string.\n */\n function toNumber (val) {", "addition...
2017-09-12T13:10:39
mrdoob/three.js
d6446efba961d9723446b7e889ca8d5a040308f0
8a475a6bdf7fb1536cb462f39f17867e37c7a807
StructTypeNode: Fix inclusion when added to the layout. (#30439)
[ { "path": "src/nodes/core/NodeBuilder.js", "patch": "@@ -1636,7 +1636,7 @@ class NodeBuilder {\n \t */\n \tgetStructTypeFromNode( node, membersLayout, name = null, shaderStage = this.shaderStage ) {\n \n-\t\tconst nodeData = this.getDataFromNode( node, shaderStage );\n+\t\tconst nodeData = this.getDataFromN...
2025-02-01T02:10:06
golang/go
b604148c4e8ad61640d12cde40379bc3c137d8a6
22f24f90b52958158a2de5fa68adf0faf7699e4e
runtime: fix double wakeup in CPU profile buffer The profBuf.wakeupExtra method wakes up the profile reader if it's sleeping, either when the buffer is closed or when there is a pending overflow entry. Unlike in profBuf.write, profBuf.wakeupExtra does not clear the profReaderSleeping bit before doing the wakeup. As a...
[ { "path": "src/runtime/profbuf.go", "patch": "@@ -406,6 +406,11 @@ func (b *profBuf) wakeupExtra() {\n \tfor {\n \t\told := b.w.load()\n \t\tnew := old | profWriteExtra\n+\t\t// Clear profReaderSleeping. We're going to wake up the reader\n+\t\t// if it was sleeping and we don't want double wakeups in case\n...
2025-11-21T14:09:57
vuejs/vue
b77a298cf3d20691a3b32eb8d7f62d2a67a430ae
f477ecdbbb1a86ffcf4508ab0f7351277a649a7e
chore: fixed typo in changelog section (#6549)
[ { "path": "README.md", "patch": "@@ -109,7 +109,7 @@ Please make sure to read the [Contributing Guide](https://github.com/vuejs/vue/b\n \n ## Changelog\n \n-Details changes for each release are documented in the [release notes](https://github.com/vuejs/vue/releases).\n+Detailed changes for each release are ...
2017-09-08T13:27:19
denoland/deno
d17ae8ca9b0777c64934ae332b83ff0996a9fae0
ee7c483df4bdc271edd0264c66246cc3297c6351
chore: fix spec tests not checking test result (#31594) There's also a bug fix for source maps. See: https://github.com/denoland/deno/actions/runs/20185729600/job/57955229671?pr=31593
[ { "path": "Cargo.lock", "patch": "@@ -4054,9 +4054,9 @@ checksum = \"c007b1ae3abe1cb6f85a16305acd418b7ca6343b953633fee2b76d8f108b830f\"\n \n [[package]]\n name = \"file_test_runner\"\n-version = \"0.9.0\"\n+version = \"0.9.2\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum =...
2025-12-13T23:27:46
mrdoob/three.js
422684a64f5eae6cb9e556c80e20555540d1990c
88062edb091598ce32696f3c0a11d3a73c840295
AfterImageNode: Refactor code and improve demo. (#30433) * AfterImageNode: Refactor code and improve demo. * Update AfterImageNode.js * E2E: Update screenshot. * E2E: Update screenshot one more time. * E2E: Add exception.
[ { "path": "examples/jsm/tsl/display/AfterImageNode.js", "patch": "@@ -46,7 +46,9 @@ class AfterImageNode extends TempNode {\n \t\tthis.textureNodeOld = texture();\n \n \t\t/**\n-\t\t * The damping intensity as a uniform node.\n+\t\t * How quickly the after-image fades. A higher value means the after-image\n...
2025-01-31T15:50:12
golang/go
22f24f90b52958158a2de5fa68adf0faf7699e4e
cfb9d2eb73d9ecb0e5ea2ce5ef0d3f23593087be
cmd/compile: change testing.B.Loop keep alive semantic This CL implements this initial design of testing.B.Loop's keep variable alive semantic: https://github.com/golang/go/issues/61515#issuecomment-2407963248. Fixes #73137. Change-Id: I8060470dbcb0dda0819334f3615cc391ff0f6501 Reviewed-on: https://go-review.googleso...
[ { "path": "src/cmd/compile/internal/bloop/bloop.go", "patch": "@@ -0,0 +1,313 @@\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 bloop\n+\n+// This file contains support routines...
2025-10-30T19:14:57
vuejs/vue
0f00f8fc2b83b964bb929b729a7c9e3675b52106
f323719f20d2e2e8f61c60a07080bbfa8b7c0273
fix(ssr): better handle v-html hydration fix #6519
[ { "path": "src/core/vdom/patch.js", "patch": "@@ -547,27 +547,46 @@ export function createPatchFunction (backend) {\n if (!elm.hasChildNodes()) {\n createChildren(vnode, children, insertedVnodeQueue)\n } else {\n- let childrenMatch = true\n- let childNode = elm.fi...
2017-09-07T02:24:51
denoland/deno
952963cb42b20cd9469a8b0349fb53b15ef95d1f
b97dfb01b5d097ea9f4f40affc8498831fabd8bb
fix: source map file names to non-existent paths (#31564)
[ { "path": "Cargo.lock", "patch": "@@ -1887,9 +1887,9 @@ dependencies = [\n \n [[package]]\n name = \"deno_core\"\n-version = \"0.372.0\"\n+version = \"0.373.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"e24cc349b258a9825f0dc29e986b33093fabb33f2e332991d35b0641c680b2f...
2025-12-12T18:13:44
mrdoob/three.js
8137a7ed7a5015f0f3845416585a65788cfc86b9
df8b2266610f0ed00e10aa0593c1aea53651c131
GLSLNodeBuilder: Fix usage of `flat` qualifier. (#30428)
[ { "path": "src/renderers/webgl-fallback/nodes/GLSLNodeBuilder.js", "patch": "@@ -769,10 +769,20 @@ ${ flowData.code }\n \t\t\tfor ( const varying of varyings ) {\n \n \t\t\t\tif ( shaderStage === 'compute' ) varying.needsInterpolation = true;\n+\n \t\t\t\tconst type = this.getType( varying.type );\n-\t\t\t\...
2025-01-31T04:49:55
vuejs/vue
679cd1fef448989bf645313c391e4134ecd9f593
08bc7595fd57f8f52db83ae1b6bc9b7a33cdd4f9
fix: support prop type checking for primitive wrapper objects (#6450) close #6447
[ { "path": "src/core/util/props.js", "patch": "@@ -145,7 +145,12 @@ function assertType (value: any, type: Function): {\n let valid\n const expectedType = getType(type)\n if (simpleCheckRE.test(expectedType)) {\n- valid = typeof value === expectedType.toLowerCase()\n+ const t = typeof value\n+ ...
2017-09-05T20:23:53
golang/go
0f32fbc631875bb729c74b839328fdf541bfed9a
3e0a8e78677a5c4035e5305446ca8f8ac3ebf2f9
net/http: populate Response.Request when using NewFileTransport Fixes #51562 Change-Id: Ia6fe4728b1e3e0cf3a6462be99c1044260cadf31 Reviewed-on: https://go-review.googlesource.com/c/go/+/720822 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Damien Neil <dneil@goog...
[ { "path": "src/net/http/filetransport.go", "patch": "@@ -57,15 +57,15 @@ func (t fileTransport) RoundTrip(req *Request) (resp *Response, err error) {\n \t// sends our *Response on, once the *Response itself has been\n \t// populated (even if the body itself is still being\n \t// written to the res.Body, a p...
2025-11-16T00:26:27
mrdoob/three.js
cde58e1ddc5c015e50ce8a9e3c6c9bab440e675b
2cc5bb8c6dcc691a2ae9e16762dd16fea73fc4a6
Update NodeMaterial.js Fix code demo.
[ { "path": "src/materials/nodes/NodeMaterial.js", "patch": "@@ -198,7 +198,7 @@ class NodeMaterial extends Material {\n \t\t * material.transparent = true;\n \t\t *\n \t\t * // everything behind the object will be monochromatic\n-\t\t * material.backdropNode = viewportSharedTexture().rgb.saturation( 0 );\n+\...
2025-01-30T16:28:24
vuejs/vue
38d52182bf8915628314e2aea7d2cc41ec39a0d6
3c216755f6eb656c6d864265a8dc7b51b3ae971b
fix(types): allow variadic plugin use (#6363) fix #6357
[ { "path": "types/test/plugin-test.ts", "patch": "@@ -17,3 +17,4 @@ const installer: PluginFunction<Option> = function(Vue, option) { }\n \n Vue.use(plugin, new Option);\n Vue.use(installer, new Option);\n+Vue.use(installer, new Option, new Option, new Option);", "additions": 1, "deletions": 0, "...
2017-09-05T20:02:38
denoland/deno
b27665f3635b61291a46bde2ae94c42a6e29c164
4178a57a68f2764e449ed6fcd0bc215a11cc3185
fix(cli): add streams as transferable types (#31586) https://github.com/denoland/deno/pull/31126#issuecomment-3643982160
[ { "path": "cli/tsc/dts/lib.deno_web.d.ts", "patch": "@@ -1214,7 +1214,12 @@ declare var MessageEvent: {\n };\n \n /** @category Events */\n-type Transferable = MessagePort | ArrayBuffer;\n+type Transferable =\n+ | MessagePort\n+ | ArrayBuffer\n+ | ReadableStream\n+ | WritableStream\n+ | TransformStream...
2025-12-12T10:29:05
mrdoob/three.js
df853401acbe2d45945e1b7a23db53b877b11ecb
558b7c7a13c22e24e8fcd8c5f0eff3c0c0fc2f3d
Fix index on intersection. (#30424)
[ { "path": "src/objects/Line.js", "patch": "@@ -119,7 +119,7 @@ class Line extends Object3D {\n \t\t\t\tconst a = index.getX( i );\n \t\t\t\tconst b = index.getX( i + 1 );\n \n-\t\t\t\tconst intersect = checkIntersection( this, raycaster, _ray, localThresholdSq, a, b );\n+\t\t\t\tconst intersect = checkInter...
2025-01-30T09:08:34
golang/go
3e0a8e78677a5c4035e5305446ca8f8ac3ebf2f9
831af61120b9b846965996ed1d4daaa079847b2a
net/http: preserve original path encoding in redirects Fixes #70758 Change-Id: I9fc6fe98c194351557c6219513918b7593899bc1 Reviewed-on: https://go-review.googlesource.com/c/go/+/720821 Reviewed-by: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> R...
[ { "path": "src/net/http/serve_test.go", "patch": "@@ -2881,6 +2881,19 @@ func TestRedirectBadPath(t *testing.T) {\n \t}\n }\n \n+func TestRedirectEscapedPath(t *testing.T) {\n+\tbaseURL, redirectURL := \"http://example.com/foo%2Fbar/\", \"qux%2Fbaz\"\n+\treq := httptest.NewRequest(\"GET\", baseURL, NoBody)\...
2025-11-16T00:13:40
vuejs/vue
3c216755f6eb656c6d864265a8dc7b51b3ae971b
a67b795b3661f6f223420339f3eeb07a913207de
fix(provide): provide should default to parentVal during merging (#6473) fix #6436
[ { "path": "src/core/util/options.js", "patch": "@@ -96,7 +96,7 @@ export function mergeDataOrFn (\n : childVal\n const defaultData = typeof parentVal === 'function'\n ? parentVal.call(vm)\n- : undefined\n+ : parentVal\n if (instanceData) {\n return mergeData...
2017-09-05T20:01:50
denoland/deno
4178a57a68f2764e449ed6fcd0bc215a11cc3185
e8a725f5e9d9237824e79e58984ead0ba534497d
revert: Revert "test: disable more tests on Mac Intel (#31541)" (#31580) This reverts commit dd80d7575f7c07e2eaa73ad76ce3d811fb61f1b0. <!-- Before submitting a PR, please read https://docs.deno.com/runtime/manual/references/contributing 1. Give the PR a descriptive title. Examples of good title: - fix(std/htt...
[ { "path": "tests/integration/compile_tests.rs", "patch": "@@ -1,17 +1,11 @@\n // Copyright 2018-2025 the Deno authors. MIT license.\n \n-// NB(bartlomieju): a bunch of code is not used on Mac Intel\n-#![allow(dead_code)]\n-#![allow(unused_imports)]\n-\n use test_util as util;\n use util::TestContext;\n use ...
2025-12-12T02:05:07
mrdoob/three.js
558b7c7a13c22e24e8fcd8c5f0eff3c0c0fc2f3d
4de68d2a02188b3f05ab7483c33aa713eed01a91
VarNode: Fix `getMemberType()` reference (#30427)
[ { "path": "src/nodes/core/VarNode.js", "patch": "@@ -82,6 +82,12 @@ class VarNode extends Node {\n \n \t}\n \n+\tgetMemberType( builder, name ) {\n+\n+\t\treturn this.node.getMemberType( builder, name );\n+\n+\t}\n+\n \tgetElementType( builder ) {\n \n \t\treturn this.node.getElementType( builder );", "...
2025-01-30T00:27:40
golang/go
831af61120b9b846965996ed1d4daaa079847b2a
87269224cb3609a967b821c89f5a920864969a10
net/http: use HTTP 307 redirects in ServeMux Clients receiving an HTTP 301 Moved Permanently may conservatively change the method of a POST request to GET. The newer HTTP 307 Temporary Redirect and 308 Permanent Redirect explicitly allows retrying POST requests after the redirect. These should be safe for ServeMux as ...
[ { "path": "src/net/http/serve_test.go", "patch": "@@ -288,7 +288,7 @@ func testHostHandlers(t *testing.T, mode testMode) {\n \t\t\tif s != vt.expected {\n \t\t\t\tt.Errorf(\"Get(%q) = %q, want %q\", vt.url, s, vt.expected)\n \t\t\t}\n-\t\tcase StatusMovedPermanently:\n+\t\tcase StatusTemporaryRedirect:\n \t...
2025-11-15T23:58:58
vuejs/vue
89f0d29f2d541aa5a1ac9690258cd7c7ee576ef6
538ad20d8a37fe7ee2463ff20ac9557af70e0d33
fix: inherit SVG ns on component root node (#6511) fix #6506
[ { "path": "src/core/vdom/create-element.js", "patch": "@@ -91,7 +91,7 @@ export function _createElement (\n let vnode, ns\n if (typeof tag === 'string') {\n let Ctor\n- ns = config.getTagNamespace(tag)\n+ ns = (context.$vnode && context.$vnode.ns) || config.getTagNamespace(tag)\n if (confi...
2017-09-05T19:12:35
mrdoob/three.js
9e17a9a5be623a2e3383d1490031ebd26bb350e6
7d4b4ae02d54343f3ea8c39423e9b5ca2b315190
Update StorageBufferNode.js Fix JSDoc.
[ { "path": "src/nodes/accessors/StorageBufferNode.js", "patch": "@@ -50,7 +50,7 @@ class StorageBufferNode extends BufferNode {\n \t * Constructs a new storage buffer node.\n \t *\n \t * @param {StorageBufferAttribute|StorageInstancedBufferAttribute|BufferAttribute} value - The buffer data.\n-\t * @param {St...
2025-01-29T14:10:57
denoland/deno
e8a725f5e9d9237824e79e58984ead0ba534497d
5a51219a6664f0edd4e195aaa9cd3d1fc5025cdf
ci: deflake some watch_env_file tests (#31577) Debugged and fixed by claude, mostly
[ { "path": "tests/integration/watcher_tests.rs", "patch": "@@ -2172,6 +2172,8 @@ console.log(\"---\");\n wait_contains(\"FOO: initial_value\", &mut stdout_lines).await;\n wait_contains(\"BAR: test_value\", &mut stdout_lines).await;\n wait_contains(\"---\", &mut stdout_lines).await;\n+ // Ensure initia...
2025-12-11T23:25:58
golang/go
87269224cb3609a967b821c89f5a920864969a10
7aa9ca729fcb063506ea4ed35ee9b2673a853e4f
net/http: update Response.Request.URL after redirects on GOOS=js Fixes #71346 Change-Id: Id4053626e621faf50bb88a10ca0d540f393c8e01 Reviewed-on: https://go-review.googlesource.com/c/go/+/720860 Reviewed-by: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceacco...
[ { "path": "src/net/http/roundtrip_js.go", "patch": "@@ -11,6 +11,7 @@ import (\n \t\"fmt\"\n \t\"io\"\n \t\"net/http/internal/ascii\"\n+\t\"net/url\"\n \t\"strconv\"\n \t\"strings\"\n \t\"syscall/js\"\n@@ -195,6 +196,13 @@ func (t *Transport) RoundTrip(req *Request) (*Response, error) {\n \t\t\tuncompressed...
2025-11-16T00:45:28
vuejs/vue
538ad20d8a37fe7ee2463ff20ac9557af70e0d33
a7444975343f7828004d90bfb0deeb98db0f46e7
fix(directive): should invoke unbind & inserted on inner component root element change fix #6513
[ { "path": "src/core/vdom/patch.js", "patch": "@@ -670,6 +670,16 @@ export function createPatchFunction (backend) {\n for (let i = 0; i < cbs.create.length; ++i) {\n cbs.create[i](emptyNode, ancestor)\n }\n+ // #6513\n+ // invoke insert ho...
2017-09-05T16:59:38
mrdoob/three.js
7d4b4ae02d54343f3ea8c39423e9b5ca2b315190
0b79d6f41a2a1382467aafeaab1e1a02fc9eb120
WebGLBackend: Fix depth formats. (#30422)
[ { "path": "src/renderers/webgl-fallback/utils/WebGLTextureUtils.js", "patch": "@@ -261,7 +261,8 @@ class WebGLTextureUtils {\n \n \t\tif ( glFormat === gl.DEPTH_COMPONENT ) {\n \n-\t\t\tif ( glType === gl.UNSIGNED_INT ) internalFormat = gl.DEPTH24_STENCIL8;\n+\t\t\tif ( glType === gl.UNSIGNED_SHORT ) intern...
2025-01-29T09:22:54
denoland/deno
5a51219a6664f0edd4e195aaa9cd3d1fc5025cdf
224be5a3d94bc26a0ef70c7a745ba6cf4db09b5e
fix(compile): intel mac compile fix (#31575)
[ { "path": "Cargo.lock", "patch": "@@ -5786,9 +5786,9 @@ dependencies = [\n \n [[package]]\n name = \"libsui\"\n-version = \"0.12.2\"\n+version = \"0.12.3\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"99dc19fe502fbaca89d5607b14a0e301a40af42a14e33afc349e73eaef2bc86f\"\n...
2025-12-11T23:05:09
golang/go
7aa9ca729fcb063506ea4ed35ee9b2673a853e4f
f870a1d3989d428a5d87368e340f23c4d8232380
net/http/cookiejar: treat localhost as secure origin For development purposes, browsers treat localhost as a secure origin regardless of protocol. Fixes #60997 https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Cookies#restrict_access_to_cookies https://bugzilla.mozilla.org/show_bug.cgi?id=1618113 https://issu...
[ { "path": "src/net/http/cookiejar/jar.go", "patch": "@@ -12,6 +12,7 @@ import (\n \t\"net\"\n \t\"net/http\"\n \t\"net/http/internal/ascii\"\n+\t\"net/netip\"\n \t\"net/url\"\n \t\"slices\"\n \t\"strings\"\n@@ -120,7 +121,7 @@ func (e *entry) id() string {\n // request to host/path. It is the caller's respo...
2025-11-04T22:47:42
vuejs/vue
a7444975343f7828004d90bfb0deeb98db0f46e7
2d75aba5e1a3f25aa30f90f95e603ba424cf1730
fix: ensure outer bindings on nested HOC are properly re-applied on inner root element change
[ { "path": "src/core/vdom/patch.js", "patch": "@@ -660,14 +660,18 @@ export function createPatchFunction (backend) {\n // component root element replaced.\n // update parent placeholder node element, recursively\n let ancestor = vnode.parent\n+ const patchable = isPatch...
2017-09-05T15:29:22
mrdoob/three.js
089e36db16a6fbaf8cd12fbc8b6abfa3beaa4801
99b02bbe5fe783c8e14fd00c1430d959a7960efc
XRManager: Fix foveation. (#30417)
[ { "path": "src/renderers/common/Textures.js", "patch": "@@ -127,18 +127,9 @@ class Textures extends DataMap {\n \n \t\tconst options = { sampleCount };\n \n-\t\t// when using the WebXR Layers API, the render target uses external textures which\n-\t\t// require no manual updates\n+\t\t// XR render targets re...
2025-01-28T15:43:12
denoland/deno
9d9f355e288a86a59c8dc11208dee5cd0dcb65c5
8381d921068300a87d10e9b0ce84dbc1614a0ee0
fix(x): correct alias deno command location for Windows (#31573) I'm not familiar with Rust or Windows CMD syntax. But I tried both the current option and just plain `deno.exe` locally by changing `dx.cmd`, which solved the issue for me. Closes #31572 Signed-off-by: Christian Svensson <csvn.dev@gmail.com>
[ { "path": "cli/tools/x.rs", "patch": "@@ -251,7 +251,7 @@ exec \"$SCRIPT_DIR/deno\" x --default-allow-all \"$@\"\n std::fs::write(\n out_path,\n r##\"@echo off\n-./deno.exe x %*\n+\"%~dp0deno.exe\" x %*\n exit /b %ERRORLEVEL%\n \"##,\n )?;", "additions": 1, "deletions": 1, "l...
2025-12-11T20:57:40
golang/go
f870a1d3989d428a5d87368e340f23c4d8232380
9962d95fed9c13b9a7497bc41ba86253ba619a29
net/url: warn that JoinPath arguments should be escaped Fixes #75799 Change-Id: I483f7b1129799d8dd7f359a04e6ebc1b6a5d0b08 Reviewed-on: https://go-review.googlesource.com/c/go/+/719000 Reviewed-by: Mark Freeman <markfreeman@google.com> Reviewed-by: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-sco...
[ { "path": "src/net/url/url.go", "patch": "@@ -1205,7 +1205,13 @@ func (u *URL) UnmarshalBinary(text []byte) error {\n // JoinPath returns a new [URL] with the provided path elements joined to\n // any existing path and the resulting path cleaned of any ./ or ../ elements.\n // Any sequences of multiple / ch...
2025-11-08T18:16:48
mrdoob/three.js
99b02bbe5fe783c8e14fd00c1430d959a7960efc
5077c093b7dc6f43452d2b455e3a25b0cba4bae8
WebGLBackend: Fix context parameter. (#30413) * WebGLBackend: Fix context parameter. * WebGLBackend: Disable depth buffer of canvas.
[ { "path": "src/renderers/common/XRManager.js", "patch": "@@ -589,8 +589,6 @@ class XRManager extends EventDispatcher {\n \n \t\t\t//\n \n-\t\t\tconst attributes = gl.getContextAttributes();\n-\n \t\t\tif ( this._useLayers === true ) {\n \n \t\t\t\t// default path using XRWebGLBinding/XRProjectionLayer\n@@ -...
2025-01-28T13:20:53
vuejs/vue
2d75aba5e1a3f25aa30f90f95e603ba424cf1730
230c6ae7822347b9b2a659503291e45fcc58fe41
chore: fixed a small typo in CONTRIBUTING.md (#6517)
[ { "path": ".github/CONTRIBUTING.md", "patch": "@@ -49,7 +49,7 @@ The `setup` script links two git hooks:\n - `pre-commit`: runs ESLint on staged files.\n - `commit-msg`: validates commit message format (see below).\n \n-### Commiting Changes\n+### Committing Changes\n \n Commit messages should follow the [c...
2017-09-05T15:02:03
denoland/deno
80e36fc36a95d7e36d232918beba0ec12d33de09
ad54330f39955278b06d10202502a2e619f96628
fix(ext/node): `DatabaseSync` compatibility (#31515) Closes #29439 Notable changes: - `DatabaseSync`: - accept Buffer and URL paths. - implement `.location()` method. - add `isTransaction` and `isOpen` getters. - respect timeout option. - `backup`: accept Buffer and URL paths. Allows https://github.com/nodej...
[ { "path": "ext/node/ops/sqlite/backup.rs", "patch": "@@ -25,20 +25,14 @@ struct BackupOptions {\n rate: Option<c_int>,\n }\n \n-#[derive(Serialize, Deserialize)]\n-struct BackupResult {\n- #[serde(rename = \"totalPages\")]\n- total_pages: c_int,\n-}\n-\n #[op2(stack_trace)]\n-#[serde]\n+#[smi]\n pub fn ...
2025-12-11T13:04:20
golang/go
f821fc46c586d2f114dddbcfaaffbb4bf5cd89b7
b59efc38a0ce1683bb360a2db67d2543047170dc
crypto/internal/fisp140test: update acvptool, test data This commit updates the BoringSSL module version used for the acvptool, as well as the module version used for the static test data used by our CI process to avoid interacting with a live ACVP server. Two important upstream changes of note: 1. NIST changed the ...
[ { "path": "src/crypto/internal/fips140test/acvp_capabilities.json", "patch": "@@ -16,17 +16,17 @@\n {\"algorithm\":\"cSHAKE-128\",\"hexCustomization\":false,\"outputLen\":[{\"min\":16,\"max\":65536,\"increment\":8}],\"msgLen\":[{\"min\":0,\"max\":65536,\"increment\":8}],\"revision\":\"1.0\"},\n {\"algor...
2025-11-11T19:41:43
mrdoob/three.js
2539ed25cb0c08074d14da7a86bb548d98a060b5
84b5607155a9cc661a2b51f0fd70f6ad6f7f2680
GltfLoader: fix too generic assigment of light decay (#30411) Co-authored-by: Samuel Rigaud <srigaud@duodisplay.com>
[ { "path": "examples/jsm/loaders/GLTFLoader.js", "patch": "@@ -600,8 +600,6 @@ class GLTFLightsExtension {\n \t\t// here, because node-level parsing will only override position if explicitly specified.\n \t\tlightNode.position.set( 0, 0, 0 );\n \n-\t\tlightNode.decay = 2;\n-\n \t\tassignExtrasToUserData( lig...
2025-01-27T17:33:22
vuejs/vue
230c6ae7822347b9b2a659503291e45fcc58fe41
f76d16ed9507d4c2a90243ea3d77ccf00df29346
fix(vdom): avoid diff de-opt when both head/tail are different fix #6502
[ { "path": "src/core/vdom/patch.js", "patch": "@@ -401,7 +401,9 @@ export function createPatchFunction (backend) {\n newStartVnode = newCh[++newStartIdx]\n } else {\n if (isUndef(oldKeyToIdx)) oldKeyToIdx = createKeyToOldIdx(oldCh, oldStartIdx, oldEndIdx)\n- idxInOld = isDef(newS...
2017-09-04T16:50:57
denoland/deno
ad54330f39955278b06d10202502a2e619f96628
56e196b517488977ee32fa29330a841a3251e208
fix(add): include type-only imports when building graph (#31552) Fixes #31550
[ { "path": "cli/args/mod.rs", "patch": "@@ -542,6 +542,7 @@ impl CliOptions {\n \n pub fn graph_kind(&self) -> GraphKind {\n match self.sub_command() {\n+ DenoSubcommand::Add(_) => GraphKind::All,\n DenoSubcommand::Cache(_) => GraphKind::All,\n DenoSubcommand::Check(_) => GraphKind::Ty...
2025-12-11T09:29:47
mrdoob/three.js
84b5607155a9cc661a2b51f0fd70f6ad6f7f2680
d969abd832c1799fa7b3380701c05a42daa7e91e
TSLEncoder: Fix transpilation issues. (#30410) * TSLEncoder: Fix number imports. * GLSLDecoder: Improve uint support. * GLSLDecoder: Fix CodeQL feedback.
[ { "path": "examples/jsm/transpiler/GLSLDecoder.js", "patch": "@@ -461,11 +461,11 @@ class GLSLDecoder {\n \t\t\tconst isHex = /^(0x)/.test( firstToken.str );\n \n \t\t\tif ( isHex ) type = 'int';\n-\t\t\telse if ( /u$/.test( firstToken.str ) ) type = 'uint';\n+\t\t\telse if ( /u$|U$/.test( firstToken.str ) ...
2025-01-27T17:11:06
golang/go
62741480b8837f2570e75fbb982e80bc0be564ca
7db2f0bb9a5d0e3d68e3eb153dbce928138206a0
runtime: remove linkname for gopanic github.com/goplus/igop now renamed github.com/goplus/ixgo already requires checklinkname=0, so the special case can be removed. https://github.com/goplus/ixgo/tree/e0d0bfeb2de9cfbe0b6cd668f015a1ba35dfea76/ixgo go.undefinedlabs.com is no longer a resolvable domain, having been abso...
[ { "path": "src/runtime/panic.go", "patch": "@@ -793,10 +793,7 @@ var panicnil = &godebugInc{name: \"panicnil\"}\n // The compiler emits calls to this function.\n //\n // gopanic should be an internal detail,\n-// but widely used packages access it using linkname.\n-// Notable members of the hall of shame in...
2025-11-17T21:16:06