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 |
|---|---|---|---|---|---|
golang/go | 6dceff8bad6213bca76361462c99b0d06fd0a8f9 | 76d088eb74115ea14f774d1940557ca3047e1ebb | cmd/link: handle -w flag in external linking mode
Currently, when the -w flag is set, it doesn't actually disable
the debug info generation with in external linking mode. (It does
make the Go object have no debug info, but C objects may still
have.) Pass "-Wl,-S" to let the external linker disable debug info
generatio... | [
{
"path": "src/cmd/link/dwarf_test.go",
"patch": "@@ -370,14 +370,26 @@ func TestFlagW(t *testing.T) {\n \t\tt.Fatal(err)\n \t}\n \n-\ttests := []struct {\n+\ttype testCase struct {\n \t\tflag string\n \t\twantDWARF bool\n-\t}{\n+\t}\n+\ttests := []testCase{\n \t\t{\"-w\", false}, // -w flag disabl... | 2025-09-16T17:34:19 |
mrdoob/three.js | b09742f5fecdd95e4b0f4d9f6adc72051e3b4e52 | 98341133faa4ebfebb71fbc870099f7c99b9ce34 | WebGPURenderer: Align integer attribute check of WebGL backend. (#28918)
* WebGLAttributeUtils: Fix integer check.
* GLSLNodeBuilder: Fix `getTypeFromAttribute()` check. | [
{
"path": "src/renderers/webgl-fallback/nodes/GLSLNodeBuilder.js",
"patch": "@@ -476,7 +476,7 @@ ${ flowData.code }\n \n \t\t\tconst array = dataAttribute.array;\n \n-\t\t\tif ( ( array instanceof Uint32Array || array instanceof Int32Array || array instanceof Uint16Array || array instanceof Int16Array ) ===... | 2024-07-19T16:32:49 |
vuejs/vue | 79cc7bc97a6aa527057756e2e441cad399b299b1 | ab277adfbe2ac7776d5d29d82a267a6a06bc8361 | improve mergeData for edge cases (fix #4191) | [
{
"path": "src/core/util/options.js",
"patch": "@@ -40,13 +40,16 @@ if (process.env.NODE_ENV !== 'production') {\n * Helper that recursively merges two data objects together.\n */\n function mergeData (to: Object, from: ?Object): Object {\n+ if (!from) return to\n let key, toVal, fromVal\n- for (key i... | 2016-11-15T20:15:04 |
denoland/deno | efdcdf82c9cdddc9d24a5ebb4b67253ac14f4e6c | dabf9c79b31492ce44f7513e740e6d91ebda287a | fix(lsp): fix import specifiers in file rename changes (#30458) | [
{
"path": "cli/lsp/analysis.rs",
"patch": "@@ -5,6 +5,7 @@ use std::cmp::Ordering;\n use std::collections::HashMap;\n use std::collections::HashSet;\n use std::path::Path;\n+use std::str::FromStr;\n use std::sync::Arc;\n \n use deno_ast::SourceRange;\n@@ -55,6 +56,7 @@ use super::language_server;\n use supe... | 2025-08-19T20:46:59 |
golang/go | 5225e9dc497408c06e7e5c917081887cc9b2e321 | 81a83bba216a1382e53216f6535f3035c4a1ec4e | doc/next: document new image/jpeg DCT in release notes
Fixes #75603.
Change-Id: I0b4b93af467b97c2d4b5703e31605ff4f7970260
Reviewed-on: https://go-review.googlesource.com/c/go/+/706736
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.c... | [
{
"path": "doc/next/6-stdlib/99-minor/image/jpeg/75603.md",
"patch": "@@ -0,0 +1,2 @@\n+The JPEG encoder and decoder have been replaced with new, faster, more accurate implementations.\n+Code that expects specific bit-for-bit outputs from the encoder or decoder may need to be updated.",
"additions": 2,
... | 2025-09-25T15:13:45 |
mrdoob/three.js | 460efde132f8d8f1917376a629ac8f857990e2bb | 34889d038e9313ee7368d7d435d46905e01088fc | WebGPURenderer: Add bloom emissive/selective examples (#28913)
* Add background names
* Fix RenderTarget dispose and MRT
* add emissive bloom
* update
* remove support to `array` and added `getNode()`
* added bloom selective | [
{
"path": "examples/files.json",
"patch": "@@ -375,6 +375,8 @@\n \t\t\"webgpu_postprocessing_anamorphic\",\n \t\t\"webgpu_postprocessing_ao\",\n \t\t\"webgpu_postprocessing_bloom\",\n+\t\t\"webgpu_postprocessing_bloom_emissive\",\n+\t\t\"webgpu_postprocessing_bloom_selective\",\n \t\t\"webgpu_postprocessing... | 2024-07-18T22:36:42 |
vuejs/vue | ab277adfbe2ac7776d5d29d82a267a6a06bc8361 | 3c78553330ffea8543479e9aac99ac8d1280c431 | work around IE textarea placeholder innerHTML/outerHTML bug (fix #4098) | [
{
"path": "src/compiler/parser/index.js",
"patch": "@@ -211,6 +211,13 @@ export function parse (\n }\n return\n }\n+ // IE textarea placeholder bug\n+ /* istanbul ignore if */\n+ if (options.isIE &&\n+ currentParent.tag === 'textarea' &&\n+ currentParen... | 2016-11-15T18:41:57 |
denoland/deno | dabf9c79b31492ce44f7513e740e6d91ebda287a | 3a491a509a0aa46fb1e24e6091e14ad837bdebfb | fix(fmt): do not remove parens for jsdoc with `@satisfies` (#30453) | [
{
"path": ".dprint.json",
"patch": "@@ -78,11 +78,11 @@\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.94.0.wasm\",\n+ \"https://plugins.dprint.dev/typescript-0.95.9.wasm\",\n \"... | 2025-08-19T15:24:19 |
golang/go | 81a83bba216a1382e53216f6535f3035c4a1ec4e | 6b32c613ca2e69449b66ed552b93562e6be70577 | cmd: update x/tools@4df13e3
This includes only a couple of minor cmd/vet fixes for new(expr).
export GOWORK=off
cd src/cmd
go get golang.org/x/tools@4df13e3
go mod tidy
go mod vendor
For #45624
Change-Id: Iafba4350d321d6cd1fcc91a062e2c150e3f4d553
Reviewed-on: https://go-review.googlesource.com/c... | [
{
"path": "src/cmd/go.mod",
"patch": "@@ -11,7 +11,7 @@ require (\n \tgolang.org/x/sys v0.36.0\n \tgolang.org/x/telemetry v0.0.0-20250908211612-aef8a434d053\n \tgolang.org/x/term v0.34.0\n-\tgolang.org/x/tools v0.37.1-0.20250915202913-9fccddc465ef\n+\tgolang.org/x/tools v0.37.1-0.20250924232827-4df13e317ce4... | 2025-09-25T14:30:14 |
mrdoob/three.js | 379dddda6e59f42831113f5677524338a9531b24 | 1c3add1276f4ab5b0cd264ac5863e2bf91163f77 | WebGPURenderer: Fix RenderTarget dispose and MRT (#28912) | [
{
"path": "src/renderers/common/RenderContexts.js",
"patch": "@@ -22,7 +22,7 @@ class RenderContexts {\n \t\t} else {\n \n \t\t\tconst format = renderTarget.texture.format;\n-\t\t\tconst count = renderTarget.count;\n+\t\t\tconst count = renderTarget.textures.length;\n \n \t\t\tattachmentState = `${ count }:... | 2024-07-18T20:18:29 |
vuejs/vue | 3c78553330ffea8543479e9aac99ac8d1280c431 | 3e8ac270a8d62630cae4191e016602c36b2b6beb | warn empty or missing template element (fix #4171) | [
{
"path": "src/core/instance/lifecycle.js",
"patch": "@@ -44,7 +44,7 @@ export function lifecycleMixin (Vue: Class<Component>) {\n vm.$options.render = emptyVNode\n if (process.env.NODE_ENV !== 'production') {\n /* istanbul ignore if */\n- if (vm.$options.template) {\n+ if ... | 2016-11-15T17:29:39 |
denoland/deno | 3a491a509a0aa46fb1e24e6091e14ad837bdebfb | f0a006ff34e5e545006544b8e08a6db7a0f1dddd | fix(ext/node): TLS emit close event on parent socket (#30451)
Fixes https://github.com/denoland/deno/issues/28543 | [
{
"path": "ext/node/polyfills/_tls_wrap.js",
"patch": "@@ -119,6 +119,7 @@ export class TLSSocket extends net.Socket {\n manualStart: true, // This prevents premature reading from TLS handle\n });\n if (socket) {\n+ this.on(\"close\", () => this._parent?.emit(\"close\"));\n this._pa... | 2025-08-19T13:31:23 |
mrdoob/three.js | 3237189319e778e70ff66bdb8e74228ffec940f0 | ffef51075d125234079aaa494f9da1066f3d3e77 | WebGPURenderer: Add Enable Directive/Enable-Extension Support (#28615)
* Added directive support to WGSLNodeBuilder
* fix mr doob style issues
* fix compatibility with r166, add dual source blending
* Change function name and add enableDualSourceBlending function
* minor | [
{
"path": "src/renderers/webgpu/nodes/WGSLNodeBuilder.js",
"patch": "@@ -163,6 +163,8 @@ class WGSLNodeBuilder extends NodeBuilder {\n \n \t\tthis.builtins = {};\n \n+\t\tthis.directives = {};\n+\n \t}\n \n \tneedsColorSpaceToLinear( texture ) {\n@@ -655,6 +657,50 @@ ${ flowData.code }\n \n \t}\n \n+\tenabl... | 2024-07-18T19:00:49 |
golang/go | fbba93027174956a57c8b4493cbf0d0521b65774 | 92e093467f3ca3e348b2c933c24d1803efe4c006 | image/jpeg: replace fdct.go and idct.go with new implementation in dct.go
The fdct.go and idct.go files were derived from the MPEG-SSG and
JPEG-IJG reference code and therefore carry licenses specific to those
groups. Various license checkers flag these files as potentially
problematic. The code is also not terribly w... | [
{
"path": "src/image/decode_example_test.go",
"patch": "@@ -70,22 +70,22 @@ func Example() {\n \t}\n \t// Output:\n \t// bin red green blue alpha\n-\t// 0x0000-0x0fff: 364 790 7242 0\n-\t// 0x1000-0x1fff: 645 2967 1039 0\n-\t// 0x2000-0x2fff: 1072 2299 979 ... | 2025-09-18T16:27:06 |
vuejs/vue | 3e8ac270a8d62630cae4191e016602c36b2b6beb | 77497931e00753e109d8a72549c00b0bccf45461 | fix .trim modifier when v-model is used on custom component (fix #4204) | [
{
"path": "src/platforms/web/compiler/directives/model.js",
"patch": "@@ -123,7 +123,7 @@ function genDefaultModel (\n \n let valueExpression = isNative\n ? `$event.target.value${trim ? '.trim()' : ''}`\n- : `$event`\n+ : trim ? `(typeof $event === 'string' ? $event.trim() : $event)` : `$event`\... | 2016-11-15T16:05:08 |
denoland/deno | ce1d2c8b04633cf1c06bc520675a3f30c0de1b5e | 75f1a9d5de26ba853c870cdd13c6a59820be5bf9 | fix(cache): cache excluded modules explicitly provided on the command line (#30442) | [
{
"path": "cli/graph_container.rs",
"patch": "@@ -55,6 +55,11 @@ pub struct CheckSpecifiersOptions<'a> {\n pub allow_unknown_media_types: bool,\n }\n \n+pub struct CollectSpecifiersOptions {\n+ /// Whether to include paths that are specified even if they're ignored.\n+ pub include_ignored_specified: boo... | 2025-08-18T21:54:44 |
mrdoob/three.js | ffef51075d125234079aaa494f9da1066f3d3e77 | d82e3e60eeb86bc30c4b10af37de45353cde256e | Nodes: Add `TransitionNode`. (#28847)
* TransitionNode sketch
* cleanup
* fix non-functional controller
* texture loading fixed
* lint fix
* fix screenshot
* remove texture import
* Update TransitionNode.js
* Update webgpu_postprocessing_transition.html
---------
Co-authored-by: Michael H... | [
{
"path": "examples/files.json",
"patch": "@@ -379,6 +379,7 @@\n \t\t\"webgpu_postprocessing_pixel\",\n \t\t\"webgpu_postprocessing_fxaa\",\n \t\t\"webgpu_postprocessing_sobel\",\n+\t\t\"webgpu_postprocessing_transition\",\n \t\t\"webgpu_postprocessing\",\n \t\t\"webgpu_procedural_texture\",\n \t\t\"webgpu_... | 2024-07-18T09:30:56 |
golang/go | 92e093467f3ca3e348b2c933c24d1803efe4c006 | 27c7bbc51c812570e534d0aa0a8dc8733e5e3abf | image/jpeg: correct and test reference slowFDCT and slowIDCT
The reference implementations slowFDCT and slowIDCT were not
rounding correctly, making the test not as good as it could be.
Before, the real implementations were required to always produce
values within ±2 of the reference; now, with no changes,
the real im... | [
{
"path": "src/image/jpeg/dct_test.go",
"patch": "@@ -7,6 +7,7 @@ package jpeg\n import (\n \t\"fmt\"\n \t\"math\"\n+\t\"math/big\"\n \t\"math/rand\"\n \t\"strings\"\n \t\"testing\"\n@@ -29,11 +30,37 @@ func BenchmarkIDCT(b *testing.B) {\n \tbenchmarkDCT(b, idct)\n }\n \n+const testSlowVsBig = true\n+\n fun... | 2025-09-19T15:36:11 |
vuejs/vue | 77497931e00753e109d8a72549c00b0bccf45461 | cccc277dd933bf06f2186e894130f5b78c4d448e | fix v-once inside v-for and v-once with v-if (#4200) | [
{
"path": "src/compiler/codegen/index.js",
"patch": "@@ -85,7 +85,9 @@ function genStatic (el: ASTElement): string {\n // v-once\n function genOnce (el: ASTElement): string {\n el.onceProcessed = true\n- if (el.staticInFor) {\n+ if (el.if && !el.ifProcessed) {\n+ return genIf(el)\n+ } else if (el.st... | 2016-11-14T21:20:21 |
mrdoob/three.js | 4b2c20be75dccd46b2b8bc2246cb6a5cb4d9e1da | 47279423d9a977b4e9c58a5e8dbc50363e0ae988 | fix typo (#28907)
Co-authored-by: aardgoose <angus.sawyer@email.com> | [
{
"path": "examples/jsm/postprocessing/UnrealBloomPass.js",
"patch": "@@ -49,12 +49,12 @@ class UnrealBloomPass extends Pass {\n \n \t\tfor ( let i = 0; i < this.nMips; i ++ ) {\n \n-\t\t\tconst renderTargetHorizonal = new WebGLRenderTarget( resx, resy, { type: HalfFloatType } );\n+\t\t\tconst renderTargetH... | 2024-07-17T21:38:45 |
denoland/deno | 75f1a9d5de26ba853c870cdd13c6a59820be5bf9 | 9956a84637a3f7dde4d7322a14194af58ae02616 | fix(resolver): update "with --unstable-sloppy-imports" message to use "--sloppy-imports" (#30421) | [
{
"path": "libs/resolver/graph.rs",
"patch": "@@ -615,8 +615,7 @@ pub fn enhanced_resolution_error_message(error: &ResolutionError) -> String {\n message\n }\n \n-static RUN_WITH_SLOPPY_IMPORTS_MSG: &str =\n- \"or run with --unstable-sloppy-imports\";\n+static RUN_WITH_SLOPPY_IMPORTS_MSG: &str = \"or run... | 2025-08-18T17:59:27 |
golang/go | f15cd63ec4860c4f2c23cc992843546e0265c332 | 371c1d2fcb48fa79ac30812231ecef0e26f539dc | cmd/compile: don't rely on loop info when there are irreducible loops
Loop information is sketchy when there are irreducible loops.
Sometimes blocks inside 2 loops can be recorded as only being part of
the outer loop. That causes tighten to move values that want to move
into such a block to move out of the loop altoge... | [
{
"path": "src/cmd/compile/internal/ssa/tighten.go",
"patch": "@@ -123,18 +123,21 @@ func tighten(f *Func) {\n \n \t\t// If the target location is inside a loop,\n \t\t// move the target location up to just before the loop head.\n-\t\tfor _, b := range f.Blocks {\n-\t\t\torigloop := loops.b2l[b.ID]\n-\t\t\t... | 2025-09-23T23:31:26 |
vuejs/vue | cccc277dd933bf06f2186e894130f5b78c4d448e | 4e38b54274a664db1e101a27a6d3db9860fa91c1 | fix eslint | [
{
"path": "test/weex/compiler/compile.spec.js",
"patch": "@@ -25,6 +25,7 @@ describe('compile class', () => {\n it('should compile data bindings with children', () => {\n const { render, staticRenderFns, errors } = compile(`<foo :a=\"b\"><text>Hello</text></foo>`)\n expect(render).toEqual(`with(th... | 2016-11-13T19:07:34 |
mrdoob/three.js | bdc6485ea749164f2059f08c16fd24974cc5203e | 6ec8898669a261c1ccb6ee7d476f742fdd85e566 | Nodes: Add `BloomNode`. (#28903)
* Nodes: Add `BloomNode`.
* E2E: Update screenshot.
* BloomNode: Fix reference. | [
{
"path": "examples/files.json",
"patch": "@@ -374,6 +374,7 @@\n \t\t\"webgpu_postprocessing_afterimage\",\n \t\t\"webgpu_postprocessing_anamorphic\",\n \t\t\"webgpu_postprocessing_ao\",\n+\t\t\"webgpu_postprocessing_bloom\",\n \t\t\"webgpu_postprocessing_dof\",\n \t\t\"webgpu_postprocessing_pixel\",\n \t\t... | 2024-07-17T09:42:09 |
denoland/deno | 9956a84637a3f7dde4d7322a14194af58ae02616 | 9b1d8d5f2b8fd07250a779ce3a16ced18a0f1a71 | fix(ext/node): bad compression caused by invalid brotli params (#30437)
Fixes https://github.com/denoland/deno/issues/30306
Fixes https://github.com/denoland/deno/issues/30430
Fixes https://github.com/denoland/deno/issues/29755 | [
{
"path": "ext/node/ops/zlib/mod.rs",
"patch": "@@ -4,6 +4,10 @@ use std::borrow::Cow;\n use std::cell::RefCell;\n use std::rc::Rc;\n \n+use brotli::enc::StandardAlloc;\n+use brotli::enc::encode::BrotliEncoderDestroyInstance;\n+use brotli::enc::encode::BrotliEncoderOperation;\n+use brotli::enc::encode::Brot... | 2025-08-18T17:19:29 |
vuejs/vue | 4e38b54274a664db1e101a27a6d3db9860fa91c1 | 46b3bcd707addd0e503cc44bf7914b0281780d5c | fix weex tests for component slot static check change | [
{
"path": "test/weex/compiler/compile.spec.js",
"patch": "@@ -22,10 +22,9 @@ describe('compile class', () => {\n expect(errors).toEqual([])\n })\n \n- it('should compile data bindings with static children', () => {\n+ it('should compile data bindings with children', () => {\n const { render, sta... | 2016-11-13T19:04:02 |
mrdoob/three.js | 4cceb6c57e719596a70f941c7c5506425a2e123d | b7b38598904490db59e7bd2e9a174e94933d28a0 | vv (#28894)
ccc
create default video frame
fix quote format
Co-authored-by: aardgoose <angus.sawyer@email.com> | [
{
"path": "src/renderers/webgpu/utils/WebGPUTextureUtils.js",
"patch": "@@ -42,6 +42,7 @@ class WebGPUTextureUtils {\n \n \t\tthis.defaultTexture = {};\n \t\tthis.defaultCubeTexture = {};\n+\t\tthis.defaultVideoFrame = null;\n \n \t\tthis.colorBuffer = null;\n \n@@ -87,6 +88,10 @@ class WebGPUTextureUtils {... | 2024-07-17T02:06:17 |
golang/go | d7a38adf4c81f0fa83203e37844192182b22680a | 7bc1935db55c9d182617aba074f048f9c7573680 | runtime: eliminate global span queue [green tea]
This change removes the locked global span queue and replaces the
fixed-size local span queue with a variable-sized local span queue. The
variable-sized local span queue grows as needed to accomodate local
work. With no global span queue either, GC workers balance work ... | [
{
"path": "src/runtime/export_test.go",
"patch": "@@ -1289,30 +1289,6 @@ func MSpanCountAlloc(ms *MSpan, bits []byte) int {\n \treturn result\n }\n \n-type MSpanQueue mSpanQueue\n-\n-func (q *MSpanQueue) Size() int {\n-\treturn (*mSpanQueue)(q).n\n-}\n-\n-func (q *MSpanQueue) Push(s *MSpan) {\n-\t(*mSpanQue... | 2025-08-15T17:09:05 |
denoland/deno | 9b1d8d5f2b8fd07250a779ce3a16ced18a0f1a71 | e4a47febcd6331107773f981cfb856007955d7b7 | fix(ext/node): `os.setPriority` and `os.getPriority` compatibility (#30383)
Closes #30405
Changes in this PR:
- Fixes `os.setPriority()` on Windows.
- Validates the function parameters correctly and constructs
`NodeSystemError` on op call error.
- Allows [parallel/test-os-process-priority.js](https://github.com/nodej... | [
{
"path": "ext/node/ops/os/priority.rs",
"patch": "@@ -21,8 +21,6 @@ mod impl_ {\n use libc::PRIO_PROCESS;\n use libc::id_t;\n \n- const PRIORITY_HIGH: i32 = -14;\n-\n // Ref: https://github.com/libuv/libuv/blob/55376b044b74db40772e8a6e24d67a8673998e02/src/unix/core.c#L1533-L1547\n pub fn get_prior... | 2025-08-18T17:07:28 |
mrdoob/three.js | 267e76c2d884cb0b4c12f4c5ffa5a7d03ce82bba | 8a102ea21d19adfd8214e20a347d80f49e098d8c | DotScreenNode: Fix `updateBefore()`. (#28885) | [
{
"path": "src/nodes/display/DotScreenNode.js",
"patch": "@@ -25,11 +25,11 @@ class DotScreenNode extends TempNode {\n \n \t}\n \n-\tupdateBefore() {\n+\tupdateBefore( frame ) {\n \n-\t\tconst map = this.inputNode.value;\n+\t\tconst { renderer } = frame;\n \n-\t\tthis._size.value.set( map.image.width, map.i... | 2024-07-16T10:11:19 |
vuejs/vue | 46b3bcd707addd0e503cc44bf7914b0281780d5c | 9931b715cdd163605e858adf8c42778cd3e34e71 | fix object dot notation bug (fix #4185) (#4188)
* fix object dot notation bug
* add test case | [
{
"path": "src/compiler/helpers.js",
"patch": "@@ -116,7 +116,7 @@ export function parseModel (val: string): Object {\n len = str.length\n index = expressionPos = expressionEndPos = 0\n \n- if (val.indexOf('[') < 0) {\n+ if (val.indexOf('[') < 0 || val.lastIndexOf(']') < len - 1) {\n return {\n ... | 2016-11-13T18:15:08 |
golang/go | 74cc463f9e0ce37f1e3b24a0dbe3cdbba29efb89 | 902dc27ae9b0670cc35ca972dfe1a5f45b66eb9e | go/token: add TestRemovedFileFileReturnsNil test
While debugging test issue in the previous CL i noted that we don't have
a proper test for RemoveFile.
Change-Id: I6a6a6964426ed3cf6725a58ec377686c2900c626
Reviewed-on: https://go-review.googlesource.com/c/go/+/705757
Reviewed-by: Alan Donovan <adonovan@google.com>
LUC... | [
{
"path": "src/go/token/position_test.go",
"patch": "@@ -621,3 +621,25 @@ func TestRemoveFileRace(t *testing.T) {\n \t\tstart <- struct{}{}\n \t}\n }\n+\n+func TestRemovedFileFileReturnsNil(t *testing.T) {\n+\tfset := NewFileSet()\n+\n+\t// Create bunch of files.\n+\tvar files []*File\n+\tfor i := range 100... | 2025-09-22T08:54:29 |
denoland/deno | e4a47febcd6331107773f981cfb856007955d7b7 | f26bd5e0f20794cc3afd5954b242c547db91313e | fix(std/fs): implement `chmod` on windows (#30436)
Closes #4357
On Windows, `chmod` can only change read and write permissions
(https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/chmod-wchmod?view=msvc-170).
It doesn't implement distinct permissions among group, owner, or others.
Changes in this PR al... | [
{
"path": "cli/rt/file_system.rs",
"patch": "@@ -166,14 +166,27 @@ impl FileSystem for DenoRtSys {\n RealFs.mkdir_async(path, recursive, mode).await\n }\n \n+ #[cfg(unix)]\n fn chmod_sync(&self, path: &CheckedPath, mode: u32) -> FsResult<()> {\n self.error_if_in_vfs(path)?;\n RealFs.chmod_s... | 2025-08-18T17:06:22 |
mrdoob/three.js | 99e9de01e08ccca2304e3e646f762c07a45cdfde | 83bffe690195ae2fe3448047e6265d8b42649f3d | Examples: Update screenshots. (#28875)
* Examples: Update screenshots.
* Examples: Update exception list. | [
{
"path": "test/e2e/puppeteer.js",
"patch": "@@ -124,10 +124,6 @@ const exceptionList = [\n \t'webgpu_storage_buffer',\n \n \t// WebGPURenderer: Unknown problem\n-\t'webgpu_postprocessing_afterimage',\n-\t'webgpu_postprocessing_3dlut',\n-\t\"webgpu_postprocessing_pixel\",\n-\t'webgpu_postprocessing_ao',\n \... | 2024-07-15T09:44:41 |
golang/go | 902dc27ae9b0670cc35ca972dfe1a5f45b66eb9e | a13d085a5b66e4d9f3ecfae91c40f62034cfb481 | go/token: clear cache after grabbing the mutex in RemoveFile
This fixes a race, that was possible to hit in RemoveFile.
The file cache could have been populated concurrently just before
grabbing of the mutex.
Change-Id: I6a6a696452d8bd79ac4ac6574297390978353444
Reviewed-on: https://go-review.googlesource.com/c/go/+/7... | [
{
"path": "src/go/token/position.go",
"patch": "@@ -531,11 +531,11 @@ func (s *FileSet) AddExistingFiles(files ...*File) {\n //\n // Removing a file that does not belong to the set has no effect.\n func (s *FileSet) RemoveFile(file *File) {\n-\ts.last.CompareAndSwap(file, nil) // clear last file cache\n-\n ... | 2025-09-22T08:54:29 |
vuejs/vue | 4f84aefe43d0943ba5d83e6bca876cd89cb6763a | 69eab86813b6d2cb1c8a7542fee6ccfe776988f5 | support v-model in weex (#4178)
* [wip] supported v-model in Weex
* fixed v-model in weex
* added test cases for v-model in weex
* used strToRegExp for all test cases in weex
* fixed eslint
* fixed parseModel test case | [
{
"path": "src/compiler/helpers.js",
"patch": "@@ -94,3 +94,87 @@ export function getAndRemoveAttr (el: ASTElement, name: string): ?string {\n }\n return val\n }\n+\n+let len, str, chr, index, expressionPos, expressionEndPos\n+\n+/**\n+ * parse directive model to do the array update transform. a[idx] = ... | 2016-11-12T16:33:51 |
denoland/deno | a694cae55db010eeeff29b91ffdda185893acca9 | 5c79bc730094332172e2e8c41019e016e0652b36 | fix(ext/node): export `promises` from stream (#30427)
Closes #30423 | [
{
"path": "ext/node/polyfills/stream.ts",
"patch": "@@ -173,6 +173,7 @@ export {\n getDefaultHighWaterMark,\n PassThrough,\n pipeline,\n+ promises,\n Readable,\n setDefaultHighWaterMark,\n Stream,",
"additions": 1,
"deletions": 0,
"language": "Unknown"
},
{
"path": "tests/un... | 2025-08-17T13:26:29 |
mrdoob/three.js | 83bffe690195ae2fe3448047e6265d8b42649f3d | 91f0857b276d19744c3606a25dc97e26153a2bc0 | Nodes: Add PixelationNode (#28802)
* sketched out draft of pixelation pass.
* Have normal and depth edges working
* Pixel size modifier
* playing with render targets
* fix renderTarget issue
* auto-mrt version of pixelation
* cleanup
* remove any outside tests, logs, and changes
* screenshot an... | [
{
"path": "examples/files.json",
"patch": "@@ -375,6 +375,7 @@\n \t\t\"webgpu_postprocessing_anamorphic\",\n \t\t\"webgpu_postprocessing_ao\",\n \t\t\"webgpu_postprocessing_dof\",\n+\t\t\"webgpu_postprocessing_pixel\",\n \t\t\"webgpu_postprocessing_fxaa\",\n \t\t\"webgpu_postprocessing_sobel\",\n \t\t\"webg... | 2024-07-15T09:29:38 |
golang/go | 61bf26a9eef5e0c1a5c319f60dfe1e3c51766474 | 4b787c8c2bc8c9e774bf7836adb7877e3698f9d4 | cmd/link: fix Macho-O X86_64_RELOC_SUBTRACTOR in internal linking
X86_64_RELOC_SUBTRACTOR is handled as a generic R_PCREL relocations,
which gets the relocation size subtracted from the relocated value.
This is not supposed to happen for this particular relocation, so
compensate by adding the size to the addend.
Cq-... | [
{
"path": "src/cmd/link/internal/amd64/asm.go",
"patch": "@@ -208,7 +208,7 @@ func adddynrel(target *ld.Target, ldr *loader.Loader, syms *ld.ArchSyms, s loade\n \t\t}\n \t\t// The second relocation has the target symbol we want\n \t\tsu.SetRelocType(rIdx+1, objabi.R_PCREL)\n-\t\tsu.SetRelocAdd(rIdx+1, r.Add... | 2025-09-15T12:23:44 |
mrdoob/three.js | 20d6ad1b3134b616c372df1fecfcd722b96cc3ef | 3da6b3d34a0b35883232b12fdee9b7ee376a2b3f | WebGPURenderer: Fix shadows being drawn on objects with receiveShadow=false (#28874) | [
{
"path": "src/nodes/lighting/AnalyticLightNode.js",
"patch": "@@ -54,7 +54,13 @@ class AnalyticLightNode extends LightingNode {\n \n \t\tconst { object } = builder;\n \n-\t\tif ( object.receiveShadow === false ) return;\n+\t\tif ( object.receiveShadow === false ) {\n+\n+\t\t\tthis.colorNode = this._default... | 2024-07-15T09:08:35 |
vuejs/vue | 1bcc571739d7228db0bc947ee67c20dde5aeb7e0 | eb601adb6d907bc2d22202ad6242b6969f95db3d | Revert "fix #4041, warn overriding Vue's internal methods (#4111)"
This reverts commit 4078ce9c58830fecff095ab96dc41693377794dd. | [
{
"path": "src/core/instance/state.js",
"patch": "@@ -21,8 +21,6 @@ import {\n noop\n } from '../util/index'\n \n-import BuiltinVue from '../index'\n-\n export function initState (vm: Component) {\n vm._watchers = []\n initProps(vm)\n@@ -145,16 +143,12 @@ function initMethods (vm: Component) {\n if ... | 2016-11-09T21:06:29 |
denoland/deno | 5c79bc730094332172e2e8c41019e016e0652b36 | 80c0998a0391ed22f325e0184a119ae17916891e | fix(ext/node): mTLS support for `node:tls` (#30426)
Fixes https://github.com/denoland/deno/issues/28341
- handle `secureContext.key` and `secureContext.cert` in `new
TLSSocket()`
- Fix serialize when `secureContext.ca` is an array
Fixes MQTT connect support:
```
New connection from 127.0.0.1:58119 on port 8883.
1755... | [
{
"path": "ext/net/02_tls.js",
"patch": "@@ -203,6 +203,7 @@ function startTlsInternal(\n hostname = \"127.0.0.1\",\n caCerts = [],\n alpnProtocols = undefined,\n+ keyPair = null,\n rejectUnauthorized,\n },\n ) {\n@@ -212,7 +213,7 @@ function startTlsInternal(\n caCerts,\n alpnP... | 2025-08-17T11:02:15 |
mrdoob/three.js | ab8f885327fc1423418f3fb96fe4d01057fb4e5b | ab335bf60291027f971c44f017ef3795b9cc7847 | WebGPURenderer: WGSL Fix calculation of global_invocation_id in compute shader (#28865) | [
{
"path": "src/renderers/webgpu/nodes/WGSLNodeBuilder.js",
"patch": "@@ -681,6 +681,9 @@ ${ flowData.code }\n \t\tif ( shaderStage === 'compute' ) {\n \n \t\t\tthis.getBuiltin( 'global_invocation_id', 'id', 'vec3<u32>', 'attribute' );\n+\t\t\tthis.getBuiltin( 'workgroup_id', 'workgroupId', 'vec3<u32>', 'att... | 2024-07-14T16:20:01 |
golang/go | 3df27cd21aab3d3bcdc8ac56e7653ab023dc1112 | 684e8d336356b122554f1170a130ab22a7212e6c | cmd/compile: fix typo in comment
Fix typo for omitted.
Change-Id: Ia633abe7f3d28f15f1f538425cdce9e6d9ef48c0
Reviewed-on: https://go-review.googlesource.com/c/go/+/705735
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Reviewe... | [
{
"path": "src/cmd/compile/internal/noder/doc.go",
"patch": "@@ -87,7 +87,7 @@ constant for file bases and hence not encoded.\n [ Sync ]\n StringRef // the (absolute) file name for the base\n Bool // true if a file base, else a line base\n- ... | 2025-09-20T11:32:29 |
vuejs/vue | eb601adb6d907bc2d22202ad6242b6969f95db3d | 40c85f79a5520b7c87955752efe7fb9c93dd48fe | fixed deps and README for the 2 packages about weex (#4160) | [
{
"path": "packages/weex-template-compiler/README.md",
"patch": "@@ -1,3 +1,3 @@\n # weex-template-compiler\n \n-> This package is auto-generated. For pull requests please see [src/entries/weex-compiler.js](https://github.com/weexteam/weex-vue-framework/blob/dev-weex/src/entries/weex-compiler.js).\n+> This ... | 2016-11-09T02:39:59 |
mrdoob/three.js | 3230889efa2508978a271c623eae691376d3cde7 | dbfc5947109508d9264cd26659a97e6a37110ef6 | Nodes: Add `GTAONode`. (#28844)
* Nodes: Add `GTAONode`.
* GTAONode: Clean up.
* set derivative_uniformity diagnostic to off
* GTAONode: Add internal pass with correct clear color.
* Clean up.
* GTAONode: Couple of fixes.
* GTAONode: Clean up.
* GTAONode: Fix loop.
* GTAONode: Fix normal buffer... | [
{
"path": "examples/files.json",
"patch": "@@ -373,6 +373,7 @@\n \t\t\"webgpu_postprocessing_3dlut\",\n \t\t\"webgpu_postprocessing_afterimage\",\n \t\t\"webgpu_postprocessing_anamorphic\",\n+\t\t\"webgpu_postprocessing_ao\",\n \t\t\"webgpu_postprocessing_dof\",\n \t\t\"webgpu_postprocessing_sobel\",\n \t\t... | 2024-07-11T16:57:58 |
denoland/deno | 80c0998a0391ed22f325e0184a119ae17916891e | 20ed6848e7a249a48cd16525012179d2ebd094ae | fix(node/fs): cp should not create subfolder when both source and target are directories (#30408)
When both source and target paths are a directory, we should do nothing.
Previously, we would create a subdirectory in the target dir and copy
into that.
Fixes https://github.com/denoland/deno/issues/30407 | [
{
"path": "ext/fs/std_fs.rs",
"patch": "@@ -5,6 +5,7 @@\n use std::borrow::Cow;\n use std::fs;\n use std::io;\n+use std::io::ErrorKind;\n use std::io::Read;\n use std::io::Write;\n use std::path::Path;\n@@ -657,7 +658,14 @@ fn cp(from: &Path, to: &Path) -> FsResult<()> {\n use std::os::unix::fs::Per... | 2025-08-16T17:20:58 |
golang/go | a5866ebe40207c4c64f0522721825b10887356e0 | a27261c42fcebf601587725714b9ef53c47b06b3 | cmd/compile: prevent shapifying of pointer shape type
CL 641955 changes the Unified IR reader to not doing shapify when
reading reshaping expression, prevent losing of the original type.
This is an oversight, as the main problem isn't about shaping during the
reshaping process itself, but about the specific case of s... | [
{
"path": "src/cmd/compile/internal/noder/reader.go",
"patch": "@@ -49,9 +49,6 @@ type pkgReader struct {\n \t// but bitwise inverted so we can detect if we're missing the entry\n \t// or not.\n \tnewindex []index\n-\n-\t// indicates whether the data is reading during reshaping.\n-\treshaping bool\n }\n \n ... | 2025-09-15T10:31:46 |
vuejs/vue | 2f63cc8a142f9045b78571432df384a551363c35 | c4252d3f174653fa9b15c96d864fd9ab47620606 | fix eslint | [
{
"path": ".eslintrc",
"patch": "@@ -4,6 +4,7 @@\n \"extends\": \"vue\",\n \"plugins\": [\"flowtype\"],\n \"rules\": {\n+ \"no-useless-escape\": 0,\n \"flowtype/define-flow-type\": 1,\n \"flowtype/use-flow-type\": 1\n }",
"additions": 1,
"deletions": 0,
"language": "Unknown"
... | 2016-11-07T22:31:25 |
denoland/deno | 20ed6848e7a249a48cd16525012179d2ebd094ae | 5c30409a42e973a08d75ca6cd3fdaa062101b5a8 | fix(unstable): fix json repl bugs (#30415) | [
{
"path": "Cargo.lock",
"patch": "@@ -5926,6 +5926,7 @@ dependencies = [\n \"bitflags 2.8.0\",\n \"cfg-if\",\n \"libc\",\n+ \"memoffset\",\n ]\n \n [[package]]",
"additions": 1,
"deletions": 0,
"language": "Unknown"
},
{
"path": "cli/tools/repl/mod.rs",
"patch": "@@ -298,7 +298,8 ... | 2025-08-16T15:38:14 |
mrdoob/three.js | 0edacaa64557f31af4d55ea1fbe414fc2ccc3b5e | 9352a76c07a98cac6cb586d78f4d29f35f68b428 | WebGPURenderer: Auto-MRT (#28833)
* added mrt
* update using mrt
* cleanup
* cleanup
* cleanup
* update
* build
* fix normalWorld name
* fix background if used MRT
* fix copyFramebufferToTexture() if used MRT
* TSL: added emissive
* rename texturePass to passTexture
* added mrt supp... | [
{
"path": "examples/files.json",
"patch": "@@ -357,6 +357,8 @@\n \t\t\"webgpu_mirror\",\n \t\t\"webgpu_morphtargets\",\n \t\t\"webgpu_morphtargets_face\",\n+\t\t\"webgpu_mrt\",\n+\t\t\"webgpu_mrt_mask\",\n \t\t\"webgpu_multiple_rendertargets\",\n \t\t\"webgpu_multiple_rendertargets_readback\",\n \t\t\"webgp... | 2024-07-10T00:02:58 |
golang/go | e93f439ac4160baf9992f059d2bfb511e23f63c9 | 69e74b0aacc1de59b618bbb9789a2e7e0cd806b5 | runtime/cgo: retry when CreateThread fails with ERROR_ACCESS_DENIED
_cgo_beginthread used to retry _beginthread only when it failed with
EACCESS, but CL 651995 switched to CreateThread and incorrectly mapped
EACCESS to ERROR_NOT_ENOUGH_MEMORY. The correct mapping is
ERROR_ACCESS_DENIED.
Fixes #72814
Fixes #75381
Cha... | [
{
"path": "src/runtime/cgo/gcc_libinit_windows.c",
"patch": "@@ -145,7 +145,7 @@ void _cgo_beginthread(unsigned long (__stdcall *func)(void*), void* arg) {\n \n \tfor (tries = 0; tries < 20; tries++) {\n \t\tthandle = CreateThread(NULL, 0, func, arg, 0, NULL);\n-\t\tif (thandle == 0 && GetLastError() == ERR... | 2025-09-23T08:46:46 |
vuejs/vue | c4252d3f174653fa9b15c96d864fd9ab47620606 | ff551029bf872ad067ac7c5ba7c6311fdde7c674 | fix weex merge flow types | [
{
"path": "src/entries/weex-compiler.js",
"patch": "@@ -11,9 +11,10 @@ export function compile (\n options = options || {}\n const errors = []\n // allow injecting modules/directives\n+ const baseModules = baseOptions.modules || []\n const modules = options.modules\n- ? baseOptions.modules.conca... | 2016-11-07T22:27:46 |
mrdoob/three.js | 9352a76c07a98cac6cb586d78f4d29f35f68b428 | 4ce3b3682290bb829b388b06566da2ec31651be5 | MeshBasicNodeMaterial: Fix `transformedNormalView`. (#28839) | [
{
"path": "src/nodes/materials/MeshBasicNodeMaterial.js",
"patch": "@@ -4,6 +4,7 @@ import { MeshBasicMaterial } from '../../materials/MeshBasicMaterial.js';\n import BasicEnvironmentNode from '../lighting/BasicEnvironmentNode.js';\n import BasicLightMapNode from '../lighting/BasicLightMapNode.js';\n import... | 2024-07-10T00:02:01 |
denoland/deno | 5c30409a42e973a08d75ca6cd3fdaa062101b5a8 | 044b62f702ce3369fa7c4482a5ced120b8fd2217 | fix(test): set cwd when running node compatibility tests (#30422)
Allows tests to resolve path correctly, such as this one
https://github.com/nodejs/node/blob/591ba692bfe30408e6a67397e7d18bfa1b9c3561/test/parallel/test-fs-cp.mjs#L35 | [
{
"path": "tests/node_compat/run_all_test_unmodified.ts",
"patch": "@@ -23,6 +23,7 @@ import {\n } from \"./common.ts\";\n import { generateTestSerialId } from \"./test.ts\";\n \n+const testSuitePath = new URL(import.meta.resolve(\"./runner/suite/\"));\n const testDirUrl = new URL(\"runner/suite/test/\", im... | 2025-08-16T11:36:20 |
golang/go | fde10c4ce7f3b32acd886992450dd94cafb699a4 | 5d040df09271ad2f1b0f93abf94a1b2efc8871df | runtime: split gcMarkWorkAvailable into two separate conditions
Right now, gcMarkWorkAvailable is used in two scenarios. The first is
critical: we use it to determine whether we're approaching mark
termination, and it's crucial to reaching a fixed point across the
ragged barrier in gcMarkDone. The second is a heuristi... | [
{
"path": "src/runtime/mcheckmark.go",
"patch": "@@ -68,7 +68,7 @@ func startCheckmarks() {\n \n // endCheckmarks ends the checkmarks phase.\n func endCheckmarks() {\n-\tif gcMarkWorkAvailable(nil) {\n+\tif !gcIsMarkDone() {\n \t\tthrow(\"GC work not flushed\")\n \t}\n \tuseCheckmark = false",
"addition... | 2025-09-05T17:39:09 |
vuejs/vue | ff551029bf872ad067ac7c5ba7c6311fdde7c674 | cb253d74052ce6ec27bb4961314c7b1bb6d003b9 | wip: fix flow type for weex merge | [
{
"path": "flow/compiler.js",
"patch": "@@ -120,6 +120,9 @@ declare type ASTElement = {\n once?: true;\n onceProcessed?: boolean;\n wrapData?: (code: string) => string;\n+\n+ // weex specific\n+ atom?: boolean;\n }\n \n declare type ASTExpression = {",
"additions": 3,
"deletions": 0,
"la... | 2016-11-07T19:47:14 |
mrdoob/three.js | 5457a9d378e9a45e133099063994086fdf84a996 | 4c14bb184ca3f1a6085473de6cd2c279253f28b4 | WebGLUniformsGroups: Fix buffer offset calculation. (#28834) | [
{
"path": "src/renderers/webgl/WebGLUniformsGroups.js",
"patch": "@@ -240,27 +240,27 @@ function WebGLUniformsGroups( gl, info, capabilities, state ) {\n \n \t\t\t\t\tconst info = getUniformSize( value );\n \n-\t\t\t\t\t// Calculate the chunk offset\n-\t\t\t\t\tconst chunkOffsetUniform = offset % chunkSize;... | 2024-07-08T11:28:08 |
golang/go | 7e0251bf584c5fe79e95b9c460c7d60a7199d0ae | 22ac328856ae4c0dcd3d770f50aac5a2df498989 | runtime: don't report non-blocked goroutines as "(durable)" in stacks
Only append the " (durable)" suffix to a goroutine's status
when the goroutine is waiting.
Avoids reporting a goroutine as "runnable (durable)".
Change-Id: Id679692345afab6e63362ca3eeff16808367e50f
Reviewed-on: https://go-review.googlesource.com/c... | [
{
"path": "src/runtime/traceback.go",
"patch": "@@ -1249,6 +1249,7 @@ func goroutineheader(gp *g) {\n \t\tprint(\" (scan)\")\n \t}\n \tif bubble := gp.bubble; bubble != nil &&\n+\t\tgpstatus == _Gwaiting &&\n \t\tgp.waitreason.isIdleInSynctest() &&\n \t\t!stringslite.HasSuffix(status, \"(durable)\") {\n \t\... | 2025-09-22T22:15:40 |
denoland/deno | 044b62f702ce3369fa7c4482a5ced120b8fd2217 | 81589c402e0f2bf5d3c1d8ccd3b3740598601aaa | fix(ext/node): tls upgrades for used sockets (#30418)
Fixes `npm:postgres` support
Fixes https://github.com/denoland/deno/issues/30417
Fixes https://github.com/denoland/deno/issues/28551
Fixes https://github.com/denoland/deno/issues/28526
```
$ target/debug/deno -A repro.mjs
Result(1) [
{
current_database: "te... | [
{
"path": "ext/node/polyfills/internal_binding/stream_wrap.ts",
"patch": "@@ -33,6 +33,7 @@ const {\n Array,\n MapPrototypeGet,\n ObjectPrototypeIsPrototypeOf,\n+ PromiseResolve,\n PromisePrototypeThen,\n Symbol,\n TypedArrayPrototypeSlice,\n@@ -345,6 +346,12 @@ export class LibuvStreamWrap ext... | 2025-08-16T10:34:52 |
mrdoob/three.js | 9d684e37f343f56d8a3a7ec9ccfebf59a69bbb28 | bde222e3cbba0bda2af71abe78fd1866e44aab54 | Examples: Fix wrong color space. (#28828) | [
{
"path": "examples/webgpu_equirectangular.html",
"patch": "@@ -45,6 +45,7 @@\n \t\t\t\tcamera.position.set( 1, 0, 0 );\n \n \t\t\t\tconst equirectTexture = new THREE.TextureLoader().load( 'textures/2294472375_24a3b8ef46_o.jpg' );\n+\t\t\t\tequirectTexture.colorSpace = THREE.SRGBColorSpace;\n \n \t\t\t\tsce... | 2024-07-07T10:34:29 |
vuejs/vue | 550dcee233b3a5a81fdd34f7309e0508901d49c8 | b69b4a4eeff204488c3eb60cac951f9808581e1c | fix coverage | [
{
"path": "src/platforms/web/compiler/modules/style.js",
"patch": "@@ -12,6 +12,7 @@ function transformNode (el: ASTElement, options: CompilerOptions) {\n const warn = options.warn || baseWarn\n const staticStyle = getAndRemoveAttr(el, 'style')\n if (staticStyle) {\n+ /* istanbul ignore if */\n ... | 2016-11-07T21:25:51 |
golang/go | 2b50ffe172ee638a88e2750481eaeeac7d3bedfa | 2d8cb80d7c4af3dbcb507783938ceb0e071f64e3 | [dev.simd] 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
writ... | [
{
"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 |
denoland/deno | 410c66ad0d1ce8a5a3b1a2f06c932fb66f25a3c6 | aad62f642272c8d9921fa83569e85a17798374b9 | fix(bundle): allow json imports without attribute in deno bundle, support require of json (#30413)
Fixes https://github.com/denoland/deno/issues/30263. Fixes
https://github.com/denoland/deno/issues/30099.
Closes https://github.com/denoland/deno/issues/30114. | [
{
"path": "cli/factory.rs",
"patch": "@@ -1183,6 +1183,14 @@ impl CliFactory {\n }\n _ => None,\n },\n+ allow_json_imports: if matches!(\n+ self.flags.subcommand,\n+ DenoSubcommand::Bundle(_)\n+ ) {\n+ deno_resolver::loader... | 2025-08-15T21:49:22 |
mrdoob/three.js | ac95b71239d45ae9fd489d6e13b2729803d97143 | 807d04252e0189411f123b95b1e4b1f9ca1dc612 | CubeTextureNode: Support `CubeRefractionMapping`. (#28823)
* CubeTextureNode: Support `CubeRefractionMapping`.
* fix cache key mapping
* Clean up.
* E2E: Add example to exception list.
---------
Co-authored-by: sunag <sunagbrasil@gmail.com> | [
{
"path": "examples/files.json",
"patch": "@@ -344,6 +344,7 @@\n \t\t\"webgpu_loader_gltf_transmission\",\n \t\t\"webgpu_loader_materialx\",\n \t\t\"webgpu_materials\",\n+\t\t\"webgpu_materials_basic\",\n \t\t\"webgpu_materials_displacementmap\",\n \t\t\"webgpu_materials_lightmap\",\n \t\t\"webgpu_materials... | 2024-07-06T14:55:47 |
vuejs/vue | e960cd104e67e8e410956fa589090fe171382528 | 33cf1134ede0f84f9e50a5f23eea15173e97437e | enable style merge behavior between parent-child components (fix #3997) (#4138)
* merge style between components
* update test case
* update style compiler
* add paren to style binding code
* update background property parsing
* introduce interpolation warning and refactor var to const | [
{
"path": "flow/compiler.js",
"patch": "@@ -106,6 +106,7 @@ declare type ASTElement = {\n \n staticClass?: string;\n classBinding?: string;\n+ staticStyle?: string;\n styleBinding?: string;\n events?: ASTElementHandlers;\n nativeEvents?: ASTElementHandlers;",
"additions": 1,
"deletions": ... | 2016-11-07T21:19:48 |
denoland/deno | dd571f88c0bb41ed8766d02fcc6f18107d7814d1 | 9b16106d286f731e9173df3d3b604fa51978ae7d | fix(outdated): use version tagged as latest if it satisfies the version req (#30412)
Fixes #29647. | [
{
"path": "cli/tools/pm/deps.rs",
"patch": "@@ -19,6 +19,7 @@ use deno_core::futures::future::try_join;\n use deno_core::futures::stream::FuturesOrdered;\n use deno_core::futures::stream::FuturesUnordered;\n use deno_core::serde_json;\n+use deno_npm::registry::NpmPackageInfo;\n use deno_package_json::Packag... | 2025-08-15T17:44:41 |
vuejs/vue | 33cf1134ede0f84f9e50a5f23eea15173e97437e | a4fcdbe6731ca4a0ef6a3f94ef06d56cc92636f7 | Update ssr class render (fix #4143) (#4146)
* fix ssr class render
* update test case | [
{
"path": "src/platforms/web/server/modules/class.js",
"patch": "@@ -3,7 +3,8 @@\n import { genClassForVnode } from 'web/util/index'\n \n export default function renderClass (node: VNodeWithData): ?string {\n- if (node.data.class || node.data.staticClass) {\n- return ` class=\"${genClassForVnode(node)}\... | 2016-11-07T16:33:37 |
golang/go | 63a09d6d3d68acedfc9e5fd2daf6febc35aca1d6 | 2ca96d218d2cbaad99ba807b3bddd90bbf6a5ba8 | [dev.simd] cmd/compile: fix SIMD const rematerialization condition
This CL fixes a condition for the previous fix CL 704056.
Change-Id: I1f1f8c6f72870403cb3dff14755c43385dc0c933
Reviewed-on: https://go-review.googlesource.com/c/go/+/705499
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gservicea... | [
{
"path": "src/cmd/compile/internal/ssa/regalloc.go",
"patch": "@@ -2576,22 +2576,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 |
denoland/deno | b77b0be068a5fc2e9468752c58dfe9e49202483c | 4ade335fc8a028281f4ae8efca23d9cce3872c42 | refactor(resolver): improve and expose details of CouldNotResolveError (#30410)
Need this for deno-js-loader. | [
{
"path": "libs/resolver/graph.rs",
"patch": "@@ -25,6 +25,7 @@ use node_resolver::InNpmPackageChecker;\n use node_resolver::IsBuiltInNodeModuleChecker;\n use node_resolver::NpmPackageFolderResolver;\n use node_resolver::UrlOrPath;\n+use node_resolver::errors::NodeJsErrorCoded;\n use url::Url;\n \n use crat... | 2025-08-14T20:31:39 |
vuejs/vue | b7ab388df325e2552cf1e38b14c8218ec7d3a68a | a2cc6e2b68239460d1c27f9af8b2165594f8ab00 | Fix xhtml namespace typo (#4131) | [
{
"path": "src/platforms/web/util/element.js",
"patch": "@@ -6,7 +6,7 @@ import { makeMap } from 'shared/util'\n export const namespaceMap = {\n svg: 'http://www.w3.org/2000/svg',\n math: 'http://www.w3.org/1998/Math/MathML',\n- xhtml: 'http://www.w3.org/1999/xhtm'\n+ xhtml: 'http://www.w3.org/1999/xh... | 2016-11-05T15:23:57 |
golang/go | e23edf5e55703cc6ddbb86a198a35487b34d863b | 177cd8d7633843c3eabf8f887381cadbeed3514b | runtime: don't re-read metrics before check in TestReadMetricsSched
The two remaining popular flakes in TestReadMetricsSched are with
waiting and not-in-go goroutines. I believe the reason for both of these
is pollution due to other goroutines in the test binary, and we can be a
little bit more robust to them.
In par... | [
{
"path": "src/runtime/metrics_test.go",
"patch": "@@ -1760,8 +1760,6 @@ func TestReadMetricsSched(t *testing.T) {\n \t\t\tmetrics.Read(s[:])\n \t\t\treturn s[notInGo].Value.Uint64() >= count\n \t\t})\n-\n-\t\tmetrics.Read(s[:])\n \t\tlogMetrics(t, s[:])\n \t\tcheck(t, &s[notInGo], count, count+generalSlack... | 2025-09-22T17:36:03 |
vuejs/vue | c67a710b3c4b2630f7e33c61e9fe61b8e732c04c | 6e3e989a90e8685c2cf0c029fa9c657354762b04 | avoid triggering watcher on unchanged default props (fix #4090) (26 seconds ago) | [
{
"path": "src/core/instance/lifecycle.js",
"patch": "@@ -132,6 +132,7 @@ export function lifecycleMixin (Vue: Class<Component>) {\n if (process.env.NODE_ENV !== 'production') {\n observerState.isSettingProps = false\n }\n+ vm.$options.propsData = propsData\n }\n // update l... | 2016-11-05T02:49:30 |
mrdoob/three.js | 272276188fe45170e3da7e313adf015601d78a0e | 3757bf91a6b96b135707428bc0b803a61a611a58 | VTKLoader: Add support for `AppendedData`. (#28816)
* fix: VTKLoader.js parse "AppendedData" format
* Update VTKLoader.js
Clean up.
* Update VTKLoader.js
More clean up.
---------
Co-authored-by: Mt-Youya <dd257248@gmail.com>
Co-authored-by: Michael Herzog <michael.herzog@human-interactive.org> | [
{
"path": "examples/jsm/loaders/VTKLoader.js",
"patch": "@@ -447,7 +447,6 @@ class VTKLoader extends Loader {\n \n \t\t\t\t\t\t\t} else {\n \n-\n \t\t\t\t\t\t\t\tindices[ indicesIndex ++ ] = strip[ j ];\n \t\t\t\t\t\t\t\tindices[ indicesIndex ++ ] = strip[ j + 1 ];\n \t\t\t\t\t\t\t\tindices[ indicesIndex ++... | 2024-07-05T14:27:05 |
denoland/deno | 4ade335fc8a028281f4ae8efca23d9cce3872c42 | 228574b04210ad54baf04126810e2c113a462bcc | fix: support cjs, cts, mjs, and mts for the `--ext` flag (#30398) | [
{
"path": "cli/args/flags.rs",
"patch": "@@ -2661,7 +2661,7 @@ Ignore formatting a file by adding an ignore comment at the top of the file:\n .long(\"ext\")\n .help(\"Set content type of the supplied file\")\n .value_parser([\n- \"ts\", \"tsx\", \"js\", \"jsx\", \"md... | 2025-08-14T16:02:49 |
golang/go | 177cd8d7633843c3eabf8f887381cadbeed3514b | 2353c1578596aae7128f028c75b52c6047f0b057 | log/slog: use a pooled json encoder
goos: linux
goarch: amd64
pkg: log/slog/internal/benchmarks
cpu: 12th Gen Intel(R) Core(TM) i7-1260P
│ old.txt │ new.txt │
│ sec/op │ sec/op vs base │
Attrs/JS... | [
{
"path": "src/log/slog/internal/benchmarks/benchmarks.go",
"patch": "@@ -31,12 +31,19 @@ import (\n \n const testMessage = \"Test logging, but use a somewhat realistic message length.\"\n \n+type event struct {\n+\tID string\n+\tIndex int\n+\tFlag bool\n+}\n+\n var (\n \ttestTime = time.Date(2022, ... | 2025-09-20T11:33:03 |
mrdoob/three.js | a65145fc9cb9aa46966274e014ed4eeebf6db51c | 5ee01f053baeaba9e2f9b503bab8193b26cdf770 | NodeMaterial: Fix env map for lambert and phong. (#28812) | [
{
"path": "src/nodes/materials/MeshLambertNodeMaterial.js",
"patch": "@@ -1,4 +1,5 @@\n import NodeMaterial, { addNodeMaterial } from './NodeMaterial.js';\n+import BasicEnvironmentNode from '../lighting/BasicEnvironmentNode.js';\n import PhongLightingModel from '../functions/PhongLightingModel.js';\n \n imp... | 2024-07-05T10:28:31 |
vuejs/vue | 6e3e989a90e8685c2cf0c029fa9c657354762b04 | ef0d788fc19eeb3b30f56180e126cf1543f42f94 | log render error instead of throwing | [
{
"path": "src/core/instance/render.js",
"patch": "@@ -65,7 +65,7 @@ export function renderMixin (Vue: Class<Component>) {\n if (config._isServer) {\n throw e\n } else {\n- setTimeout(() => { throw e }, 0)\n+ console.error(e)\n }\n }\n // retur... | 2016-11-05T02:19:45 |
denoland/deno | 228574b04210ad54baf04126810e2c113a462bcc | 3b0cd8261abffb0f4e1c2310784dea7783451b76 | chore: fix lint warnings (#30399) | [
{
"path": "cli/clippy.toml",
"patch": "@@ -3,23 +3,23 @@ disallowed-methods = [\n { path = \"std::process::exit\", reason = \"use deno_runtime::exit instead\" },\n { path = \"clap::Arg::env\", reason = \"ensure environment variables are resolved after loading the .env file instead\" },\n { path = \"to... | 2025-08-14T00:25:57 |
golang/go | 2353c1578596aae7128f028c75b52c6047f0b057 | 32dfd69282ac86b0ce49909d36e2a4e5797ad25c | cmd/cgo/internal/test: skip TestMultipleAssign when using UCRT on Windows
The Universal C Runtime (UCRT) default behavior is to crash the program
when strtol is called with an invalid base (that is, not 0 or 2..36).
This an invalid base (that is, not 0 or 2..36). This changes the test to
skip when running on Windows a... | [
{
"path": "src/cmd/cgo/internal/test/test.go",
"patch": "@@ -1096,6 +1096,12 @@ func testErrno(t *testing.T) {\n }\n \n func testMultipleAssign(t *testing.T) {\n+\tif runtime.GOOS == \"windows\" && usesUCRT(t) {\n+\t\t// UCRT's strtol throws an unrecoverable crash when\n+\t\t// using an invalid base (that i... | 2025-09-19T10:18:26 |
mrdoob/three.js | 2b5e50041cfbe7551b6b3f4bcfcf515a695d6b1a | df42a7d45de71a3d6fee7803f387666ba0e92311 | MeshBasicNodeMaterial: Refactor env map support. (#28798)
* MeshBasicNodeMaterial: Refactor env map support.
* MeshBasicNodeMaterial: Move env map logic to lighting model.
* NodeMaterial: Clean up.
* MeshLambertNodeMaterial: Fix creation of lighting model.
* Update MeshLambertNodeMaterial.js
* update
... | [
{
"path": "src/nodes/Nodes.js",
"patch": "@@ -169,6 +169,7 @@ export { default as LightingNode /* @TODO: lighting (abstract), light */ } from\n export { default as LightingContextNode, lightingContext } from './lighting/LightingContextNode.js';\n export { default as HemisphereLightNode } from './lighting/He... | 2024-07-05T08:32:32 |
vuejs/vue | 53964dbad277c81ff0e733b43bee7801eb50fb52 | 51725cff5e2b026088c3afac4c10cbe1e1be3aa7 | fix html parser infinite loop (fix #4127) | [
{
"path": "src/compiler/parser/html-parser.js",
"patch": "@@ -139,7 +139,7 @@ export function parseHTML (html, options) {\n }\n }\n \n- let text, rest\n+ let text, rest, next\n if (textEnd > 0) {\n rest = html.slice(textEnd)\n while (\n@@ -149,7 +149,9 @@ export... | 2016-11-05T01:58:06 |
denoland/deno | 3b0cd8261abffb0f4e1c2310784dea7783451b76 | 5129d036ebd51b229adb7579e2c805859e3f95c0 | fix: add missing cargo feature to 'deno_npm_cache' crate (#30397) | [
{
"path": "libs/npm_cache/Cargo.toml",
"patch": "@@ -24,7 +24,7 @@ deno_path_util.workspace = true\n deno_semver.workspace = true\n deno_unsync.workspace = true\n faster-hex.workspace = true\n-flate2.workspace = true\n+flate2 = { workspace = true, features = [\"default\"] }\n futures.workspace = true\n log.... | 2025-08-13T21:50:49 |
golang/go | 32dfd69282ac86b0ce49909d36e2a4e5797ad25c | 7f6ff5ec3edfa1ed82014ad53f6cad3dc023f48e | cmd/dist: disable FIPS 140-3 mode when testing maphash with purego
hash/maphash can't be built with FIPS 140-3 mode and the purego tag
since CL 703095. That change precludes running "GODEBUG=fips140=on go
dist test" with, as there is a test variant that tests maphash with the
purego tag.
Change-Id: Iaedfaf3bb79281a79... | [
{
"path": "src/cmd/dist/test.go",
"patch": "@@ -705,6 +705,7 @@ func (t *tester) registerTests() {\n \t\t\t\ttimeout: 300 * time.Second,\n \t\t\t\ttags: []string{\"purego\"},\n \t\t\t\tpkg: \"hash/maphash\",\n+\t\t\t\tenv: []string{\"GODEBUG=fips140=off\"}, // FIPS 140-3 mode is incompatible with... | 2025-09-22T10:59:20 |
mrdoob/three.js | 4441ded8d06e8cb5a9ee575fac462beefaac5ffc | 1f389d035be2e7a1ff951aa3a4026ab586706197 | fix a small typo (#28808) | [
{
"path": "examples/jsm/misc/GPUComputationRenderer.js",
"patch": "@@ -46,8 +46,8 @@ import { FullScreenQuad } from '../postprocessing/Pass.js';\n * // and fill in here the texture data...\n *\n * // Add texture variables\n- * const velVar = gpuCompute.addVariable( \"textureVelocity\", fragmentShaderVel,... | 2024-07-04T14:01:32 |
vuejs/vue | 51725cff5e2b026088c3afac4c10cbe1e1be3aa7 | 5d36e8bc1ba6e25c3094f69490712e9c9113ed1d | fix SVG foreignObject (fix #4122) | [
{
"path": "src/core/vdom/create-element.js",
"patch": "@@ -55,8 +55,9 @@ function _createElement (\n // unknown or unlisted namespaced elements\n // check at runtime because it may get assigned a namespace when its\n // parent normalizes children\n+ const childNs = tag === 'foreignObj... | 2016-11-05T00:51:17 |
denoland/deno | a8cde960ce626c77416edd4b58a8e502bcb0bacc | ca06312ac7695c331ad86a141bd54d986ae0a27e | fix(unstable): lint node properties should be enumerable (#30391)
This makes npm libraries that traverse the ESTree format like `zimmerframe` or `periscopic` work with our lint ast. | [
{
"path": "cli/js/40_lint.js",
"patch": "@@ -607,6 +607,9 @@ function setNodeGetters(ctx) {\n const name = getString(ctx.strTable, id);\n \n Object.defineProperty(FacadeNode.prototype, name, {\n+ // The `parent` key is expected to be non-enumerable.\n+ // See the npm `zimmerframe` library.... | 2025-08-13T13:46:51 |
mrdoob/three.js | a6f87ff9fa863b9c33acf44e2c95e7f9f693aad3 | 913edeb6b5a91fedd00170a323fcc90eec071542 | TSL: Fix texture matrix reference (#28801)
* fix texture matrix
* optimize reference update
* cleanup | [
{
"path": "src/nodes/accessors/TextureNode.js",
"patch": "@@ -32,6 +32,7 @@ class TextureNode extends UniformNode {\n \t\tthis.referenceNode = null;\n \n \t\tthis._value = value;\n+\t\tthis._matrixValue = null;\n \n \t\tthis.setUpdateMatrix( uvNode === null );\n \n@@ -101,9 +102,10 @@ class TextureNode exte... | 2024-07-04T06:45:44 |
golang/go | 7f6ff5ec3edfa1ed82014ad53f6cad3dc023f48e | 9693b94be057b58f35bcc4a81c937495b93d588e | cmd/compile: fix doc word
"using" -> "uses"
Change-Id: I2bcefc6128dafd4fd05d7ce291b1afb28465a25c
GitHub-Last-Rev: bf9006eeb65c94a4e492be29f530f511a3d6ffc1
GitHub-Pull-Request: golang/go#75548
Reviewed-on: https://go-review.googlesource.com/c/go/+/705515
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Keith R... | [
{
"path": "src/cmd/compile/README.md",
"patch": "@@ -57,7 +57,7 @@ terms of these, so the next step after type checking is to convert the syntax\n and types2 representations to ir and types. This process is referred to as\n \"noding.\"\n \n-Noding using a process called Unified IR, which builds a node repre... | 2025-09-19T21:59:21 |
vuejs/vue | 5d36e8bc1ba6e25c3094f69490712e9c9113ed1d | 0973342e5cadaa68c21535cb9e62f27fd5493e2c | fix IE conditional comments (fix #4125) | [
{
"path": "src/compiler/parser/html-parser.js",
"patch": "@@ -37,6 +37,8 @@ const startTagOpen = new RegExp('^<' + qnameCapture)\n const startTagClose = /^\\s*(\\/?)>/\n const endTag = new RegExp('^<\\\\/' + qnameCapture + '[^>]*>')\n const doctype = /^<!DOCTYPE [^>]+>/i\n+const comment = /^<!--/\n+const co... | 2016-11-04T23:48:11 |
mrdoob/three.js | 913edeb6b5a91fedd00170a323fcc90eec071542 | 2f900fc55ba1c10c013b91cd323dc13ac0fc72c8 | WebGPURenderer: Support MSAA with Postprocessing (#28784)
* WebGPURenderer: Support MSAA with Postprocessing
* cleanup
* cleanup and revert 3dlut
* refactor AA and samples logic
* add multisampled_texture support
* cleanup
* more cleanup
* temporary patch webgl backend
* fix
* feedbacks
*... | [
{
"path": "src/nodes/display/PassNode.js",
"patch": "@@ -43,13 +43,14 @@ class PassTextureNode extends TextureNode {\n \n class PassNode extends TempNode {\n \n-\tconstructor( scope, scene, camera ) {\n+\tconstructor( scope, scene, camera, options = {} ) {\n \n \t\tsuper( 'vec4' );\n \n \t\tthis.scope = sco... | 2024-07-04T06:43:58 |
denoland/deno | b2fd724c46ccb3ecdd9600f7623728aa083400c9 | e421451a70891254d78b2f0b15c33f46a2c8c26a | feat(kv): implement custom inspect for AtomicOperation (#30077)
## Summary
Adds a custom inspect method to `AtomicOperation` to provide a readable
string representation of the queued operations (checks, mutations,
enqueues). This improves developer experience when debugging atomic
operations by showing the internal s... | [
{
"path": "ext/kv/01_db.ts",
"patch": "@@ -16,6 +16,7 @@ import {\n } from \"ext:core/ops\";\n const {\n ArrayFrom,\n+ ArrayPrototypeJoin,\n ArrayPrototypeMap,\n ArrayPrototypePush,\n ArrayPrototypeReverse,\n@@ -567,6 +568,122 @@ class AtomicOperation {\n \"'Deno.AtomicOperation' is not a pro... | 2025-08-13T08:09:22 |
golang/go | 9693b94be057b58f35bcc4a81c937495b93d588e | 8616981ce691248dfa585918a108e5f32c9aacc5 | runtime: include stderr when objdump fails
If objdump panics, we want the panic included in the test log.
Change-Id: I6a6a636c13c5ba08acaa1c6c8714541a8e91542b
Reviewed-on: https://go-review.googlesource.com/c/go/+/704338
Reviewed-by: Florian Lehner <lehner.florian86@gmail.com>
Auto-Submit: Michael Pratt <mpratt@googl... | [
{
"path": "src/runtime/unsafepoint_test.go",
"patch": "@@ -43,7 +43,7 @@ func TestUnsafePoint(t *testing.T) {\n \tcmd := exec.Command(testenv.GoToolPath(t), \"tool\", \"objdump\", \"-s\", \"setGlobalPointer\", os.Args[0])\n \tout, err := cmd.CombinedOutput()\n \tif err != nil {\n-\t\tt.Fatalf(\"can't objdum... | 2025-09-16T19:07:08 |
vuejs/vue | d0afcd3cf9ad572621676ef02005d226cb4ac7c4 | fa16b129ca1a2c23211ee545e129cae4eaff877d | fix domProps unset for v-html (fix #4107) | [
{
"path": "src/core/vdom/patch.js",
"patch": "@@ -78,7 +78,10 @@ export function createPatchFunction (backend) {\n \n function removeElement (el) {\n const parent = nodeOps.parentNode(el)\n- nodeOps.removeChild(parent, el)\n+ // element may have already been removed due to v-html\n+ if (paren... | 2016-11-04T20:22:49 |
mrdoob/three.js | 312f9c793143b73f808af590c084a33f5d1da359 | 7c3feb8e3098ae8345d3585ef675d8127cbd187a | TSL: BatchNode - Fix BiasNode conflict (#28792)
* TSL: BatchNode fix bias issue
* cleanup | [
{
"path": "src/nodes/accessors/BatchNode.js",
"patch": "@@ -45,7 +45,7 @@ class BatchNode extends Node {\n \t\t\tconst size = textureSize( textureLoad( this.batchMesh._indirectTexture ), 0 );\n \t\t\tconst x = int( id ).remainder( int( size ) );\n \t\t\tconst y = int( id ).div( int( size ) );\n-\t\t\treturn... | 2024-07-03T09:11:33 |
denoland/deno | e421451a70891254d78b2f0b15c33f46a2c8c26a | ebfd3c3d7c196340a90189f8be5cd104c625ee4f | fix(tests): use correct path separator on unix for code_cache cleanup.ts (#30378)
This has been causing failures on multiple PRs. | [
{
"path": "tests/specs/compile/code_cache/cleanup.ts",
"patch": "@@ -5,7 +5,7 @@ try {\n if (Deno.build.os === \"windows\") {\n Deno.removeSync(tmpdir() + \"\\\\deno-compile-using_code_cache.exe.cache\");\n } else {\n- Deno.removeSync(tmpdir() + \"\\\\deno-compile-using_code_cache.cache\");\n+ ... | 2025-08-12T16:20:52 |
golang/go | b8af74436000dcb370b41ec70acc8ab4632adf05 | 51dc5bfe6c1e8e71065401f12cf000b9941882fd | testing: fix example for unexported identifier
Fixes #75540
Change-Id: I925f893d33660f0b08996d53cc9c564017232b39
Reviewed-on: https://go-review.googlesource.com/c/go/+/705456
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Revie... | [
{
"path": "src/testing/testing.go",
"patch": "@@ -30,9 +30,9 @@\n //\timport \"testing\"\n //\n //\tfunc TestAbs(t *testing.T) {\n-//\t got := Abs(-1)\n+//\t got := abs(-1)\n //\t if got != 1 {\n-//\t t.Errorf(\"Abs(-1) = %d; want 1\", got)\n+//\t t.Errorf(\"abs(-1) = %d; want 1\", go... | 2025-09-19T10:27:55 |
vuejs/vue | e5f23d9fa020e392c70914e61cd4bd8f6b9bc120 | 240df147f11824db5811d23c8704225aa586b96b | fix component attrs/domProps merging in SSR | [
{
"path": "src/platforms/web/server/modules/attrs.js",
"patch": "@@ -8,14 +8,28 @@ import {\n \n export default function renderAttrs (node: VNodeWithData): string {\n let res = ''\n- if (node.data.attrs) {\n- res += render(node.data.attrs)\n+ if (node.data.attrs || node.parent) {\n+ res += render(... | 2016-11-04T16:53:15 |
mrdoob/three.js | a4766226f9b8b4945db82584634b4fd176bfde1c | 8b141450e6f2920a634dc422dfcd683a809f3c1a | WebGPURenderer: Fix individual bind group cache (#28790) | [
{
"path": "src/nodes/core/NodeBuilder.js",
"patch": "@@ -173,38 +173,17 @@ class NodeBuilder {\n \n \t\tconst bindGroupsCache = this.getBingGroupsCache();\n \n-\t\t// cache individual uniforms group\n+\t\t//\n \n \t\tconst bindingsArray = [];\n \n \t\tlet sharedGroup = true;\n \n \t\tfor ( const binding of ... | 2024-07-03T02:13:11 |
golang/go | 51dc5bfe6c1e8e71065401f12cf000b9941882fd | ee7bf06cb306ea9234fbc1501f3e0f3903ada427 | Revert "cmd/go: disable cgo by default if CC unset and DefaultCC doesn't exist"
This reverts commit c2d85eb999fcd428a1cd71ed93805cbde0c16eaa.
Reason for revert: change was incorrect. ignores setting of CGO_ENABLED in some cases
Change-Id: I8e6e68dd600be5306a247a3314f4b57175f1aa56
Reviewed-on: https://go-review.goog... | [
{
"path": "src/cmd/go/internal/cfg/cfg.go",
"patch": "@@ -145,8 +145,7 @@ func defaultContext() build.Context {\n \tif buildcfg.DefaultCGO_ENABLED == \"1\" {\n \t\tdefaultCgoEnabled = true\n \t} else if buildcfg.DefaultCGO_ENABLED == \"0\" {\n-\t}\n-\tif runtime.GOARCH == ctxt.GOARCH && runtime.GOOS == ctxt... | 2025-09-19T16:25:20 |
Subsets and Splits
Assembly Language GitHub Issues
Retrieves a sample of assembly-language related commits with their details, but doesn't provide meaningful analysis or patterns beyond basic filtering.
Swift Compiler Issues Analysis
Retrieves all training data for the Swift programming language repository, providing basic filtering but offering limited analytical insight beyond identifying relevant code examples.