fixes in docu #139
Annotations
10 errors and 2 warnings
scxml_converter/src/scxml_converter/scxml_entries/xml_utils.py#L87
Argument 2 to "get_children_as_scxml" has incompatible type "Tuple[Union[Type[ScxmlBase], Type[str]], ...]"; expected "Iterable[Type[ScxmlBase]]" [arg-type]
|
scxml_converter/src/scxml_converter/scxml_entries/xml_utils.py#L108
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#L106
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#L64
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#L65
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#L66
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#L123
Value expression in dictionary comprehension has incompatible type "Type[RosCallback]"; expected type "Type[ScxmlTransition]" [misc]
|
scxml_converter/src/scxml_converter/scxml_entries/scxml_state.py#L206
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#L206
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#L93
Argument 1 to "RosTopicCallback" has incompatible type "Optional[str]"; expected "Union[str, RosDeclaration]" [arg-type]
|
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