From abaffa61df7db8522d29869f7c455c59b8e96dbc Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 10 Mar 2026 00:14:33 +0100 Subject: Re-create the values for bundle call arguments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bundle call arguments were fine most of the times, when arguments could be processed as-is and there were no issues with arguments being overwritten by successive calls. This was not the case, though, whenever a given instruction was delayed into a PendingNode status. In this case, the argument would get the last value, and in some extreme cases that definition might not have been there any more. Prevent all of this by providing a list of PendingDefine's, which are a way to re-create these call-only arguments as they were initially found. These PendingDefine's are then created on "crunch" on each PendingNode. Signed-off-by: Miquel Sabaté Solà --- tests/expected/delayed_macro_arguments.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/expected/delayed_macro_arguments.txt (limited to 'tests/expected/delayed_macro_arguments.txt') diff --git a/tests/expected/delayed_macro_arguments.txt b/tests/expected/delayed_macro_arguments.txt new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3