Replace Port
with OutgoingPort
/IncomingPort
where possible
#220
Labels
enhancement
New feature or request
Port
with OutgoingPort
/IncomingPort
where possible
#220
A partial update was done in #219.
The two big targets of this issue are:
Units
iterator and filters. These return a genericPort
, where it would be lot safer to have directed variants.portmatching
. Here the move should be easy, except for the fact that the directed port variants do not currently implementSerialize
, so they cannot be stored in the pattern structs.The text was updated successfully, but these errors were encountered: