From 63c23d6b823d3c910b390942da5932b5fab6aa1d Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 30 Apr 2024 13:01:07 -0400 Subject: [PATCH] Add todo for rigorous struct-type spec of `SpawnSpec` fields --- tractor/msg/types.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tractor/msg/types.py b/tractor/msg/types.py index 63c0a46..7e10dab 100644 --- a/tractor/msg/types.py +++ b/tractor/msg/types.py @@ -144,6 +144,8 @@ class SpawnSpec( `Aid` msg. ''' + # TODO: similar to the `Start` kwargs spec needed below, we need + # a hard `Struct` def for all of these fields! _parent_main_data: dict _runtime_vars: dict[str, Any]