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
b910888867ac91f245ce87f68e389259a9a69fe2
b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb
fix(ext/node): use primordials in `ext/node/polyfills/tls.ts` (#31816) Towards #24236. Replaces JS builtins with equivalent primordials.
[ { "path": "ext/node/polyfills/tls.ts", "patch": "@@ -1,9 +1,6 @@\n // Copyright 2018-2026 the Deno authors. MIT license.\n // Copyright Joyent and Node contributors. All rights reserved. MIT license.\n \n-// TODO(petamoriken): enable prefer-primordials for node polyfills\n-// deno-lint-ignore-file prefer-pr...
2026-01-22T22:44:08
vuejs/vue
d891cd1761df22e1e0b1953c6ed7947fdb79d915
c264335fbd1b1d838e3c1085b7d6dcd1c752aa43
fix: improve error detector v-for identifier check close #6971
[ { "path": "src/compiler/error-detector.js", "patch": "@@ -15,9 +15,6 @@ const unaryOperatorsRE = new RegExp('\\\\b' + (\n 'delete,typeof,void'\n ).split(',').join('\\\\s*\\\\([^\\\\)]*\\\\)|\\\\b') + '\\\\s*\\\\([^\\\\)]*\\\\)')\n \n-// check valid identifier for v-for\n-const identRE = /[A-Za-z_$][\\w$]*...
2017-11-20T19:12:10
mrdoob/three.js
1e6169357025bd923c7aecffefcac8e9b37549e0
998ee480ded25e3e178499a6f519b0e10baddc79
Typos (#30843) * Typos * fix alpha --------- Co-authored-by: Samuel Rigaud <rigaud@gmail.com>
[ { "path": "examples/jsm/postprocessing/EffectComposer.js", "patch": "@@ -119,7 +119,7 @@ class EffectComposer {\n \t\tthis.copyPass.material.blending = NoBlending;\n \n \t\t/**\n-\t\t * The intenral clock for managing time data.\n+\t\t * The internal clock for managing time data.\n \t\t *\n \t\t * @private\...
2025-04-02T16:37:45
golang/go
a70addd3b31ccb685f48867e24c6c2b4dc364a11
93b49f773d1a4b706f5352dffb912c259c15dc4f
all: fix some comment issues Change-Id: I5dec35b1432705b3a52859c38e758220282226af Reviewed-on: https://go-review.googlesource.com/c/go/+/726700 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Sean Liao <sean@liao.dev> Auto-Submit: Dmitri Shuralyov <dmitshur@golang...
[ { "path": "src/crypto/md5/gen.go", "patch": "@@ -153,7 +153,7 @@ var data = Data{\n \t\t0x8d2a4c8a,\n \t},\n \tTable3: []uint32{\n-\t\t// round3\n+\t\t// round 3\n \t\t0xfffa3942,\n \t\t0x8771f681,\n \t\t0x6d9d6122,", "additions": 1, "deletions": 1, "language": "Go" }, { "path": "src/cry...
2025-12-04T03:39:53
mrdoob/three.js
998ee480ded25e3e178499a6f519b0e10baddc79
2a7cf1f506577465d559cadfc38b55594af814f2
InstanceNode: Fix usage with `VelocityNode`. (#30846)
[ { "path": "src/nodes/accessors/InstanceNode.js", "patch": "@@ -2,7 +2,7 @@ import Node from '../core/Node.js';\n import { varyingProperty } from '../core/PropertyNode.js';\n import { instancedBufferAttribute, instancedDynamicBufferAttribute } from './BufferAttributeNode.js';\n import { normalLocal, transfor...
2025-04-02T16:32:47
vuejs/vue
4c22d1d17ffd3a9340c3b17443c7989d04ab14c5
063acb79ebc02344ab277196d4aea0577b113926
fix: allow traversing reactive objects which are sealed (#7080)
[ { "path": "src/core/observer/traverse.js", "patch": "@@ -18,7 +18,7 @@ export function traverse (val: any) {\n function _traverse (val: any, seen: SimpleSet) {\n let i, keys\n const isA = Array.isArray(val)\n- if ((!isA && !isObject(val)) || !Object.isExtensible(val)) {\n+ if ((!isA && !isObject(val))...
2017-11-20T15:38:39
golang/go
91267f0a709191d8f1e3f4fa805c9d88856f9957
a753a9ed54c7ead93e56e5b183b743877b7695a6
all: update vendored x/tools Pull in the following x/tools changes: - CL 726000: go/analysis/passes/modernize: omitzero: suppress on kubebuilder - CL 726621: internal/refactor/inline: built-ins may affect inference - CL 727041: go/analysis/passes/modernize: fix stringscut false positives - CL 727040: go/analysis/unit...
[ { "path": "src/cmd/go.mod", "patch": "@@ -11,7 +11,7 @@ require (\n \tgolang.org/x/sys v0.38.1-0.20251125153526-08e54827f670\n \tgolang.org/x/telemetry v0.0.0-20251128220624-abf20d0e57ec\n \tgolang.org/x/term v0.37.0\n-\tgolang.org/x/tools v0.39.1-0.20251130212600-1ad6f3d02713\n+\tgolang.org/x/tools v0.39.1...
2025-12-04T22:57:40
mrdoob/three.js
2a7cf1f506577465d559cadfc38b55594af814f2
19d07ee4276676b0af67dca4944af280a71b495d
TSL: Fix `bitangent*` if used `material.flatShading` (#30837) * fix bitangent if used flat shading * cleanup * cleanup * Update Bitangent.js * Update Bitangent.js * Update Bitangent.js * Update Bitangent.js * fix extrusion side of normal map if tangent used * Revert "fix extrusion side of normal map if tangent...
[ { "path": "src/nodes/accessors/Bitangent.js", "patch": "@@ -1,49 +1,71 @@\n import { varying } from '../core/VaryingNode.js';\n+import { Fn } from '../tsl/TSLCore.js';\n import { cameraViewMatrix } from './Camera.js';\n import { normalGeometry, normalLocal, normalView, normalWorld, transformedNormalView } f...
2025-04-02T16:11:37
vuejs/vue
063acb79ebc02344ab277196d4aea0577b113926
a23b913796a7d18e76185607f250655e18a390c8
fix(ssr): fix bundle renderer require path on windows (#7085) fixed windows os `vue-ssr-server-bundle.json` within module can't found on server rendering
[ { "path": "src/server/bundle-renderer/create-bundle-runner.js", "patch": "@@ -51,7 +51,7 @@ function compileModule (files, basedir, runInNewContext) {\n : script.runInNewContext(sandbox)\n const m = { exports: {}}\n const r = file => {\n- file = path.join('.', file)\n+ file = path.po...
2017-11-20T15:33:53
golang/go
1681c3b67fe5f95377fd33b98dc1f7007cf28acf
7b67b68a0da091be2d7dc3e69c4df9a1a080d0de
crypto: use rand.IsDefaultReader instead of comparing to boring.RandReader Several crypto functions accepting a rand parameter skip calling boringcrypto when the rand is not boring.RandReader. The new crypto/internal/rand package currently defines its own Reader that wraps boring.RandReader. That will unintentionally...
[ { "path": "src/crypto/ecdh/nist.go", "patch": "@@ -27,7 +27,7 @@ func (c *nistCurve) String() string {\n }\n \n func (c *nistCurve) GenerateKey(r io.Reader) (*PrivateKey, error) {\n-\tif boring.Enabled && r == boring.RandReader {\n+\tif boring.Enabled && rand.IsDefaultReader(r) {\n \t\tkey, bytes, err := bo...
2025-12-03T10:20:41
denoland/deno
98557599cbde32d99806a57182e50881af5e2538
2a91db0259480b4c91afc82a4758d63b9fe76faf
feat: instrument cron with OTEL (#31916) This PR adds OpenTelemetry tracing support to `Deno.cron()` handlers. When OTEL tracing is enabled, each cron handler invocation is wrapped in a span named `"deno.cron"` with `deno.cron.name` and `deno.cron.schedule` attributes. The span is properly entered so that any child sp...
[ { "path": "ext/cron/01_cron.ts", "patch": "@@ -1,15 +1,19 @@\n // Copyright 2018-2026 the Deno authors. MIT license.\n \n import { core, internals, primordials } from \"ext:core/mod.js\";\n-const {\n- isPromise,\n-} = core;\n import { op_cron_create, op_cron_next } from \"ext:core/ops\";\n const {\n Arra...
2026-01-22T13:55:20
mrdoob/three.js
19d07ee4276676b0af67dca4944af280a71b495d
f636bf1f7b0d177ea66504800b170ea73872c0e7
TSL: Fix `.blur()` on Framebuffer (#30845)
[ { "path": "src/nodes/accessors/TextureNode.js", "patch": "@@ -564,7 +564,7 @@ class TextureNode extends UniformNode {\n \n \t\tconst map = textureNode.value;\n \n-\t\tif ( map && map.generateMipmaps === false || map.minFilter === NearestFilter || map.magFilter === NearestFilter ) {\n+\t\tif ( textureNode.ge...
2025-04-02T16:03:42
golang/go
7b67b68a0da091be2d7dc3e69c4df9a1a080d0de
2b62144069a130cc469f33009c0c392cc6de8810
cmd/compile: use isUnsignedPowerOfTwo rather than isPowerOfTwo for unsigneds Fixes #76688 Change-Id: Icb8dab54a5ce7d83b656d50d5ea605d2a62b96f8 Reviewed-on: https://go-review.googlesource.com/c/go/+/726680 Auto-Submit: Jorropo <jorropo.pgm@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam...
[ { "path": "src/cmd/compile/internal/ssa/prove.go", "patch": "@@ -2885,9 +2885,9 @@ func simplifyBlock(sdom SparseTree, ft *factsTable, b *Block) {\n \t\t\txl := ft.limits[x.ID]\n \t\t\ty := v.Args[1]\n \t\t\tyl := ft.limits[y.ID]\n-\t\t\tif xl.umin == xl.umax && isPowerOfTwo(int64(xl.umin)) ||\n+\t\t\tif xl...
2025-12-04T03:17:58
mrdoob/three.js
7f74cfa8bca4f3cacc513493a43c6042acab565e
f1ecf66df2de3c6b13c33c5c141a489bf436c37d
Added additional Rapier physics examples (#30818) * Added new Rapier physics examples * Delete attribute when using Rapier debugger * Added screenshots * Restored jsDocs to RapierPhysics.js * Updated files.json * added exception * Updates for Michael * Refactored debugger as RapierHelper * Removed unused impor...
[ { "path": "examples/files.json", "patch": "@@ -502,7 +502,11 @@\n \t\t\"physics_ammo_terrain\",\n \t\t\"physics_ammo_volume\",\n \t\t\"physics_jolt_instancing\",\n-\t\t\"physics_rapier_instancing\"\n+\t\t\"physics_rapier_basic\",\n+\t\t\"physics_rapier_instancing\",\n+\t\t\"physics_rapier_joints\",\n+\t\t\"...
2025-04-01T17:20:13
vuejs/vue
a23b913796a7d18e76185607f250655e18a390c8
b2781205b0271a9b59afe0c816b41c6dbe85f0a3
fix: fix <keep-alive> include/exclude logic for anonymous components
[ { "path": "src/core/components/keep-alive.js", "patch": "@@ -87,10 +87,13 @@ export default {\n if (componentOptions) {\n // check pattern\n const name: ?string = getComponentName(componentOptions)\n- if (!name || (\n- (this.exclude && matches(this.exclude, name)) ||\n- (t...
2017-11-20T15:04:06
denoland/deno
2a91db0259480b4c91afc82a4758d63b9fe76faf
f321e88fdf071c49c117a4d4018dee0a2def4214
fix(ext/node): inspector.open() and inspector.close() (#31898) This commit adds proper support for `node:inspector` APIs: - `inspector.open()` - `inspector.close()` Also `process.features.inspector` value was changed to `true`. As a result a bunch of Node compat tests related to inspector started failing - turns out...
[ { "path": "Cargo.lock", "patch": "@@ -1885,9 +1885,9 @@ dependencies = [\n \n [[package]]\n name = \"deno_core\"\n-version = \"0.380.0\"\n+version = \"0.380.1\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"669603e9d217e82488f22f89632831a7bc879f7cae9827037d44f22c27148ba...
2026-01-22T10:55:15
mrdoob/three.js
f1ecf66df2de3c6b13c33c5c141a489bf436c37d
407360e37b1e23e9f5e5f2d55e5947a04ec25611
VelocityNode: Fix initial value of previous model matrix. (#30839)
[ { "path": "src/nodes/accessors/VelocityNode.js", "patch": "@@ -205,6 +205,7 @@ function getPreviousMatrix( object, index = 0 ) {\n \tif ( matrix === undefined ) {\n \n \t\tobjectData[ index ] = matrix = new Matrix4();\n+\t\tobjectData[ index ].copy( object.matrixWorld );\n \n \t}\n ", "additions": 1, ...
2025-04-01T10:36:48
vuejs/vue
59dea374037ec2e6b1f5570a30774f2de0a44adc
06f121b4735e8c70306c744419287592af295eac
fix: fix v-model :value warning on custom component fix #7084
[ { "path": "src/platforms/web/compiler/directives/model.js", "patch": "@@ -21,7 +21,6 @@ export default function model (\n const modifiers = dir.modifiers\n const tag = el.tag\n const type = el.attrsMap.type\n- const attrsMap = el.attrsMap\n \n if (process.env.NODE_ENV !== 'production') {\n // i...
2017-11-18T19:41:22
denoland/deno
f321e88fdf071c49c117a4d4018dee0a2def4214
1556f14651887bf85e02ad71a7376426f0076967
fix(ext/node): validate fd in tty.isatty and enable pseudo-tty tests (#31892) Closes https://github.com/denoland/deno/issues/29876 - tty.isatty() now returns false for negative and non-integer fd values - Added run_in_pty() to run pseudo-tty tests in a real terminal - Skip pseudo-tty tests on Windows CI where PTY i...
[ { "path": "ext/node/polyfills/tty.js", "patch": "@@ -17,7 +17,7 @@ import * as io from \"ext:deno_io/12_io.js\";\n \n // Returns true when the given numeric fd is associated with a TTY and false otherwise.\n function isatty(fd) {\n- if (typeof fd !== \"number\") {\n+ if (typeof fd !== \"number\" || fd >> ...
2026-01-22T10:34:06
mrdoob/three.js
407360e37b1e23e9f5e5f2d55e5947a04ec25611
838d357322c541ccd6324024251e22b80bbb43f9
Addons: Fix SSAA/TRAA state reset. (#30838)
[ { "path": "examples/jsm/tsl/display/SSAAPassNode.js", "patch": "@@ -113,7 +113,7 @@ class SSAAPassNode extends PassNode {\n \t\tconst { renderer } = frame;\n \t\tconst { scene, camera } = this;\n \n-\t\t_rendererState = RendererUtils.resetRendererAndSceneState( renderer, scene, _rendererState );\n+\t\t_rend...
2025-04-01T09:07:48
vuejs/vue
4d8226fb2c84fa2e13a2d8a86dea8a9a5c6ea95f
6d6b3739e132723915bc2209663db1b825307865
fix: keep-alive should not cache anonymous components This only happens if the component is returned by a intermediate functional or abstract component, e.g. <router-view>. Fix #6938.
[ { "path": "src/core/components/keep-alive.js", "patch": "@@ -87,7 +87,7 @@ export default {\n if (componentOptions) {\n // check pattern\n const name: ?string = getComponentName(componentOptions)\n- if (name && (\n+ if (!name || (\n (this.exclude && matches(this.exclude, na...
2017-11-17T15:30:51
mrdoob/three.js
838d357322c541ccd6324024251e22b80bbb43f9
d3ca4bec425d87efdfa208b4ffe9256ddc2f3490
AfterImageNode: Fix usage of multiple nodes. (#30834) * fix afterImageNode when multiple afterImage exist * change the fix keeping previous architecture with module scoped variable
[ { "path": "examples/jsm/tsl/display/AfterImageNode.js", "patch": "@@ -143,6 +143,7 @@ class AfterImageNode extends TempNode {\n \t\tthis.textureNodeOld.value = this._oldRT.texture;\n \n \t\t// comp\n+\t\t_quadMeshComp.material = this._materialComposed;\n \n \t\trenderer.setRenderTarget( this._compRT );\n \t...
2025-04-01T09:03:24
denoland/deno
7046dc85c45ab809267d715dc72250ead11705a7
f7e4aa3d95613561101a84b5c587c50033b80923
fix(ext/node): improve child_process CLI argument parsing (#31825) Closes https://github.com/denoland/deno/issues/26567 Replace incomplete JavaScript-based Node CLI flag handling with a comprehensive Rust parser for better `node:child_process` compatibility. --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmai...
[ { "path": "Cargo.lock", "patch": "@@ -2509,6 +2509,7 @@ dependencies = [\n \"md4\",\n \"nix 0.27.1\",\n \"node_resolver\",\n+ \"node_shim\",\n \"num-bigint\",\n \"num-bigint-dig\",\n \"num-integer\",\n@@ -6352,6 +6353,15 @@ dependencies = [\n \"url\",\n ]\n \n+[[package]]\n+name = \"node_shim\"\n+ver...
2026-01-22T00:45:13
vuejs/vue
6d6b3739e132723915bc2209663db1b825307865
f5cd29e1d8197613c4dfb4013b240784c3b64e43
fix: should warn unknown components inside <keep-alive>
[ { "path": "src/core/components/keep-alive.js", "patch": "@@ -81,7 +81,8 @@ export default {\n },\n \n render () {\n- const vnode: VNode = getFirstComponentChild(this.$slots.default)\n+ const slot = this.$slots.default\n+ const vnode: VNode = getFirstComponentChild(slot)\n const componentOpt...
2017-11-17T15:23:23
mrdoob/three.js
d3ca4bec425d87efdfa208b4ffe9256ddc2f3490
f25d5a264508b351d08b4ef13ae0946150b42cb4
TSL: Show shader stage in `debug()` message (#30833)
[ { "path": "src/nodes/utils/DebugNode.js", "patch": "@@ -41,11 +41,14 @@ class DebugNode extends TempNode {\n \t\tconst callback = this.callback;\n \t\tconst snippet = this.node.build( builder );\n \n+\t\tconst title = '--- TSL debug - ' + builder.shaderStage + ' shader ---';\n+\t\tconst border = '-'.repeat(...
2025-04-01T03:52:17
denoland/deno
f7e4aa3d95613561101a84b5c587c50033b80923
0be96f999828fb2d60cc26aca5166eca20493d45
fix(doc): non-determinism in `deno doc --lint` (#31911)
[ { "path": "Cargo.lock", "patch": "@@ -1991,9 +1991,9 @@ dependencies = [\n \n [[package]]\n name = \"deno_doc\"\n-version = \"0.189.0\"\n+version = \"0.189.1\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"5d82f89d6417f786a32d310e3287306ad4c0763a53a83b8323f86b9ac471c71e...
2026-01-21T23:33:02
vuejs/vue
f5cd29e1d8197613c4dfb4013b240784c3b64e43
1e146037fa4280b502d0edf95936bc67e87fd339
fix: init _staticTrees to avoid runtime reference warning fix #7075
[ { "path": "flow/component.js", "patch": "@@ -66,6 +66,7 @@ declare interface Component {\n _isDestroyed: boolean;\n _isBeingDestroyed: boolean;\n _vnode: ?VNode; // self root node\n+ _staticTrees: ?Array<VNode>; // v-once cached trees\n _hasHookEvent: boolean;\n _provided: ?Object;\n ", "addi...
2017-11-17T14:45:03
mrdoob/three.js
541455a54643a8b1519bacfe32333c12615880b9
05e77b087776d2be518eb3c46b45e20ad9e88fde
WebGLRenderer: Fix binding __webglFramebuffer when mipmaps are used. (#30746) * Fix binding __webglFramebuffer when mipmaps are used Closes https://github.com/mrdoob/three.js/issues/30745 * Handle crash when msaa sample used * Correct formatting * Consistency
[ { "path": "src/renderers/webgl/WebGLTextures.js", "patch": "@@ -1629,7 +1629,17 @@ function WebGLTextures( _gl, extensions, state, properties, capabilities, utils,\n \n \t\t\tif ( isCube ) throw new Error( 'target.depthTexture not supported in Cube render targets' );\n \n-\t\t\tsetupDepthTexture( renderTarg...
2025-03-31T10:04:52
golang/go
32a9804c7ba3f4a0e0bd26cc24b9204860a49ec8
509ddf38689c10643d89c464e8386f53364635e8
cmd/link: don't update offset of existing ELF section name Fixes #76656 Change-Id: If2e823ba1577700af00f5883e4ea5c139e4749c1 Reviewed-on: https://go-review.googlesource.com/c/go/+/726100 Reviewed-by: Keith Randall <khr@golang.org> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Michael Stapelberg <stapelberg...
[ { "path": "src/cmd/link/elf_test.go", "patch": "@@ -11,6 +11,7 @@ import (\n \t\"cmd/internal/hash\"\n \t\"cmd/link/internal/ld\"\n \t\"debug/elf\"\n+\t\"encoding/binary\"\n \t\"fmt\"\n \t\"internal/platform\"\n \t\"internal/testenv\"\n@@ -22,6 +23,7 @@ import (\n \t\"sync\"\n \t\"testing\"\n \t\"text/templ...
2025-12-03T01:01:57
denoland/deno
b0d0578d62df3481d39b2e05244443b8852ff0e5
f8160bfd93d7f3c88512d7fa55e82cc98d84a9c9
fix(dx): always spawn subprocess for dx (#31897) Fixes #31692. Fixes #31874. previously I tried to avoid this, but it messes up the argv0. So just spawn a process. Since we're going through native code (as opposed to a bash wrapper) it doesn't add too much time (I measured) though it does hurt perf a bit.
[ { "path": "cli/main.rs", "patch": "@@ -257,9 +257,9 @@ async fn run_subcommand(\n DenoSubcommand::Repl(repl_flags) => {\n spawn_subcommand(async move { tools::repl::run(flags, repl_flags).await })\n }\n- DenoSubcommand::X(x_flags) => spawn_subcommand(async move {\n- tools::x::run(flags...
2026-01-21T19:46:01
mrdoob/three.js
05e77b087776d2be518eb3c46b45e20ad9e88fde
62bb68551ea0f206976fb288a2174803bf361ae8
ExtrudeGeometry: Fix regression introduced by #30750. (#30822) * Fix vertex lists not being generated correctly when bevelSegments == 0 * Removed superfluous scope block around new code * Fixed using the wrong variable to populate contractedContourVertices The variable "vertices" could probably use renaming for cla...
[ { "path": "src/geometries/ExtrudeGeometry.js", "patch": "@@ -393,53 +393,63 @@ class ExtrudeGeometry extends BufferGeometry {\n \n \t\t\t}\n \n-\t\t\tconst contractedContourVertices = [];\n-\t\t\tconst expandedHoleVertices = [];\n+\t\t\tlet faces;\n \n-\t\t\t// Loop bevelSegments, 1 for the front, 1 for the...
2025-03-31T08:32:18
vuejs/vue
1e146037fa4280b502d0edf95936bc67e87fd339
a2cd14c765cfb1f881f34911d4fd0540feb09cce
feat: warn if both v-model and v-bind:value used on same element (#7056) * test($compile): warn if v-model and :value used on same text input #7048 * test($compile): make v-model and v-bind:value warning apply to all but exceptions #7048 * test($compile): move v-model/:value conflict warner to model.js ...
[ { "path": "src/platforms/web/compiler/directives/model.js", "patch": "@@ -21,6 +21,7 @@ export default function model (\n const modifiers = dir.modifiers\n const tag = el.tag\n const type = el.attrsMap.type\n+ const attrsMap = el.attrsMap\n \n if (process.env.NODE_ENV !== 'production') {\n // i...
2017-11-16T16:24:23
golang/go
509ddf38689c10643d89c464e8386f53364635e8
7cab1b1b26e49512a1ae56916ee39a6cc10dab46
cmd/compile: ensure bloop only kept alive addressable nodes Fixes #76636 Change-Id: I881f88dbf62a901452c1d77e6ffca651451c7790 Reviewed-on: https://go-review.googlesource.com/c/go/+/725420 Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gservi...
[ { "path": "src/cmd/compile/internal/bloop/bloop.go", "patch": "@@ -73,6 +73,14 @@ func getNameFromNode(n ir.Node) *ir.Name {\n \treturn nil\n }\n \n+// getAddressableNameFromNode is like getNameFromNode but returns nil if the node is not addressable.\n+func getAddressableNameFromNode(n ir.Node) *ir.Name {\n...
2025-12-01T09:54:54
denoland/deno
f8160bfd93d7f3c88512d7fa55e82cc98d84a9c9
d2a9b8c77a467396dd23008bc10a4c33df5f3cb9
fix(publish): do not include tsconfig imports in publish graph (#31907)
[ { "path": "cli/factory.rs", "patch": "@@ -812,6 +812,7 @@ impl CliFactory {\n self.caches()?.clone(),\n self.cjs_tracker()?.clone(),\n cli_options.clone(),\n+ self.compiler_options_resolver()?.clone(),\n self.file_fetcher()?.clone(),\n s...
2026-01-21T19:45:07
mrdoob/three.js
62bb68551ea0f206976fb288a2174803bf361ae8
025475dc785bd435f6c91098edeffdc92c706ff2
FrontFacingNode: Fix `frontFacing` if used `material.flatShading` (#30828)
[ { "path": "src/nodes/display/FrontFacingNode.js", "patch": "@@ -38,8 +38,6 @@ class FrontFacingNode extends Node {\n \n \t\tconst { renderer, material } = builder;\n \n-\t\tif ( material.flatShading === true ) return 'true';\n-\n \t\tif ( renderer.coordinateSystem === WebGLCoordinateSystem ) {\n \n \t\t\tif...
2025-03-30T21:15:10
vuejs/vue
5db86b4e94857fdde3ae6b71e24da637bc116baa
6b799190a57b73c4b3d6c31f4009cda74a1a6184
fix(ssr): ensure hydrated class & style bindings are reactive fix #7063
[ { "path": "src/core/observer/traverse.js", "patch": "@@ -0,0 +1,39 @@\n+/* @flow */\n+\n+import { _Set as Set, isObject } from '../util/index'\n+import type { SimpleSet } from '../util/index'\n+\n+const seenObjects = new Set()\n+\n+/**\n+ * Recursively traverse an object to evoke all converted\n+ * getters,...
2017-11-16T16:19:52
golang/go
7cab1b1b26e49512a1ae56916ee39a6cc10dab46
1a64db3a4b3fc328f945d8271c0b98923526255d
doc: pre-announce removal of gotypesalias and asynctimerchan GODEBUG flags This announcement follows the policy outlined in #76163. For #76472. Change-Id: I4299e7f474e314810883dc4f50be6afba8c3e3e7 Reviewed-on: https://go-review.googlesource.com/c/go/+/726020 Auto-Submit: Robert Griesemer <gri@google.com> Reviewed-by...
[ { "path": "doc/godebug.md", "patch": "@@ -306,7 +306,7 @@ Go 1.23 changed the channels created by package time to be unbuffered\n and [`Timer.Reset`](/pkg/time/#Timer.Reset) method results much easier.\n The [`asynctimerchan` setting](/pkg/time/#NewTimer) disables this change.\n There are no runtime metrics...
2025-12-02T19:58:29
denoland/deno
7e6483145f1a11111c68a443c405a8b7b38edad0
6c22c7393931779622adbd1cf726efbef073444e
fix(ext/node): prevent derefencing symlinks on `fs.rm` (#31886)
[ { "path": "ext/node/ops/winerror.rs", "patch": "@@ -30,7 +30,6 @@ use deno_core::op2;\n #[string]\n pub fn op_node_sys_to_uv_error(err: i32) -> String {\n let uv_err = match err {\n- ERROR_ACCESS_DENIED => \"EACCES\",\n ERROR_NOACCESS => \"EACCES\",\n WSAEACCES => \"EACCES\",\n ERROR_CANT_A...
2026-01-20T23:56:47
mrdoob/three.js
aa7f5b96990f34e14808897aa2e9c15a41472f3b
b3cb0cd0d6066f7054a76b90904486e40031c2ce
Normal: Don't flip normals when using flat shading. (#30823) * FrontFacingNode: Don't flip normals when using flat shading. * Normal: Don't flip normals when using flat shading. * Add fix to `transformedClearcoatNormalView` as well. * updates --------- Co-authored-by: sunag <sunagbrasil@gmail.com>
[ { "path": "src/nodes/accessors/Normal.js", "patch": "@@ -83,9 +83,13 @@ export const transformedNormalView = /*@__PURE__*/ ( Fn( ( builder ) => {\n \n \t// Use getUV context to avoid side effects from nodes overwriting getUV in the context (e.g. EnvironmentNode)\n \n-\treturn builder.context.setupNormal().c...
2025-03-30T16:34:07
vuejs/vue
6b799190a57b73c4b3d6c31f4009cda74a1a6184
45d7ba842917a075d6cb2563c78210e3b9210a58
test: add test case for #6687 + fix lingering comment node
[ { "path": "src/platforms/web/runtime/modules/transition.js", "patch": "@@ -181,12 +181,12 @@ export function leave (vnode: VNodeWithData, rm: Function) {\n }\n \n const data = resolveTransition(vnode.data.transition)\n- if (isUndef(data)) {\n+ if (isUndef(data) || el.nodeType !== 1) {\n return rm(...
2017-11-16T15:09:15
golang/go
1a64db3a4b3fc328f945d8271c0b98923526255d
2e06fa6b68bf5fff7f2dd1ba55dba6fc1d206ebf
spec: remove restriction on channel element types for close built-in (bug fix) The spec states that if the argument type for close is a type parameter, it's type set must only contain channels and they must all have the same element type. This latter requirement (all must have the same element type) was never enforced...
[ { "path": "doc/go_spec.html", "patch": "@@ -7496,7 +7496,7 @@ <h3 id=\"Close\">Close</h3>\n <p>\n If the type of the argument to <code>close</code> is a\n <a href=\"#Type_parameter_declarations\">type parameter</a>,\n-all types in its type set must be channels with the same element type.\n+all types in its ...
2025-12-02T22:32:13
denoland/deno
f8df593f34bbe12af4720dbbd5520ded399655f1
7f553d3e3adad912074d5483b84615cc3549a166
fix(ext/web): export PerformanceObserver and PerformanceObserverEntryList (#31887) Follow up https://github.com/denoland/deno/pull/31875 that exposes Web APIs on the global scope.
[ { "path": "runtime/js/98_global_scope_shared.js", "patch": "@@ -83,6 +83,10 @@ const windowOrWorkerGlobalScope = {\n PerformanceEntry: core.propNonEnumerable(performance.PerformanceEntry),\n PerformanceMark: core.propNonEnumerable(performance.PerformanceMark),\n PerformanceMeasure: core.propNonEnumera...
2026-01-20T13:33:36
mrdoob/three.js
f06cc7d42b187b5c9b2ce2b05ef76843d8d6e3a6
aebc1f1abb20150cebd4c9be1c02e8f8717c965e
MD2CharacterComplex: fix frontDeceleration attribute name (#30817) Co-authored-by: Samuel Rigaud <rigaud@gmail.com>
[ { "path": "examples/jsm/misc/MD2CharacterComplex.js", "patch": "@@ -78,12 +78,12 @@ class MD2CharacterComplex {\n \t\tthis.backAcceleration = 600;\n \n \t\t/**\n-\t\t * The character's front decceleration.\n+\t\t * The character's front deceleration.\n \t\t *\n \t\t * @type {number}\n \t\t * @default 600\n ...
2025-03-28T14:48:21
vuejs/vue
45d7ba842917a075d6cb2563c78210e3b9210a58
a3246fd8545dbe66f37da16d7ff68597c0f025e6
fix(transition): fix out-in transition getting stuck with v-if (#7023) fix #6687
[ { "path": "src/platforms/web/runtime/components/transition.js", "patch": "@@ -161,7 +161,9 @@ export default {\n oldChild &&\n oldChild.data &&\n !isSameChild(child, oldChild) &&\n- !isAsyncPlaceholder(oldChild)\n+ !isAsyncPlaceholder(oldChild) &&\n+ // #6687 component root ...
2017-11-16T14:29:26
golang/go
043b9de65825abef6d8946affda075a777dfb322
e432b4f3a1e067ac8fe7b8e0edbe60ca1f52475d
net: parse addresses without separators in ParseMac IEEE EUI guidelines states that "an EUI-48 can be represented in the IEEE RA hexadecimal (hex) form with the octets separated by hyphens, or as a pure base-16 numerical representation without hyphens" (https://standards.ieee.org/wp-content/uploads/import/documents/tu...
[ { "path": "src/net/mac.go", "patch": "@@ -36,8 +36,9 @@ func (a HardwareAddr) String() string {\n //\t0000.5e00.5301\n //\t0200.5e10.0000.0001\n //\t0000.0000.fe80.0000.0000.0000.0200.5e10.0000.0001\n+//\t00005e005301\n func ParseMAC(s string) (hw HardwareAddr, err error) {\n-\tif len(s) < 14 {\n+\tif len(s...
2025-11-25T07:38:09
mrdoob/three.js
1b4a21f6649f6b85525507812230bcb88701fe48
7d5abde86b69740d4e1ecc6b0c2a34cf17f33735
JointNode: Improve the error message.
[ { "path": "src/nodes/utils/JoinNode.js", "patch": "@@ -70,7 +70,7 @@ class JoinNode extends TempNode {\n \n \t\t\tif ( length >= maxLength ) {\n \n-\t\t\t\tconsole.error( 'THREE.TSL: Length of parameters exceeds maximum length of function type.' );\n+\t\t\t\tconsole.error( `THREE.TSL: Length of parameters e...
2025-03-28T01:37:00
denoland/deno
7f553d3e3adad912074d5483b84615cc3549a166
8812083d1cc27ba8320f1b545c118284cf574520
fix(ext/sqlite): double free of Session after database closed (#31830)
[ { "path": "ext/node/ops/sqlite/session.rs", "patch": "@@ -112,6 +112,9 @@ impl Session {\n }\n \n self.freed.set(true);\n+ if self.db.borrow().is_none() {\n+ return Ok(());\n+ }\n // Safety: `self.inner` is a valid session. double free is\n // prevented by `freed` flag.\n unsa...
2026-01-20T12:31:48
vuejs/vue
13196b25b8a0a84b3936982177195d2e04f13f79
df82aeb0bf7454ac99d403000a1ac993e8d8d4de
fix: clone slot nodes for render fn usage as well fix #7041
[ { "path": "src/core/instance/render-helpers/resolve-slots.js", "patch": "@@ -44,7 +44,7 @@ export function resolveSlots (\n }\n \n function isWhitespace (node: VNode): boolean {\n- return node.isComment || node.text === ' '\n+ return (node.isComment && !node.asyncFactory) || node.text === ' '\n }\n \n exp...
2017-11-14T02:43:20
golang/go
c1acdcb34560b20291cf55c988d0f883a38e8bbf
8ae5d408ed62d234cb72adebb9a23e08da1cedc6
crypto/x509: prevent HostnameError.Error() from consuming excessive resource Constructing HostnameError.Error() takes O(N^2) runtime due to using a string concatenation in a loop. Additionally, there is no limit on how many names are included in the error message. As a result, a malicious attacker could craft a certif...
[ { "path": "src/crypto/x509/verify.go", "patch": "@@ -108,31 +108,38 @@ type HostnameError struct {\n \n func (h HostnameError) Error() string {\n \tc := h.Certificate\n+\tmaxNamesIncluded := 100\n \n \tif !c.hasSANExtension() && matchHostnames(c.Subject.CommonName, h.Host) {\n \t\treturn \"x509: certificate...
2025-11-24T19:56:23
denoland/deno
821d36129fe292cff8ee8a00c48a5a6d113985cd
88341cadf6bd924e1369ecd7f9cbd636ae122bb0
fix(ext/crypto): add support for SHA3 (#31668) Fix #31631
[ { "path": "Cargo.lock", "patch": "@@ -1961,6 +1961,7 @@ dependencies = [\n \"ed448-goldilocks\",\n \"elliptic-curve\",\n \"num-traits\",\n+ \"ocb3\",\n \"once_cell\",\n \"p256\",\n \"p384\",\n@@ -1971,6 +1972,7 @@ dependencies = [\n \"serde_bytes\",\n \"sha1\",\n \"sha2\",\n+ \"sha3\",\n \"signatu...
2026-01-19T17:23:04
mrdoob/three.js
7d5abde86b69740d4e1ecc6b0c2a34cf17f33735
cc3564677dd1c87c34091f07f7d13fe819e7d203
lth demo (#30695) * lth demo * fix * fix2 * up * fix screen shot
[ { "path": "examples/files.json", "patch": "@@ -6,6 +6,7 @@\n \t\t\"webgl_animation_skinning_ik\",\n \t\t\"webgl_animation_skinning_morph\",\n \t\t\"webgl_animation_multiple\",\n+\t\t\"webgl_animation_walk\",\n \t\t\"webgl_camera\",\n \t\t\"webgl_camera_array\",\n \t\t\"webgl_camera_logarithmicdepthbuffer\",...
2025-03-28T01:07:31
vuejs/vue
df82aeb0bf7454ac99d403000a1ac993e8d8d4de
daed1e73557d57df244ad8d46c9afff7208c9a2d
fix: should warn unknown components during hydration fix #6998
[ { "path": "src/core/vdom/patch.js", "patch": "@@ -103,7 +103,23 @@ export function createPatchFunction (backend) {\n }\n }\n \n- let inPre = 0\n+ function isUnknownElement (vnode, inVPre) {\n+ return (\n+ !inVPre &&\n+ !vnode.ns &&\n+ !(\n+ config.ignoredElements.length &&\n...
2017-11-13T20:52:01
golang/go
8ae5d408ed62d234cb72adebb9a23e08da1cedc6
c5c05a0e43d062a89fc8d4172d3c043617d9dd81
spec: more precise prose for built-in function new 1) explain new(type) (simpler) before new(expr) (more complicated) 2) for new(expr), explain what happens when expr is an untyped bool 3) explain that new(nil) is not permitted 4) streamline examples slightly Fixes #76122. Change-Id: I5ddb26bd88241b4b2b9aa9b532a62f7...
[ { "path": "doc/go_spec.html", "patch": "@@ -1,6 +1,6 @@\n <!--{\n \t\"Title\": \"The Go Programming Language Specification\",\n-\t\"Subtitle\": \"Language version go1.26 (Nov 18, 2025)\",\n+\t\"Subtitle\": \"Language version go1.26 (Dec 2, 2025)\",\n \t\"Path\": \"/ref/spec\"\n }-->\n \n@@ -7794,40 +7794,32...
2025-11-20T22:05:27
denoland/deno
88341cadf6bd924e1369ecd7f9cbd636ae122bb0
c66d1254b34ba91d803294f1f349e8e2a6b6567c
fix(ext/node): implement PerformanceObserver (#31875) Fixes #31723 --------- Co-authored-by: Felipe Cardozo <fraifelipe@gmail.com>
[ { "path": "cli/tsc/dts/node/perf_hooks.d.cts", "patch": "@@ -559,6 +559,11 @@ declare module \"perf_hooks\" {\n */\n class PerformanceObserver extends AsyncResource {\n constructor(callback: PerformanceObserverCallback);\n+ /**\n+ * Returns a list of the entry types supported...
2026-01-19T16:11:17
mrdoob/three.js
818a27987a9686ca1585a839a5e57e4232931d47
3285194a66c443222707a2d146fe2f8d6226c3f7
Fix setReversed() so reverseDepthBuffer: true works (#30809) * Fix setReversed() so reverseDepthBuffer: true works * Use the same pattern as other state functions * Whitespace change to rerun e2e * Whitespace change to rerun e2e * Add @CodyJasonBennett's example for reverse depth buffer * Add e2e exception for we...
[ { "path": "examples/files.json", "patch": "@@ -276,6 +276,7 @@\n \t\t\"webgl_multiple_rendertargets\",\n \t\t\"webgl_multisampled_renderbuffers\",\n \t\t\"webgl_rendertarget_texture2darray\",\n+\t\t\"webgl_reverse_depth_buffer\",\n \t\t\"webgl_shadowmap_csm\",\n \t\t\"webgl_shadowmap_pcss\",\n \t\t\"webgl_s...
2025-03-27T23:08:09
vuejs/vue
daed1e73557d57df244ad8d46c9afff7208c9a2d
7cf188e134fe7bfc9e8a16b763fb85b18eff1eac
fix: normlaize @click.right and @click.middle fix #7020
[ { "path": "src/compiler/codegen/events.js", "patch": "@@ -41,18 +41,7 @@ export function genHandlers (\n ): string {\n let res = isNative ? 'nativeOn:{' : 'on:{'\n for (const name in events) {\n- const handler = events[name]\n- // #5330: warn click.right, since right clicks do not actually fire cl...
2017-11-13T17:55:56
golang/go
8b5db48db11f6ec075fd1ea528a5d611579c3a0d
94616dad425959b92d50498e1a18e47e5e6c8709
net/http: deflake TestClientConnReserveAndConsume This test includes an assertion that a client conn's state hook is called exactly once, but some of the test cases can result in two events occurring: A request completes and a connection closes. Change the assertion to just check that the hook is called at least once...
[ { "path": "src/net/http/clientconn_test.go", "patch": "@@ -286,9 +286,10 @@ func TestClientConnReserveAndConsume(t *testing.T) {\n \t\t\t\tsynctest.Wait()\n \n \t\t\t\t// State hook should be called, either to report the\n-\t\t\t\t// connection availability increasing or the connection closing.\n-\t\t\t\tif...
2025-12-01T20:28:19
mrdoob/three.js
3285194a66c443222707a2d146fe2f8d6226c3f7
3cf407d651b6b872b79ca733bca9f0f7013b0a7a
Examples: fix minor errors (#30799) * Examples: fix minor errors * Update webgl_mesh_batch.html * Update webgpu_multisampled_renderbuffers.html Revert. --------- Co-authored-by: Samuel Rigaud <rigaud@gmail.com> Co-authored-by: Michael Herzog <michael.herzog@human-interactive.org>
[ { "path": "examples/webgl_multiple_views.html", "patch": "@@ -255,7 +255,7 @@\n \t\t\t\t\tconst view = views[ ii ];\n \t\t\t\t\tconst camera = view.camera;\n \n-\t\t\t\t\tview.updateCamera( camera, scene, mouseX, mouseY );\n+\t\t\t\t\tview.updateCamera( camera, scene, mouseX );\n \n \t\t\t\t\tconst left = M...
2025-03-27T23:06:09
denoland/deno
c66d1254b34ba91d803294f1f349e8e2a6b6567c
2d77536bd96129b2e2a86a7f28c6d0b08d53d2c5
chore: fix flaky websocket unit test (#31883) This test previously assumed frame websocket frame arrived in the same read as HTTP headers. Now it just reads until we have everything.
[ { "path": "tests/unit/websocket_test.ts", "patch": "@@ -1125,12 +1125,24 @@ Deno.test(\"WebSocket close with reason but no code doesn't send 1005\", async ()\n );\n \n const response = new Uint8Array(2048);\n- const n = await conn.read(response);\n+ let totalRead = 0;\n+\n+ let n = await conn.read(re...
2026-01-19T09:39:31
vuejs/vue
c2b1cfe9ccd08835f2d99f6ce60f67b4de55187f
0496115c55b4539d1901ce409a457f8b9fbc20ce
fix(weex): donot rethrow the captured error on weex platform (#7024)
[ { "path": "src/core/util/env.js", "patch": "@@ -1,16 +1,19 @@\n /* @flow */\n+declare var WXEnvironment: any;\n \n // can we use __proto__?\n export const hasProto = '__proto__' in {}\n \n // Browser environment sniffing\n export const inBrowser = typeof window !== 'undefined'\n+export const inWeex = typeof...
2017-11-13T16:48:41
golang/go
42e03bbd27a31e389ca37863b0bb90692086f408
18015e8c369df15ca73fc00d6db8efc0590236ba
debug/elf: correct case of DWARF in comment Change-Id: I5b80b0e3e50fafdb732c732cdae6e2756d919d20 Reviewed-on: https://go-review.googlesource.com/c/go/+/725360 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Mark Freeman <markfreeman@google.com> Auto-Submit: Ian Lance Taylor <iant@golang.org> Reviewed-...
[ { "path": "src/debug/elf/file.go", "patch": "@@ -1300,7 +1300,7 @@ func (f *File) DWARF() (*dwarf.Data, error) {\n \t\treturn b, nil\n \t}\n \n-\t// There are many DWARf sections, but these are the ones\n+\t// There are many DWARF sections, but these are the ones\n \t// the debug/dwarf package started with....
2025-11-28T22:34:06
mrdoob/three.js
96afe9589cbf5a1a7f631c5be8d6a4a639138a81
2b13ed63c66507f0f28cbd115cde6a907b37d5fb
TSL: Simplified `Fn()` layout (#30810) * simplified layout * Update OperatorNode.js * check if is vector * improve warning and error messages
[ { "path": "src/nodes/code/FunctionCallNode.js", "patch": "@@ -1,5 +1,5 @@\n import TempNode from '../core/TempNode.js';\n-import { addMethodChaining, nodeArray, nodeObject, nodeObjects } from '../tsl/TSLCore.js';\n+import { addMethodChaining, nodeArray, nodeObject, nodeObjects, float } from '../tsl/TSLCore....
2025-03-27T19:29:36
denoland/deno
aa8652c55945826259375d5feddc8d1d434ac005
021b3b9e99c2605bde70b7b137d9a5c88ecc8379
fix(publish): include `npm:@types/` package resolution in published packages (#31855)
[ { "path": "Cargo.lock", "patch": "@@ -9194,9 +9194,9 @@ dependencies = [\n \n [[package]]\n name = \"sys_traits\"\n-version = \"0.1.17\"\n+version = \"0.1.22\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"4f74a2c95f72e36fa6bd04a40d15623a9904bab1cc2fa6c6135b09d774a65088...
2026-01-18T19:03:52
vuejs/vue
9463ac8746f57d1dff6f958b7d79765aa0979fa8
f0a66c5817f6580519c7f33704c8013398724039
test: fix weex tests
[ { "path": "test/weex/compiler/compile.spec.js", "patch": "@@ -32,12 +32,12 @@ describe('compile basic', () => {\n \n it('should compile unary tag', () => {\n const inputCase = compile(`<div><input><text>abc</text></div>`)\n- expect(inputCase.render).toMatch(strToRegExp(`return _m(0)`))\n+ expect...
2017-11-07T22:25:55
golang/go
18015e8c369df15ca73fc00d6db8efc0590236ba
4be545115cf8ed42aa0337cbb6c3a92f718192b9
doc/next: clean up some Go 1.26 release notes The Var.Kind stuff was in Go 1.25. And the net additions were in the wrong tense and didn't have links. Change-Id: Ie710e1d41c714fe627a3a21a5afb6b7f78301f68 Reviewed-on: https://go-review.googlesource.com/c/go/+/724780 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> ...
[ { "path": "doc/initial/6-stdlib/99-minor/0-heading.md", "patch": "@@ -1,10 +1 @@\n ### Minor changes to the library {#minor_library_changes}\n-\n-#### go/types\n-\n-The `Var.Kind` method returns an enumeration of type `VarKind` that\n-classifies the variable (package-level, local, receiver, parameter,\n-res...
2025-11-26T18:11:41
mrdoob/three.js
1964c101f4ed7da8d3fa12293c4ac620aa23325b
2e3ee1c103e7ac6c27fd5a639bac2f2803553176
TSL: Improve `debug()` tab order
[ { "path": "src/nodes/utils/DebugNode.js", "patch": "@@ -43,7 +43,7 @@ class DebugNode extends TempNode {\n \n \t\tlet code = '';\n \t\tcode += '// #--- TSL Debug ---#\\n';\n-\t\tcode += builder.flow.code.replace( /\\t/g, '' ) + '\\n';\n+\t\tcode += builder.flow.code.replace( /^\\t/mg, '' ) + '\\n';\n \t\tco...
2025-03-26T21:49:34
vuejs/vue
267ada04e8dd66f5c159dd6ba1b9f88fbbe78676
2acc12c9edb03329c4d9cddcca26e46c672a77bc
fix(types): expose VueConstructor (#7002)
[ { "path": "types/index.d.ts", "patch": "@@ -3,7 +3,8 @@ import { Vue } from \"./vue\";\n export default Vue;\n \n export {\n- CreateElement\n+ CreateElement,\n+ VueConstructor\n } from \"./vue\";\n \n export {", "additions": 2, "deletions": 1, "language": "Unknown" } ]
2017-11-06T21:34:22
mrdoob/three.js
afe4adb532027d308afc8715312a4e1599624777
f3f3ed345a573df06543863afec2446b52568593
LWOLoader: fix method calls (#30802) Co-authored-by: Samuel Rigaud <rigaud@gmail.com>
[ { "path": "examples/jsm/loaders/LWOLoader.js", "patch": "@@ -351,7 +351,7 @@ class MaterialParser {\n \n \t\tconst maps = this.parseTextureNodes( connections.maps );\n \n-\t\tthis.parseAttributeImageMaps( connections.attributes, textures, maps, materialData.maps );\n+\t\tthis.parseAttributeImageMaps( connec...
2025-03-26T08:39:47
denoland/deno
021b3b9e99c2605bde70b7b137d9a5c88ecc8379
28184e1c5bec78836accdd6e9a258cfa65fa9165
fix(ext/node): `assert` compatibility (#31821)
[ { "path": "ext/node/lib.rs", "patch": "@@ -479,13 +479,10 @@ deno_core::extension!(deno_node,\n \"_process/streams.mjs\",\n \"_readline.mjs\",\n \"_util/_util_callbackify.js\",\n- \"_util/asserts.ts\",\n \"_util/async.ts\",\n \"_util/os.ts\",\n- \"_util/std_asserts.ts\",\n \"_u...
2026-01-17T09:33:31
mrdoob/three.js
f3f3ed345a573df06543863afec2446b52568593
89680a5a9f7cd61a9dfb9abf96627a6217e83a80
Examples: fix minor errors (#30798) Co-authored-by: Samuel Rigaud <rigaud@gmail.com>
[ { "path": "examples/webgl_geometry_extrude_shapes.html", "patch": "@@ -43,7 +43,6 @@\n \t\t\t\tinfo.style.width = '100%';\n \t\t\t\tinfo.style.textAlign = 'center';\n \t\t\t\tinfo.style.color = '#fff';\n-\t\t\t\tinfo.style.link = '#f80';\n \t\t\t\tinfo.innerHTML = '<a href=\"https://threejs.org\" target=\"_...
2025-03-26T08:30:41
vuejs/vue
ad673e12575404ee68ed267d4186de803f3dbb08
5a9da95b8a865416f082952a48416ffc091e4078
chore: fix flow
[ { "path": "src/server/optimizing-compiler/optimizer.js", "patch": "@@ -130,11 +130,11 @@ function hasCustomDirective (node: ASTNode): ?boolean {\n \n // <select v-model> cannot be optimized because it requires a runtime check\n // to determine proper selected option\n-function isSelectWithModel (node: ASTNo...
2017-11-03T20:51:16
mrdoob/three.js
8adc1d229484b1990827db79098862a18ae44485
30c4024e5b2515bd35bb5dc949be86104b5c58b5
LDrawLoader: fix error message (#30801) Co-authored-by: Samuel Rigaud <rigaud@gmail.com>
[ { "path": "examples/jsm/loaders/LDrawLoader.js", "patch": "@@ -2261,7 +2261,7 @@ class LDrawLoader extends Loader {\n \n \t\t\t\t\t\tif ( ! parseLuminance( lineParser.getToken() ) ) {\n \n-\t\t\t\t\t\t\tthrow new Error( 'LDrawLoader: Invalid luminance value in material definition' + LineParser.getLineNumber...
2025-03-25T22:20:28
denoland/deno
28184e1c5bec78836accdd6e9a258cfa65fa9165
6ea647992fbb5da7971c0e62860bee9e008b57ae
fix(check): improve `@types/` package resolution for the global resolver (#31868)
[ { "path": "cli/tools/publish/unfurl.rs", "patch": "@@ -718,9 +718,7 @@ impl<TSys: SpecifierUnfurlerSys> SpecifierUnfurler<TSys> {\n match parts.first() {\n Some(DynamicTemplatePart::String { value: specifier }) => {\n // relative doesn't need to be modified\n- let is...
2026-01-16T21:25:06
vuejs/vue
5a9da95b8a865416f082952a48416ffc091e4078
4fe1a95d2953ecf765e27677fa70ebadb176d4c3
fix(slots): properly handle nested named slot passing fix #6996
[ { "path": "src/compiler/parser/index.js", "patch": "@@ -467,7 +467,7 @@ function processSlot (el) {\n el.slotTarget = slotTarget === '\"\"' ? '\"default\"' : slotTarget\n // preserve slot as an attribute for native shadow DOM compat\n // only for non-scoped slots.\n- if (!el.slotScope...
2017-11-03T20:45:54
mrdoob/three.js
30c4024e5b2515bd35bb5dc949be86104b5c58b5
35b0fbc461520006769514eece8c3b371a79257c
TSL: Add `debug()` (#30797) * introduce `debug()` * cleanup * add debug
[ { "path": "src/Three.TSL.js", "patch": "@@ -129,6 +129,7 @@ export const cubeTexture = TSL.cubeTexture;\n export const dFdx = TSL.dFdx;\n export const dFdy = TSL.dFdy;\n export const dashSize = TSL.dashSize;\n+export const debug = TSL.debug;\n export const defaultBuildStages = TSL.defaultBuildStages;\n expo...
2025-03-25T19:50:01
vuejs/vue
4fe1a95d2953ecf765e27677fa70ebadb176d4c3
e1657fd7ce49bff3c3ecad3c56ae527347505c34
fix: properly mark slot rendered flag in production mode fix #6997
[ { "path": "src/core/instance/render-helpers/render-slot.js", "patch": "@@ -27,12 +27,14 @@ export function renderSlot (\n } else {\n const slotNodes = this.$slots[name]\n // warn duplicate slot usage\n- if (slotNodes && process.env.NODE_ENV !== 'production') {\n- slotNodes._rendered && war...
2017-11-03T19:40:40
denoland/deno
6ea647992fbb5da7971c0e62860bee9e008b57ae
df289e57f7f3d03513cb781dc2ee23c2b44d8c19
fix(ext/node): fix deadline resolution for queued timers (#31860) Fixes `test-timers-immediate-queue.js`
[ { "path": "Cargo.lock", "patch": "@@ -1884,9 +1884,9 @@ dependencies = [\n \n [[package]]\n name = \"deno_core\"\n-version = \"0.377.0\"\n+version = \"0.380.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"38828fa5f4f80e9c098ae38c7a0498454cd2585e2621ba2b78a9f7bd4809946...
2026-01-16T18:40:14
golang/go
1555fad47ddfe149ae5f2eb593124fd7371968a9
eec1afeb28522df37c78c29506ae89233bbce4e9
vendor/golang.org/x/tools: update to 1ad6f3d cmd$ go get golang.org/x/tools@1ad6f3d cmd$ GOWORK=off go mod tidy cmd$ GOWORK=off go mod vendor This merge pulls in the following commits, which include several fixes needed for go1.26, marked by an asterisk. None of the unmarked commits affects vendored packages, so it i...
[ { "path": "src/cmd/go.mod", "patch": "@@ -11,7 +11,7 @@ require (\n \tgolang.org/x/sys v0.38.0\n \tgolang.org/x/telemetry v0.0.0-20251111182119-bc8e575c7b54\n \tgolang.org/x/term v0.34.0\n-\tgolang.org/x/tools v0.39.1-0.20251120214200-68724afed209\n+\tgolang.org/x/tools v0.39.1-0.20251130212600-1ad6f3d02713...
2025-12-01T15:26:29
mrdoob/three.js
b36d77dc1c529a12e9fa515b066dc81d325c4c68
1ff22688cb6e80a135c3c91458d3d203fada4e85
Docs: fix types (#30791) Co-authored-by: Samuel Rigaud <rigaud@gmail.com>
[ { "path": "examples/jsm/lines/LineGeometry.js", "patch": "@@ -43,7 +43,7 @@ class LineGeometry extends LineSegmentsGeometry {\n \t/**\n \t * Sets the given line positions for this geometry.\n \t *\n-\t * @param {Float32|Array} array - The position data to set.\n+\t * @param {Float32Array|Array<number>} arra...
2025-03-25T17:05:35
vuejs/vue
e1657fd7ce49bff3c3ecad3c56ae527347505c34
e80104eb63ae44e159061a3753aa0356ac8b82eb
fix(ssr): properly render <select v-model> initial state fix #6986
[ { "path": "src/platforms/web/server/directives/index.js", "patch": "@@ -1,5 +1,7 @@\n import show from './show'\n+import model from './model'\n \n export default {\n- show\n+ show,\n+ model\n }", "additions": 3, "deletions": 1, "language": "JavaScript" }, { "path": "src/platforms/web/...
2017-11-03T19:30:47
denoland/deno
df289e57f7f3d03513cb781dc2ee23c2b44d8c19
76da1f08dfcb165400a470b39a36d9f66f0825bb
fix(ext/node): properly implement process.features (#31864) This almost correctly implements `process.features`, the only missing bit is `process.features.inspector` which will be handled in https://github.com/denoland/deno/pull/31863 because it requires to disable a bunch of tests that were false positives. Makes `p...
[ { "path": "ext/node/polyfills/process.ts", "patch": "@@ -94,7 +94,7 @@ import * as uv from \"ext:deno_node/internal_binding/uv.ts\";\n import type { BindingName } from \"ext:deno_node/internal_binding/mod.ts\";\n import { buildAllowedFlags } from \"ext:deno_node/internal/process/per_thread.mjs\";\n \n-const...
2026-01-16T16:15:45
mrdoob/three.js
1ff22688cb6e80a135c3c91458d3d203fada4e85
84adf2a22d9cefff5fe5fb89233a564c97c28e77
TSL: Fix `mod()` negative values (#30796)
[ { "path": "src/nodes/math/OperatorNode.js", "patch": "@@ -359,15 +359,13 @@ class OperatorNode extends TempNode {\n \n \t\t\t} else if ( op === '%' ) {\n \n-\t\t\t\tif ( isGLSL && builder.isInteger( typeB ) === false ) {\n+\t\t\t\tif ( builder.isInteger( typeB ) ) {\n \n-\t\t\t\t\treturn builder.format( `${...
2025-03-25T16:08:16
golang/go
eec1afeb28522df37c78c29506ae89233bbce4e9
3f94f3d4b2f03a913de3f5a737bad793418e751f
debug/elf: make check for empty symbol section consistent for 64-bit and 32-bit binaries The check for whether a binary's symbols section is empty is inconsistent across the 32-bit and 64-bit flows. Change-Id: I1abc235320a53cf957cfb83c9e7bcad6e52bc529 GitHub-Last-Rev: f264915ca2964ad8f34ce1deee4f42c2f9dc21bf GitHub-P...
[ { "path": "src/debug/elf/file.go", "patch": "@@ -641,7 +641,7 @@ func (f *File) getSymbols32(typ SectionType) ([]Symbol, []byte, error) {\n \t\treturn nil, nil, fmt.Errorf(\"cannot load symbol section: %w\", err)\n \t}\n \tif len(data) == 0 {\n-\t\treturn nil, nil, errors.New(\"symbol section is empty\")\n+...
2025-09-10T02:34:03
vuejs/vue
79c0d7bcfbcd1ac492e7ceb77f5024d09efdc6b3
53b77f805475f217eb221a475409e9a27f590549
fix(ssr): properly render textarea value partial fix for #6986
[ { "path": "src/platforms/web/server/modules/dom-props.js", "patch": "@@ -27,7 +27,10 @@ export default function renderDOMProps (node: VNodeWithData): string {\n setText(node, props[key], true)\n } else if (key === 'textContent') {\n setText(node, props[key], false)\n+ } else if (key === '...
2017-11-03T03:04:31
denoland/deno
76da1f08dfcb165400a470b39a36d9f66f0825bb
9006b37ea61590ff3f55ee3acf1f3677ae57e55e
fix(ext/node): implement getValidStdio for child_process (#31850) Implements the internal `getValidStdio` function used by Node.js's child_process module to validate stdio configurations. This function: - Validates stdio is a string ('ignore', 'pipe', 'inherit', 'overlapped') or array - Expands arrays to at least 3...
[ { "path": "ext/node/polyfills/internal/child_process.ts", "patch": "@@ -41,7 +41,9 @@ import {\n AbortError,\n ERR_INVALID_ARG_TYPE,\n ERR_INVALID_ARG_VALUE,\n+ ERR_INVALID_SYNC_FORK_INPUT,\n ERR_IPC_CHANNEL_CLOSED,\n+ ERR_IPC_SYNC_FORK,\n ERR_UNKNOWN_SIGNAL,\n } from \"ext:deno_node/internal/er...
2026-01-16T13:21:43
mrdoob/three.js
20b9cbbba76e7f312120a5c611c4071093eaa7f8
b0805c2a0fd46c137d605ba098bc2b17d507b46f
TSL: Deprecated `modInt()` and minor fixes (#30790) * deprecated `modInt()` * improve warnings * updates * revision * fix declarations * revision * Update ComputeNode.js
[ { "path": "examples/jsm/tsl/math/Bayer.js", "patch": "@@ -26,6 +26,6 @@ export const bayer16 = Fn( ( [ uv ] ) => {\n \n \t}\n \n-\treturn textureLoad( bayer16Texture, ivec2( uv ).modInt( int( 16 ) ) );\n+\treturn textureLoad( bayer16Texture, ivec2( uv ).mod( int( 16 ) ) );\n \n } );", "additions": 1, ...
2025-03-24T21:28:56
golang/go
3f94f3d4b2f03a913de3f5a737bad793418e751f
2ac1f9cbc3eb2b97ad82730569199ba6ffea956d
test/codegen: fix shift tests on riscv64 These were broken by CL 721206, which changes Rsh to RshU for positive inputs. Change-Id: I9e38c3c428fb8aeb70cf51e7e76f4711c864f027 Reviewed-on: https://go-review.googlesource.com/c/go/+/723340 Reviewed-by: Meng Zhuo <mengzhuo1203@gmail.com> Reviewed-by: Mark Ryan <markdryan@r...
[ { "path": "test/codegen/shift.go", "patch": "@@ -661,7 +661,7 @@ func rsh64to32(v int64) int32 {\n \tx := int32(v)\n \t// riscv64:\"MOVW\"\n \tif x > 8 {\n-\t\t// riscv64:\"SRAIW\" -\"MOVW\" -\"SLLI\"\n+\t\t// riscv64:\"SRLIW\" -\"MOVW\" -\"SLLI\"\n \t\tx >>= 2\n \t}\n \treturn x\n@@ -671,7 +671,7 @@ func r...
2025-11-22T14:10:41
vuejs/vue
58a39dfa0e8c4a51959e9a84369dad8fbca0e6ac
0c703e34d1a2083d9f162fcf0885deefb803182e
fix(model): correctly set select v-model initial value on patch (#6910)
[ { "path": "src/platforms/web/runtime/directives/model.js", "patch": "@@ -6,6 +6,8 @@\n import { isTextInputType } from 'web/util/element'\n import { looseEqual, looseIndexOf } from 'shared/util'\n import { warn, isAndroid, isIE9, isIE, isEdge } from 'core/util/index'\n+import { mergeVNodeHook } from 'core/v...
2017-11-03T02:03:19
denoland/deno
0f632fbe19664975093d32b014d84910a9051c71
c356d9a621fccad5047497238039cde10613b278
fix: don't ever set 1005 outbound close code (#31845) 1005 should never be sent on the wire. Next.js errors when receiving this. --------- Co-authored-by: Divy Srivastava <me@littledivy.com>
[ { "path": "ext/websocket/lib.rs", "patch": "@@ -721,7 +721,10 @@ pub async fn op_ws_close(\n const EMPTY_PAYLOAD: &[u8] = &[];\n \n let frame = reason\n- .map(|reason| Frame::close(code.unwrap_or(1005), reason.as_bytes()))\n+ .map(|reason| match code {\n+ Some(code) => Frame::close(code, &rea...
2026-01-16T09:53:54
mrdoob/three.js
92eae7d4cd7f68f0c804abeccaddcccd828eef33
51856a60ad4e150ccd1d06c2f2b4c82599f77420
Docs: fix typos (#30776) * Docs: fix typos * Docs: fix typo * revert changes * revert change
[ { "path": "docs/api/en/audio/AudioAnalyser.html", "patch": "@@ -10,7 +10,7 @@\n \t\t<h1>[name]</h1>\n \n \t\t<p class=\"desc\">\n-\t\t\tCreate a AudioAnalyser object, which uses an\n+\t\t\tCreate an AudioAnalyser object, which uses an\n \t\t\t[link:https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNo...
2025-03-22T09:09:10
golang/go
2ac1f9cbc3eb2b97ad82730569199ba6ffea956d
de456450e7a49789de63c515cb78a1e38e88440e
cmd/compile: avoid unnecessary interface conversion in bloop Fixes #76482 Change-Id: I076568d8ae92ad6c9e0a5797cfe5bbfb615f63d2 Reviewed-on: https://go-review.googlesource.com/c/go/+/725180 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@golang....
[ { "path": "src/cmd/compile/internal/bloop/bloop.go", "patch": "@@ -74,7 +74,7 @@ func getNameFromNode(n ir.Node) *ir.Name {\n }\n \n // keepAliveAt returns a statement that is either curNode, or a\n-// block containing curNode followed by a call to runtime.keepAlive for each\n+// block containing curNode fo...
2025-11-28T10:19:42
vuejs/vue
0c703e34d1a2083d9f162fcf0885deefb803182e
bdcc05a0d40eaef0e0f76b9d975a04fe0e97f5e0
fix(v-model): v-if / v-else not working with :type + v-model (#6955) fix #6918
[ { "path": "src/platforms/web/compiler/modules/model.js", "patch": "@@ -29,6 +29,8 @@ function preTransformNode (el: ASTElement, options: CompilerOptions) {\n const typeBinding: any = getBindingAttr(el, 'type')\n const ifCondition = getAndRemoveAttr(el, 'v-if', true)\n const ifConditionExtr...
2017-11-02T21:09:29
mrdoob/three.js
51856a60ad4e150ccd1d06c2f2b4c82599f77420
4f03f16366ca4ca2a49d4f19b7ec2db2ac8b0736
TSL: Fix `equal()` inconsistent (#30777) * fix `equal()` inconsistent * cleanup
[ { "path": "src/nodes/core/NodeBuilder.js", "patch": "@@ -412,14 +412,6 @@ class NodeBuilder {\n \t\t */\n \t\tthis.buildStage = null;\n \n-\t\t/**\n-\t\t * Whether comparison in shader code are generated with methods or not.\n-\t\t *\n-\t\t * @type {boolean}\n-\t\t * @default false\n-\t\t */\n-\t\tthis.useC...
2025-03-22T04:01:21
denoland/deno
04e93df2e7b3b00e8d0698f8b0f62223b6d3379f
47ea9b2ad7e377964965a2205038dc454ca5cd0f
fix(audit): respect --level flag for exit code (#31721) Closes #31702
[ { "path": "cli/tools/pm/audit.rs", "patch": "@@ -333,18 +333,24 @@ mod npm {\n let minimal_severity =\n AdvisorySeverity::parse(&audit_flags.severity).unwrap();\n print_report(\n- vulns,\n+ &vulns,\n advisories,\n response.actions,\n minimal_severity,\n audit_...
2026-01-15T10:00:48
golang/go
de456450e7a49789de63c515cb78a1e38e88440e
67d4a28707fe948b4d5fe3e171717ab887730c2b
runtime/secret: disable tests under memory validating modes These tests rely on reading memory that has been freed, so any of the modes that validate memory accesses are going to fail. Disable them for now. Fixes #76586. Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-msan-clang15,gotip-linux-amd64-asan-clang1...
[ { "path": "src/runtime/secret/secret_test.go", "patch": "@@ -2,10 +2,14 @@\n // Use of this source code is governed by a BSD-style\n // license that can be found in the LICENSE file.\n \n-// the race detector does not like our pointer shenanigans\n-// while checking the stack.\n-\n-//go:build goexperiment.r...
2025-11-28T09:40:00
mrdoob/three.js
ba6fa5aac42402a22ac4f6ae235f79022c5087d9
03cedd8b5fe046edfe45e1413cdcbce39930c1ce
NodeMaterial: Add support for `compute()` integrated into the material (#30768) * add `computeSkinning` and remove `skinningReference` * Node: Show warning for recursive code generate * fix `attributeName` undefined * add compute() support for NodeMaterial * update example using `computeSkinning` * cleanup
[ { "path": "examples/webgpu_skinning_points.html", "patch": "@@ -9,7 +9,8 @@\n \t<body>\n \n \t\t<div id=\"info\">\n-\t\t\t<a href=\"https://threejs.org\" target=\"_blank\" rel=\"noopener\">three.js</a> webgpu - skinning points\n+\t\t\t<a href=\"https://threejs.org\" target=\"_blank\" rel=\"noopener\">three....
2025-03-21T15:31:51
vuejs/vue
bdcc05a0d40eaef0e0f76b9d975a04fe0e97f5e0
c24f3e4208cd045832002ee9916559f6fe0dc2b5
chore: fix creative Tim missing from the sponsors list (#6939)
[ { "path": "README.md", "patch": "@@ -143,8 +143,7 @@ Funds donated via Patreon goes directly to support Evan You's full-time work on\n <a href=\"https://opencollective.com/vuejs/tiers/goldsponsors/1/website\" target=\"_blank\"><img src=\"https://opencollective.com/vuejs/tiers/goldsponsors/1/avatar.svg\"></a...
2017-11-02T21:05:30
denoland/deno
2bf94f1b4b73a0af2ae1bf80ce2aeef3a01932d0
02272d9573a7dbab6d0a3578dfda4f3d91f7e70d
fix(ci): rename `trusted-signing-action` to `artifact-signing-action` (#31849) The GitHub action `Azure/trusted-signing-action` has been renamed to `Azure/artifact-signing-action`. Ref: https://github.com/Azure/artifact-signing-action/issues/107
[ { "path": ".github/workflows/ci.generate.ts", "patch": "@@ -850,7 +850,7 @@ const ci = {\n \"github.repository == 'denoland/deno' &&\",\n \"(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))\",\n ].join(\"\\n\"),\n- uses: \"azure/trusted-sign...
2026-01-14T22:19:35
golang/go
67d4a28707fe948b4d5fe3e171717ab887730c2b
c079dd13c0b0e977d607cf2775bc2f16dd3d106e
fmt: document space behavior of Append Also, introduce the {Print,Fprint,Sprint,Append}{,f,ln} cross product of functions at the top of the docs. Fixes #74656 Change-Id: I85a156cd545ca866e579d8020ddf165cd4bcb26f Reviewed-on: https://go-review.googlesource.com/c/go/+/688877 Reviewed-by: Rob Pike <r@golang.org> LUCI-T...
[ { "path": "src/fmt/doc.go", "patch": "@@ -9,6 +9,18 @@ are simpler.\n \n # Printing\n \n+There are four families of printing functions defined by their output destination.\n+[Print], [Println] and [Printf] write to [os.Stdout];\n+[Sprint], [Sprintln] and [Sprintf] return a string;\n+[Fprint], [Fprintln] and...
2025-07-18T18:57:38
mrdoob/three.js
6b28459bc24b21e66c17252c07ece1e49dc04a55
a3d3041896ebd7a78b3702907ad6affcf8f0fdfd
ShadowMaskModel: Fix signatures. (#30764) * ShadowMaskModel: Fix signatures. * ShadowMaskModel: Use `mulAssign()`. * ShadowNodeMaterial: Fix transparent.
[ { "path": "src/materials/nodes/ShadowNodeMaterial.js", "patch": "@@ -45,6 +45,15 @@ class ShadowNodeMaterial extends NodeMaterial {\n \t\t */\n \t\tthis.lights = true;\n \n+\t\t/**\n+\t\t * Overwritten since shadow materials are transparent\n+\t\t * by default.\n+\t\t *\n+\t\t * @type {boolean}\n+\t\t * @de...
2025-03-20T18:38:25