repo
stringclasses
15 values
fix_commit
stringlengths
40
40
buggy_commit
stringlengths
40
40
message
stringlengths
3
64.3k
files
listlengths
1
300
timestamp
timestamp[s]date
2013-03-13 20:45:00
2026-04-11 07:48:46
mrdoob/three.js
676e85dc7cd5971a6565c4152e9e6d8bdd20a2b7
d1893133f278735efecabfa6f4c7467ab80d3451
Nodes: IndexNode - `invocationLocalIndex` (#29202) * add ability to access local_invocation_index * fix * add WebGLBackend workaround * remove log * make name change per sunag suggestion * change name
[ { "path": "src/nodes/Nodes.js", "patch": "@@ -11,7 +11,7 @@ export { default as BypassNode, bypass } from './core/BypassNode.js';\n export { default as CacheNode, cache } from './core/CacheNode.js';\n export { default as ConstNode } from './core/ConstNode.js';\n export { default as ContextNode, context, lab...
2024-08-24T01:31:04
denoland/deno
8205e12825d462fbe99dfe578e526556e5189839
8424cd4a320fa0f9f844536ec44d0e97af51f114
fix(check): support "moduleResolution": "bundler" in compiler options (#30603) Co-authored-by: Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com>
[ { "path": "cli/lsp/resolver.rs", "patch": "@@ -1033,7 +1033,7 @@ impl<'a> ResolverFactory<'a> {\n sloppy_imports_options: if unstable_sloppy_imports {\n SloppyImportsOptions::Enabled\n } else {\n- SloppyImportsOptions::Disabled\n+ Slo...
2025-09-04T16:45:50
golang/go
e74b224b7c7b7511fe37686d81a6e33d40fdeb17
3a05e7b0325eb71fede880f67db63d192f2fa0e1
crypto/tls: streamline BoGo testing w/ -bogo-local-dir If -bogo-local-dir is provided but doesn't exist, populate it with a git checkout of the BoringSSL repo at the correct SHA. Without any -bogo-local-dir argument the BoGo TLS handshake test will fetch the BoringSSL source at a specific SHA as a Go module in a r/o ...
[ { "path": "src/crypto/tls/bogo_shim_test.go", "patch": "@@ -11,6 +11,7 @@ import (\n \t\"encoding/base64\"\n \t\"encoding/json\"\n \t\"encoding/pem\"\n+\t\"errors\"\n \t\"flag\"\n \t\"fmt\"\n \t\"html/template\"\n@@ -541,6 +542,7 @@ func orderlyShutdown(tlsConn *Conn) {\n }\n \n func TestBogoSuite(t *testin...
2025-07-11T14:42:22
vuejs/vue
d2f7f1913edadda57e9a386dde08df226b29fa1f
4b51ad048306367a6fb6fbee7445e086d855f31e
fix codegen tests
[ { "path": "test/unit/modules/compiler/codegen.spec.js", "patch": "@@ -29,346 +29,351 @@ function assertCodegen (template, generatedCode, ...args) {\n }\n \n /* eslint-disable quotes */\n-xdescribe('codegen', () => {\n+describe('codegen', () => {\n it('generate directive', () => {\n assertCodegen(\n ...
2016-12-05T01:29:51
mrdoob/three.js
c3f1d68cd93bd430e0bbeaddc01cc14f944e9ddf
281f32acf9e91bc8199741c9835b9720792adeff
Nodes: StereoCompositePassNode.js (#29201) * Make anaglyph pass and parallax barrier pass extensions ofStereoCompositePassNode class to reuse shared functionality * remove uniformNode import * fix superfluous argument * add node classes and update backdrop screenshot * cleanup * implement mugen suggesti...
[ { "path": "examples/webgpu_display_stereo.html", "patch": "@@ -40,7 +40,8 @@\n \t\t\tconst position = new THREE.Vector3();\n \n \t\t\tconst params = {\n-\t\t\t\teffect: 'stereo'\n+\t\t\t\teffect: 'stereo',\n+\t\t\t\teyeSep: 0.064,\n \t\t\t};\n \n \t\t\tconst effects = { Stereo: 'stereo', Anaglyph: 'anaglyph...
2024-08-22T18:36:06
denoland/deno
d5eaefc3c056763a87992df47ad1ca7a4d70a171
2607bc7eb6c9a1d0be2b71d82164cf6aa21a1da7
fix(ext/node): ignore Node.js' `--experimental-*` flags when spawning child process (#26351) Closes https://github.com/denoland/deno/issues/26349 --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
[ { "path": "ext/node/polyfills/child_process.ts", "patch": "@@ -54,6 +54,7 @@ const {\n ObjectAssign,\n PromiseWithResolvers,\n StringPrototypeSlice,\n+ StringPrototypeStartsWith,\n } = primordials;\n \n const MAX_BUFFER = 1024 * 1024;\n@@ -135,6 +136,13 @@ export function fork(\n execArgv.spl...
2025-09-04T12:18:51
golang/go
3a05e7b0325eb71fede880f67db63d192f2fa0e1
2a71af11fc7e45903be9ab84e59c668bb051f528
spec: close tag Close an "a" tag. While we are here, fix some escapes. Change-Id: I16040eff0d4beeef6230aec8fcf4315f0efd13a4 GitHub-Last-Rev: 3ba7b9f7478f54338bd3ca7ac55cc2ad1ffcb3a4 GitHub-Pull-Request: golang/go#75760 Reviewed-on: https://go-review.googlesource.com/c/go/+/708517 Reviewed-by: Sean Liao <sean@liao.dev...
[ { "path": "doc/go_spec.html", "patch": "@@ -3173,7 +3173,7 @@ <h3 id=\"Composite_literals\">Composite literals</h3>\n \n <p>\n Unless the LiteralType is a type parameter,\n-its <a href=\"#Underlying_types\">underlying type\n+its <a href=\"#Underlying_types\">underlying type</a>\n must be a struct, array, sl...
2025-10-05T11:57:40
vuejs/vue
7c3c86f36044ada983c09e7733841cb4c55de9d1
79e1058799dcde0b7e341ef44b590ecbf1e3a722
fix namespace hoisting
[ { "path": "src/core/vdom/create-component.js", "patch": "@@ -85,7 +85,7 @@ export function createComponent (\n const name = Ctor.options.name || tag\n const vnode = new VNode(\n `vue-component-${Ctor.cid}${name ? `-${name}` : ''}`,\n- data, undefined, undefined, undefined, undefined, context,\n+ ...
2016-12-03T17:19:27
mrdoob/three.js
e2ace0b9b0e8084f14a6e265e732545b3a6bcf00
1524acf4a83166a16410cc7db810229eba16bb1e
PCDLoader: Fix regex to match header fields at line start (#29196) * Fix PCDLoader.js regex to match header fields at line start This PR improves the robustness of the `PCDLoader` by refining how header information is parsed from PCD files. The update addresses an issue where the regex patterns used to extract head...
[ { "path": "examples/jsm/loaders/PCDLoader.js", "patch": "@@ -127,15 +127,15 @@ class PCDLoader extends Loader {\n \n \t\t\t// parse\n \n-\t\t\tPCDheader.version = /VERSION (.*)/i.exec( PCDheader.str );\n-\t\t\tPCDheader.fields = /FIELDS (.*)/i.exec( PCDheader.str );\n-\t\t\tPCDheader.size = /SIZE (.*)/i.exe...
2024-08-21T12:10:39
denoland/deno
2607bc7eb6c9a1d0be2b71d82164cf6aa21a1da7
c4da264d072335d68011756e9d2871b81d002b30
fix(cli/run): resolve conflict when dir has same name as a task (#29538)
[ { "path": "cli/main.rs", "patch": "@@ -317,9 +317,7 @@ async fn run_subcommand(\n .await;\n }\n let script_err_msg = script_err.to_string();\n- if script_err_msg.starts_with(MODULE_NOT_FOUND)\n- || script_err_msg.starts_with(UNSUPPORTED_SCHEME)\n...
2025-09-03T23:14:49
vuejs/vue
79e1058799dcde0b7e341ef44b590ecbf1e3a722
1def2d11a5a2a5bf8cd43d6751d0a5f4677b7e72
wip: refactor compiler to skip normalization when possible wip fix wip fix wip fix
[ { "path": "flow/component.js", "patch": "@@ -88,6 +88,8 @@ declare interface Component {\n _o: (vnode: VNode | Array<VNode>, index: number, key: string) => VNode | VNodeChildren;\n // toString\n _s: (value: any) => string;\n+ // text to VNode\n+ _v: (value: string | number) => VNode;\n // toNumber...
2016-12-03T12:10:45
golang/go
ee5369b003b17b34aa6417cf8c9b702f1cd76da1
1bca4c1673f5d90822086f34aed6de4a9bea2d93
cmd/link: add LIBRARY statement only with -buildmode=cshared When creating a .def file for Windows linking, add a LIBRARY statement only when building a DLL with -buildmode=cshared. That statement is documented to instruct the linker to create a DLL, overriding any other flag that might indicate building an executable...
[ { "path": "src/cmd/link/internal/ld/pe.go", "patch": "@@ -1758,7 +1758,9 @@ func peCreateExportFile(ctxt *Link, libName string) (fname string) {\n \tfname = filepath.Join(*flagTmpdir, \"export_file.def\")\n \tvar buf bytes.Buffer\n \n-\tfmt.Fprintf(&buf, \"LIBRARY %s\\n\", libName)\n+\tif ctxt.BuildMode == ...
2025-10-03T09:18:47
mrdoob/three.js
1524acf4a83166a16410cc7db810229eba16bb1e
4c62a132378d6ea5901c937a2f1ace46a4ffeb26
Nodes: Add anaglyph and parallax barrier pass nodes. (#29184) * Nodes: Add anaglyph and parallax barrier pass nodes.y * Nodes: Fix `dispose()`. * E2E: Update screenshot.
[ { "path": "examples/webgpu_display_stereo.html", "patch": "@@ -1,15 +1,15 @@\n <!DOCTYPE html>\n <html lang=\"en\">\n \t<head>\n-\t\t<title>three.js webgpu - stereo</title>\n+\t\t<title>three.js webgpu - stereo effects</title>\n \t\t<meta charset=\"utf-8\">\n \t\t<meta name=\"viewport\" content=\"width=devi...
2024-08-21T09:26:24
denoland/deno
e843a115fd89cfae7e64dd1a2f1b45a3499c4d72
1cd7df700808d85cfc84251e8bff1939acf540ad
fix(ext/node): fs.symlink and fs.symlinkSync compatibility (#30555)
[ { "path": "ext/node/polyfills/_fs/_fs_symlink.ts", "patch": "@@ -2,62 +2,110 @@\n \n import { primordials } from \"ext:core/mod.js\";\n \n-import { CallbackWithError } from \"ext:deno_node/_fs/_fs_common.ts\";\n-import { pathFromURL } from \"ext:deno_web/00_infra.js\";\n+import {\n+ CallbackWithError,\n+ ...
2025-09-03T21:48:13
vuejs/vue
1def2d11a5a2a5bf8cd43d6751d0a5f4677b7e72
7431e4d16c92862ac74fdb3053de9295c809b586
fix test for emptyVNode rename
[ { "path": "test/unit/modules/vdom/create-element.spec.js", "patch": "@@ -1,6 +1,6 @@\n import Vue from 'vue'\n import { createElement } from 'core/vdom/create-element'\n-import { emptyVNode } from 'core/vdom/vnode'\n+import { createEmptyVNode } from 'core/vdom/vnode'\n import { bind } from 'shared/util'\n \...
2016-12-03T04:57:39
mrdoob/three.js
d7ba0351543915d87d910c409aa7b08ef1611964
cd8f55ceb8f87110a8ddd02944316d9ce39d9b47
Nodes: Update `DotScreenNode`, `ColorAdjustmentNode`, `BlendModeNode` (#29178) * DotScreenNode: Use `viewportResolution` * ColorAdjustmentNode: Use TSL approach * MathNode: Fix `step(a,b)` first parameter as float, second as vec * BlendModeNode: Move to TSL approach * cleanup
[ { "path": "src/nodes/Nodes.js", "patch": "@@ -115,9 +115,9 @@ export { default as UserDataNode, userData } from './accessors/UserDataNode.js';\n export * from './accessors/VelocityNode.js';\n \n // display\n-export { default as BlendModeNode, burn, dodge, overlay, screen } from './display/BlendModeNode.js';...
2024-08-19T17:27:22
golang/go
38b26f29f1f97d24afc852b9f4eee829341ee682
003b5ce1bc15cf265e74ba1ec4eb7cf801e49986
cmd/compile: remove stores to unread parameters Currently, we remove stores to local variables that are not read. We don't do that for arguments. But arguments and locals are essentially the same. Arguments are passed by value, and are not expected to be read in the caller's frame. So we can remove the writes to them ...
[ { "path": "src/cmd/compile/internal/ssa/deadstore.go", "patch": "@@ -7,6 +7,7 @@ package ssa\n import (\n \t\"cmd/compile/internal/ir\"\n \t\"cmd/compile/internal/types\"\n+\t\"cmd/internal/obj\"\n )\n \n // dse does dead-store elimination on the Function.\n@@ -213,7 +214,7 @@ func elimDeadAutosGeneric(f *F...
2025-09-22T14:57:29
mrdoob/three.js
01a93110767cae7024bb441eb855d54ada41ae55
00e8861b439792b810639bd5728747b3460a522e
WebGPURenderer: Fix BatchedMesh with indexed geometry (#29174)
[ { "path": "src/renderers/webgpu/WebGPUBackend.js", "patch": "@@ -955,14 +955,14 @@ class WebGPUBackend extends Backend {\n \t\t\tconst drawCount = object._multiDrawCount;\n \t\t\tconst drawInstances = object._multiDrawInstances;\n \n-\t\t\tconst bytesPerElement = hasIndex ? index.bytesPerElement : 1;\n+\t\t...
2024-08-19T14:16:35
denoland/deno
1cd7df700808d85cfc84251e8bff1939acf540ad
59f77c909e31b067292d9adfd581aff855cbc97e
fix(install/cache): better discovery for config file based on entrypoint (#30608) Discovers the config file based on the arguments to `deno cache` and `deno install -e <entrypoint>`
[ { "path": "cli/args/flags.rs", "patch": "@@ -1169,6 +1169,30 @@ impl Flags {\n }\n }\n \n+ fn resolve_single_folder_path(\n+ arg: &str,\n+ current_dir: &Path,\n+ maybe_resolve_directory: impl FnOnce(PathBuf) -> Option<PathBuf>,\n+ ) -> Option<PathBuf> {\n+ if let Ok(modul...
2025-09-03T20:32:43
vuejs/vue
1cf377f190edec763e2d6536e5cd7bbe99155c38
a8f41399ef7538176f8207af7b6a1180f3a13505
bind value as property for <select> (fix #4369)
[ { "path": "src/platforms/web/util/attrs.js", "patch": "@@ -3,9 +3,10 @@\n import { makeMap } from 'shared/util'\n \n // attributes that should be using props for binding\n+const acceptValue = makeMap('input,textarea,option,select')\n export const mustUseProp = (tag: string, attr: string): boolean => {\n r...
2016-12-02T13:54:40
golang/go
003b5ce1bc15cf265e74ba1ec4eb7cf801e49986
d91148c7a8b2d774ddea5c66c170d24937195df5
cmd/compile: fix SIMD const rematerialization condition This CL fixes a condition for the previous fix CL 704056. Cherry-picked from the dev.simd branch. This CL is not necessarily SIMD specific. Apply early to reduce risk. Test is SIMD specific so not included for now. Change-Id: I1f1f8c6f72870403cb3dff14755c43385d...
[ { "path": "src/cmd/compile/internal/ssa/regalloc.go", "patch": "@@ -2561,22 +2561,25 @@ func (e *edgeState) processDest(loc Location, vid ID, splice **Value, pos src.XP\n \t\t\te.s.f.Fatalf(\"can't find source for %s->%s: %s\\n\", e.p, e.b, v.LongString())\n \t\t}\n \t\tif dstReg {\n-\t\t\t// Handle incompa...
2025-09-19T18:38:25
mrdoob/three.js
00e8861b439792b810639bd5728747b3460a522e
e02bd0987b8f9ab6fb46087bf726b30b6e5fc7ef
WebGPURenderer: Fix linear filter textures w/o mipmaps (#29172)
[ { "path": "src/renderers/webgl-fallback/utils/WebGLTextureUtils.js", "patch": "@@ -259,8 +259,10 @@ class WebGLTextureUtils {\n \t\tgl.texParameteri( textureType, gl.TEXTURE_MAG_FILTER, filterToGL[ texture.magFilter ] );\n \n \n+\t\tconst hasMipmaps = texture.mipmaps !== undefined && texture.mipmaps.length ...
2024-08-19T10:46:03
denoland/deno
a97ff6d98b69dfcaf37a3153bb178159c305a7ed
e85fc1827399e370a226e6a4b4102ce57871a403
fix(ext/fetch): only uppercase known methods (#30290) Closes #30288
[ { "path": "ext/fetch/23_request.js", "patch": "@@ -18,17 +18,15 @@ const {\n ObjectPrototypeIsPrototypeOf,\n RegExpPrototypeExec,\n StringPrototypeStartsWith,\n+ StringPrototypeToUpperCase,\n Symbol,\n SymbolFor,\n TypeError,\n } = primordials;\n \n import * as webidl from \"ext:deno_webidl/00_...
2025-09-03T09:19:07
vuejs/vue
c4da6c7f9cc606ed1da1a374021685ca3dd00df9
abb966b0b62b5f6077816192b41901a3a2e68b52
fix select multiple warning test case in IE
[ { "path": "test/unit/features/directives/model-select.spec.js", "patch": "@@ -334,15 +334,19 @@ describe('Directive v-model select', () => {\n .toHaveBeenWarned()\n })\n \n- it('should warn multiple with non-Array value', () => {\n+ it('should warn multiple with non-Array value', done => {\n n...
2016-12-01T23:32:46
mrdoob/three.js
7d48ada917d7769f8e2d5682d0b912b18b36495a
e1a5a6b5b1e6bc02a1471b5b265358286b36e11b
WebGL: Deprecate `isWebGLAvailable()` and `getWebGLErrorMessage()`. (#29153)
[ { "path": "examples/jsm/capabilities/WebGL.js", "patch": "@@ -1,20 +1,5 @@\n class WebGL {\n \n-\tstatic isWebGLAvailable() {\n-\n-\t\ttry {\n-\n-\t\t\tconst canvas = document.createElement( 'canvas' );\n-\t\t\treturn !! ( window.WebGLRenderingContext && ( canvas.getContext( 'webgl' ) || canvas.getContext( ...
2024-08-17T08:26:25
golang/go
ad3db2562edf23cb4fb9a909ea11d57b65e304fb
18cd4a1fc7d5387ae91ffc23328e4fc81f93681d
cmd/compile: handle rematerialized op for incompatible reg constraint This CL fixes an issue raised by contributor dominikh@. Cherry-picked from the dev.simd branch. This CL is not necessarily SIMD specific. Apply early to reduce risk. Test is SIMD specific so not included for now. Change-Id: I941b330a6ba6f6c120c699...
[ { "path": "src/cmd/compile/internal/ssa/regalloc.go", "patch": "@@ -2561,7 +2561,26 @@ func (e *edgeState) processDest(loc Location, vid ID, splice **Value, pos src.XP\n \t\t\te.s.f.Fatalf(\"can't find source for %s->%s: %s\\n\", e.p, e.b, v.LongString())\n \t\t}\n \t\tif dstReg {\n-\t\t\tx = v.copyInto(e.p...
2025-09-16T03:27:41
denoland/deno
2294364519e4c391af68729ff1e4bd50edf0108b
858f10da3c3ce2d3467a104b65ab3073de894def
feat(lint): no-import-prefix workspace rule (#30598) Lint rule that's enabled by default in a workspace (when there's a deno.json or package.json) in order to encourage using bare specifiers and storing dependencies in a single place in the config file.
[ { "path": "Cargo.lock", "patch": "@@ -2275,9 +2275,9 @@ dependencies = [\n \n [[package]]\n name = \"deno_lint\"\n-version = \"0.78.0\"\n+version = \"0.79.0\"\n source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"1d1e154f4e9593637d1f340d35b6597e13cfe5cd10eb293ec1168d75a3007955\...
2025-09-02T22:59:19
vuejs/vue
abb966b0b62b5f6077816192b41901a3a2e68b52
4fcb25330136d45a1473a83cdac9e82e9e38c3b1
fix stateful higher order transition components
[ { "path": "src/platforms/web/runtime/modules/transition.js", "patch": "@@ -51,10 +51,12 @@ export function enter (vnode: VNodeWithData) {\n // transition. One edge case to check is when the <transition> is placed\n // as the root node of a child component. In that case we need to check\n // <transitio...
2016-12-01T22:47:29
mrdoob/three.js
5db8c8320afde4e27238112f591284c0c14ea3fd
4046207972b46a82219f085ba4bd75752f5e0d1d
WebGPURenderer: fix occlusion when rendering to a texture with WebGL fallback (#29154) Co-authored-by: aardgoose <angus.sawyer@email.com>
[ { "path": "src/renderers/webgl-fallback/WebGLBackend.js", "patch": "@@ -230,6 +230,20 @@ class WebGLBackend extends Backend {\n \t\tconst renderContextData = this.get( renderContext );\n \t\tconst previousContext = renderContextData.previousContext;\n \n+\t\tconst occlusionQueryCount = renderContext.occlusi...
2024-08-16T16:43:31
golang/go
1caa95acfa9d516eb3bc26292b5601bea25a4e79
ec70d1902355f10e0ab4788334b80db11ab69785
cmd/compile: enhance prove to deal with double-offset IsInBounds checks For chunked iterations (useful for, but not exclusive to, SIMD calculations) it is common to see the combination of ``` for ; i <= len(m)-4; i += 4 { ``` and ``` r0, r1, r2, r3 := m[i], m[i+1], m[i+2], m[i+3] `` Prove did not handle the case of l...
[ { "path": "src/cmd/compile/internal/ssa/prove.go", "patch": "@@ -2174,6 +2174,65 @@ func unsignedSubUnderflows(a, b uint64) bool {\n \treturn a < b\n }\n \n+// checkForChunkedIndexBounds looks for index expressions of the form\n+// A[i+delta] where delta < K and i <= len(A)-K. That is, this is a chunked\n+...
2025-09-03T17:09:32
denoland/deno
858f10da3c3ce2d3467a104b65ab3073de894def
6523e3f49b92eaf1efe3bcb7082f27b57e7205a8
fix(types): specify `ArrayBuffer` as a backing buffer type for `Response.body` and `Response.bytes` (#30435)
[ { "path": "cli/tsc/dts/lib.deno_fetch.d.ts", "patch": "@@ -45,7 +45,7 @@ declare var FormData: {\n /** @category Fetch */\n interface Body {\n /** A simple getter used to expose a `ReadableStream` of the body contents. */\n- readonly body: ReadableStream<Uint8Array> | null;\n+ readonly body: ReadableStr...
2025-09-02T21:54:38
vuejs/vue
4fcb25330136d45a1473a83cdac9e82e9e38c3b1
e8d6bd9dc73cacbc665ce132d81a7b629bef764b
fix keyCodes proxy set return value
[ { "path": "src/core/instance/proxy.js", "patch": "@@ -32,8 +32,10 @@ if (process.env.NODE_ENV !== 'production') {\n set (target, key, value) {\n if (isBuiltInModifier(key)) {\n warn(`Avoid overwriting built-in modifier in config.keyCodes: .${key}`)\n+ return false\n ...
2016-12-01T22:46:31
mrdoob/three.js
e652a07d79350c34e73db3890faace547d02e9d7
769a82d469f4314efeb47a540c835e53f9fc6c8f
WebGPUBackend: BatchedMesh in WebGPU throw Error: reading "bytesPerElement" of null (#29140) Co-authored-by: wangziqian <wangziqian@fabu.ai>
[ { "path": "src/renderers/webgpu/WebGPUBackend.js", "patch": "@@ -955,7 +955,7 @@ class WebGPUBackend extends Backend {\n \t\t\tconst drawCount = object._multiDrawCount;\n \t\t\tconst drawInstances = object._multiDrawInstances;\n \n-\t\t\tconst bytesPerElement = index.bytesPerElement || 1;\n+\t\t\tconst byte...
2024-08-16T02:15:24
golang/go
10e796884905d23ab2419cc158769e8fdc73de4e
ab043953cbd6e3cd262548710f35f05924aa8f32
cmd/compile: accounts rematerialize ops's output reginfo This CL implements the check for rematerializeable value's output regspec at its remateralization site. It has some potential problems, please see the TODO in regalloc.go. Fixes #70451. Cherry-picked from the dev.simd branch. This CL is not necessarily SIMD sp...
[ { "path": "src/cmd/compile/internal/ssa/func.go", "patch": "@@ -102,6 +102,7 @@ func (c *Config) NewFunc(fe Frontend, cache *Cache) *Func {\n \t\tNamedValues: make(map[LocalSlot][]*Value),\n \t\tCanonicalLocalSlots: make(map[LocalSlot]*LocalSlot),\n \t\tCanonicalLocalSplits: make(map[LocalSlotSpli...
2025-08-12T16:53:44
denoland/deno
6523e3f49b92eaf1efe3bcb7082f27b57e7205a8
9c197682f9d2fa0dce854fbe196cea3ef6668aab
fix(types): specify `ArrayBuffer` as a backing buffer type for `TextEncoder.encode()` (#30434)
[ { "path": "cli/tsc/dts/lib.deno_web.d.ts", "patch": "@@ -452,12 +452,6 @@ interface TextEncoderEncodeIntoResult {\n written: number;\n }\n \n-/** @category Encoding */\n-interface TextEncoder extends TextEncoderCommon {\n- /** Returns the result of running UTF-8's encoder. */\n- encode(input?: string): ...
2025-09-02T21:54:13
vuejs/vue
db0bf76e51262636ebd820ad56f2935737d038ac
de7764a38573e6e08498e9771d566968432d39e9
fix keep-alive component inner transition (fix #4339)
[ { "path": "src/core/vdom/patch.js", "patch": "@@ -20,7 +20,7 @@ import { registerRef } from './modules/ref'\n \n export const emptyNode = new VNode('', {}, [])\n \n-const hooks = ['create', 'update', 'remove', 'destroy']\n+const hooks = ['create', 'activate', 'update', 'remove', 'destroy']\n \n function isU...
2016-12-01T04:29:03
mrdoob/three.js
769a82d469f4314efeb47a540c835e53f9fc6c8f
17d60f6de00b0f9fb3d489648cb0a8dbe22e9cdf
WebGPURenderer: WebGL fallback - fix scissor with MSAA (#29148) * scissor msaa resolve and invalidation * update screenshot * exclude screenshot from tests --------- Co-authored-by: aardgoose <angus.sawyer@email.com>
[ { "path": "examples/webgpu_textures_anisotropy.html", "patch": "@@ -228,7 +228,7 @@\n \t\t\t\trenderer.setScissor( SCREEN_WIDTH / 2, 0, SCREEN_WIDTH / 2 - 2, SCREEN_HEIGHT );\n \t\t\t\trenderer.render( scene2, camera );\n \n-\t\t\t\t// renderer.setScissorTest( false );\n+\t\t\t\trenderer.setScissorTest( fal...
2024-08-16T02:13:40
golang/go
ebb72bef44a0e125c7f900a04af6538e3c39dfc6
c54dc1418b6fbff4176aaaffcc9fab6f1ad631a6
cmd/compile: don't treat devel compiler as a released compiler The compiler has a logic to print different messages on internal compiler error depending on whether this is a released version of Go. It hides the panic stack trace if it is a released version. It does this by checking the version and see if it has a "go"...
[ { "path": "src/cmd/compile/internal/base/print.go", "patch": "@@ -220,7 +220,7 @@ func FatalfAt(pos src.XPos, format string, args ...interface{}) {\n \t\tfmt.Printf(\"\\n\")\n \n \t\t// If this is a released compiler version, ask for a bug report.\n-\t\tif Debug.Panic == 0 && strings.HasPrefix(buildcfg.Vers...
2025-06-20T16:02:18
mrdoob/three.js
17d60f6de00b0f9fb3d489648cb0a8dbe22e9cdf
df91505048eca9a3078943d322a6925a862f73a3
MaterialX: Fix `mx_hsvtorgb` and `brick_procedural` example (#29150) * revision mx_hsvtorgb * add optional return for function with layout * added brick procedural * cleanup
[ { "path": "examples/webgpu_loader_materialx.html", "patch": "@@ -42,7 +42,7 @@\n \n \t\t\tconst samples = [\n \t\t\t\t'standard_surface_brass_tiled.mtlx',\n-\t\t\t\t//'standard_surface_brick_procedural.mtlx',\n+\t\t\t\t'standard_surface_brick_procedural.mtlx',\n \t\t\t\t'standard_surface_carpaint.mtlx',\n \...
2024-08-16T02:10:40
vuejs/vue
de7764a38573e6e08498e9771d566968432d39e9
dde0454e7e6ee6ee9fe093bcfd4e943444b0ee12
refactor patch createElm function, fix component hook merging
[ { "path": "src/core/vdom/create-component.js", "patch": "@@ -172,7 +172,6 @@ function init (\n // kept-alive components, treat as a patch\n const mountedNode: any = vnode // work around flow\n prepatch(mountedNode, mountedNode)\n- return true // let the patcher know this is a reactivated comp...
2016-11-30T19:20:40
denoland/deno
bb6c27e4cca498746d7d83005bf8b84fdf727161
e65f4a35ba6291c73132b98c9c1880aa4273d59b
fix(check): support "compilerOptions.rootDirs" in tsconfig (#30495) Previously, to get the svelte template (`npx sv create`) to work under Deno, a knowledgeable user would have to convert the compiler options under `.svelte-kit/tsconfig.json` to a `deno.json`. This catches up Deno's tsconfig support so they don't have...
[ { "path": "cli/lsp/compiler_options.rs", "patch": "@@ -29,7 +29,7 @@ pub struct LspCompilerOptionsData {\n \n #[derive(Debug)]\n pub struct LspCompilerOptionsResolver {\n- inner: CompilerOptionsResolver,\n+ pub inner: Arc<CompilerOptionsResolver>,\n data: BTreeMap<CompilerOptionsKey, LspCompilerOptionsD...
2025-09-02T18:39:57
mrdoob/three.js
8be7c0f3f45b231ceb85c2b1d2380de871175c20
f571082bcb7e76080b3e2a50e2b5aca37b463c90
NodeMaterial: Does not crash if there is no `colorNode` (#29141)
[ { "path": "src/nodes/accessors/MaterialNode.js", "patch": "@@ -2,7 +2,7 @@ import Node, { addNodeClass } from '../core/Node.js';\n import { reference } from './ReferenceNode.js';\n import { materialReference } from './MaterialReferenceNode.js';\n import { normalView } from './NormalNode.js';\n-import { node...
2024-08-15T03:36:23
denoland/deno
50aa89f1ea2400c55b500419f71e88854b7579ad
18fe3d1e1cd70c7b353fa8d9f1e93578b26e1cda
fix(check): don't ignore ambient declarations for existent files (#30591)
[ { "path": "cli/tsc/mod.rs", "patch": "@@ -738,23 +738,7 @@ fn op_load_inner(\n } else {\n &specifier\n };\n- let maybe_module = match graph.try_get(specifier) {\n- Ok(maybe_module) => maybe_module,\n- Err(err) => match err.as_kind() {\n- deno_graph::ModuleErrorKind::Unsuppo...
2025-09-02T09:48:48
mrdoob/three.js
bd2051d642bc6347b8ac21c08d800baaa41941f4
a92e8bc3efd90b812c916755f41482668ffda7d8
WebGPURenderer: Fix duplicate shader programs in the WebGLBackend (#29135) Co-authored-by: aardgoose <angus.sawyer@email.com>
[ { "path": "src/renderers/webgl-fallback/WebGLBackend.js", "patch": "@@ -747,9 +747,9 @@ class WebGLBackend extends Backend {\n \n \t}\n \n-\tgetRenderCacheKey( renderObject ) {\n+\tgetRenderCacheKey( /*renderObject*/ ) {\n \n-\t\treturn renderObject.id;\n+\t\treturn '';\n \n \t}\n ", "additions": 2, ...
2024-08-14T13:58:52
mrdoob/three.js
410f73742f0043540857a60d3827e4635875ec90
90c34c0ebe693ed524079ad97c56340d7c40483b
Examples: WebGPU GPGPU Birds (#29081) * init * fix wgsl syntax * Working image * Fixed color and vertex shaders, need to make minor adjustments, and add more instructive comments * add lighting * try to fix compute * testing * add labels to uniforms and storage buffers * add back missing veloci...
[ { "path": "examples/files.json", "patch": "@@ -311,6 +311,7 @@\n \t\t\"webgpu_clearcoat\",\n \t\t\"webgpu_clipping\",\n \t\t\"webgpu_compute_audio\",\n+\t\t\"webgpu_compute_birds\",\n \t\t\"webgpu_compute_geometry\",\n \t\t\"webgpu_compute_particles\",\n \t\t\"webgpu_compute_particles_rain\",", "additio...
2024-08-13T15:04:22
denoland/deno
1ef0d0838ee6785da0458dc09ad936c00364741a
e89ed6833f4de046bc055cf86777c64682283069
fix(ext/node): implement http.res.setHeaders (#30586) Closes #30540 Also fixes res.writeHead implementation to parse array values correctly. For example, `res.writeHead(200, [["foo", "bar"]])` and `res.writeHead(200, ["foo", "bar"])` should produce the same result. These changes allows [parallel/test-http-response-s...
[ { "path": "ext/node/polyfills/http.ts", "patch": "@@ -1584,6 +1584,49 @@ ServerResponse.prototype.setHeader = function (\n return this;\n };\n \n+ServerResponse.prototype.setHeaders = function setHeaders(\n+ this: ServerResponse,\n+ headers: Headers | Map<string, string | string[]>,\n+) {\n+ if (this._...
2025-09-01T21:13:03
vuejs/vue
dde0454e7e6ee6ee9fe093bcfd4e943444b0ee12
66bacb015c5edd27420c4f1ca181f4c36c315240
fix static style parse error. (#4349)
[ { "path": "src/platforms/web/util/style.js", "patch": "@@ -4,10 +4,8 @@ import { cached, extend, toObject } from 'shared/util'\n \n export const parseStyleText = cached(function (cssText) {\n const res = {}\n- const hasBackground = cssText.indexOf('background') >= 0\n- // maybe with background-image: ur...
2016-11-30T18:53:20
golang/go
d5b950399de01a0e28eeb48d2c8474db4aad0e8a
53845004d647e16b3de7c74e50cffaca77e028e9
cmd/cgo: fix unaligned arguments typedmemmove crash on iOS Irregularly typedmemmove and bulkBarrierPreWrite crashes on unaligned arguments. By aligning the arguments this is fixed. Fixes #46893 Change-Id: I7beb9fdc31053fcb71bee6c6cb906dea31718c56 GitHub-Last-Rev: 46ae8b96889644aab60ea4284cf447a740354c6a GitHub-Pull-...
[ { "path": "src/cmd/cgo/internal/testout/out_test.go", "patch": "@@ -0,0 +1,144 @@\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 out_test\n+\n+import (\n+\t\"bufio\"\n+\t\"bytes...
2025-09-30T21:53:11
mrdoob/three.js
f7c92c844db68a1667d9aada812768d8a35f5e08
97b3164a43e74507a5c3e3b4fc645d9388866821
Fix timeStep logic in CreateMaterialColorAnimation (#29111) * Fix timeStep logic in CreateMaterialColorAnimation * Fix edge-case with only one color
[ { "path": "examples/jsm/animation/AnimationClipCreator.js", "patch": "@@ -92,7 +92,7 @@ class AnimationClipCreator {\n \tstatic CreateMaterialColorAnimation( duration, colors ) {\n \n \t\tconst times = [], values = [],\n-\t\t\ttimeStep = duration / colors.length;\n+\t\t\ttimeStep = ( colors.length > 1 ) ? d...
2024-08-13T11:48:44
denoland/deno
e89ed6833f4de046bc055cf86777c64682283069
6d49e26d600a796cdf675a72224b26cc61bdef03
fix(ext/webgpu): add illegal constructor errors (#30500)
[ { "path": "ext/node/ops/sqlite/mod.rs", "patch": "@@ -91,7 +91,7 @@ pub enum SqliteError {\n #[error(\"session is not open\")]\n #[property(\"code\" = self.code())]\n SessionClosed,\n- #[class(generic)]\n+ #[class(type)]\n #[error(\"Illegal constructor\")]\n #[property(\"code\" = self.code())]\n...
2025-09-01T10:33:25
vuejs/vue
9215ff0295ddd43d7d3d85c68a2bdb76f7c1bf63
b7fd05380de77e238bc6287d84fca7863444eb6e
Modifier once for v-on (#4267) * Modifier once for v-on * Reformat code * Modifier once for v-on: using removeEventListener instead, bug fix of handler arguments passing, bug fix of modifier ordering problem * Enhancement of event listener removal which allows rendering of capturing / once events for render f...
[ { "path": "src/compiler/helpers.js", "patch": "@@ -46,6 +46,10 @@ export function addHandler (\n delete modifiers.capture\n name = '!' + name // mark the event as captured\n }\n+ if (modifiers && modifiers.once) {\n+ delete modifiers.once\n+ name = '~' + name // mark the event as once\n+ }...
2016-11-30T17:15:18
golang/go
53845004d647e16b3de7c74e50cffaca77e028e9
bbdff9e8e1fca772a13acb0c4c7828cfe246d403
net/http/httputil: deprecate ReverseProxy.Director The Director function has been superseded by Rewrite. Rewrite avoids fundamental security issues with hop-by-hop header handling in the Director API and has better default handling of X-Forwarded-* headers. Fixes #73161 Change-Id: Iadaf3070e0082458f79fb892ade51cb7ce...
[ { "path": "api/next/73161.txt", "patch": "@@ -0,0 +1 @@\n+pkg net/http/httputil, type ReverseProxy struct, Director //deprecated #73161", "additions": 1, "deletions": 0, "language": "Plain Text" }, { "path": "doc/next/6-stdlib/99-minor/net/http/httputil/73161.md", "patch": "@@ -0,0 +...
2025-10-02T16:42:57
mrdoob/three.js
5762f7009acc23eaebfb96c6c418679f7032d3af
f7a09bb50526d6bb2c7a57af5d0df98f3730043f
Fix incorrect file name in documentation paragraph (#29118) Corrected the file name mentioned in the documentation paragraph. The previous file name was incorrect, which could cause confusion for users. Changes made: - Fixed file name HTML in line no 74 of the documentation as main.js.
[ { "path": "docs/manual/en/introduction/Creating-a-scene.html", "patch": "@@ -71,7 +71,7 @@ <h2>Creating the scene</h2>\n \n \t\t<h2>Rendering the scene</h2>\n \n-\t\t<p>If you copied the code from above into the HTML file we created earlier, you wouldn't be able to see anything. This is because we're not ac...
2024-08-12T07:46:18
denoland/deno
6d49e26d600a796cdf675a72224b26cc61bdef03
c1f873dc4f1566d7993c256ad3c1e39d3ac101da
fix(ext/node): path.relative compatibility (#30566) Forked from Node.js implementation: - https://github.com/nodejs/node/blob/591ba692bfe30408e6a67397e7d18bfa1b9c3561/lib/path.js#L548 - https://github.com/nodejs/node/blob/591ba692bfe30408e6a67397e7d18bfa1b9c3561/lib/path.js#L1294 This allows `parallel/test-path-relat...
[ { "path": "ext/node/polyfills/path/_posix.ts", "patch": "@@ -165,64 +165,55 @@ export function relative(from: string, to: string): string {\n \n if (from === to) return \"\";\n \n+ // Trim leading forward slashes.\n from = resolve(from);\n to = resolve(to);\n \n if (from === to) return \"\";\n \n- ...
2025-09-01T09:44:51
vuejs/vue
9dce7adfa252eaf76468bbb5ed660675f7ef4e7b
68e560af24560954779ab5a84c690369ed01c845
Streaming render for weex fix append mode for keep-alive reactivation streaming render for weex fix weex test case inject __WEEX__ during tests fix append:tree for iOS ignore weex branch
[ { "path": ".eslintrc", "patch": "@@ -3,6 +3,9 @@\n \"parser\": \"babel-eslint\",\n \"extends\": \"vue\",\n \"plugins\": [\"flowtype\"],\n+ \"globals\": {\n+ \"__WEEX__\": true\n+ },\n \"rules\": {\n \"no-useless-escape\": 0,\n \"flowtype/define-flow-type\": 1,", "additions": 3, ...
2016-11-25T22:12:40
mrdoob/three.js
f7a09bb50526d6bb2c7a57af5d0df98f3730043f
c2373ef9feea4b9cf0a815fcf9cdf0744ba4ce25
Nodes: Add `SSAAPassNode`. (#29106) * Nodes: Add `SSAAPassNode`. * some progress * more progress * SSAAPassNode: Minor fixes. * custom mrt setup * add depth * ignore aa for depth for now --------- Co-authored-by: sunag <sunagbrasil@gmail.com>
[ { "path": "examples/files.json", "patch": "@@ -388,6 +388,7 @@\n \t\t\"webgpu_postprocessing_masking\",\n \t\t\"webgpu_postprocessing_motion_blur\",\n \t\t\"webgpu_postprocessing_sobel\",\n+\t\t\"webgpu_postprocessing_ssaa\",\n \t\t\"webgpu_postprocessing_transition\",\n \t\t\"webgpu_postprocessing\",\n \t\...
2024-08-12T07:43:12
golang/go
bbdff9e8e1fca772a13acb0c4c7828cfe246d403
4008e07080ef215e46f48e5e2f6b5d37d6d9cb9f
net/http: update bundled x/net/http2 and delete obsolete http2inTests http2inTests is no longer needed after go.dev/cl/708135 and should be deleted. To prevent errors in future vendored dependency updates, h2_bundle.go is also updated together in this change. Change-Id: I7b8c3f6854203fab4ec639a2a268df0cd2b1dee7 Revie...
[ { "path": "src/go.mod", "patch": "@@ -4,7 +4,7 @@ go 1.26\n \n require (\n \tgolang.org/x/crypto v0.42.0\n-\tgolang.org/x/net v0.44.0\n+\tgolang.org/x/net v0.44.1-0.20251002015445-edb764c2296f\n )\n \n require (", "additions": 1, "deletions": 1, "language": "Unknown" }, { "path": "src/go...
2025-10-02T16:41:25
denoland/deno
c1f873dc4f1566d7993c256ad3c1e39d3ac101da
983cb3ed23a9e412e6b0fdf5f8b525147333614d
fix(ext/node): Readable adapter cancel semantics (#30526) Fix WebStreams adapter race condition when canceling during stream close --------- Co-authored-by: gitstart-app[bot] <80938352+gitstart-app[bot]@users.noreply.github.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
[ { "path": "ext/node/polyfills/internal/webstreams/adapters.js", "patch": "@@ -516,6 +516,8 @@ export function newReadableStreamFromStreamReadable(\n \n streamReadable.pause();\n \n+ let isCanceled = false;\n+\n const cleanup = finished(streamReadable, (error) => {\n if (error?.code === \"ERR_STREAM...
2025-09-01T09:29:06
vuejs/vue
c7147e3b60cb8b4147f0132f63b70a527a47b2b6
326aef4a6ab84d044d9ed807c5dc4326249aa856
remove debugger
[ { "path": "src/core/instance/render.js", "patch": "@@ -257,7 +257,6 @@ export function resolveSlots (\n let name, child\n for (let i = 0, l = children.length; i < l; i++) {\n child = children[i]\n- debugger\n // named slots should only be respected if the vnode was rendered in the\n // sa...
2016-11-25T17:42:29
mrdoob/three.js
c2373ef9feea4b9cf0a815fcf9cdf0744ba4ce25
90160e9e84dd6f92ec90f48d7cdbeeeeb7022d7b
NodeMaterial: Added support to custom MRT depth (#29117) * added support to custom MRT depth * fix tab in code
[ { "path": "src/nodes/materials/NodeMaterial.js", "patch": "@@ -206,11 +206,21 @@ class NodeMaterial extends Material {\n \n \t\tlet depthNode = this.depthNode;\n \n-\t\tif ( depthNode === null && renderer.logarithmicDepthBuffer === true ) {\n+\t\tif ( depthNode === null ) {\n \n-\t\t\tconst fragDepth = mode...
2024-08-12T03:13:12
golang/go
0e4e2e68323df08d9e4c876e5abc5b549bd247f5
f03c392295cfd57c29c92fcc300181f8016cf5ac
runtime: skip TestGoroutineLeakProfile under mayMoreStackPreempt This may be the long-term fix, but we first need to understand if this just makes the tests flaky, or if it's revealing an actual underlying issue. I'm leaning toward the former. If it is the former, ideally we just make the tests robust (wait longer, ma...
[ { "path": "src/runtime/goroutineleakprofile_test.go", "patch": "@@ -6,12 +6,20 @@ package runtime_test\n \n import (\n \t\"fmt\"\n+\t\"internal/testenv\"\n+\t\"os\"\n \t\"regexp\"\n \t\"strings\"\n \t\"testing\"\n )\n \n func TestGoroutineLeakProfile(t *testing.T) {\n+\tif strings.Contains(os.Getenv(\"GOFLA...
2025-10-02T19:15:34
vuejs/vue
326aef4a6ab84d044d9ed807c5dc4326249aa856
fba78d45984ec27fcf93941a5c5d41606bc047e6
fix incorrect context for slot content created in functional components (fix #4315)
[ { "path": "src/core/instance/lifecycle.js", "patch": "@@ -146,7 +146,7 @@ export function lifecycleMixin (Vue: Class<Component>) {\n }\n // resolve slots + force update if has children\n if (hasChildren) {\n- vm.$slots = resolveSlots(renderChildren, vm._renderContext)\n+ vm.$slots = re...
2016-11-25T17:41:42
denoland/deno
983cb3ed23a9e412e6b0fdf5f8b525147333614d
f531dd05cab5de4dd3750e0998eb64fa3d978c04
fix(lsp): goto-type-definition for builtin on startup (#30499) Fixes #30481.
[ { "path": "cli/lsp/analysis.rs", "patch": "@@ -703,11 +703,11 @@ pub fn fix_ts_import_changes(\n let target_module = if is_new_file {\n None\n } else {\n- let Some(target_module) = language_server\n- .document_modules\n- .inspect_module_for_specifier(\n+ let Some(target...
2025-09-01T08:08:05
mrdoob/three.js
90160e9e84dd6f92ec90f48d7cdbeeeeb7022d7b
0536e005c1d9a31f82a318eb4ddc255217924cc2
ViewportDepthNode: Fix `material.depthNode=depth` assign (#29116) * Fix material.depthNode = depth assign * added default values
[ { "path": "src/nodes/display/RenderOutputNode.js", "patch": "@@ -2,7 +2,7 @@ import TempNode from '../core/TempNode.js';\n import { addNodeClass } from '../core/Node.js';\n import { addNodeElement, nodeObject } from '../shadernode/ShaderNode.js';\n \n-import { SRGBColorSpace, NoToneMapping } from '../../con...
2024-08-12T03:03:09
golang/go
f03c392295cfd57c29c92fcc300181f8016cf5ac
707454b41fa1fea7e0286b1370dea47d3422b2cb
runtime: fix aix/ppc64 library initialization AIX sets the argc and argv parameters in R14 and R15, but _rt0_ppc64x_lib expects them to be in R3 and R4. Also, call reginit in _rt0_ppc64x_lib. These issues were oversights from CL 706395 which went unnoticed because there if no LUCI aix/ppc64 builder (see #67299). Cha...
[ { "path": "src/runtime/asm_ppc64x.s", "patch": "@@ -21,6 +21,9 @@ TEXT _rt0_ppc64x_lib(SB),NOSPLIT|NOFRAME,$0\n \tMOVD\tR4, _rt0_ppc64x_lib_argv<>(SB)\n \n \t// Synchronous initialization.\n+\tMOVD\t$runtime·reginit(SB), R12\n+\tMOVD\tR12, CTR\n+\tBL\t(CTR)\n \tMOVD\t$runtime·libpreinit(SB), R12\n \tMOVD\tR...
2025-10-01T08:59:53
vuejs/vue
16e3dae2455aa0f2955d95698c7dddb5b4c9440d
ae4db82c4b95b4daf50ac0898c4e715de079d25a
fix eslint and coverage
[ { "path": "src/core/instance/render.js", "patch": "@@ -4,7 +4,7 @@ import config from '../config'\n import VNode, { emptyVNode, cloneVNode, cloneVNodes } from '../vdom/vnode'\n import { normalizeChildren } from '../vdom/helpers/index'\n import {\n- warn, formatComponentName, bind, isObject, toObject, isSer...
2016-11-24T17:59:19
denoland/deno
f531dd05cab5de4dd3750e0998eb64fa3d978c04
daa412b0f2898a1c1e2184a6cb72b69f5806d6a5
fix(cli): support data urls in preload by not splitting on comma. (#30544) Specify multple files separately, `--preload p1.js --preload p2.js` instead of `--preload p1.js,p2.js`. Closes #30543.
[ { "path": "cli/args/flags.rs", "patch": "@@ -4436,7 +4436,6 @@ fn preload_arg() -> Arg {\n .long(\"preload\")\n .alias(\"import\")\n .value_name(\"FILE\")\n- .use_value_delimiter(true)\n .action(ArgAction::Append)\n .help(\"A list of files that will be executed before the main module\...
2025-08-31T11:52:40
mrdoob/three.js
6114fcc3fc42c16a71d5c29716a2537a410d8caf
350d1c577796921e94cf26640d94b6167728958d
Nodes: Rename `remainder()` to `modInt()`. (#29092) * fix remainder operator when forceWebGL is set to true * rename remainder to modInt and mod to modFloat * remove % code in operatorNode * fix MathNode * revert modFloat back to mod * cleanup * add nodes export * added deprecated version -----...
[ { "path": "examples/webgpu_compute_texture.html", "patch": "@@ -60,7 +60,7 @@\n \n \t\t\t\tconst computeTexture = Fn( ( { storageTexture } ) => {\n \n-\t\t\t\t\tconst posX = instanceIndex.remainder( width );\n+\t\t\t\t\tconst posX = instanceIndex.modInt( width );\n \t\t\t\t\tconst posY = instanceIndex.div( ...
2024-08-11T03:21:46
golang/go
633dd1d475e7346b43d87abc987a8c7f256e827d
8ad27fb656ab162546137b512c61f6a26a90a6c5
encoding/json: fix Decoder.InputOffset regression in goexperiment.jsonv2 The Decoder.InputOffset method was always ambiguous about the exact offset returned since anything between the end of the previous token to the start of the next token could be a valid result. Empirically, it seems that the behavior was to repor...
[ { "path": "src/encoding/json/stream_test.go", "patch": "@@ -557,3 +557,67 @@ func TestTokenTruncation(t *testing.T) {\n \t\t}\n \t}\n }\n+\n+func TestDecoderInputOffset(t *testing.T) {\n+\tconst input = ` [\n+\t\t[ ] , [ \"one\" ] , [ \"one\" , \"two\" ] ,\n+\t\t{ } , { \"alpha\" : \"bravo\" } , { \"alpha\"...
2025-09-15T19:56:11
mrdoob/three.js
2d6bf90313d794908eed10f775db451880e55903
9b6e790d87cc485b09ae297585d1331af770ced3
WebGPUPipelineUtils: Fix blending with premultiplied alpha. (#29100) * WebGPUPipelineUtils: Fix additive blending with premultiplied alpha. * WebGPUPipelineUtils: Fix normal blending as well.
[ { "path": "src/renderers/webgpu/utils/WebGPUPipelineUtils.js", "patch": "@@ -280,11 +280,11 @@ class WebGPUPipelineUtils {\n \t\t\t\tswitch ( blending ) {\n \n \t\t\t\t\tcase NormalBlending:\n-\t\t\t\t\t\tsetBlend( GPUBlendFactor.SrcAlpha, GPUBlendFactor.OneMinusSrcAlpha, GPUBlendFactor.One, GPUBlendFactor....
2024-08-09T18:17:29
vuejs/vue
ae4db82c4b95b4daf50ac0898c4e715de079d25a
7b389bc34e12442663de1939882b523345a9e46d
fix unexpected warnings in tests
[ { "path": "test/unit/features/component/component-keep-alive.spec.js", "patch": "@@ -265,7 +265,7 @@ describe('Component keep-alive', () => {\n <keep-alive>\n <component :is=\"view\" class=\"test\"></component>\n </keep-alive>\n- <transition>\n+ </tran...
2016-11-24T17:53:13
denoland/deno
daa412b0f2898a1c1e2184a6cb72b69f5806d6a5
36620f6f575f4171f21525109b5bd88db62f380c
fix(init): use temp `node_modules` folders for `deno init --npm ...` (#30492) Changes it to use a temp directory for node_modules folders for `deno init --npm`
[ { "path": "cli/args/flags.rs", "patch": "@@ -752,6 +752,8 @@ pub struct InternalFlags {\n /// Used when the language server is configured with an\n /// explicit cache option.\n pub cache_path: Option<PathBuf>,\n+ /// Override the path to use for the node_modules directory.\n+ pub root_node_modules_d...
2025-08-29T23:33:47
mrdoob/three.js
795e25ede307679efd89b3af8873dce405690e43
ce3a4cdd97b4f6e5e6cfc0ba6eb445bb645d594b
fix getExtension() (#29102)
[ { "path": "src/renderers/webgl-fallback/nodes/GLSLNodeBuilder.js", "patch": "@@ -665,7 +665,7 @@ ${ flowData.code }\n \n \t\t\tif ( isBatchedMesh && ext.has( 'WEBGL_multi_draw' ) ) {\n \n-\t\t\t\tthis.enableExtension( 'GL_ANGLE_multi_draw', 'require' );\n+\t\t\t\tthis.enableExtension( 'GL_ANGLE_multi_draw',...
2024-08-09T18:06:43
golang/go
3f451f2c54c87db8b8f30e4d5224933f7895f453
be0fed8a5fc4e34f2c6caf503830bcdf904ded54
testing/synctest: fix inverted test failure message in TestContextAfterFunc Fixes #75685 Change-Id: I5592becfde6aaca3d7f0e2f09bc7a9785228523e GitHub-Last-Rev: 0ff7bd31ecfc23222dae70194621397330f3c2da GitHub-Pull-Request: golang/go#75687 Reviewed-on: https://go-review.googlesource.com/c/go/+/708275 Reviewed-by: Alan D...
[ { "path": "src/testing/synctest/example_test.go", "patch": "@@ -66,7 +66,7 @@ func TestContextAfterFunc(t *testing.T) {\n \t\tcancel()\n \t\tsynctest.Wait()\n \t\tif !afterFuncCalled {\n-\t\t\tt.Fatalf(\"before context is canceled: AfterFunc not called\")\n+\t\t\tt.Fatalf(\"after context is canceled: AfterF...
2025-10-01T12:46:16
vuejs/vue
a52a094befb0b1f660771db04deebaa37555e84e
b7946a4b22a6da5c6fc0a70394dce25c3cae0c95
wip: adjust update error reporting
[ { "path": "src/core/instance/render.js", "patch": "@@ -60,18 +60,14 @@ export function renderMixin (Vue: Class<Component>) {\n try {\n vnode = render.call(vm._renderProxy, vm.$createElement)\n } catch (e) {\n- if (process.env.NODE_ENV !== 'production') {\n- warn(`Error when renderi...
2016-11-24T17:17:41
denoland/deno
36620f6f575f4171f21525109b5bd88db62f380c
7b16237a43d86e1679ad9a4baaf06b452b09f0e8
fix: upgrade to swc_ecma_parser 23 (#30564)
[ { "path": ".dprint.json", "patch": "@@ -78,7 +78,7 @@\n \"tests/specs/run/error_syntax_empty_trailing_line/error_syntax_empty_trailing_line.mjs\"\n ],\n \"plugins\": [\n- \"https://plugins.dprint.dev/typescript-0.95.9.wasm\",\n+ \"https://plugins.dprint.dev/typescript-0.95.11.wasm\",\n \"h...
2025-08-29T19:36:36
mrdoob/three.js
ce3a4cdd97b4f6e5e6cfc0ba6eb445bb645d594b
0983a1a9edf4c265a7bbe3eae60ce75c2c5467cc
Docs: Fixed parameters of Audio.getVolume (#29099)
[ { "path": "docs/api/ar/audio/Audio.html", "patch": "@@ -136,7 +136,7 @@ <h3>[method:Float getPlaybackRate]()</h3>\n \t\tترجع القيمة الخاصة بـ[page:Audio.playbackRate playbackRate].\n \t\t</p>\n \n-\t\t<h3>[method:Float getVolume]( value )</h3>\n+\t\t<h3>[method:Float getVolume]()</h3>\n \t\t<p>\n \t\tإعادة ...
2024-08-09T14:04:51
golang/go
fcb893fc4b615774f8cdd050e17ad227998e512a
19cc1022ba4e9ddf172c04107fa613e6d50a7eba
cmd/compile/internal/ssa: remove redundant "type:" prefix check Remove redundant "type:" prefix check on symbol names in isFixedLoad, also refactor some duplicate code into methods. Change-Id: I8358422596eea8c39d1a30a554bd0aae8b570038 Reviewed-on: https://go-review.googlesource.com/c/go/+/701275 Reviewed-by: Keith Ra...
[ { "path": "src/cmd/compile/internal/ssa/rewrite.go", "patch": "@@ -2059,12 +2059,12 @@ func isFixedLoad(v *Value, sym Sym, off int64) bool {\n \t\treturn false\n \t}\n \n-\tif strings.HasPrefix(lsym.Name, \"type:\") {\n+\tif ti := lsym.TypeInfo(); ti != nil {\n \t\t// Type symbols do not contain information...
2025-09-05T14:48:48
vuejs/vue
b7946a4b22a6da5c6fc0a70394dce25c3cae0c95
00c137fb27878e2b11ea4b52032f1757aa9059dd
wip: fix tests with expected warnings
[ { "path": "test/unit/modules/compiler/codegen.spec.js", "patch": "@@ -32,7 +32,7 @@ function assertCodegen (template, generatedCode, ...args) {\n describe('codegen', () => {\n it('generate directive', () => {\n assertCodegen(\n- '<p v-custom1:arg1.modifier=\"value1\" v-custom2><p>',\n+ '<p v...
2016-11-24T17:00:51
denoland/deno
36e9eb2023ce602b8ec11ab48a079492d30d6844
c217928649559c871c6f24eca834d453a21dba5c
fix(ext/node): support JS underlying stream in TLS (#30465) Fixes https://github.com/denoland/deno/issues/20594 This implements `JSStreamSocket` which drives the TLS underlying stream in `rustls_tokio_stream` using 2 sets of channels. One for piping the encrypted protocol transport and the other for plaintext applica...
[ { "path": "Cargo.lock", "patch": "@@ -2403,6 +2403,7 @@ dependencies = [\n \"deno_permissions\",\n \"deno_process\",\n \"deno_subprocess_windows\",\n+ \"deno_tls\",\n \"deno_whoami\",\n \"der\",\n \"digest\",\n@@ -2442,6 +2443,7 @@ dependencies = [\n \"ripemd\",\n \"rsa\",\n \"rusqlite\",\n+ \"rust...
2025-08-28T12:26:17
mrdoob/three.js
69a853d054ee4c252e45546afb5dc6cc3195d84e
6b126f1eb50187105cef179f768d5f03f08c2d87
WebGPURenderer: Avoid using proxy in rendering cycle (#29094) * fix import path * avoid using proxy in rendering cycle
[ { "path": "src/nodes/accessors/ReferenceNode.js", "patch": "@@ -89,7 +89,7 @@ class ReferenceNode extends Node {\n \n \t\t}\n \n-\t\tthis.node = node;\n+\t\tthis.node = node.getSelf();\n \n \t}\n ", "additions": 1, "deletions": 1, "language": "JavaScript" }, { "path": "src/nodes/accessor...
2024-08-09T03:56:43
golang/go
08afc50bea9a94e86adfc8cd852c6ae5b698cdaa
97da068774d5aa9147e63eb146350145c73bfc3d
mime: extend "builtinTypes" to include a more complete list of common types Implement all agreed upon types, using IANA's listed media types to decide when there is a disagreement in type. Except in the case of `.wav` where `audio/wav` is used. Fixes #69530 Change-Id: Iec99a6ceb534073be83c8390f48799bec3e4cfc7 GitHu...
[ { "path": "src/mime/type.go", "patch": "@@ -17,7 +17,7 @@ var (\n \tmimeTypesLower sync.Map // map[string]string; \".z\" => \"application/x-compress\"\n \n \t// extensions maps from MIME type to list of lowercase file\n-\t// extensions: \"image/jpeg\" => [\".jpg\", \".jpeg\"]\n+\t// extensions: \"image/jpeg...
2025-09-25T21:00:45
vuejs/vue
3cfd84346f803e9516d2e307f7c4b1ffac3aef16
e89830230c5747fbe1b70bb4e6c423c3ec2934cc
fix style !important spec
[ { "path": "test/unit/features/directives/style.spec.js", "patch": "@@ -83,11 +83,11 @@ describe('Directive v-bind:style', () => {\n }).then(done)\n })\n \n- it('!important', () => {\n+ it('!important', done => {\n vm.styles = { display: 'block !important' }\n waitForUpdate(() => {\n ex...
2016-11-24T16:21:25
denoland/deno
b88c621f228dcc67a546d76632ddc771e55364e3
da1bf978f03b3ec64ca6989d25bd4ad4f0f2308c
fix(install): print install report on `add`, `cache`, and all `install` variants, move scripts and deprecation warnings after the report (#30549) We were only doing the new output on the top level install (`deno install` with no args or flags), we now do it on `deno install npm:chalk`, `deno add npm:chalk`, `deno cach...
[ { "path": "cli/factory.rs", "patch": "@@ -597,7 +597,9 @@ impl CliFactory {\n .services\n .install_reporter\n .get_or_try_init(|| match self.cli_options()?.sub_command() {\n- DenoSubcommand::Install(InstallFlags::Local(_)) => Ok(Some(Arc::new(\n+ DenoSubcommand::Install(Insta...
2025-08-28T07:48:14
mrdoob/three.js
94a841bed7cf1f251d796dd0856caea23f824580
f71cb7a01c09556783dd25e55463d36fa047e66b
Nodes: Only use PMREM for background when blurriness is configured. (#29089) * Nodes: Only use PMREM for background when blurriness is used. * E2E: Update screenshots. * CubeRenderTarget: Fix MRT support. * E2E: Update screenshot.
[ { "path": "src/renderers/common/CubeRenderTarget.js", "patch": "@@ -54,8 +54,14 @@ class CubeRenderTarget extends WebGLCubeRenderTarget {\n \t\tif ( texture.minFilter === LinearMipmapLinearFilter ) texture.minFilter = LinearFilter;\n \n \t\tconst camera = new CubeCamera( 1, 10, this );\n+\n+\t\tconst curren...
2024-08-08T22:20:43
vuejs/vue
e89830230c5747fbe1b70bb4e6c423c3ec2934cc
26b6374c3ce39a6f5ff4d5915990f7c5cb3b1295
fix browser env detection for jsdom in Node 7
[ { "path": "src/core/util/env.js", "patch": "@@ -7,10 +7,7 @@ import { noop } from 'shared/util'\n export const hasProto = '__proto__' in {}\n \n // Browser environment sniffing\n-export const inBrowser =\n- typeof window !== 'undefined' &&\n- Object.prototype.toString.call(window) !== '[object Object]'\n-...
2016-11-24T16:03:27
golang/go
97da068774d5aa9147e63eb146350145c73bfc3d
300d9d2714164e455abc7990d52de9de6b084df1
cmd/compile: eliminate nil checks on .dict arg The first arg of a generic function is the dictionary. This dictionary is never nil, but it gets a nil check becuase the dict arg is treated as a slice during construction. cmp.Compare[go.shape.int] was: 00006 (+41) TESTB AX, (AX) 00007 (+52) CMPQ CX, BX 00008 (52) JGT ...
[ { "path": "src/cmd/compile/internal/ssa/_gen/generic.rules", "patch": "@@ -2079,6 +2079,9 @@\n \t&& warnRule(fe.Debug_checknil(), v, \"removed nil check\")\n \t=> ptr\n \n+// .dict args are always non-nil.\n+(NilCheck ptr:(Arg {sym}) _) && isDictArgSym(sym) => ptr\n+\n // Nil checks of nil checks are redund...
2025-09-08T05:21:15
denoland/deno
9dbcd025d67f7a3d99aca255e92117779ba9c4f4
6967c6d199d9f4e4f6c4cb8186e45178f04772b8
fix(install): don't try to re-symlink binaries in node_modules if the symlink is correct (#30546) Fix #30424. I think this should avoid the errors. It will add some overhead when they aren't set up yet, but binaries are pretty small in number so I doubt it will matter. In the case where it's already set up (which is...
[ { "path": "libs/npm_installer/bin_entries.rs", "patch": "@@ -1,5 +1,6 @@\n // Copyright 2018-2025 the Deno authors. MIT license.\n \n+use std::borrow::Cow;\n use std::collections::HashMap;\n use std::collections::HashSet;\n use std::collections::VecDeque;\n@@ -16,6 +17,7 @@ use sys_traits::FsFileSetPermissi...
2025-08-28T00:18:48
mrdoob/three.js
e6edc5c1ae2434afaf53250c9fef8727ef56104d
dbc9b46f847f466ff7a1dfb6ced10ba2cf8ca4c0
examples: Fix title of webgpu_performance.html (#29086) Sequel of !29077
[ { "path": "examples/webgpu_performance.html", "patch": "@@ -1,7 +1,7 @@\n <!DOCTYPE html>\n <html lang=\"en\">\n \t<head>\n-\t\t<title>three.js webgl - GLTFloader</title>\n+\t\t<title>three.js webgpu - GLTFloader</title>\n \t\t<meta charset=\"utf-8\">\n \t\t<meta name=\"viewport\" content=\"width=device-wid...
2024-08-08T12:20:59
vuejs/vue
ac060163c3095d71b5c1a93d2302ccba7daa1db5
6034c3e69977d4624298754dd9d83fa1f19fb72d
handle !important in static styles (fix #4306)
[ { "path": "src/platforms/web/runtime/modules/style.js", "patch": "@@ -4,10 +4,13 @@ import { cached, camelize, extend } from 'shared/util'\n import { normalizeStyleBinding, getStyle } from 'web/util/style'\n \n const cssVarRE = /^--/\n+const importantRE = /\\s*!important$/\n const setProp = (el, name, val) ...
2016-11-24T15:12:02
golang/go
300d9d2714164e455abc7990d52de9de6b084df1
a846bb0aa523c8781248161b63bc2ab6a245cec1
runtime: initialise debug settings much earlier in startup process This is necessary specifically to set the value of `debug.decoratemappings` sufficiently early in the startup sequence that all memory ranges allocated can be named appropriately using the new Linux-specific naming API introduced in #71546. Example ou...
[ { "path": "src/runtime/decoratemappings_test.go", "patch": "@@ -0,0 +1,72 @@\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 runtime_test\n+\n+import (\n+\t\"os\"\n+\t\"regexp\"\...
2025-09-18T14:54:57
denoland/deno
6967c6d199d9f4e4f6c4cb8186e45178f04772b8
b1a510ce543429a0589d455c1dceb6c745008594
fix(bundle): do not error on fallible dynamic imports/requires (#30522) Fixes https://github.com/denoland/deno/issues/30510 Basically we save the error for later, return `None` to esbuild. Later when we process esbuild errors, if esbuild failed to resolve the same package then we use our error message instead of esbu...
[ { "path": "cli/tools/bundle/mod.rs", "patch": "@@ -6,6 +6,7 @@ mod transform;\n \n use std::borrow::Cow;\n use std::cell::RefCell;\n+use std::ops::Deref;\n use std::path::Path;\n use std::path::PathBuf;\n use std::rc::Rc;\n@@ -19,6 +20,7 @@ use deno_ast::ModuleSpecifier;\n use deno_config::workspace::TsType...
2025-08-27T18:30:47
vuejs/vue
e4591ce75b0e74e42fe22ac0ede9622770d08927
aa5f5d1198db2c9480a317b1db48c470c850949d
simplify proxy mode logic and fix case for mount
[ { "path": "src/core/instance/proxy.js", "patch": "@@ -48,15 +48,11 @@ if (process.env.NODE_ENV !== 'production') {\n initProxy = function initProxy (vm) {\n if (hasProxy) {\n // determine which proxy handler to use\n- let handlers\n const options = vm.$options\n- if (options.temp...
2016-11-23T23:35:25
golang/go
a846bb0aa523c8781248161b63bc2ab6a245cec1
7c8166d02d36a5dfcdbe3dd1b148412cceacf9f2
errors: add AsType Fixes #51945 Change-Id: Icda169782e796578eba728938134a85b5827d3b6 GitHub-Last-Rev: c6ff335ee1ffb6b7975141795a4632a55247299d GitHub-Pull-Request: golang/go#75621 Reviewed-on: https://go-review.googlesource.com/c/go/+/707235 Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Damien Neil <dne...
[ { "path": "api/next/51945.txt", "patch": "@@ -0,0 +1 @@\n+pkg errors, func AsType[$0 error](error) ($0, bool) #51945", "additions": 1, "deletions": 0, "language": "Plain Text" }, { "path": "doc/next/6-stdlib/99-minor/errors/51945.md", "patch": "@@ -0,0 +1,2 @@\n+The new [AsType] func...
2025-09-29T16:57:53
denoland/deno
b1a510ce543429a0589d455c1dceb6c745008594
5e1427c39783785567527044d2f9b2f00f8686ef
fix(node): regression where Node fs APIs required elevated permissions on Windows (#30535) Closes https://github.com/denoland/deno/issues/30534
[ { "path": "ext/node/polyfills/01_require.js", "patch": "@@ -306,8 +306,6 @@ let hasInspectBrk = false;\n let usesLocalNodeModulesDir = false;\n \n function stat(filename) {\n- // TODO: required only on windows\n- // filename = path.toNamespacedPath(filename);\n if (statCache !== null) {\n const resu...
2025-08-27T13:29:44
vuejs/vue
b2b9d1c2729c13e80feadebf9664f78914417129
adf33c18eb1e24676af22d85d072fe6bfa83c99c
fix property reference proxy check for hand-written render functions
[ { "path": "src/core/instance/proxy.js", "patch": "@@ -2,7 +2,7 @@\n \n import { warn, makeMap } from '../util/index'\n \n-let hasProxy, proxyHandlers, initProxy\n+let initProxy\n \n if (process.env.NODE_ENV !== 'production') {\n const allowedGlobals = makeMap(\n@@ -21,20 +21,22 @@ if (process.env.NODE_ENV...
2016-11-23T22:46:41
golang/go
eaf2345256613dfbda7e8e69e5f845c4209246c6
4b7773356515c178f0af859b952b4b3a78f0813d
cmd/link: use a .def file to mark exported symbols on Windows Binutils defaults to exporting all symbols when building a Windows DLL. To avoid that we were marking symbols with __declspec(dllexport) in the cgo-generated headers, which instructs ld to export only those symbols. However, that approach makes the headers ...
[ { "path": "src/cmd/cgo/internal/testcshared/cshared_test.go", "patch": "@@ -8,6 +8,7 @@ import (\n \t\"bufio\"\n \t\"bytes\"\n \t\"cmd/cgo/internal/cgotest\"\n+\t\"cmp\"\n \t\"debug/elf\"\n \t\"debug/pe\"\n \t\"encoding/binary\"\n@@ -272,7 +273,7 @@ func createHeaders() error {\n \t\t// which results in the...
2025-09-22T13:48:36
denoland/deno
5e1427c39783785567527044d2f9b2f00f8686ef
f146dbe12d5e98e946a140a0b5e6d9b1ee9b8013
fix(ext/node): path.normalize compatibility (#30537) Forked from Node.js implementation: - https://github.com/nodejs/node/blob/591ba692bfe30408e6a67397e7d18bfa1b9c3561/lib/path.js#L76 - https://github.com/nodejs/node/blob/591ba692bfe30408e6a67397e7d18bfa1b9c3561/lib/path.js#L1231 This allows `parallel/test-path-norma...
[ { "path": "ext/node/polyfills/path/_util.ts", "patch": "@@ -61,15 +61,14 @@ export function normalizeString(\n if (isPathSeparator(code!)) {\n if (lastSlash === i - 1 || dots === 1) {\n // NOOP\n- } else if (lastSlash !== i - 1 && dots === 2) {\n+ } else if (dots === 2) {\n ...
2025-08-27T08:16:29
mrdoob/three.js
6697bd1640fa4dd236fa585d53de553f99aea197
609ba9c90aba7016e480ff861c2cf1756e5b7292
WebGPURenderer: Fix instance meshes that shares the same count (#29066) * WebGPURenderer: Fix instance meshes sharing same count * cover only instances meshes
[ { "path": "src/renderers/common/RenderObject.js", "patch": "@@ -263,7 +263,7 @@ export default class RenderObject {\n \n \t\tif ( object.count > 1 ) {\n \n-\t\t\tcacheKey += object.count + ',';\n+\t\t\tcacheKey += object.count + ',' + object.uuid + ',';\n \n \t\t}\n ", "additions": 1, "deletions": 1...
2024-08-05T15:54:48
vuejs/vue
fce3f04a44073a03eff8e0c1ff4c10d2e4c7751e
9d0bc9768b40fa5fab3a648724f50385f2552ff7
Ensure Vue instance's vnode and element is up to date (#4299) * fix #4284, recursively update vnode element * fix #4284, ensure vm's vnode is up to date * add test for edge case
[ { "path": "src/core/instance/lifecycle.js", "patch": "@@ -116,6 +116,10 @@ export function lifecycleMixin (Vue: Class<Component>) {\n const vm: Component = this\n const hasChildren = !!(vm.$options._renderChildren || renderChildren)\n vm.$options._parentVnode = parentVnode\n+ vm.$vnode = pare...
2016-11-23T18:18:52