Port & blackboard support #84
Annotations
10 errors and 2 warnings
scxml_converter/src/scxml_converter/scxml_entries/xml_utils.py#L83
Incompatible types in assignment (expression has type "Tuple[Union[Type[ScxmlBase], Type[str]], ...]", variable has type "Tuple[Union[Type[ScxmlBase], Type[str]]]") [assignment]
|
scxml_converter/src/scxml_converter/scxml_entries/xml_utils.py#L84
Argument 2 to "get_children_as_scxml" has incompatible type "Tuple[Union[Type[ScxmlBase], Type[str]]]"; expected "Tuple[Type[ScxmlBase]]" [arg-type]
|
scxml_converter/src/scxml_converter/scxml_entries/xml_utils.py#L105
Incompatible types in assignment (expression has type "Union[str, ScxmlBase, None]", variable has type "Optional[str]") [assignment]
|
scxml_converter/src/scxml_converter/scxml_entries/scxml_transition.py#L105
Item "None" of "Optional[List[Union[ScxmlAssign, ScxmlIf, ScxmlSend]]]" has no attribute "__iter__" (not iterable) [union-attr]
|
scxml_converter/src/scxml_converter/scxml_entries/scxml_state.py#L38
Incompatible default for argument "on_entry" (default has type "None", argument has type "List[Union[ScxmlAssign, ScxmlIf, ScxmlSend]]") [assignment]
|
scxml_converter/src/scxml_converter/scxml_entries/scxml_state.py#L39
Incompatible default for argument "on_exit" (default has type "None", argument has type "List[Union[ScxmlAssign, ScxmlIf, ScxmlSend]]") [assignment]
|
scxml_converter/src/scxml_converter/scxml_entries/scxml_state.py#L40
Incompatible default for argument "body" (default has type "None", argument has type "List[ScxmlTransition]") [assignment]
|
scxml_converter/src/scxml_converter/scxml_entries/scxml_state.py#L179
Argument "on_entry" to "ScxmlState" has incompatible type "Optional[List[Union[ScxmlAssign, ScxmlIf, ScxmlSend]]]"; expected "List[Union[ScxmlAssign, ScxmlIf, ScxmlSend]]" [arg-type]
|
scxml_converter/src/scxml_converter/scxml_entries/scxml_state.py#L179
Argument "on_exit" to "ScxmlState" has incompatible type "Optional[List[Union[ScxmlAssign, ScxmlIf, ScxmlSend]]]"; expected "List[Union[ScxmlAssign, ScxmlIf, ScxmlSend]]" [arg-type]
|
scxml_converter/src/scxml_converter/scxml_entries/scxml_ros_topic.py#L52
Incompatible types in assignment (expression has type "Union[str, ScxmlBase, None]", variable has type "Optional[str]") [assignment]
|
The following actions uses node12 which is deprecated and will be forced to run on node16: szenius/[email protected], actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: szenius/[email protected], actions/checkout@v3, actions/checkout@v2, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading