From a7ce35d20b1bbad4e73cd856d2ab8b7db35cc3a9 Mon Sep 17 00:00:00 2001 From: Erik Allemann <erik@roxen.com> Date: Tue, 3 Oct 2023 11:55:28 +0200 Subject: [PATCH] Created new patch 2023-10-03T115527 on branch 8.0. Pike 8.0: Concurrent.Promise: {success,failure}_cbs need to always contain arrays. query_{success,failure}_callbacks() do not like when they contain zeroes. Fixes [WS-670]. From commit c123eb4f6d3a07fe6b6acefd907b82820de26a00 to commit c90481722087341af056e9f83635b3ff1edf6b88. --- .../8.0/patches/2023-10-03T115527/metadata.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 refs/heads/8.0/patches/2023-10-03T115527/metadata.txt diff --git a/refs/heads/8.0/patches/2023-10-03T115527/metadata.txt b/refs/heads/8.0/patches/2023-10-03T115527/metadata.txt new file mode 100644 index 0000000000..8837bf81a9 --- /dev/null +++ b/refs/heads/8.0/patches/2023-10-03T115527/metadata.txt @@ -0,0 +1,16 @@ +subject: Pike 8.0: Concurrent.Promise: {success,failure}_cbs need to always contain arrays. query_{success,failure}_callbacks() do not like when they contain zeroes. Fixes [WS-670]. +from: c123eb4f6d3a07fe6b6acefd907b82820de26a00 +to: c90481722087341af056e9f83635b3ff1edf6b88 +originator: Erik Allemann +depends: 2023-08-22T125803|pike/8.0.1840 +restart: true + +• Concurrent.Promise: {success,failure}_cbs need to always contain arrays. + +query_{success,failure}_callbacks() do not like when they contain zeroes. + +Fixes [WS-670]. + +Already fixed in Pike master (a3dfc367775d52d9907e8d7f5f6a142cd36c57c1). + +• release number bumped to 8.0.1841 by export.pike \ No newline at end of file -- GitLab