mirror of
https://github.com/vxcontrol/soldr-modules.git
synced 2026-07-19 21:43:31 -04:00
[PR #36] [MERGED] preserve actions list while getting them from callback data #36
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/soldr-modules/pull/36
Author: @NexoMichael
Created: 12/27/2022
Status: ✅ Merged
Merged: 1/16/2023
Merged by: @asdek
Base:
master← Head:preserve_actions_list📝 Commits (2)
a50e1d2preserve actions list while getting them from callback data0dd62e7small fixes📊 Changes
3 files changed (+52 additions, -42 deletions)
View changed files
📝
tests/file_remover_client_spec.lua(+24 -2)📝
utils/protocol/cmodule.lua(+28 -23)📝
utils/protocol/smodule.lua(+0 -17)📄 Description
Description of the Change
The change preserves the "actions" list received in action callback while event is pushed back to a queue, this actions is required to break recursive calls which may happen due to dynamic logic of action-event chains.
Changelog Entry
Checklist:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.