undf: assign UNDF-2026-000000807 through 000000812; stamp vscode+zed patches

This commit is contained in:
russell@unturf.com 2026-03-30 11:43:50 -04:00
parent 05e4902a9e
commit ae2eaf3be9
9 changed files with 13 additions and 1 deletions

View file

@ -804,5 +804,11 @@
"scribus-0002": "UNDF-2026-000000803",
"scribus-0003": "UNDF-2026-000000804",
"shotcut-0001": "UNDF-2026-000000805",
"obs-studio-0001": "UNDF-2026-000000806"
"obs-studio-0001": "UNDF-2026-000000806",
"vscode-0001": "UNDF-2026-000000807",
"vscode-0002": "UNDF-2026-000000808",
"vscode-0003": "UNDF-2026-000000809",
"vscode-0004": "UNDF-2026-000000810",
"zed-0001": "UNDF-2026-000000811",
"zed-0002": "UNDF-2026-000000812"
}

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000807
# UNDF: (leave blank)
# vscode-0001: extensionGalleryService.getExtensions uuid dedup O(N×M)
#

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000808
# UNDF: (leave blank)
# vscode-0002: abstractExtensionManagementService.getAllDepsAndPacks O(D²)
#

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000809
# UNDF: (leave blank)
# vscode-0003: userDataSync merge compare() functions O(N×M) array includes
#

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000810
# UNDF: (leave blank)
# vscode-0004: configurationModels override identifiers O(N×M) array includes
#

Binary file not shown.

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000811
# UNDF: (leave blank)
# zed-0001: lsp_store LSP edit dedup Vec::contains O(E²)
#

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000812
# UNDF: (leave blank)
# zed-0002: extension_builder manifest entry dedup Vec::contains O(N²)
#

Binary file not shown.