-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: Normalize input/output value/static/other ports in
OpType
(#783)
Closes #777. Now `OpTrait` clearly separates `other_port` from `static_port`, and `OpType` has a uniform interface for `value` ports (from the signature), `static` ports (contstants), and `other` ports. Fixes #779. The bug was caused by the encoder ignoring the constant input port offset, so the decoder reconnected the edge to the `StateOrder` port instead. Now we use the proper OpType methods. Fixes #778. --------- Co-authored-by: Seyon Sivarajah <[email protected]>
- Loading branch information
Showing
6 changed files
with
189 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.