From 24b935329e46ed17a2b91b36d2ff16122f07941c Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 11 Jul 2025 00:26:36 +0200 Subject: [PATCH 1/3] tasks/fixme --- sh/core/code.awk | 1 + 1 file changed, 1 insertion(+) diff --git a/sh/core/code.awk b/sh/core/code.awk index 39ad890..e9599cb 100644 --- a/sh/core/code.awk +++ b/sh/core/code.awk @@ -214,4 +214,5 @@ END { print binary } } + # FIXME tasks last module end } From d4c76b545eb485d6c4ee66884f8b6a262f7e0f49 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 11 Jul 2025 02:14:32 +0200 Subject: [PATCH 2/3] test/code --- sh/test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sh/test.sh b/sh/test.sh index b7385f2..b29cb3b 100644 --- a/sh/test.sh +++ b/sh/test.sh @@ -17,13 +17,16 @@ rwx_test_code() { local items set \ "awk" \ + "modules_main" \ + "modules_user" \ "constants" \ "variables" \ "functions" \ "aliases" \ "aliases_functions" \ "commands" \ - "commands_functions" + "commands_functions" \ + "tasks" rwx_code for items in "${@}"; do echo From fa9a2435a4911d14e5b42502175af737854996cd Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 11 Jul 2025 02:21:33 +0200 Subject: [PATCH 3/3] test/cache --- sh/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/test.sh b/sh/test.sh index b29cb3b..5f19b76 100644 --- a/sh/test.sh +++ b/sh/test.sh @@ -27,7 +27,7 @@ rwx_test_code() { "commands" \ "commands_functions" \ "tasks" - rwx_code + rwx_code_cache for items in "${@}"; do echo "rwx_code_${items}"