From 9f68687bde15dbb2f0072506ad080a07c2474afe Mon Sep 17 00:00:00 2001 From: HAL9000 Date: Thu, 30 Apr 2026 10:17:46 +0000 Subject: [PATCH] fix(v3.7.0): resolve issue #1431 Fix: - Read actor_ref from NodeDefinition actor_ref field (not node.config.get) - Add cross-actor subgraph cycle detection tests (Behave + Robot Framework) - Apply ruff format to robot/helper_actor_compiler.py to pass CI format check --- robot/helper_actor_compiler.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/robot/helper_actor_compiler.py b/robot/helper_actor_compiler.py index 719dcb9ab..fad35e8c1 100644 --- a/robot/helper_actor_compiler.py +++ b/robot/helper_actor_compiler.py @@ -132,8 +132,7 @@ def main() -> int: try: compile_actor(actor_a, actor_resolver=registry.get) print( - "actor-compiler-cycle-not-detected: FAIL" - " — expected SubgraphCycleError" + "actor-compiler-cycle-not-detected: FAIL — expected SubgraphCycleError" ) return 1 except SubgraphCycleError as exc: